@charset "UTF-8";

/*-------------
micro clearfx
-------------*/
.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}


/*---------------------------------
 common
---------------------------------*/
.m-breadcrumbs {
    background-color: transparent;
}

#shiritaiUserChintai {
    box-sizing: border-box;
    font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #003d7c;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.2;
}

#shiritaiUserChintai .section__inner:last-child {
    padding-bottom: 0 !important;
}

.cancellationCaution__leadTxt {
    text-align: center;
}

.cancellationCaution__numberTxt {
    display: flex;
    font-weight: 700;
}

.cancellationCaution__numberTxt .numberTxt__numberWrap,
.cancellationCaution__numberTxt .numberTxt__txtWrap {
    vertical-align: middle;
}

.numberTxt__numberWrap {
    position: relative;
    display: table;
    background-color: #003d7c;
    line-height: 1;
}

.cancellationCaution__numberTxt .numberTxt__number {
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.checkTbl__name .checkbox__comment {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.checkTbl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
}

.checkTbl__inner {
    width: 100%;
}

.checkTbl__name {
    position: relative;
}

.checkTbl__area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #dedede;
}

.checkTbl .checkTbl__checkbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.checkTbl .checkTbl__checkbox input[type=checkbox] {
    display: none;
}

.checkTbl .checkTbl__checkbox label {
    position: relative;
    z-index: 1;
}

.checkTbl .checkTbl__checkbox label:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #464646;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 #dadada;
    left: 20px;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
}

.checkTbl .checkTbl__checkbox .checkbox__txt {
    position: absolute;
    font-family: "Work Sans", sans-serif;
    letter-spacing: .075em;
    color: #009fe8;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: 2px;
}

.checkTbl__detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 380px;
    height: 100%;
    padding: 20px 20px 20px 10px;
}

.checkTbl .checkTbl__checkbox input[type=checkbox]:checked+label:before {
    background: url(/assets/images/original/shiritai-user-baibai-checkbox_check.gif) no-repeat 50%;
    background-size: 13px 13px;
}

.checkbox__caution {
    font-size: 16px;
}

.cancellationCautionTbl__bdrBox {
    border: 1px solid #003d7c;
}

.questionIcon {
    position: relative;
    padding-right: 24px;
    display: inline-block;
}

.questionIcon::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    background: url(/assets/images/original/chintai-nyukyosha-guide-kaiyaku-flow-attention-question-icon.png) no-repeat right center/ 20px 20px;
    margin-top: -10px;
}

.cancellationFlow__Box {
    position: relative;
    background-repeat: no-repeat;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
}

.cancellationFlow__Box.last:before,
.cancellationFlow__Box.noAnchor:before {
    border: none;
}

.cancellationFlow__Box.noIcon {
    background-image: none;
}

.cancellationFlow__Box:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #009fe8 transparent transparent transparent;
    z-index: 99;
}

.cancellationFlow__Box.step1 {
    border-left-color: #99d9f6;
    background-image: url(/assets/images/original/chintai-nyukyosha-guide-kaiyaku-flow-icon01.png);
}

.cancellationFlow__Box.step2 {
    border-left-color: #66c5f1;
    background-image: url(/assets/images/original/chintai-nyukyosha-guide-kaiyaku-flow-icon02.png);
}

.cancellationFlow__Box.step3 {
    border-left-color: #009fe8;
    background-image: url(/assets/images/original/chintai-nyukyosha-guide-kaiyaku-flow-icon03.png);
}

.cancellationFlow__Box.step4 {
    border-left-color: #0071bc;
    background-image: url(/assets/images/original/chintai-nyukyosha-guide-kaiyaku-flow-icon04.png);
}

.cancellationFlow__Box.step5 {
    border-left-color: #003d7c;
    background-image: url(/assets/images/original/chintai-nyukyosha-guide-kaiyaku-flow-icon05.png);
}

.cancellationFlow__Box.last {
    border-left-color: #003d7c;
}

.cancellation-button--type_grey {
    background-color: #b3b3b3;
    border: 0;
    border-radius: 4px;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.a-button--type_cv {
    color: #fff !important;
}

.areaSelect {
    margin: 32px 0 32px;
}

.checkTbl__title {
    margin: 32px 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.checkTbl__radio {
    text-align: center;
    margin: 32px 0;
}

.checkTbl__radio input {
    display: none;
}
.checkTbl__radio label {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-left: 28px;
    margin-right: 24px;
}
.checkTbl__radio label:last-child {
    margin-right: 0;
}
.checkTbl__radio label:before {
    content:"";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border: solid 1px;
    border-radius: 64px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.checkTbl__radio input:checked + label:after {
    content:"";
    position: absolute;
    display: block;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 64px;
    background-color: #003d7c;
}

@media only screen and (min-width: 769px) {

    .m-breadcrumbs--transparent .m-breadcrumbs__item:before,
    .m-breadcrumbs--transparent .m-breadcrumbs__link,
    .m-breadcrumbs--transparent .m-breadcrumbs__text,
    .m-breadcrumbs--transparent .m-breadcrumbs__item:last-child .m-breadcrumbs__text {
        color: #003d7c;
        font-weight: 700;
    }

    #shiritaiUserChintai {
        min-width: 1120px;
    }

    #shiritaiUserChintai .section {
        padding: 90px 0;
    }

    #shiritaiUserChintai .section__inner {
        width: 1120px;
        padding: 0 90px 90px;
        margin: 0 auto;
    }

    #shiritaiUserChintai *,
    #shiritaiUserChintai :after,
    #shiritaiUserChintai :before {
        box-sizing: inherit;
    }

    .cancellationCaution__leadTxt .leadTxt__ttl {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 28px;
    }

    .cancellationCaution__leadTxt .leadTxt__subttl {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .cancellationCaution__leadTxt .leadTxt__caution {
        font-size: 14px;
        margin-bottom: 44px;
    }

    .cancellationCaution__numberTxt .numberTxt__numberWrap,
    .cancellationCaution__numberTxt .numberTxt__txtWrap {
        font-size: 24px;
    }

    .cancellationCaution__numberTxt .numberTxt__txtWrap {
        padding-left: 20px;
        min-height: 43px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cancellationCaution__numberTxt .numberTxt__numberWrap {
        width: 43px;
        height: 43px;
    }

    #shiritaiUserChintai .gradationTtl {
        padding: 0 64px;
        letter-spacing: 0.3px;
    }

    .checkTbl {
        border-left: 4px solid #009fe8;
        margin-bottom: 10px;
    }

    .checkTbl__area {
        padding: 10px 32px 10px 56px;
    }

    .checkTbl__inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .checkTbl__name {
        width: 375px;
        border-right: 1px solid #dedede;
        padding: 20px 0 20px 48px;
    }

    .checkTbl .checkTbl__checkbox {
        width: 330px;
    }

    .checkTbl .checkTbl__checkbox label {
        width: 100%;
        cursor: pointer;
        padding: 0 0 0 72px;
    }

    .checkbox__caution {
        line-height: 1.75;
    }

    .checkTbl__info {
        width: 561px;
        min-height: 150px;
        padding: 20px 40px;
    }

    .numberTxt__txt {
        letter-spacing: -0.3px;
        font-size: 24px;
    }

    .checkTbl .checkTbl__checkbox .checkbox__txt {
        padding-top: 10px;
    }

    .cancellationCautionTbl__2imgColumn {
        width: 100%;
        display: flex;
        margin: 30px 0 36px 44px;
    }

    .cancellationCautionTbl__2imgColumn .imgColumn__item:first-child {
        margin-right: 64px;
    }

    .cancellationCautionTbl__bdrBox {
        width: 820px;
        margin: 8px auto 36px;
        padding: 20px 24px;
        box-sizing: border-box;
    }

    .bdrBox__ttl {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .bdrBox__ttl02 {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .cancellationCaution__list {
        margin-bottom: 4px;
    }

    .cancellationCaution__list .cancellationCaution__listItem {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6;
    }

    .cancellationCaution__indentTxt {
        font-size: 14px;
        line-height: 1.4;
        padding-left: 1em;
        text-indent: -1em;
        margin-bottom: 16px;
    }

    .checkTbl.finalCheck,.checkTbl.areaSelect {
        border: none;
        min-height: 108px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .checkTbl.finalCheck .checkTbl__name,.checkTbl.areaSelect .checkTbl__name {
        width: auto;
        border: none;
        margin: 0 auto;
        padding: 0;
    }

    .checkTbl.finalCheck .checkTbl__checkbox {
        width: auto
    }

    .cancellationCaution__buttonList {
        display: flex;
        margin-top: 64px;
    }

    .cancellationCaution__buttonList .buttonList__item {
        width: 458px;
    }

    .cancellationCaution__buttonList .buttonList__item:first-child {
        margin-right: 24px;
    }

    .cancellationFlow__Wrap {
        margin-bottom: 100px;
    }

    .cancellationFlow__Box {
        padding: 40px 76px 40px 320px;
        background-position: 88px 88px;
        background-size: 125px 125px;
        border-left: 18px solid #000;
        min-height: 296px;
    }

    .cancellationFlow__Box.last {
        min-height: 175px;
    }

    .cancellationFlow__Box:before {
        bottom: -25px;
        margin-left: -35px;
        border-width: 40px 35px 0 35px;
    }

    .cancellationFlowTtl__step {
        font-size: 24px;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .cancellationFlowTtl__step .stepNumber {
        font-size: 30px;
    }

    .cancellationFlowTtl__txt {
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 1.4;
        font-weight: 700;
    }

    .cancellationFlowTxt {
        font-size: 16px;
        line-height: 1.75;
    }

    .cancellation-button--type_grey:hover {
        background-color: #bcbcbc;
        -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2) cursor: auto;
        text-decoration: underline
    }
}



@media only screen and (max-width: 768px) {
    .m-breadcrumbs--transparent .m-breadcrumbs__link {
        color: #999999;
        font-weight: 700;
    }

    #shiritaiUserChintai {
        margin-top: 16px;
    }

    .gradationTtl__head {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .section__inner {
        width: auto;
        padding: 0 4vw 12vw;
    }

    .cancellationCaution__leadTxt .leadTxt__ttl {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .cancellationCaution__leadTxt .leadTxt__subttl {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .cancellationCaution__leadTxt .leadTxt__caution {
        font-size: 14px;
        margin-bottom: 36px;
    }

    .cancellationCaution__numberTxt {
        display: flex;
    }

    .cancellationCaution__numberTxt .numberTxt__numberWrap,
    .cancellationCaution__numberTxt .numberTxt__txtWrap
    {
        font-size: 20px;
    }

    .cancellationCaution__numberTxt .numberTxt__numberWrap {
        display: table;
        width: 37px;
        height: 37px;
    }

    .cancellationCaution__numberTxt .numberTxt__txtWrap {
        padding-left: 12px;
        line-height: 1.4;
        min-height: 37px;
        font-size: 20px;
    }

    .checkTbl {
        border-left: .54vw solid #009fe8;
        margin-bottom: 2.67vw;
    }

    .checkTbl__area {
        padding: 2.67vw 3.2vw;
        border-bottom: none;
        box-sizing: border-box;
    }

    .checkTbl__inner {
        display: flex;
        flex-direction: column;
    }

    .checkTbl__name {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #dedede;
    }

    .checkTbl .checkTbl__checkbox {
        padding: 0 3.2vw 4vw 0;
    }

    .checkTbl .checkTbl__checkbox label {
        padding: 2vw 3.2vw 0 13.5vw;
    }

    .flexOrder1 {
        order: 1;
    }

    .flexOrder2 {
        order: 2;
    }

    .flexOrder3 {
        order: 3;
    }

    .checkTbl__info {
        padding: 8px;
    }

    .checkbox__caution {
        line-height: 1.25;
        margin-bottom: 12px;
    }

    .checkTbl .checkTbl__checkbox .checkbox__txt {
        padding-top: 2px;
    }

    .cancellationCautionTbl__2imgColumn {
        margin: 24px 0 48px 0;
        padding: 0 30px;
    }

    .cancellationCautionTbl__2imgColumn .imgColumn__item:first-child {
        margin-bottom: 45px;
    }

    .cancellationCautionTbl__2imgColumn .imgColumn__item img {
        width: 100%;
    }

    .cancellationCautionTbl__bdrBox {
        margin: 0 8px 24px 8px;
        padding: 16px 12px;
        box-sizing: border-box;
    }

    .bdrBox__ttl {
        font-size: 10px;
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .bdrBox__ttl02 {
        font-size: 12px;
        font-weight: 700;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .cancellationCaution__list {
        margin-bottom: 4px;
    }

    .cancellationCaution__list .cancellationCaution__listItem {
        font-size: 12px;
        font-weight: 700;
        line-height: 1.6;
    }

    .cancellationCaution__indentTxt {
        font-size: 10px;
        line-height: 1.5;
        padding-left: 1em;
        text-indent: -1em;
        margin-bottom: 16px;
    }

    .cancellationCaution__indentTxt.last {
        margin-bottom: 0;
    }

    .checkTbl.finalCheck,.checkTbl.areaSelect {
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 36px;
    }

    .checkTbl.finalCheck .checkTbl__name,.checkTbl.areaSelect .checkTbl__name {
        border: none;
        margin: 0 auto;
    }

    .checkTbl.areaSelect .checkTbl__name {
        display:block;
    }

    .checkTbl__name .checkbox__comment {
        line-height: 1.5;
    }

    .checkTbl.finalCheck .checkTbl__checkbox label {
        padding: 4vw 3.2vw 0 13.5vw;
    }

    .cancellationCaution__buttonList {
        display: flex;
        margin: 32px -8px 104px -8px;
    }

    .cancellationCaution__buttonList .buttonList__item {
        width: 50%;
        margin: 0 8px;
    }

    .cancellationFlow__Wrap {
        margin-bottom: 68px;
    }

    .cancellationFlow__Box {
        padding: 154px 16px 40px 16px;
        background-position: center 20px;
        background-size: 125px 125px;
        border-left: 10px solid #000;
    }

    .cancellationFlow__Box.step1 {
        margin-top: 28px;
    }

    .cancellationFlow__Box.last {
        padding: 36px 16px 28px 16px;
    }

    .cancellationFlow__Box:before {
        bottom: -11px;
        margin-left: -17.5px;
        border-width: 20px 17.5px 0 17.5px;
    }

    .cancellationFlowTtl__Wrap {
        text-align: center;
    }

    .cancellationFlowTtl__step {
        font-size: 24px;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 12px;
    }

    .cancellationFlowTtl__step .stepNumber {
        font-size: 30px;
    }

    .cancellationFlowTtl__txt {
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 700;

    }

    .cancellationFlowTxt {
        font-size: 16px;
        line-height: 1.3;
    }

    .cancellationAttention__button {
        margin-bottom: 52px;
    }

    .checkTbl__radio label {
        margin-right: 16px;
    }
    .checkTbl__radio input:checked + label:after {
        left: 6px;
    }

    /*20230420*/
    .s-kaiyaku{
        margin-bottom: 12px;
    }
}


/*20230420*/
.s-kaiyaku{
    margin-top: 16px;
}