@charset "UTF-8";

article .entry-content.cf p.traial_appo_lead{
    margin-bottom: 0;
}
.entry-content .wpcf7{
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.entry-content .wpcf7 input, .entry-content .wpcf7 textarea{
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.content .contactTable {
    width: 100%;
    margin-top: 20px;
    border: 0;
    background: 0 0;
}
.content table.contactTable tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.content .contactTable .contactTable__header {
    width: 100%;
    display: block;
    padding: 5px 0 10px;
    vertical-align: top;
    line-height: 1.5;
    border: 0;
    background: 0 0;
    color: #191919;
    text-align: left;
}
.content .contactTable .contactTable__header p{
    margin-bottom: 0;
}
.content .contactTable .contactTable__header .required {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    padding: 3px 5px;
    background: #C1272D;
    color: #fff;
    border-radius: 3px;
    font-size: 0.7rem;
}
.content .contactTable .contactTable__data {
    width: 100%;
    display: block;
    padding: 0 0 20px;
    vertical-align: top;
    line-height: 1.5;
    border: 0;
    background: 0 0;
}
.content .contactTable .contactTable__data input, .content .contactTable .contactTable__data textarea {
    width: 100%;
    display: block;
    border: none;
    padding: 10px;
    border-radius: 4px;
    background: #F4F4F4;
    border: 1px solid rgba(0,0,0,.1);
}
.content .contactTable .contactTable__data.zip input{
    width: 30%;
    min-width: 120px;
}

.content .contactTable .contactTable__data.checkbox span.wpcf7-list-item {
    display: block;
    margin-bottom: 12px;
}
.content .contactTable .contactTable__data input[type="checkbox"] {
    width: auto;
    display: inline;
}
.content .contactTable .contactTable__data input[type="radio"] {
    width: auto;
    display: inline;
}
.content .contactTable .contactTable__data select.wpcf7-select{
    font-size: 14px;
}
td.contactTable__data p {
    margin: 0;
}

/* ZIPコード欄 調整 */

.your_zip_wrap span.your_zip_mark {
    margin-right: 10px;
}
.content .contactTable .contactTable__data input.your_zip {
    display: inline;
    max-width: 140px;
}
.zip_data .your_zip_wrap {
    margin-bottom: 0.8em;
}


.content .contactTable .contactTable__data.appo_timedate {
    display: flex;
    width: 100%;
}
.content .contactTable .contactTable__data.appo_timedate > span {
    margin-left: 0.4em;
    text-align: left;
    font-size: 0.9em;
}
.content .contactTable .contactTable__data.appo_timedate > span:first-child {
    width: 40%;
    min-width: 210px;
    margin-left: 0;
}
.content .contactTable .contactTable__data.appo_timedate input[type="text"].appo_date {
    background-image: url(./img/calendar.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 44%;
}
.content .contactTable .contactTable__data.appo_timedate input[type="text"].appo_date::placeholder {
    font-size: 0.8em;
}
.content .contactTable .contactTable__data.appo_timedate input[type="text"].appo_date:hover {
    cursor: pointer;
}
span.form_checkbox_note {
    font-size: 14px;
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-weight: normal;
    display: inline;
}

/* 予約日時用 調整 */
.content .contactTable .contactTable__header.appo_available_title {
    padding-top: 20px;
    padding-bottom: 0;
}
.appo_available .appo_available_disclaimer p {
    font-weight: 400;
    color: #950000;
}
.content .contactTable .contactTable__header.preferred_date {
    font-weight: 500;
    padding: 0 0 5px;
}

.content .contactTable .contactTable__header.need_margin_top {
    padding-top: 20px;
}


/* 送信ボタン */
input.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm {
    max-width: 200px;
    width: 100%;
    background-color: #950000;
    border-radius: 4px;
    color: #fff;
/*    font-weight: bold;*/
    display: block;
    padding: 12px;
    font-size: 1em;
    font-weight: 400;
}
input.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm:hover {
    opacity: 0.8;
    transition: 0.3s all ease;
}
input.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
    background-color: #797979;
    color: #fff;
    padding: 12px 30px;
    min-width: 160px;
    width: auto;
/*    font-weight: bold;*/
    border: none;
    display: block;
    line-height: 1;
    float: left;
    border-radius: 4px;
    font-size: 1em;
    font-weight: 400;
}
input.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back:hover {
    opacity: 0.8;
    transition: 0.3s all ease;
}

input.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
    min-width: 160px;
    width: auto;
    background-color: #950000;
    color: #fff;
    line-height: 1;
    padding: 12px 30px;
    display: inline-block;
    margin-top: -1px;
    margin-left: 20px;
/*    font-weight: bold;*/
    border-radius: 4px;
    font-size: 1em;
    font-weight: 400;
}
input.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2:hover {
    opacity: 0.8;
    transition: 0.3s all ease;
}
.wpcf7-form.custom-wpcf7c-confirmed p.wpcf7c-elm-step2 {
    display: block;
    text-align: center;
    border: 3px solid #950000;
    background-color: #f9f7d8;
    color: #950000;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 0;
    margin-bottom: 2em;
    font-weight: 400;
}
/* End: 送信ボタン */



/***********************/
/* 来院予約 */

.trial_appo_dayandtime_wrap {
    display: flex;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.trial_appo_dayandtime_conte {
    width: 45%;
    margin: 0 30px;
    text-align: center;
    border-bottom: 1px solid #a29a71;
    margin-bottom: 1.1em;
}
.page-id-15 .article .entry-content.cf .trial_appo_dayandtime_conte h4 {
    border-top: none;
    margin-top: 1em;
    line-height: 1.5;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 1em;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #d89191;
    border-bottom: 1px solid #d89191;
}


.wp-block-cocoon-blocks-button-1.button-block {
    text-align: center;
}
.appo_1st_customers {
    text-align: center;
    margin-bottom: 0.5rem;
    margin-top: 3.4rem;
    font-weight: 500;
    color: #950000;
}
.wp-block-cocoon-blocks-button-1.button-block a.btn.btn-m {
    font-size: 1em;
}

.raiin_trial_app_btn br {
    display: none;
}
@media screen and (max-width: 406px){
    .raiin_trial_app_btn br{
    display: block;
    }
}

.article h4.raiin_app_form_title {
    margin-top: 5em;
    margin-bottom: 2em;
    text-align: center;
    border-top: 1px solid #d89191;
    border-bottom: 1px solid #d89191;
}


@media screen and (max-width: 790px){
    .trial_appo_dayandtime_conte {
    margin: 0 15px;
    width: 50%;
    }
}

@media screen and (max-width: 660px){
    .trial_appo_dayandtime_wrap {
    width: 90%;
    flex-wrap: wrap;
    }
    .trial_appo_dayandtime_conte {
    width: 100%;
    margin: 0 0 2em;
    }
}

/***********************/



/* レスポンシブ調整 */
@media screen and (max-width: 1024px){
    span.wpcf7-form-control-wrap.radio-course span.wpcf7-list-item {
    margin-bottom: 0.9em;
    }
}
@media screen and (max-width: 480px){
    .content .contactTable .contactTable__data.appo_timedate {
    flex-wrap: wrap;
    padding-bottom: 0;
    }
    .content .contactTable .contactTable__data.appo_timedate > span:first-child {
    width: 100%;
    margin-bottom: 1em;
    }
    .content .contactTable .contactTable__data.appo_timedate > span.time-checkbox-1, .content .contactTable .contactTable__data.appo_timedate > span.time-checkbox-2, .content .contactTable .contactTable__data.appo_timedate > span.time-checkbox-3 {
    width: 100%;
    font-size: 0.8rem;
    margin-left: 0;
    }
    span.wpcf7-form-control-wrap.radio-course {
    font-size: 0.8rem;
    }

    input.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back, input.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
    min-width: 110px; 
    }
    input.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
    margin-left: 10px; 
    }
    
    .content .contactTable .contactTable__data.appo_timedate p {
    max-width: none;
    width: 100%;
    margin-bottom: 0.8em;
    }
    .content .contactTable .contactTable__data.appo_timedate span.wpcf7-list-item {
    margin-bottom: 1em;
    }
    
}
/* End: レスポンシブ調整 */


/* 送信確認ページ調整 */
form.wpcf7-form span.wpcf7c-conf_unchecked{
    color: #ccc;
}
form.wpcf7-form span.wpcf7c-conf_checked{
    color: #000;
    font-weight: 400;
}

span.wpcf7-list-item-label.conf_radio_txt, span.wpcf7-list-item-label.conf_checkbox_txt {
    color: #bbb;
}
span.wpcf7-list-item-label.conf_txt_selected{
    color: #000;
    font-weight: 400;
}




/* 送信受諾 */

.wpcf7-acceptance span.wpcf7-list-item-label {
    font-weight: bold;
    color: #950000;
}
.wpcf7 .wpcf7-submit:disabled {
    border: 1px solid #ccc;
    background-color: #f5f8fa;
    color: #888;
}
.wpcf7 .wpcf7-submit {
    background: #950000;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    border: 1px solid #950000;
    transition: all 0.3s 0s linear;
}


/* エラー表示 */
.wpcf7 form.invalid .wpcf7-response-output {
    width: 100%;
    margin: 1.5em 0 1.5em;
    padding: 0.8em 0;
    background-color: #ffe6a2;
    border: 3px solid #ffb900;
    text-align: center;
    font-weight: bold;
    color: #950000;
}






