@charset "UTF-8";

/*===================================
　PCここから
===================================*/
@media (min-width: 799px){
div.wpcf7 {
    text-align: center;
}
div.wpcf7 input,div.wpcf7 textarea {
    width: 700px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    margin-top: 5px;
    margin-bottom: 20px;
    height:25px;
    font-size: 14px;
}
div.wpcf7 textarea {
    height:300px;
    border:1px solid #000000;
}
ul.ohkawa_error_message {
    color: #ff0000;
}
.radiobuttons {
    text-align: left;
    width:700px;
    margin: 0 auto 15px;
    color:#757575 !important;
}
.radiobuttons span.contact_type{
    width:60%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.radiobuttons span.thelabel {
    width:30%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
}
.radiobuttons span.thelabel2 {
    width:18%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    color: #868686;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-right: 35px;
}
.radiobuttons span.thelabel3 {
    width:100%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    color: #868686;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact_buttons {
    margin-top: 55px;
}
.contact_info {
    text-align: center;
    margin-bottom: 100px;
}
.contact_info p {
    line-height: 2;
}

.forParticipate .dic>.contactMenuLeft{
    width: 50%;
    float: left;
    line-height: 2;
    border-right: solid 1px #000;
    border-right-style: dotted;
}
.forParticipate .dic>.contactMenuRight{
    width: 49%;
    float: right;
    line-height: 2;;;
}

div.wpcf7 .radiobuttons input[type="radio"] {
    width: 13px;
    display: inline-block;
    margin: 0 15px;
}

span.wpcf7-list-item {
    width: 100%;
    display: inline-block;
    height: 25px;
}
span.wpcf7-list-item label span{
    vertical-align: super;
    font-size: 14px;
}
span.wpcf7-not-valid-tip{
    display: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.specialcontactpage {
    line-height:1.3 !important;
    text-align: center;
}
.specialcontactpage .title-bar-on-left.s_serif{
    margin: 20px;
    font-size:20px;
    font-weight:bold !important;
}
.specialcontactpage .s_serif{
    font-size: 14px;
    font-weight: normal !important;
    margin: 20px 0;
    line-height: 2;
}
.specialcontactpage.forParticipate .dic{
    border:none !important;
}
.forParticipate .dic::after{
    border-right: none;
}

.contact_buttons ul {
    width: 100%;
    text-align: center;
}
.contact_buttons ul li {
    display: inline-block;
    width: 48%;
}

.specialcontactpage .linkArrow, .okhawa-form .linkArrow {
    display: inline-block;
    height: 65px;
    width: 200px;
    text-align: left;
    background: url(../img/okawa_arrow_bl.png) no-repeat;
    border-bottom: none;
    color: black;
    background-size: 85px;
    background-position: right;
    cursor: pointer;
    cursor: hand;
}

.specialcontactpage .linkArrow a, .okhawa-form .linkArrow input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
}
.okhawa-form .linkArrow a{ display: block}

.specialcontactpage .linkArrowLeft, .okhawa-form .linkArrowLeft {
    display: inline-block;
    height: 65px;
    width: 160px;
    text-align: right;
    background: url(../img/okawa_arrow_bl_left.png) no-repeat;
    border-bottom: none;
    color: black;
    background-size: 85px;
    background-position: left;
    cursor: pointer;
    cursor: hand;
    margin-right: 150px;
}

.specialcontactpage .linkArrowLeft a, .okhawa-form .linkArrowLeft input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
}
.okhawa-form .linkArrowLeft a{ display: block}

.specialcontactpage .linkArrowRight, .okhawa-form .linkArrowRight {
    display: inline-block;
    height: 65px;
    width: 160px;
    text-align: left;
    background: url(../img/okawa_arrow_bl.png) no-repeat;
    border-bottom: none;
    color: black;
    background-size: 85px;
    background-position: right;
    cursor: pointer;
    cursor: hand;
}

.specialcontactpage .linkArrowRight a, .okhawa-form .linkArrowRight input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
}
.okhawa-form .linkArrowRight a{ display: block}

.specialcontactpage .linkArrowCenter, .okhawa-form .linkArrowCenter {
    display: inline-block;
    height: 65px;
    width: 85px;
    text-align: left;
    background: url(../img/okawa_arrow_bl.png) no-repeat;
    border-bottom: none;
    color: black;
    background-size: 85px;
    background-position: right;
    cursor: pointer;
    cursor: hand;
}

.specialcontactpage .linkArrowCenter a, .okhawa-form .linkArrowCenter input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
}
.okhawa-form .linkArrowCenter a{ display: block}

div.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7-validation-errors, .screen-reader-response ul{
    display: none;
}
.screen-reader-response {
    color: #FF0000;
    display: none;
}

.wpcf7-form div.wpcf7-validation-errors {
    display: inline-block;
    border: 2px solid #ff0000;
    color: #ff0000;
    padding: 14px;
    margin: 0;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
    display: none !important;
    border: none;
    color: #000000;
    padding: 14px;
    margin: 0;
}

.contact_warning p {
    font-size: 10pt;
    line-height: 1.8;
}

.contactThanksLinkArrow {
    display: inline-block;
    margin-top: 150px;
    height: 27px;
    width: 280px;
    text-align: left;
    background: url(../img/okawa_arrow_bl.png) no-repeat;
    border-bottom: none;
    color: black;
    background-size: 85px;
    background-position: right;
    cursor: pointer;
    cursor: hand;
}

.contactThanksLinkArrow a {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

}
