/*Contact css*/
@font-face {
    font-family: NotoSansJP-Regular;
    src: url(../css/fonts/NotoSansJP-Regular.ttf);
}
/*Start common style*/
input[type="submit"] {
    cursor: pointer;
}
.text-black{
    color: #000;
}
.text-red{
    color: #FF0210;
    /*font-size: 16px;*/
    font-size: 3.8vw;
}
.text-bold{
    font-weight: bold;
}
.text_sm_blue{
    color: #0092E5;
    /*font-size: 12px;*/
    font-size: 2.8vw;
}
.text_sm_blue_2{
    color: #65C4F2;
}
.text-sm-black{
    color: #000;
    /*font-size: 12px;*/
    font-size: 2.8vw;
}
.p-ct-sm-1{
    padding-top: 12px!important;
    padding-bottom: 12px!important;
    line-height: 1.5;
}
.px-0{
    padding-left: 0!important;
    padding-right: 0!important;
}
.pt-35{
    padding-top: 35px!important;
}
.line-height-1-5{
    line-height: 1.5;
}
.font-size-14{
    /*font-size: 14px;*/
    font-size: 3.5vw;
}
.text-center{
    text-align: center;
}
.bg-grey{
    background: #f8f8f8!important;
}
/*End common style*/
.form-head-title{
    margin: 5vw 3vw 0;
    position: relative;
}
.form-head-title-1{
    position: absolute;
    color: #fff;
    letter-spacing: 0;
    font-family: NotoSansJP-Regular;
    font-weight: 600;
    font-size: 5vw;
    top: 5vw;
    width: 100%;
    text-align: center;
}
.form-head-title-2{
    position: absolute;
    font-size: 3.5vw;
    color: #FF0210;
    /*bottom: 40px;*/
    line-height: 1.5;
    font-weight: normal;
    font-family: NotoSansJP-Regular;
    bottom: 5vw;
}
.contact-form .form-head-title-2{
    color: #000000 !important;
}
.form-head-title-3{
    font-size: 4vw;
    color: #FF0210;
    font-weight: bold;
    font-family: NotoSansJP-Regular;
    line-height: 1.7;
}
.form-head-campaign{
    padding: 15px 30px;
    background: #F8F8F8;
}
.form-notice{
    padding: 20px 40px;
    font-size: 3.2vw;
    font-family: NotoSansJP-Regular;
}
.wrap-form tr{
    display: flex;
    flex-direction: column;
    /*font-size: 16px;*/
    font-size: 3.8vw;
}
.wrap-form th,
.wrap-form td{
    font-weight: normal;
    font-family: NotoSansJP-Regular;
}
.wrap-form th{
    background: #f8f8f8;
    padding: 20px 15px 10px;
}
.wrap-form td{
    padding: 20px 15px 20px;
}
.wrap-form td.bg-grey{
    padding: 0 15px 10px;
}
.wrap-form td.bg-grey input{
    padding: 10px;
    border-radius: 7px;
}
.wrap-form td input{
    width: 100%;
}
.form_ft_content{
    background: #f8f8f8;
    padding: 35px 15px 95px;
}
.form_ft_notice{
    /*font-size: 10px;*/
    font-size: 2.5vw;
    margin-bottom: 10px;
}
.form-submit-btn{
    padding-bottom: 15px;
}
.form-submit-btn input{
    background: #5C5C5C;
    /*font-size: 22px;*/
    font-size: 5.5vw;
    border-radius: 20px;
    padding: 30px!important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.form-content select{
    border: 1px solid #707070;
    padding: 7px;
    border-radius: 2px;
    margin-right: 10px;
    min-width: 65px;
    max-height: 30px;
}
.form-content input[type=text],
.form-content input[type=email]{
    /*border: none;*/
    border: 1px solid #707070;
    font-size: 3.8vw;
}
.form-content input[type="radio"]{
    width: 20px;
    height: 20px;
}
.kibo_checkbox label{
    display: flex;
    margin-bottom: 5px!important;
    /*margin-bottom:25px!important;*/
}
/*.kibo_checkbox .mwform-checkbox-field:nth-child(1)::after {
    content: "1月31日までに本ページからご予約頂くと";
}
.kibo_checkbox .mwform-checkbox-field:nth-child(2)::after {
    content: "ご入庫までにご家族・ご友人とペアでご予約頂くと ";
}
.kibo_checkbox .mwform-checkbox-field:nth-child(3)::after {
    content: "ご入庫までにご家族・ご友人とペアでご予約頂くと ";
}*/
.kibo_checkbox label input{
    width: 15px;
    margin: 0;
}
.kibo_checkbox label span{
    margin-left: 10px;
}
.kibo_checkbox .mwform-checkbox-field{
    margin-bottom: 25px;
    display: block;
    margin-left: 0!important;
}
.kibo_checkbox .mwform-checkbox-field:last-child,
.kibo_checkbox .mwform-checkbox-field:last-of-type {
    margin-bottom: 0!important;
}
.checkbox_discount:checked {
    color: #635994!important;
}
.th-sm-text-right{
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding-right: 35px!important;
}
.th-sm-text-right span{
    justify-self: end;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.checkbox-type-1 .mwform-radio-field{
    display: inline-block;
}
.checkbox-type-1 label{
    display: flex;
    align-items: center;
}
.checkbox-type-1 .mwform-radio-field-text{
    white-space: nowrap;
}
.checkbox-type-1 .mwform-radio-field input{
    margin-right: 10px;
}
.checkbox-type-1 .mwform-radio-field:first-child input{
    margin-left: 0;
}
.checkbox-type-1 .mwform-radio-field:first-child{
    margin-right: 30px;
}
.checkbox-type-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 cột có kích thước bằng nhau */
    gap: 15px
}
.checkbox-type-2 .mwform-radio-field{
    width: 100%;
    text-align: center;
    margin-left: 0!important;
}
.checkbox-type-2 label{
    display: flex;
    align-items: center;
}
.checkbox-type-2 input[type="radio"]{
    margin: 0;
    margin-right: 5px;
}
.selectbox-type-1{
    display: flex;
    align-items: center;
}
.selectbox-type-1 select{
    margin-left: 10px;
}
.selectbox-type-1 select:first-child{
    margin-left: 0px;
}

.form-confirm-head-campaign{
    padding: 8vw 0;
    text-align: center;
    background: #F8F8F8;
}
.form-confirm .mw-wp-header,
.form-confirm .text_sm_blue,
.form-confirm .form_ft_notice,
.form-confirm #policy_check,.selectbox-type-1 br{
    display: none;
}
.footer-form-send{
    margin-top: 200px;
}
.certificate_img{
    width: fit-content!important;
}
.mwform-file-delete{
    display: inline-block;
}
.wrap-submit-btn{
    position: relative;
}
.wrap-submit-btn img{
    position: absolute;
    width: 10vw;
    height: 4.5vw;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#preview{
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    display: none;
}
.mw_wp_form_preview input[type="submit"] {
   background: #FF0210!important;
}
.mw_wp_form_preview .form_ft_content{
    background: #fff;
}
.mw_wp_form_preview .form_ft_content .text-center.font-size-14 {
    color: #FF0210!important;
}
.mw_wp_form_preview .mw-wp-form_image img{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.mw_wp_form_preview .kibo_checkbox{
    line-height: 1.5;
}
.mw_wp_form_preview table th{
    background: #fff;
}
.mw_wp_form_preview table td{
    background: #f8f8f8;
}
.mw_wp_form_preview .check-display-none{
    display: none;
}
.mw_wp_form_preview td.bg-grey{
    padding: 15px!important;
}
.th-sm-text-right-red{
    font-size: 16px;
    color: #FF0210;
    padding: 0 15px 10px!important;
    margin: 0!important;
}
.form-3{
    padding-top: 60px;
}
.form-3 th{
    padding: 0;
}
.contact_confirm .dn-confirm{
    display: none;
}
@media screen and (min-width:737px){
    .wrap-form tr{
        font-size: 18px;
    }
    .form-head-title{
        margin: 30px 20px 0;
    }
    .form-head-title-1{
        top: 22px;
        font-size: 28px;
    }
    .form-head-title-2{
        font-size: 18px;
        bottom: 25px;
    }

    .form-head-title-3 {
        font-size: 20px;
    }
    .form-notice{
        font-size: 16px;
        padding: 15px;
    }
    .mw-wp-header span{
        font-size: 18px;
    }
    .form-content input[type=text], .form-content input[type=email]{
        font-size: 18px;
    }
    .text-sm-black{
        font-size: 16px;
    }
    .text_sm_blue{
        font-size: 16px;
    }
    .font-size-14 {
        font-size: 14px;
    }
    .text-red {
        font-size: 18px;
    }
    .form_ft_notice {
        font-size: 13px;
    }
    .form-submit-btn input{
        font-size: 25px;
    }
    .form-confirm-head-campaign{
        padding: 50px 0;
        background: #F8F8F8;
        text-align: center;
    }
    .form-confirm-head-campaign img{
        max-width: 70%;
    }
    .wrap-submit-btn img{
        width: 50px;
        height: 20px;
    }
}






