@charset "utf-8";

/* -----------------------------------------------------------
    リフォーム 専用フォーム 共通
-------------------------------------------------------------- */
.form-input .header,.form-confirm .header{
    position: absolute!important;
}

.form-input .f_copy, .form-confirm .f_copy {
    padding: 60px 0 20px;
    font-size: 1.2rem;
    background: #eee;
}

.form-input .tr-preview .form_th_title span,
.form-confirm .tr-preview .form_th_title span{
    border: 1px solid #00a4e3;
    font-size: 1.4rem;
    padding: 6px 8px 8px;
    margin: 0 0 0 5px;
    line-height: 1;
    display: inline-block;
    color: #00a4e3;
}

.form-input .product-form__modal {
    display: none;
}

.underttl-area .underttl-ja span {
    display: block;
    font-size: 3rem;
}

@media screen and (max-width: 768px) {
    
    .form-input #wrapper {
        padding: 80px 0 0 0;
    }

    .form-input .f_copy, .form-confirm .f_copy {
        background: #fff;
        padding: 50px 0 40px;
    }

    .form-input #page_top,.form-confirm #page_top{
        bottom: 20px;
    }

    .form-input .under-h1 {
        padding: 0 15px 7px;
      }
    
    .form-input .tr-phone td{
        padding-bottom: 10px;
    }
    
    .underttl-area .underttl-ja span {
        font-size: 1.8rem;
    }
}


/* -----------------------------------------------------------
    入力ページ
-------------------------------------------------------------- */
.form-input .underttl-area {
    margin: 0;
}

.form-input .form_progress-bar { 
    position: fixed; /*位置を固定*/
    top: 0;
    left: 0;
    width: 0; /*バーの横幅*/
    height: 5px;
    background-color: #46b034;
    z-index: 2;
}

/*▽カイロスを入れる前提のスタイルです*/
.form-input .tr-name td,
.form-input .tr-kana td{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.form-input .tr-name input,
.form-input .tr-kana input{
    width: 30%!important;
}

.tr-area .td-area-input{
    align-items: center;
    display: flex;
    gap: 10px;
}

.tr-area .td-area-input span {
    flex-shrink: 0;
	width: 80px;
	font-size: 1.5rem;
	line-height: 1.4;
}

.tr-place .checkbox_list{
    margin-bottom: 20px;
}

/*△カイロスを入れる前提のスタイルです*/

.form-input .tr-phone .form_td_notes,
.form-input .tr-mail .form_td_notes{
    margin: 0 0 0 10px;
}

.form-input .request2-photo {
    display: none;
}

/*「写真のみでの見積依頼、工事希望」はビルトイン食洗機のみ*/
.page-built-form-input.form-input .request2-photo {
    display: block;
}

/*td内flex共通*/
.cmnrow-input-wrap {
    align-items: center;
    display: flex;
    gap: 10px;
}
.cmnrow-input-wrap .td-cmnrow-subttl{
    flex-shrink: 0;
    line-height: 1.4; 
}


/*カレンダーの上書きスタイル*/
.form-input .ui-widget-header {
    border: 1px solid var(--mainc);
    background: var(--mainc) url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #fff;
    font-weight: bold;
}

.form-input #ui-datepicker-div {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form-input .ui-state-hover,
.form-input .ui-widget-content .ui-state-hover,
.form-input .ui-widget-header .ui-state-hover,
.form-input .ui-state-focus,
.form-input .ui-widget-content .ui-state-focus,
.form-input .ui-widget-header .ui-state-focus {
    border: 1px solid var(--linkc);
    background: #fce4d5 url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
}

.form-input .ui-state-active,
.form-input .ui-widget-content .ui-state-active,
.form-input .ui-widget-header .ui-state-active {
    border: 1px solid var(--linkc);
    background: #fce4d5 url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
}

.form-input .ui-widget-content {
    border: 2px solid var(--mainc);
}


@media screen and (max-width: 768px) {

    .form-input .underttl-area {
        margin: 0 0 20px;
    }

    .form-input .tr-phone .form_td_notes,
    .form-input .tr-mail .form_td_notes{
        margin: 0;
    }

    .form-input .tr-name input,
    .form-input .tr-kana input{
        width: 44%!important;
    }

    .tr-area .td-area-input {
        gap: 5px;
    }

    .tr-area .td-area-input span {
        width: 70px;
        font-size: 1.3rem;
    }
}


/* -----------------------------------------------------------
    個人情報
-------------------------------------------------------------- */
.pp-wrap .pp-note {
    text-align: center;
    margin: 20px 0 0;
}

.pp-wrap .pp-btn-wrap {
    width: fit-content;
    display: flex;
    margin: 10px auto 20px;
    align-items: center;
    padding: 0 10px 0 0;
}

.pp-wrap .pp-btn {
    margin: 25px 0 20px -20px;
    display: flex;
    justify-content: center;
}

.pp-wrap .pp-parts {
    height: 200px;
    overflow-y: scroll;
    background: #fff;
    padding: 25px 20px;
    margin: 20px 0 0 0;
    border: 1px solid #ddd;
}

.pp-wrap #privacypolicy .section-ttl h3 {
    font-size: 2.2rem;
     margin: 0 auto 20px;
}
.pp-wrap #privacypolicy .section-ttl {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto 20px;
}
.pp-wrap #privacypolicy .contents.inner {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
}
.pp-wrap #privacypolicy p{
    font-size: 1.5rem!important;
}
.pp-wrap #privacypolicy .policy-list li {
    font-size: 1.5rem!important;
    margin: 15px 0 0 0;
}
.pp-wrap #privacypolicy dl dt {
    font-size: 1.8rem !important;
    margin: 20px 0 15px;
}

@media screen and (max-width: 768px){
    
    .pp-wrap .pp-note {
        margin: 0;
        font-size: 1.5rem;
        line-height: 1.7;
        text-align: left;
    }

    .pp-wrap .pp-btn-wrap {
        margin: 30px auto 20px;
    }
    
    .pp-wrap .pp-btn {
        margin: 0 auto 0 -20px;
        padding: 0 0 10px 25px;
    }
    
    .pp-wrap .pp-parts {
        padding: 15px 10px;
    }
    
    .pp-wrap #privacypolicy .contents.inner {
        padding: 0;
    }
    
    .pp-wrap #privacypolicy .section-ttl {
        padding: 0;
        margin: 0 0 15px;
    }
    
    .pp-wrap #privacypolicy .section-ttl h3 {
        font-size: 1.7rem;
        margin: 0 0 15px;
    }
    
    .pp-wrap #privacypolicy p {
        font-size: 1.4rem!important;
    }
    
    .pp-wrap #privacypolicy .policy-list li {
        font-size: 1.4rem!important;
        margin: 10px 0 0 0;
    }
    
    .pp-wrap #privacypolicy .t-txt {
        margin-top: 5px!important;
    }
    
    .pp-wrap #privacypolicy dl dt {
        font-size: 1.6rem !important;
        margin: 15px 0 10px;
    }

}

/* -----------------------------------------------------------
    入力ページ  intro-area
-------------------------------------------------------------- */
.intro-area{
    width: 1000px;
    margin: 0 auto;
}

.intro-area .intro-header {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: .03em;
    color: var(--mainc);
    text-align: center;
    margin: 30px 0;
}

.intro-area .intro-description {
    margin: 10px 0 20px;
    text-align: center;
}

/*intro-other--------------------------------------------*/
.intro-area .intro-other {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    width: fit-content;
    margin: 0 0 30px auto;
}

.intro-area .intro-other-list {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 22px 0 20px;
}

/*LINE*/
.intro-area .intro-other-line {
    align-items: center;
    border: 2px solid #00b900;;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transition: .3s;
}

.intro-area .intro-other-line:hover {
    background: #d5ebd5;
    transform: translateY(-8px);
}

.intro-area .intro-other-line a{
    align-items: center;
    color: #333;
    display: flex;
    justify-content: center;
    padding: 15px 35px 15px 15px;
    position: relative;
    width: 100%;
}

.intro-area .intro-other-line a::before,
.intro-area .intro-other-line a::after {
    position: absolute;
    top: 50%;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
}

.intro-area .intro-other-line a::before {
    content: "";
    background: #00b900;
    width: 25px;
    height: 100%;
    right: -2px;
}

.intro-area .intro-other-line a::after {
    content: "\f061";
    right: 5px;
    color: #fff;
    font: 900 1.6rem/1 "Font Awesome 5 Free";
}

.intro-area .intro-other-line span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 0 0 40px;
    position: relative;
    letter-spacing: .05em;
    line-height: 1.3;
}

.intro-area .intro-other-line span::before {
    content: "";
    background: url("../img/cmn-line-logo.png")center/contain no-repeat;
    width: 30px;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*tel*/
.intro-area .intro-other-tel small {
    font-size: 1.7rem;
}

.intro-area .intro-other-tel .num{
    display: flex;
    text-align: center;
    flex-direction: column;
    font: 600 2.6rem /1 var(--en);
    gap: 7px;
    position: relative;
    padding: 0 0 0 38px;
    letter-spacing: .05em;
}

.intro-area .intro-other-tel .num::before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    background: url("../img/cmn-tel-free.png")center/contain no-repeat;
    width: 35px;
    height: 19px;
}

.intro-area .intro-other-tel .catch {
    display: none;
}

.intro-area .intro-other-tel a {
    color: #333;
    display: flex;
    align-items: center;
}

.intro-area .swiper-award-wrap {
    position: relative;
}

.intro-area .swiper-award {
    width: 150px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.intro-area .swiper-award img {
    width: 100%;
    aspect-ratio: 800/566;
    object-fit: cover;
}


@media screen and (min-width: 769px) {
    
    .intro-area .swiper-wrapper {
        justify-content: space-between;
        gap: 30px;
        display: flex;
    }
    
    .intro-area .swiper-slide {
        width: calc( ( 100% - 60px ) / 3 );
    }
    
    .intro-area .swiper-slide img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 66/44;
    }
    
    .intro-area .swiper-award {
        width: 130px;
    }
}



@media screen and (max-width: 768px) {
        
    .intro-area {
        width: 100%;
    }
    
    .intro-area .intro-other {
        margin: 0 auto 25px;
    }
    
    .intro-area li[class^="intro-other-"] {
        height: 80px;
        flex-shrink: 0;
    }
    
    .intro-area li[class^="intro-other-"] a{
        height: 100%;
    }
    
    .intro-area .intro-other-tel {
          border: 2px solid var(--linkc);
          background: #fff;
          border-radius: 10px;
          overflow: hidden;
          transition: .3s;
        width: 45%;
    }
    
    .intro-area .intro-other-tel a {
        flex-direction: column;
        text-decoration: none;
        justify-content: center;
        padding: 5px 10px 28px;
        position: relative;
    }
    
    .intro-area .intro-other-tel a::before {
        content: "";
        background: var(--linkc);
        width: 105%;
        height: 22px;
        bottom: 0;
        position: absolute;
        left: 0;
    }
    
    .intro-area .intro-other-tel a::after {
        bottom: 3px;
        content: "\f061";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #fff;
        font: 900 1.6rem/1 "Font Awesome 5 Free";
    }
    
    .intro-area .intro-other-tel .num {
        display: none;
    }
    
    .intro-area .intro-other-tel .catch {
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        position: relative;
        padding: 0 0 0 30px;
    }
    
    .intro-area .intro-other-tel .catch::before {
        content: "\f095";
        font: 900 2rem/1 "Font Awesome 5 Free";
        position: absolute;
        left: 0;
        top: 8px;
    }
    
    .intro-area .intro-other-tel small {
        margin: 5px 0 0;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 0 0 0 29px;
    }
    
    .intro-area .intro-other-line {
        width: calc( 100% - 45% - 10px );
    }
    
    .intro-area .intro-other-line a {
        padding:5px 7px 25px;
    }
    
    .intro-area .intro-other-line a::before, .intro-area .intro-other-line a::after {
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .intro-area .intro-other-line a::before {
        width: 100%;
        height: 22px;
        bottom: 0;
    }
    
    .intro-area .intro-other-line a::after {
        right: auto;
        bottom: 3px;
    }
    
    .intro-area .intro-other-line span {
        font-size: 1.5rem;
        padding: 0 0 0 35px;
    }
    
    .intro-area .swiper-horizontal {
        padding: 0 0 25px;
        width: calc( 100% - 50px );
    }
    
    .intro-area .swiper-pagination-bullet {
        border-radius: 0;
          width: 40px;
          height: 5px;
    }
    
    .intro-area .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }
    
    .intro-area .swiper-pagination-bullet-active {
        background: var(--mainc);
    }

}

/* -----------------------------------------------------------
    個人情報の取り扱いについて
-------------------------------------------------------------- */
.privacy-box {
    border: 1px solid #ddd;
    font-size: 1.6rem;
    line-height: 1.6;
    width: 100%;
    height: 240px;
    overflow: auto;
    padding: 30px 50px;
    margin: 34px 0 0;
}

.privacy-box .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 30px 0 10px;
}

.privacy-box .subheading {
    margin: 20px 0 10px;
}

.privacy-box .ttl:nth-of-type(1) {
    padding: 0 0 10px;
}

.privacy-box .bg-box {
    background: #eee;
    border-radius: 5px;
    font-weight: bold;
    margin: 15px 0 0;
    padding: 20px;
}

.privacy-box-note {
    text-align: center;
    line-height: 1.588;
    margin: 50px 0 0;
}

.privacy-check li {
    margin: 50px auto 0 !important;
    width: fit-content;
}

@media screen and (max-width: 768px) {
    .privacy-box {
        border-color: #ddd;
    }

    .privacy-check li {
        margin: 45px auto 28px !important;
        width: fit-content;
        padding: 0 20px 0 0;
    }
}

/* -----------------------------------------------------------
    form
-------------------------------------------------------------- */
.form-input #form .form_area,
.form-confirm #form .form_area {
	padding: 50px 0 0;
	background: #eee;
}

#form .form_area form {
    background: #fff;
    width: 1100px;
    margin: 0 auto;
    padding: 40px 50px 50px;
}
    
#form .form_area .form_toptxt {
    border-bottom: 2px solid;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    letter-spacing: .07em;
    padding: 0 0 5px;
    color: var(--mainc);
}

#form .contact-area-txt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {

    .form-input #form .form_area,
    .form-confirm #form .form_area {
        background: none;
        padding: 0;
        margin: 0;
    }
    
    #form .form_area form {
        width: 100%;
        padding: 0;
    }
}

/* -----------------------------------------------------------
    input
-------------------------------------------------------------- */
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area input[type="number"], .form_area input[type="password"], .form_area select, .form_area textarea {
    border: 1px solid #d4d4d4;
    padding: 12px;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    letter-spacing: 0.03em;
    background: #f6f6f6;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form_area input[type="text"]:focus, .form_area input[type="email"]:focus, .form_area input[type="tel"]:focus, .form_area input[type="number"]:focus, .form_area input[type="password"]:focus, .form_area select:focus, .form_area textarea:focus {
    border: 1px solid var(--mainc);
}

.form_area input[type="number"] {
    -moz-appearance: textfield;
}

.form_area input[type="number"]::-webkit-outer-spin-button, .form_area input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form_area .tr-area select {
    width: 40%;
    padding: 10px;
    margin: 0 0 0 0;
    background: #fff url(../img/icon_arrow_under.png)right 10px center/15px auto no-repeat;
}

.form_area select:hover {
    cursor: pointer;
}

.form_area option {
    padding: 5px 15px;
}

.form_area select option selected {
    color: #999;
}

.form_area textarea {
    width: 100%;
}

.form_area input[type="radio"], .form_area input[type="checkbox"] {
    vertical-align: -1px;
    margin: 0;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 0;
}

.form_area label:hover {
    cursor: pointer;
}

.form_area label.label_first {
    display: inline-block;
    margin: 0 40px 0 0;
}

/*radio*/
.form_area input[type="radio"] {
    cursor: pointer;
    visibility: hidden;
}

.radio-label {
    position: relative;
    align-items: center;
    display: flex;
    margin: 0 0 0 -14px;
}

.radio-label .label-check {
    position: relative;
    display: block;
    padding-left: 23px;
    cursor: pointer;
    transition: .5s;
}

.radio-label .label-check:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 16px;
    height: 16px;
}

.radio-label input[type="radio"].radio-input-style:checked + .label-check:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    display: block;
    margin: auto;
}

.radio-label input[type="radio"].radio-input-style:checked + .label-check:before {
    border-color: var(--mainc);
}

.radio-label .label-check.round:before {
    border: 2px solid #999;
    border-radius: 40px;
}

.radio-label input[type="radio"].radio-input-style:checked + .label-check.round:after {
    width: 10px;
    height: 10px;
    background-color: var(--mainc);
    border-radius: 40px;
}

.radio-label input[type="radio"].radio-input-style:checked + .label-check.round {
    color: var(--mainc);
    font-weight: bold;
}

/*checkbox*/
.checkbox_list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 35px;
}

.checkbox_list li {
    align-items: center;
    display: flex;
}

input[type="checkbox"] {
    visibility: hidden;
}

input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    line-height: 1;
    margin-left: -14px;
}

input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #666;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
    width: 8px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    border-color: var(--mainc);
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="checkbox"]:checked + label {
    color: var(--mainc);
}

.checkbox_list li:last-child label {
    margin-bottom: 0;
}

/*---- ご予約希望時間➀② ----*/
#time1, #time2{
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    letter-spacing: 0.03em;
    outline: none;
    appearance: none;
    width: 50%;
    margin: 0;
}
@media screen and (max-width: 768px) {
    #time1, #time2{
        width: 80%;
    }
}

/* -----------------------------------------------------------
    button / submit
-------------------------------------------------------------- */
input[type="submit"], input[type="button"] {
    display: block;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.08em;
    margin: 0 auto;
    transition: 0.5s;
    border: none;
    outline: none;
    appearance: none;
    color: #FFF;
    font-size: 1.9rem;
    font-weight: bold;
    width: 300px;
    padding: 25px 30px 27px;
    text-align: center;
    line-height: 1;
}

#form input[type="submit"], #form input[type="button"] {
    min-width: 300px;
}

#form input[type="submit"][disabled] {
    color: #fff;
    background: #ddd;
}

input[type="submit"] {
    background: var(--linkc);
}

input[type="submit"].submit_gray, input[type="button"].submit_gray {
    color: #0f0f0f;
    width: 300px;
    background: #EEE;
    padding: 25px 30px 27px;
    text-align: center;
}

input[type="button"]:hover {
    cursor: pointer;
    background: #CCC;
}

input[type="submit"]:hover {
    cursor: pointer;
    opacity: .7;
}

/*        送信ボタン        */
.form_btn_area {
    text-align: center;
}

.form_btn_area .fl {
    float: left;
}

.form_btn_area .fr {
    float: right;
}

.form_btn_txt {
    margin: 0 0 40px;
}

.error_message {
    text-align: center;
    padding: 130px 0 40px;
    line-height: 1.8;
}

.submit_btn {
    background: #ebc118;
}

/* -----------------------------------------------------------
    フォーム共通
-------------------------------------------------------------- */
.back_btn {
    margin: -65px 0 0;
    width: 21%;
    font-size: 1.4rem;
    text-align: center;
    background: url(../img/icon_arrow_left.png) no-repeat 10% 49%;
    background-size: 7px 13px;
}

.back_btn a {
    display: block;
    padding: 20px 0;
    border: 1px solid #666;
}

.attention {
    margin: 0;
    line-height: 1.6;
    width: 100%;
}

/* -----------------------------------------------------------
    入力画面共通  /  table
-------------------------------------------------------------- */
.form_table {
    width: 100%;
    border-collapse: collapse;
    letter-spacing: 0.05em;
    line-height: 2;
}

.form_table tr {
    border-bottom: 1px solid #ddd;
}

.form_table th {
    width: 31%;
    padding: 35px 20px 35px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    margin: 0 0 10px;
}

.form_table td {
    padding: 35px 20px 35px;
    text-align: left;
    vertical-align: top;
}

.form_table .none td {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
}

.form_th_title {
    display: inline-block;
    font-size: 1.7rem;
    line-height: 1.6;
    letter-spacing: .03em;
}

.form_th_notes {
    float: right;
    display: inline-block;
    margin: 3px 0 0;
    padding: 5px 8px 7px;
    font-size: 1.5rem;
    font-weight: 500;
    background: #d85746;
    color: #fff;
    line-height: 1;
}

.form_table input[type="tel"], .form_table input[type="email"] {
    width: 80%;
}

.form_table input[type="text"], .form_table input[type="password"] {
    width: 100%;
}

.form_table input[type="number"] {
    width: 30%;
}

/*        生年月日        */
.form_area input[type="text"].birth {
    width: 40%;
}

/*        郵便番号        */
.form_area input[type="number"].input_zip {
    width: 30%;
    margin: 0 0 0 10px;
}

.zip_btn {
    width: 30%;
    margin: 15px 0 0;
    text-align: center;
}

.zip_btn a {
    display: block;
    padding: 10px 0;
    color: #fff;
    background: #7FB2AA;
}

/*        年齢        */
.form_area input[type="number"].input_old {
    width: 30%;
}

/*        お問い合わせ        */
.radio_list.radio-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
}

.radio_list li {
    align-items: stretch;
    display: flex;
    line-height: 2;
}

.radio_list_thumb.radio-row {
    gap: 20px 25px;
}

.radio_list_thumb li {
    border: 2px solid #eee;
}

.radio_list_thumb li:has(input[type="radio"]:checked) {
    border-color: var(--mainc);
}

.radio_list_thumb .radio-label{
    padding: 5px;
}

.radio_list_thumb .radio-img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 0 0 5px;
    width: 70px;
    height: 55px;
}

.radio_list_thumb .radio-img img {
    max-width: 100%;
    max-height: 100%;
}

/*        注釈        */
[class^="form_td_notes"] {
    color: #00a4e3;
    line-height: 1;
    font-size: 1.5rem;
}

.form_td_notes {
    display: inline-block;
}

.form_td_notes02 {
    margin: 20px 0;
}

.form_td_notes03 {
    margin: 30px 0 0;
}

.form_td_notes04 {
    margin: 10px 0 15px;
}

.entry-input .file-wrap .form_td_notes02 {
    line-height: 2;
    font-size: 1.6rem;
    letter-spacing: .08em;
}

.file__label-wrap {
    align-items: center;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.file__label {
	border: 2px solid #ccc;
	cursor: pointer;
	color: #333;
	display: block;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	transition: opacity 0.3s ease;
	width: 200px;
	position: relative;
	padding: 10px 13px 10px 5px;
}

.file__label::before {
    content: "\f138";
    color: var(--linkc);
    font: 900 1.6rem/1 "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.file__label:hover {
    opacity: 0.7;
}

input[type=file] {
    display: none;
}

.file__none {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    word-break: break-all;
}

.file-wrap p[class^="form_td_notes"] {
    line-height: 1.8;
    letter-spacing: .05em;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .file-wrap p[class^="form_td_notes"] {
        margin-top: 0;
        line-height: 1.8;
    }

    .file__label-wrap {
        gap: 10px;
        margin-bottom: 20px;
    }

    .file__label {
        font-size: 1.5rem;
        width: 170px;
    }

    .file__none {
        font-size: 1.5rem;
        margin: 0;
    }
    
    .privacy-box-note {
        text-align: left;
        margin: 0;
        padding: 0 20px;
    }

    .privacy-box {
        font-size: 1.5rem;
        width: calc(100% - 40px);
        height: 200px;
        padding: 15px 10px;
        margin: 20px auto 0;
    }
}

/* -----------------------------------------------------------
    確認画面共通
-------------------------------------------------------------- */
.form-confirm #form .form_area {
    margin: 50px auto 0!important;
    padding: 60px 0;
}

.form-confirm .underttl-area {
    margin: 0!important;
}

.form_table.confirm {}

.form-confirm .form_btn_area.confirm {
    margin-top: 40px;
}

/*        写真添付        */
.form_table .form_photo {
    margin: 10px 0 0;
}

.form_table .form_photo img {
    width: 300px;
}

.form_table .form_file{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.form-confirm .form_table .form_file {
    flex-direction: column;
    gap: 15px;
}

.form_file_img {
    width: 100px;
    text-align: center;
}

.form_file_img img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
}

/*        修正と送信ボタン        */
.form_btn_area .btn-wrap {
    display: flex;
    width: 800px;
    justify-content: center;
    margin: 0 auto;
    flex-direction: row-reverse;
}

.form_btn_area.confirm .btn-wrap input {
    margin: 0 20px;
}

.form-confirm .confirm-caution {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 40px 0 0;
    text-align: center;
}

@media screen and (max-width: 768px) {

    .form-confirm .underttl-area {
        margin: 0 0 15px!important;
    }

    .form-confirm #form .form_area {
        margin: 20px auto 0!important;
        padding: 0;
    }
    
    .form-confirm .form_table {
        width: 100%;
    }
    
    #form .form_area .form_toptxt {
        margin: 30px 0 0 0;
    }
    
    .form-confirm .confirm-caution {
        text-align: left;
        margin: 10px 0 0;
    }
    
    .form-confirm .form_btn_area.confirm {
        margin-top: 20px;
    }

}

/* -----------------------------------------------------------
    SP
-------------------------------------------------------------- */
@media screen and (max-width:768px) {

    /* -----------------------------------------------------------
        input
    -------------------------------------------------------------- */
    .form_area input[type="text"], .form_area input[type="tel"], .form_area input[type="password"], .form_area input[type="email"], .form_area input[type="number"], .form_area select, .form_area textarea {
        padding: 12px 10px 14px;
        background: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1.5rem;
        -webkit-appearance: none;
        border-radius: 0;
    }

    .form_area input[type="text"], .form_area input[type="email"], .form_area input[type="number"], .form_area input[type="tel"], .form_area input[type="password"], .form_area select, .form_area textarea {
        width: 100%;
    }

    .form_area select {
        padding: 10px 15px;
        background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
        background-size: 18px auto
    }

    .form_area .tr-area select {
        width: 100%;
        padding: 10px 15px;
        background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
        background-size: 18px auto
    }

    .form_area input[type="radio"], .form_area input[type="checkbox"] {}

    .radio-label input[type="radio"].radio-input-style:checked + .label-check.round:after {
        width: 10px;
        height: 10px;
        left: 5px;
    }

    /* -----------------------------------------------------------
        button / submit
    -------------------------------------------------------------- */
    .btn {}

    .btn.back_btn {
        top: 0;
    }

    .btn.back_btn a {
        display: inline-block;
        width: auto;
        padding: 10px 5px 10px 20px;
        border: none;
        font-size: 1.6rem;
        text-align: left;
        background: #fff url(../img/icon_arrow03.png) no-repeat 0 50%;
        background-size: 11px 11px;
    }

    .form_area input[type="submit"] {
        display: block;
        width: 100%;
        max-width: 300px;
        padding: 25px 10px;
        font-size: 1.80rem;
        box-sizing: border-box;
    }

    #form input[type="submit"], #form input[type="button"] {
        min-width: inherit;
    }

    input[type="submit"].submit_gray, input[type="button"].submit_gray {
        width: 100%;
        max-width: 300px;
        font-size: 1.6rem;
        padding: 10px 10px;
    }

    .form_btn_area {
        padding: 0 20px;
        text-align: left;
        margin: 0 auto;
    }

    .form_btn_txt {
        margin: 0 0 20px;
        line-height: 1.8;
        text-align: left;
    }

    .submit_org {}

    .submit_gray {
        font-size: 1.6rem;
    }

    .submit_magenta {}

    .submit_green {}

    .form_btn_area .fl, .form_btn_area .fr {
        float: none;
    }

    .error_message {
        text-align: left;
        padding: 30px 0 20px;
    }

    /* -----------------------------------------------------------
        フォーム共通
    -------------------------------------------------------------- */
    #form .form_area .form_toptxt {
        padding: 15px 20px;
        line-height: 1.4;
        font-size: 1.6rem;
        margin: 0;
        border-radius: 0;
        border-bottom: none;
        background: var(--mainc);
        color: #fff;
    }

    /* -----------------------------------------------------------
        入力画面共通  /  table
    -------------------------------------------------------------- */
    .form_table {
        border-top: none;
    }

    .form_table tr {
        border: none;
    }

.form_table th {
        background: #eee;
        display: flex;
        width: 100%;
        padding: 12px 20px !important;
        text-align: left;
        vertical-align: middle;
        margin: 0;
        align-items: center;
    }

    .form_table td {
        display: block;
        width: 100%;
        border: none;
        padding: 20px 20px 25px;
        text-align: left;
        vertical-align: top;
    }

    .form_th_title {
        font-size: 1.6rem;
        padding: 0;
    }

    .form_table th .form_th_notes {
        float: none;
        display: inline-block;
        margin: 0 auto 0 10px;
        font-size: 1.4rem;
        width: fit-content;
        padding: 5px 8px 6px;
    }

    .form_table.rec th .form_th_notes {
        background: #66CCC0;
    }

    .form_table input[type="text"], .form_table input[type="password"], .form_table input[type="tel"], .form_table input[type="email"], .form_table select {
        width: 100%;
    }

    .form_table input[type="number"] {
        width: 100%;
    }

    /*        生年月日        */
    .form_area input[type="text"].birth {
        width: 50%;
    }

    /*        郵便番号        */
    .form_area input[type="text"].input_zip, .form_area input[type="number"].input_zip {
        width: 50%;
        margin: 0 10px 0 10px;
    }

    /*        年齢        */
    .form_area input[type="number"].input_old {
        width: 40%;
        margin: 0 10px 0 0;
    }

    /*        お問い合わせ        */
    .radio_list {}
    
    .radio_list.radio-row{
        gap: 15px 30px;
    }

    .radio_list li {
        line-height: 1.8;
    }

    .radio_list label {
        margin: 0 0 0 -1.5em;
    }

    /*        注釈        */
    [class^="form_td_notes"] {
        font-size: 1.4rem;
    }

    .form_td_notes {
        margin: 15px 0 0;
    }

    .form_td_notes02 {
        margin: 15px 0;
    }

    .form_td_notes03 {
        margin: 20px 0 0;
    }

    .entry-input .file-wrap .form_td_notes02 {
        font-size: 1.5rem;
    }

    /* -----------------------------------------------------------
        確認画面共通
    -------------------------------------------------------------- */
    /*        修正と送信ボタン        */
    .form_btn_area.confirm .btn-wrap {
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .form_btn_area.confirm .btn-wrap input {
        max-width: 300px;
        margin: 0 auto 20px;
        padding: 25px 10px;
    }

}