body {
    background-color: #FFFFFF;
    overflow-x: hidden;
}
html {
    scroll-padding-top: 163px;
}


/*Noto Sans JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*Noto Sans JP 500*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}

#contents {
    width: 100%;
    padding-bottom: 0;
}
.l-contents * {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
    font-weight: 400;
}
.l-contents {
    width: 100%;
    padding-bottom: 0;
}
.pg__inner {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

[class*="cmn__section--"] {
    padding: 110px 0 120px;
}
.contents__ttl {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 38px;
}
    .contents__ttl span {
        color: #0A0F54;
        font-size: 16px;
        font-weight: 500;
        display: block;
        letter-spacing: 1.5px;
    }
/*---------------------------------------------------

-----------------------------------------------------*/
.main__view img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/*---------------------------------------------------
売却診断フローチャート
-----------------------------------------------------*/

.flowchart__img {
    background-image: url(/images/sellform/flowchart__img.webp);
    background-position: top center;
    width: 100%;
    background-repeat: no-repeat;
    height: 865px;
    background-size: cover;
    position: relative;
}

.question__item {
    background-color: #E0F3FB;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 0 15px;
    width: 490px;
    font-size: 18px;
    margin-left: 66px;
}
.question__item:first-child {
    margin: 0 auto 50px;
}
.question__item:not(:last-child) {
    margin-bottom: 50px;
}
    .question__num {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #0A0F54;
        color: #fff;
        font-size: 22px;
        border-radius: 50%;
        padding-bottom: 3px;
    }

.answer__item {
    position: absolute;
}
.answer__item a {
    display: flex;
    width: 490px;
    height: 146px;
}
    .answer__box {
        background-color: #2295C1;
        padding: 16px 28px 17px 28px;
        width: 280px;
    }
    .answer__box dt {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 8px;
    }
    .answer__box dd {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }
    .answer__item.--num01 {
        top: 130px;
        right: 65px;
    }
    .answer__item.--num02 {
        bottom: 0;
        left: 66px;
    }
    .answer__item.--num03 {
        bottom: 0;
        right: 65px;
    }
/*---------------------------------------------------
無料査定を申し込む
-----------------------------------------------------*/
.cmn__section--assessment {
    background-color: #E0F3FB;
}
.assessment__flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 71px;
    margin-bottom: 50px;
}
.assessment__flow__item {
    display: flex;
    align-items: center;
    gap: 0 12px;
    position: relative;
}
    .assessment__flow__item:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #9D9D9D;
        position: absolute;
        top: 0;
        right: -40px;
        bottom: 0;
        margin: auto;
    }
    .assessment__flow__item:last-child:after {
        display: none;
    }
.assessment__step {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333;
    line-height: 1.1;
    text-align: center;
}
    .--active .assessment__step {
        background-color: #0A0F54;
        color: #fff;
    }
    .--active .assessment__step span {
        color: #fff;
    }
    .assessment__step span {
        font-size: 22px;
        color: #333;
        display: contents;
    }
.assessment__flow__text {
    font-size: 16px;
}

/*----------------------*/

.form__tab__list {
    display: flex;
    justify-content: space-between;
}
.form__tab a{
    cursor: pointer;
    width: 277.5px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F0F0F0;
    color: #9D9D9D;
    font-size: 20px;
    font-weight: 700;
}
    .form__tab.active a{
        background-color: #0A0F54;
        color: #fff;
    }

.form__contents.active a{
    opacity: 1;
    visibility: visible;
    position: relative;
    pointer-events: auto;
}
.form__contents__inner {
    padding: 55px 60px 60px;
    background-color: #fff;
}
.form__block {
    margin-bottom: 57px;
}

.form__title {
    color: #2295C1;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
}

.form__box {
    padding-block: 21px;
    border-bottom: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    gap: 0 13px;
}
.form__box:first-of-type {
    border-top: 1px solid #F0F0F0;
}
.form__box__ttl {
    font-size: 16px;
    font-weight: 500;
    width: 164px;
    position: relative;
}
    .form__box__ttl span {
        position: absolute;
        right: 0;
        width: 37px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: 500;
        border-radius: 2px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
        .form__box__ttl span.required_mark {
            background: #CD1F1F;
            color: #fff;
        }
        .form__box__ttl span.no_required {
            background: #E0F3FB;
            color: #95ADC4;
        }

input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="date"], input[type="password"] {
    border: 1px solid #CFD8DC;
    background: #FBFCFC;
    height: 46px;
    padding: 0 12px;
    border-radius: 5px;
    font-size: 16px;
    width: 422px;
}
.form--long input[type="text"]{
    width: 843px;
}
    ::placeholder {
        color: #78909C;
    }

.form__box__text {
    width: 843px;
    font-size: 16px;
}
.bkn__address__block:not(:last-child) {
    margin-bottom: 5px;
}
    .bkn__address__block dt {
        margin-bottom: 5px;
    }

.form--radio {
    display: flex;
    flex-wrap: wrap;
    width: auto;
}
.form--radio label {
    width: 140.5px;
    height: 46px;
    display: flex;
    gap: 0 4px;
    align-items: center;
    padding: 0 12px;
    cursor: pointer;
    border-top: 1px solid #CFD8DC;
    border-bottom: 1px solid #CFD8DC;
    position: relative;
    font-size: 16px;
}
.form--radio.radio02 label {
    width: 210px;
}
.form--radio.radio03 label {
    width: 168px;
}
.form--radio label:not(:last-child) {
    border-right: 1px solid #CFD8DC;
}
.form__hopecontac .form--radio label:last-child {
    border-right: 1px solid #CFD8DC;
    border-radius: 0 0 5px 0;
}
.form__hopecontac .form--radio {
    width: 843px;
}
.form--radio label:first-child {
    border-left: 1px solid #CFD8DC;
    border-radius: 5px 0 0 5px;
}
.form--radio label:last-child {
    border-right: 1px solid #CFD8DC;
    border-radius: 0 5px 5px 0;
}

.form__hopecontac .form--radio label:nth-child(1){
    border-left: 1px solid #CFD8DC;
    border-radius: 5px 0 0 0;
}
.form__hopecontac .form--radio label:nth-child(5) {
    border-radius: 0 5px 5px 0;
}
.form__hopecontac .form--radio label:nth-child(6){
    border-left: 1px solid #CFD8DC;
    border-top: none;
    border-radius: 0 0 0 5px;
}
.form__hopecontac .form--radio label:nth-child(7) {
    border-top: none;
}
.form__box textarea {
    border-radius: 5px;
    border: 1px solid #CFD8DC;
    background: #FBFCFC;
    font-size: 16px;
    height: 123px;
    padding: 15px 12px;
}
.form__box input[type="radio"] {
    width: 18px;
    height: 18px;
}
.form__box input[type="radio"]:checked {
    background-image: url(/images/sellform/bt_radio_on.svg);
}


.form--checkbox {
    display: flex;
    flex-wrap: wrap;
}
.form--checkbox label {
    width: 281px;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    cursor: pointer;
    border-bottom: 1px solid #CFD8DC;
    border-left: 1px solid #CFD8DC;
    gap: 0 6px;
    font-size: 16px;
}
.form--checkbox label:nth-child(3n),
.form--checkbox label:last-of-type {
    border-right: 1px solid #CFD8DC;
}
.form--checkbox label:nth-child(1),
.form--checkbox label:nth-child(2),
.form--checkbox label:nth-child(3) {
    border-top: 1px solid #CFD8DC;
}
.form--checkbox label:nth-child(1) {
    border-radius: 5px 0 0 0;
}
.form--checkbox label:nth-child(3) {
    border-radius: 0 5px 0 0;
}
.form--checkbox label:nth-child(13) {
    border-radius: 0 0 0 5px;
}
.form--checkbox label:last-of-type,
.form--checkbox label:nth-child(12){
    border-radius: 0 0 5px 0;
}
.form--checkbox label:last-of-type{  
    width: 282px;
}

.reason__textarea {
    margin-top: 10px;
    background: #FBFCFC;
    font-size: 16px;
    width: 100%;
}
/*--------------------------*/
.form_rule_text {
    text-align: center;
    font-size: 16px;
    margin-bottom: 27px;
}
.form_rule_text a {
    color: #0A0F54;
    font-size: 16px;
    text-decoration: underline;
}
.submit_btn {
    width: 420px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    background: #2295C1;
    margin: 0 auto;
}
.form--radio .formError {
    position: absolute;
    bottom: -20px;
    left: 0;
}

#value_bknzipcode,
#much_bknzipcode,
#cash_bknzipcode {
    width: 148px;
}