@charset "UTF-8";
/*  追従バナー  */
.fixedBnr {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #EDEDED;
    z-index: 1000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.frexedBnrItems {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.fixedBnrTxt {
    color: #000000;
    font-size: 13px;
    wont-weight: 600;
}

.fixedBnrDiagnosis {
    display: block;
    width: 264px;
    padding: 13px 0;
    border-radius: 30px;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
}

.fixedBnrDiagnosis:hover {
    opacity: 0.75;
    color: #004831;
}

.fixedBnrExamination {
    display: block;
    width: 264px;
    padding: 13px 0;
    border-radius: 30px;
    background: #BBCD1C;
    font-size: 16px;
    font-weight: bold;
}

.fixedBnrExamination:hover {
    opacity: 0.75;
    color: #004831;
}

@media screen and (max-width: 768px) {
    .fixedBnr {
        padding: 10px 10px;
    }

    .frexedBnrItems {
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        max-width: none;
    }

    .item-1 {
        width: 100%
    }

    .item-2 {
        width: 48%
    }

    .item-3 {
        width: 48%
    }

    .fixedBnrDiagnosis {
        width: 100%;
        font-size: 14px;
    }

    .fixedBnrExamination {
        width: 100%;
        font-size: 14px;
    }
}

footer {
    margin-bottom: 80px;
}

/*  /追従バナー  */



/* ExistingBankAcc modal */
.ExistingBankAccCon {
    padding-top: 75px;
    padding-bottom: 23px;
    max-width: 517px;
}

.ExistingBankAccCon.active~.modalBg {
    background-color: #000000;
    opacity: 0.6;
}

.ExistingBankAccCon .modalConInner .ExistingBankAccModalClose {
    top: 0px;
    right: 0px;
    border-radius: unset;
    overflow: hidden;
    background-color: unset;
}

.ExistingBankAccCon .ExistingBankAccModalClose a {
    height: 100%;
    position: relative;
    width: 28px;
    height: 28px;
    transform: translate(13px, 17px);
}

.ExistingBankAccModalClose span {
    display: block;
    width: 37px;
    height: 2px;
    background-color: #004730;
    position: absolute;
}

.ExistingBankAccModalClose span:nth-of-type(1) {
    top: 13px;
    left: -5px;
    transform-origin: center;
    transform: rotate(45deg);
}

.ExistingBankAccModalClose span:nth-of-type(2) {
    top: 13px;
    left: -5px;
    transform-origin: center;
    transform: rotate(-45deg);
}

.ExistingBankAccCon .modalConTit {
    margin-bottom: 33px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.3;
}

.ExistingBankAccLists {
    text-align: center;
}

.ExistingBankAccList {
    border-top: 1px solid rgba(0, 71, 48, 0.5);
    padding-top: 33px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

.ExistingBankAccListTit {
    padding: 15px 0;
    margin-bottom: 34px;
}

.ExistingBankAccListDes {
    color: #333333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.28px;
    margin-bottom: 45px;
}

.ExistingBankAccCon .cardLoan-btnPrimary {
    display: inline-block;
    padding: 16px 13px;
    border-radius: 3.65em;
    width: 100%;
    max-width: 427px;
    background-color: #004831;
    -webkit-box-shadow: 0 12px 15px 0 rgba(81, 127, 111, .3);
    box-shadow: 0 12px 15px 0 rgba(81, 127, 111, .3);
}

.ExistingBankAccCon .inner {
    font-size: min(21px, 2.1rem);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .ExistingBankAccCon .ExistingBankAccModalClose a {
        height: 100%;
        position: relative;
        width: 20px;
        height: 20px;
        transform: translate(4px, 17px);
    }

    .ExistingBankAccModalClose span {
        display: block;
        width: 26px;
        height: 1.5px;
        background-color: #004730;
        position: absolute;
    }

    .ExistingBankAccModalClose span:nth-of-type(1) {
        top: 8px;
        left: -2px;
        transform-origin: center;
        transform: rotate(45deg);
    }

    .ExistingBankAccModalClose span:nth-of-type(2) {
        top: 8px;
        left: -2px;
        transform-origin: center;
        transform: rotate(-45deg);
    }

    .ExistingBankAccCon {
        padding-top: 75px;
        padding-bottom: 33px;
    }

    .ExistingBankAccCon .modalConTit {
        font-size: 2rem;
        margin-bottom: 47px;
    }

    .ExistingBankAccList {
        border-top: 1px solid rgba(0, 71, 48, 0.5);
        padding-top: 12px;
    }

    .ExistingBankAccListTit {
        padding: 15px 0;
        margin-bottom: 10px;
    }

    .ExistingBankAccListDes {
        color: #333333;
        font-size: 15px;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        /* 20.8px */
        letter-spacing: 0.28px;
        margin-bottom: 30px;
    }

    .ExistingBankAccCon .cardLoan-btnPrimary {
        display: inline-block;
        padding: 13px 13px;
        border-radius: 3.65em;
        width: 100%;
        max-width: 298px;
        background-color: #004831;
        -webkit-box-shadow: 0 12px 15px 0 rgba(81, 127, 111, .3);
        box-shadow: 0 12px 15px 0 rgba(81, 127, 111, .3);
    }

    .ExistingBankAccCon .inner {
        /* font-size: 14px; */
        /* font-size: max(14px, 1.4rem); */
        font-size: max(14px, 1.5rem);
        font-weight: 700;
        line-height: 1.1;
        text-align: center;
        color: #fff;
    }
}

/* modal of SP2 ver. */
.ExistingBankAccCon02 {
    padding-top: 70px;
    padding-bottom: 23px;
}

.ExistingBankAccCon02 .modalConTit {
    letter-spacing: 0.8px;
    margin-bottom: 23px;
}

.ExistingBankAccCon02 .modalConInner .ExistingBankAccModalClose {
    top: 12px;
    right: -10px;
}

.ExistingBankAccCon02 .ExistingBankAccLists {
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.ExistingBankAccCon02 .ExistingBankAccList {
    border: unset;
    width: 50%;
}

.ExistingBankAccCon02 .cardLoan-btnPrimary {
    box-shadow: unset;
    border-radius: 0.25em;
    filter: drop-shadow(0px 5px 0px #00100B);
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 9px;
}

.ExistingBankAccCon02 .ExistingBankAccListTit {
    padding-bottom: unset;
    margin-bottom: unset;
}

.ExistingBankAccCon02 .inner {
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.ExistingBankAccCon02 .ExistingBankAccListDes {
    height: 85px;
    display: flex;
    justify-content: center;
    background: #F7FFE8;
    align-items: flex-start;
    text-align: left;
    padding: 18px 5px;
    line-height: 1.4;
    font-size: 12px;
    font-size: 1.2rem;
}







/************************************
modal
*************************************/
.modalWrap *::after,
.modalWrap *::before,
.modalWrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.state-modal {}

/*body.state-modal .modalWrap {
    position: relative;
    left: 0;
    overflow-y: hidden;
}

body.state-modal .modalBg {
    opacity: 0.6;
    left: 0;
}

body.state-modal .modal-con.active {
    display: block;
}
*/
body.state-modal {
    overflow-y: auto;
}

body.state-modal .modalWrap {
    left: 0;
}

body.state-modal .modalBg {
    opacity: 0.5;
    left: 0;
}

body.state-modal .contentsWrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

body.state-modal .contentsWrapInner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*  padding-top: 66px;*/
}

body.state-modal .modalCon.active {
    display: block;
}

/*.modalWrap {
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  left: -200%;
}
*/
.contentsWrapInner {
    position: relative;
}

.modalWrap {
    position: relative;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100;
    left: -200%;
    padding: 40px 0;
}

.modalWrap a {
    text-decoration: none;
}

.modalBg {
    position: fixed;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aad228;
    opacity: 0;
    z-index: 1;
    left: -100%;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.modalWrap .modalClose {
    position: absolute;
    height: 60px;
    top: -30px;
    width: 60px;
    right: -30px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.modalWrap .modalClose a {
    display: block;
}

.modalWrap .modalCon {
    display: none;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.modalWrap.type-center {
    padding: 0 0;
    margin-bottom: 0;
}

.modalWrap.type-center .modalClose {
    /*    top: -20px;*/
}

@media screen and (min-width: 769px) {
    .modalWrap.type-center .modalCon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .modalCon {
        max-width: 860px;
        width: 96%;
        margin: 0 auto;
        background: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        padding-top: 72px;
        padding-bottom: 80px;
    }

    .modalCon.noPB {
        padding-bottom: 0;
    }

    .modalConInner {
        width: 100%;
    }

    .modalConInner .modalTxt {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .modalConInner .modalTxt:last-child {
        margin-bottom: 0;
    }

    .modalImg {
        text-align: center;
        margin-bottom: 30px;
    }

    .modalBtnCon {
        max-width: 600px;
        margin: 0 auto;
    }

    .modalBtnCon.typeS {
        width: 490px;
    }

    .modalBtnCon.typeS .listIndent {
        display: flex;
        flex-wrap: wrap;
    }

    .modalBtnCon.typeS .listIndent li {
        width: auto;
        min-width: 180px;
    }

    .modalBtnCon .btnRound {
        width: 460px;
        margin: 30px auto 0;
    }

    .modalConTit {
        width: 100%;
        margin-bottom: 30px;
        font-size: 28px;
        font-size: 2.8rem;
        color: #014832;
        font-weight: 700;
        text-align: center;
        line-height: 1.4;
    }

    .btnRoundItems .btnRound {
        margin-bottom: 40px;
        margin-top: 0 !important;
    }

    .btnRoundItems .btnRound:last-child {
        margin-bottom: 0;
    }

    .btnRoundItems .btnRound:first-child {
        margin-top: 0;
    }

    .btnRoundItems .btnRound a {
        width: 100%;
        text-decoration: none;
    }

    .diagnosisResultCon {
        width: 700px;
        margin: 0 auto;
    }

    .diagnosisResultTit {
        border-top: 4px solid #aad228;
        border-bottom: 4px solid #aad228;
        display: table;
        width: 100%;
        height: 88px;
        text-align: center;
        margin-bottom: 46px;
        padding-top: 26px;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1;
        color: #014832;
        font-weight: 700;
    }

    .diagnosisResultTit.typeMaru span {
        padding-right: 46px;
    }

    .diagnosisResultTit span {
        position: relative;
        top: 2px;
    }

    .diagnosisResultTit span i {
        position: absolute;
        display: block;
        content: "";
        width: 36px;
        height: 36px;
        top: 50%;
        margin-top: -20px;
        right: 0;
        background: url(../img/icon_maru.png) 0 0 no-repeat;
        background-size: 100% auto;
    }

    .diagnosisResultATxt {
        color: #f68326;
        font-size: 42px;
        font-size: 4.2rem;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 32px;
        text-align: center;
    }

    .diagnosisResultATxt span {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .diagnosisResultBTxt {
        color: #014832;
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 35px;
        text-align: center;
    }

    .diagnosisResultBTableWrap {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .diagnosisResultInfoTit {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        background: #014832;
        color: #fff;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 4px;
    }

    .diagnosisResultBTable {
        width: 100%;
    }

    .diagnosisResultBTable th {
        background: #f0ffd2;
        color: #333;
        vertical-align: middle;
        font-size: 16px;
        font-size: 1.6rem;
        border-bottom: 4px solid #fff;
        text-align: center;
        padding: 20px 0;
        border-left: 4px solid #fff;
        font-weight: 700;
        width: 50%;
    }

    .diagnosisResultBTable th:first-child {
        border-left: none;
    }

    .diagnosisResultBTable td {
        padding: 20px 0;
        font-size: 16px;
        font-size: 1.6rem;
        color: #333;
        background: #f4f4f4;
        border-bottom: 4px solid #fff;
        text-align: center;
        border-left: 4px solid #fff;
        vertical-align: middle;
        font-weight: 700;
        width: 50%;
    }

    .diagnosisResultBTable td:first-child {
        border-left: none;
    }

    .diagnosisResultBTable tr:last-child td,
    .diagnosisResultBTable tr:last-child th {
        border-bottom: none;
    }

    .diagnosisResultTxt {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.8;
        color: #333;
        margin-bottom: 45px;
    }

    .diagnosisApplyBox {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        overflow: hidden;
        border: 4px solid #014832;
        border-top: none;
        padding-bottom: 60px;
    }

    .diagnosisApplyTit {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        background: #014832;
        color: #fff;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .modalWrap.type-center .modalCon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .modalCon {
        width: 89.33%;
        max-width: 517px;
        margin: 0 auto;
        background: #fff;
        border-radius: 8px;
        padding-top: 11.94%;
        padding-bottom: 11.94%;
    }

    .modalCon.noPB {
        padding-bottom: 0;
    }

    .modalWrap .modalClose {
        position: absolute;
        height: 40px;
        top: -20px;
        width: 40px;
        right: -10px;
    }

    .modalWrap .modalClose a {
        display: block;
    }

    .modalConInner {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .modalConInner .modalTxt {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 5.97%;
    }

    .modalConInner .modalTxt:last-child {
        margin-bottom: 0;
    }

    .modalConTit {
        margin-bottom: 7.46%;
        font-size: 20px;
        font-size: 2rem;
        color: #014832;
        font-weight: 700;
        text-align: center;
        line-height: 1.4;
    }

    .btnRoundItems .btnRound {
        margin-top: 6.55%;
    }

    .btnRoundItems .btnRound:first-child {
        margin-top: 0;
    }

    .btnRoundItems .btnRound a {
        width: 100%;
        text-decoration: none;
    }

    .diagnosisResultTit {
        border-top: 4px solid #aad228;
        border-bottom: 4px solid #aad228;
        display: table;
        width: 100%;
        height: 70px;
        text-align: center;
        margin-bottom: 8.19%;
        padding-top: 22px;
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 1;
        color: #014832;
        font-weight: 700;
    }

    .diagnosisResultTit.typeMaru span {
        padding-right: 46px;
    }

    .diagnosisResultTit span {
        position: relative;
        top: 2px;
    }

    .diagnosisResultTit span i {
        position: absolute;
        display: block;
        content: "";
        width: 28px;
        height: 28px;
        top: 50%;
        margin-top: -16px;
        right: 0;
        background: url(../img/icon_maru.png) 0 0 no-repeat;
        background-size: 100% auto;
    }

    .diagnosisResultATxt {
        color: #f68326;
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 7.37%;
        text-align: center;
    }

    .diagnosisResultATxt span {
        font-size: 14px;
        font-size: 1.4rem;
        display: block;
        margin-top: 8px;
    }

    .diagnosisResultBTxt {
        color: #014832;
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 7.37%;
        text-align: center;
    }

    .diagnosisResultBTableWrap {
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 4.09%;
    }

    .diagnosisResultInfoTit {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700;
        background: #014832;
        color: #fff;
        text-align: center;
        padding-top: 3.6%;
        padding-bottom: 3.27%;
        margin-bottom: 2px;
    }

    .diagnosisResultBTable {
        width: 100%;
    }

    .diagnosisResultBTable th {
        background: #f0ffd2;
        color: #333;
        vertical-align: middle;
        font-size: 12px;
        font-size: 1.2rem;
        border-bottom: 2px solid #fff;
        text-align: left;
        padding: 8px 10px;
        border-left: 2px solid #fff;
        font-weight: 700;
        width: 35%;
    }

    .diagnosisResultBTable th:first-child {
        border-left: none;
    }

    .diagnosisResultBTable td {
        padding: 8px 10px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #333;
        background: #f4f4f4;
        border-bottom: 2px solid #fff;
        text-align: left;
        border-left: 2px solid #fff;
        vertical-align: middle;
        font-weight: 700;
        width: 65%;
    }

    .diagnosisResultBTable td:first-child {
        border-left: none;
    }

    .diagnosisResultBTable tr:last-child td,
    .diagnosisResultBTable tr:last-child th {
        border-bottom: none;
    }

    .diagnosisResultTxt {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.8;
        color: #333;
        margin-bottom: 7.37%;
    }

    .diagnosisApplyBox {
        border-radius: 8px;
        overflow: hidden;
        border: 2px solid #014832;
        border-top: none;
        padding-bottom: 9.83%;
    }

    .diagnosisApplyBox .btnRound a {
        width: 86.88%;
    }

    .diagnosisApplyTit {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700;
        background: #014832;
        color: #fff;
        text-align: center;
        padding-top: 3.6%;
        padding-bottom: 3.27%;
        margin-bottom: 8.19%;
    }
}

/* 10s shindan renewal */
#diagnosisCon2,
#diagnosisCon3,
#diagnosisCon4 {
    display: none;
}

.diagnosisOption {
    text-decoration: none;
}

.diagnosisAgeSelect {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .modalCon {
        border-radius: 8px;
    }

    .diagnosisAgeSelect {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        justify-content: flex-start;
        gap: 5%;
    }
}

.diagnosisAgeSelectItem {
    position: relative;
    width: 18.4313725%;
    text-align: center;
    background-color: #aad228;
    margin-bottom: 12px;
    border-radius: 35px;
    color: #fff;
    font-weight: bold;
}

.diagnosisAgeSelectItem::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 19px;
    height: 29px;
    background: url(../img/icon_arr_r_w.png) 0 0 no-repeat;
    background-size: cover;
    transform: translateY(-50%);
}

/* PC小 */
@media screen and (min-width: 769px) {
    .diagnosisAgeSelectItem {
        font-size: 2.98070175vw;
        height: 6.140350877vw;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        transition: 0.3s opacity;
    }

    .diagnosisAgeSelectItem:hover {
        opacity: 0.8;
        color: #fff;
    }

    .diagnosisAgeSelectItem::after {
        right: 1.05263157vw;
        width: 1.666667vw;
        height: 2.54385964vw;
        transition: 0.3s transform;
    }

    .diagnosisAgeSelectItem:hover::after {
        transform: translateY(-50%) translateX(3px);
    }
}

/* PC大 */
@media screen and (min-width: 1140px) {
    .diagnosisAgeSelectItem {
        width: 18.4313725%;
        max-width: 188px;
        margin-bottom: 12px;
        height: 70px;
        border-radius: 35px;
        font-size: 34px;
        line-height: 1;
    }

    .diagnosisAgeSelectItem::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 12px;
        width: 19px;
        height: 29px;
    }
}

@media screen and (max-width: 768px) {
    .diagnosisAgeSelectItem {
        position: relative;
        width: 30%;
        text-align: center;
        background-color: #aad228;
        margin-bottom: 12px;
        padding: 12px 0;
        border-radius: 22px;
        color: #fff;
        font-weight: bold;
    }

    .diagnosisAgeSelectItem::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 12px;
        width: 10px;
        height: 15px;
        background: url(../img/icon_arr_r_w.png) 0 0 no-repeat;
        background-size: cover;
        transform: translateY(-50%);
    }
}

.diagnosisAgeSelectItem:visited {
    color: #fff;
}

@media screen and (min-width: 769px) {

    .diagnosisIncomeSelect,
    .diagnosisLoanSelect {
        max-width: 1060px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }

    .diagnosisIncomeSelectItem,
    .diagnosisLoanSelectItem {
        position: relative;
        width: 48.0392156%;
        text-align: center;
        background-color: #aad228;
        margin-bottom: 1.960784%;
        padding-top: 1.49122807vw;
        padding-bottom: 1.49122807vw;
        padding-left: 0.70175438vw;
        padding-right: 2.10526315vw;
        border-radius: 3.0701754vw;
        color: #fff;
        font-size: 2.10526315vw;
        font-weight: bold;
        transition: 0.3s opacity;
    }

    .diagnosisIncomeSelectItem:visited,
    .diagnosisLoanSelectItem:visited {
        color: #fff;
    }

    .diagnosisIncomeSelectItem::after,
    .diagnosisLoanSelectItem::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1.05263157vw;
        width: 1.666667vw;
        height: 2.54385964vw;
        background: url(../img/icon_arr_r_w.png) 0 0 no-repeat;
        background-size: cover;
        transform: translateY(-50%);
        transition: 0.3s transform;
    }

    .diagnosisIncomeSelectItem:hover {
        opacity: 0.8;
        color: #fff;
    }

    .diagnosisIncomeSelectItem:hover::after {
        transform: translateY(-50%) translateX(3px);
    }

    .jsDiagnosisLoanSelectItem {
        transition: 0.3s opacity;
    }

    .jsDiagnosisLoanSelectItem:hover {
        opacity: 0.8;
        cursor: pointer;
    }

    .jsDiagnosisLoanSelectItem:hover::after {
        transform: translateY(-50%) translateX(3px);
    }
}

@media screen and (min-width: 1140px) {

    .diagnosisIncomeSelectItem,
    .diagnosisLoanSelectItem {
        position: relative;
        width: 48.0392156%;
        text-align: center;
        background-color: #aad228;
        margin-bottom: 1.960784%;
        padding-top: 17px;
        padding-bottom: 17px;
        padding-left: 8px;
        padding-right: 24px;
        border-radius: 35px;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
    }

    .diagnosisIncomeSelectItem::after,
    .diagnosisLoanSelectItem::after {
        top: 50%;
        right: 12px;
        width: 19px;
        height: 29px;
    }
}

@media screen and (max-width: 768px) {

    .diagnosisIncomeSelect,
    .diagnosisLoanSelect {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .diagnosisIncomeSelectItem,
    .diagnosisLoanSelectItem {
        position: relative;
        width: 48%;
        text-align: center;
        background-color: #aad228;
        margin-bottom: 12px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 8px;
        padding-right: 24px;
        border-radius: 22px;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
    }

    .diagnosisIncomeSelectItem:visited,
    .diagnosisLoanSelectItem:visited {
        color: #fff;
    }

    .diagnosisIncomeSelectItem::after,
    .diagnosisLoanSelectItem::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 12px;
        width: 10px;
        height: 15px;
        background: url(../img/icon_arr_r_w.png) 0 0 no-repeat;
        background-size: cover;
        transform: translateY(-50%);
    }
}

.diagnosisStep {
    width: 100%;
    max-width: 507px;
    margin: 0 auto 30px;
}

.diagnosisStep ul {
    position: relative;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.diagnosisStep ul li {
    position: relative;
    width: 50px;
    height: 50px;
    border: 2px solid #c7c7c7;
    background: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .diagnosisStep {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 8%;
    }

    .diagnosisStep ul li {
        position: relative;
        width: 30px;
        height: 30px;
        border: 2px solid #c7c7c7;
        background: #fff;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        z-index: 1;
    }

    .diagnosisStep ul:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% - 2px);
        height: 3px;
        background: #4b4b4b;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@media screen and (min-width: 769px) {
    .titBtmTxtNotice {
        text-align: center;
        margin-top: -20px;
        font-size: 2.2rem;
    }
}

.diagnosisStep ul li span {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.diagnosisStep ul li.active {
    color: #fff;
    background: #aad228;
}

.diagnosisStep ul:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 2px);
    height: 2px;
    background: #4b4b4b;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.diagnosisBackButton {
    display: inline-block;
    width: 76px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 12px;
    padding: 8px 0;
    border: 2px solid #014832;
    border-radius: 18px;
    color: #014832;
    font-weight: bold;
}

.diagnosisBackButton:visited {
    color: #014832;
}

.diagnosisRetryLink {
    text-align: center;
    margin: 6.66% auto 0;
}

.diagnosisRetryLink a {
    color: #014832;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: underline;
    font-family: '?ż˝q?ż˝?ż˝?ż˝M?ż˝m?ż˝p?ż˝S Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', '?ż˝?ż˝?ż˝C?ż˝?ż˝?ż˝I', Verdana, '?ż˝l?ż˝r ?ż˝o?ż˝S?ż˝V?ż˝b?ż˝N', sans-serif !important;
}

@media screen and (min-width: 769px) {
    .diagnosisBack {
        max-width: 1020px;
        width: 100%;
        margin: 0 auto;
    }

    .diagnosisBackButton {
        display: inline-block;
        max-width: 200px;
        width: 17.5438596vw;
        text-align: center;
        background-color: #fff;
        margin-top: 1.05263157vw;
        margin-bottom: 0;
        padding: 1.2280701vw 0;
        border: 2px solid #014832;
        border-radius: 3.070175vw;
        color: #014832;
        font-weight: bold;
        font-size: 2.10526315vw;
    }

    .diagnosisBackButton {
        transition: 0.3s opacity;
    }

    .diagnosisBackButton:hover {
        opacity: 0.8;
        color: #014832;
    }
}

@media screen and (min-width: 1140px) {
    .diagnosisBackButton {
        display: inline-block;
        width: 86px;
        text-align: center;
        background-color: #fff;
        margin-top: 10px;
        margin-bottom: 0;
        padding: 8px 20px;
        border: 2px solid #014832;
        border-radius: 30px;
        color: #014832;
        font-weight: bold;
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .titBtmTxtNotice {
        text-align: center;
        margin-top: 2%;
    }

    .diagnosisBackButton {
        border-radius: 32px;
    }
}

.is-greenBtn a span {
    background: #004831;
}

.is-greenBtn a::after {
    display: none;
}



.diagnosisResultBalCon {
    position: relative;
    display: block;
    min-width: 120px;
    max-width: 90%;
    margin: 1.5em auto;
    padding: 16px;
    border-radius: 8px;
    background: #f5f9e6;
    font-size: 16px;
}

.diagnosisResultBalCon::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f5f9e6;
}

.diagnosisResultBalTxt {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    color: #014832;
}

.cardloan-headingBalloon {
    position: relative;
    padding: 8vw 0 12vw;
    margin-bottom: 16px;
    text-align: center;
    background-color: #f5f9e6;
}

.cardloan-headingBalloon::before {
    position: absolute;
    bottom: -16px;
    left: calc(50% - 20px);
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #f5f9e6 transparent transparent transparent;
    border-style: solid;
    border-width: 20px 20px 0 20px;
}

.cardloan-headingBalloon.-cardLoan-balloonWImg>.inner-image {
    position: absolute;
    bottom: 0;
    right: 4vw;
    width: 17vw;
    height: 17vw;
}

.cardLoan-headingLv2 {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 20px;
}

.cardloan-unit figure {
    margin: 20px;
}

.cardLoan-coloredTxtArea {
    background: #f5f9e6;
    padding: 12px;
    margin-bottom: 8px;
    font-size: 90%;
}

._cardLoanFz12.cardLoan-notice {
    font-size: 11px;
}

.secCustomer .btnRound a span {
    width: 100%;
    background: #ffa032;
    border: none;
    letter-spacing: 0;
    margin-top: 30px;
}

/* secCustomer add */
/* PC小 */
@media screen and (min-width: 769px) {
    .secCustomer {
        max-width: 1140px;
        width: 100%;
        padding: 0 20px;
        margin: 0 auto 50px;
    }

    .cardLoan-column {
        display: flex;
        justify-content: space-between;
    }

    .cardLoan-column li {
        max-width: 540px;
        width: 47.3684210vw;
    }

    .cardLoan-column li:not(:last-child) {
        margin-right: 1.7543859vw;
    }

    .cardLoan-headingLv2 {
        font-size: 2.28070175vw;
        line-height: 1.4;
        font-weight: 700;
        margin-top: 0;
    }

    .cardloan-headingBalloon {
        position: relative;
        padding: 2.45614035vw 0 2.6315789vw;
        margin-bottom: 1.40350877vw;
        text-align: center;
        background-color: #f5f9e6;
    }

    .cardloan-headingBalloon::before {
        position: absolute;
        bottom: -1.40350877vw;
        left: calc(50% - 1.7543859vw);
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-color: #f5f9e6 transparent transparent transparent;
        border-style: solid;
        border-width: 1.7543859vw 1.7543859vw 0 1.7543859vw;
    }

    .cardloan-headingBalloon.-cardLoan-balloonWImg>.inner-image {
        position: absolute;
        bottom: 0;
        right: 16.1403508771vw;
        width: 9.912280701vw;
        height: 9.912280701vw;
    }

    .cardLoan-sectionBody {
        margin-top: 3.684210526vw;
    }

    .secCustomer h3.cardLoan-headingLv2 {
        font-size: 1.929824vw;
    }

    .cardLoan-age img {
        display: block;
        max-width: 230px;
        margin: 2.5438596vw auto 0.5263157vw;
        width: 20.175438vw;
        height: auto;
    }

    .cardLoan-reason img {
        display: block;
        max-width: 453px;
        margin: 2.8947368vw auto 1.2280701vw;
        width: 39.7368vw;
        height: auto;
    }

    .cardLoan-coloredTxtArea {
        background: #f5f9e6;
        padding: 1.0526315vw;
        margin-bottom: 0.701754385vw;
        font-size: 1.10526vw;
        line-height: 1.6;
    }

    .cardLoan-age .cardLoan-coloredTxtArea {
        padding: 1.0526315vw 1.0526315vw 2.805363vw 1.0526315vw;
    }

    ._cardLoanFz12.cardLoan-notice {
        font-size: 0.9649122vw;
        line-height: 1.818181819;
    }

    .secCustomer .kvBtm {
        padding-top: 3.245614035vw;
        padding-bottom: 2.63157894vw;
    }
}

/* PC大 */
@media screen and (min-width: 1140px) {
    .secCustomer {
        max-width: 1140px;
        width: 100%;
        padding: 0 20px;
        margin: 0 auto 50px;
    }

    .cardLoan-column {
        display: flex;
        justify-content: space-between;
    }

    .cardLoan-column li {
        max-width: 540px;
        width: 100%;
    }

    .cardLoan-column li:not(:last-child) {
        margin-right: 20px;
    }

    .cardLoan-column li img {
        height: auto;
    }

    .cardLoan-headingLv2 {
        font-size: 2.6rem;
        line-height: 1.4;
        font-weight: 700;
    }

    .cardloan-headingBalloon {
        position: relative;
        padding: 28px 0 30px;
        margin-bottom: 16px;
        text-align: center;
        background-color: #f5f9e6;
    }

    .cardloan-headingBalloon::before {
        position: absolute;
        bottom: -16px;
        left: calc(50% - 20px);
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-color: #f5f9e6 transparent transparent transparent;
        border-style: solid;
        border-width: 20px 20px 0 20px;
    }

    .cardloan-headingBalloon.-cardLoan-balloonWImg>.inner-image {
        position: absolute;
        bottom: 0;
        right: 184px;
        width: 113px;
        height: 113px;
    }

    .cardLoan-sectionBody {
        margin-top: 42px;
    }

    .secCustomer h3.cardLoan-headingLv2 {
        font-size: 2.2rem;
    }

    .cardLoan-age img {
        display: block;
        margin: 29px auto 6px;
        max-width: 230px;
        width: 20.175438vw;
        height: auto;
    }

    .cardLoan-reason img {
        display: block;
        margin: 33px auto 14px;
        max-width: 453px;
        width: 39.73684vw;
        height: auto;
    }

    .cardLoan-coloredTxtArea {
        background: #f5f9e6;
        padding: 12px;
        margin-bottom: 8px;
        font-size: 90%;
        line-height: 1.6;
    }

    .cardLoan-age .cardLoan-coloredTxtArea {
        padding: 12px 12px 32px 12px;
    }

    ._cardLoanFz12.cardLoan-notice {
        font-size: 11px;
        line-height: 1.818181819;
    }

    .secCustomer .kvBtm {
        padding-top: 37px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {

    /* secCustomer add */
    .secCustomer {
        /* max-width: 600px;  */
        margin: 0 10px 50px;
    }

    .cardLoan-reason {
        margin-top: 1.5%;
    }
}

/* secMovie add */
.secMovie {
    margin: 30px auto;
}

.secMovie .sec_ttl {
    font-size: 1.2em;
    font-weight: bold;
    padding: 30px 0 10px;
    text-align: center;
}

.secMovie video {
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.video-wrap {
    position: relative;
}

.video-btn {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    cursor: pointer;
    z-index: 2;
}

@media screen and (min-width: 769px) {
    .secMovie .sec_ttl {
        font-size: 1.2em;
        font-weight: bold;
        padding: 30px 20px 10px;
        text-align: center;
    }

    .secMovie video {
        width: 100%;
        height: auto;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .video-wrap {
        width: 320px;
        height: 320px;
        position: relative;
        margin: 0 auto;
    }

    .video-btn {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 40px;
        cursor: pointer;
        z-index: 2;
    }
}

.cardless {
    width: 89.33%;
    margin: 16% auto 16%;
    padding: 4% 4% 8% 4%;
    background: #f0ffd2;
    text-align: center;
}

.cardless_txt {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: #014832;
    margin: 0 auto;
}

.cardless_img {
    margin: 0 auto;
    width: 300px;
}

#featureItem_txt_add {
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 10px;
    color: #014832;
}

.modalTxt_add {

    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 10px;
    color: #014832;
}

.atm_add_txt {
    width: 91.122%;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    .atm_add_txt {
        width: 93.122%;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.secHikakuTableCon {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.secHikakuTable__table {
    margin: 0 auto;
    border: 2px solid #eee;
    border-radius: 12px;
    width: 100%;
    max-width: 800px;
    overflow: hidden;
}

.secHikakuTable__table table {
    margin: -2px;
}

.secHikakuTable__table th,
.secHikakuTable__table td {
    border: 2px solid #eee;
    padding: 15px 20px;
    font-size: 16px;
}

.secHikakuTable td.table__maru {
    font-size: 2em;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}

@media screen and (max-width: 768px) {
    .secHikakuTableCon {
        max-width: none;
        width: 100%;
        padding: 0;
    }

    .secHikakuTable__table th,
    .secHikakuTable__table td {
        font-size: 14px;
    }

    .secHikakuTable td.table__maru {
        font-size: 2em;
        padding: 5px;
        vertical-align: middle;
        width: auto;
    }
}

.secHikakuTable th {
    background: #f0ffd2;
    color: #014832;
    padding: 5px;
    width: 160px;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .secHikakuTable th {
        background: #f0ffd2;
        color: #014832;
        padding: 5px;
        width: 90px;
        vertical-align: middle;
        font-weight: bold;
        text-align: center;
    }

    .secHikakuTable td,
    .secHikakuTable th {
        border: 2px solid #ccc;
    }

    .secHikakuTable td {
        padding: 10px;
    }
}

.titLine_HikakuTable .titLineInner {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;
    letter-spacing: 0.06em;
}

.titLine_HikakuTable .titLineInner span {
    display: inline-block;
    position: relative;
    padding-top: 12px;
    padding-bottom: 11px;
    color: #014832;
}

.titLine_HikakuTable {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .titLine_HikakuTable {
        margin-bottom: 0;
    }

    .secHikakuTable__table {
        border-collapse: separate;
        border-spacing: 0;
        margin: 5%;
        border-radius: 6px;
        overflow: hidden;
        border: 2px solid #ccc;
        background: #fff;
        width: 90%;
    }

    .titLine_HikakuTable .titLineInner {
        display: block;
    }

    .titLine_HikakuTable .titLineInner {
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        margin-bottom: 6.7%;
    }
}

.titLine_HikakuTable .titLineInner span::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #aad228;
}

.secHikakuTable {
    padding: 148px 0 80px 0;
}

@media screen and (max-width: 768px) {
    .secHikakuTable {
        padding-top: 0;
        padding-bottom: 16%;
    }
}

/*
CardlessPromo
****************************************************/
.CardlessPromo {
    width: 100%;
    background-color: unset;
    padding: unset;
}

.CardlessPromoCon {
    padding-top: 41px;
    padding-bottom: 38px;
    background: #f0ffd2;
}

.CardlessPromo .titLine_cardless {
    font-size: 2rem;
    margin-bottom: 42px;
    white-space: nowrap;
    color: #014832;
}

.CardlessPromo .titLine_cardless span {
    font-size: 2.6rem;
}

.CardlessPromoItem {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: #fff;
    border-radius: 10px;
    background: #FFF;
    width: 33.9rem;
    aspect-ratio: 339/82;
    margin: 0 auto 39px;
    padding-right: 5px;
    padding-left: 1.3rem;
}

.CardlessPromoItem_img {
    width: 82px;
    width: 8.2rem;
}

.CardlessPromoItem_text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0.28px;
    text-align: left;
    width: 244px;
    margin-left: 12px;
    margin-left: 1.2rem;
    white-space: nowrap;
    color: #333;
}

.CardlessPromoItem_text span {
    font-weight: 600;
    color: #014832;
}

.CardlessPromoItemBtn {
    border-radius: 50px;
    background: #014832;
    text-align: center;
    max-width: 240px;
    margin: 0 auto;
    padding: 5px;
}

.CardlessPromoItemBtn span {
    font-weight: 600;
    line-height: 32.2px;
    /* 200% */
    letter-spacing: 0.28px;
    font-size: 16px;
    color: #FFF;
}

.CardlessPromo .cardless_img {
    width: 229px;
    margin-bottom: 34px;
}

.CardlessPromoTitSub {
    color: #014832;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.28px;
}

/* ??B */
.CardlessPromoPtB .CardlessPromoCon {
    padding-bottom: 0;
}

/*
CardlessPromo_modal
****************************************************/

.modalCardlessCon.active~.modalBg {
    background-color: #000000;
    opacity: 0.6;
}

.modalCardlessCon {
    border: unset;
    border-radius: 5px;
    background-color: unset;
    padding: unset;
}

.modalCardlessCon .modalBtnCon {
    padding: 30px;
    width: 599px;
    background-color: #fff;
    border-radius: 5px;
}

.modalWrap .CardlessmodalClose {
    left: 3%;
    top: 50%;
    transform: translate(0, -250px);
    width: 22px;
    height: 22px;
    z-index: 10;
    display: none;
}

.state-modal .modalWrap .modalCardlessCon.active~.CardlessmodalClose {
    position: fixed;
    display: block;
}

:not(.modalCardlessCon).active .CardlessmodalClose {
    position: static;
}

.modalWrap .CardlessmodalClose img {
    height: auto;
}


.slideContainer {
    width: 93.33%;
    display: flex;
    justify-content: flex-start;
}

.slideIcon {
    width: 10.5rem;
    height: 3.22rem;
    border-radius: 0.3rem;
    background: #004831;
    color: #FFF;
    text-align: center;
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideIcon span {
    margin-left: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modalCardlessCon .modalConTit {
    width: 100%;
    margin-bottom: 2%;
}

.modalCardlessLists {
    margin-bottom: 2%;
}

.modalCardlessList {
    font-size: 12px;
    color: #014832;
    line-height: 150%;
}

/* PolygonLine */
.PolygonLine {
    display: block;
    background: url(/assets/indexA/img/202312/section_polygon.svg) no-repeat right top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    margin-top: -7px;
    margin-bottom: 45px;
    aspect-ratio: 451/78;
}

/* CardlessPromoSlider */
.CardlessPromoSliderTit {
    aspect-ratio: 267/65;
    background: url(/assets/indexA/img/202312/cardless_balloon_white.svg) no-repeat right top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 70.4%;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 133%;
    letter-spacing: 0.9px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 14px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.CardlessSliderItemStep {
    line-height: normal;
}

.CardlessSliderItemStep span {
    color: #014832;
    font-weight: 600;
}

.CardlessPromoSliderCon .bx-wrapper .bx-pager.bx-default-pager a {
    background: #D9D9D9;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0px 2.5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.CardlessPromoSliderCon .bx-wrapper .bx-pager .bx-pager-item,
.CardlessPromoSliderCon .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.CardlessPromoSliderCon .bx-wrapper {
    margin: 0 auto;
    position: relative;
    width: 229px;
}

.CardlessPromoSliderCon .bx-wrapper .bx-viewport {
    height: 260px !important;
}

.CardlessPromoSliderCon .bx-wrapper .bx-pager-item a.active {
    background: #004831;
}

.CardLessSliderItemCon {
    margin-top: 25px;
}

.CardlessPromoSliderCon .bx-controls {
    margin-top: 27px;
    margin-bottom: 25px;
}

.CardlessPromoSliderCon .bx-prev {
    display: none;
}

.CardlessPromoSliderCon .bx-next {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.CardlessPromoSliderCon .bx-controls-direction {
    position: absolute;
    z-index: 100;
    right: -14%;
    top: 29%;
    color: transparent;
    width: 24px;
    height: 24px;
    background: url(/assets/indexA/img/202312/cardless_icon_arrow.png) no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

/* Tab */
.tab-con-items .tab-con-item.state-active {
    height: auto;
    overflow: visible;
}

.tab-con-items .tab-con-item {
    height: 0;
    overflow: hidden;
}

.CardlessPromoPtC .tabNav ul {
    display: flex;
    justify-content: center;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #014832;
    background: #FFF;
    width: 90.3%;
    margin: 0 auto;
    overflow: hidden;
    height: 60.37px;
}

.CardlessPromoPtC .tabNav ul li {
    width: 50%;
    /* border-radius: 5px 0px 0px 0px; */
}

.CardlessPromoPtC .tabNav ul a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    font-weight: bold;
}

.CardlessPromoPtC .tabNav ul a::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 7px;
    background-image: url(/assets/indexA/img/202312/tab_arrow_green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 6px;
    margin-bottom: -5px;
}

.CardlessPromoPtC .tabNav ul .state-active a::after {
    background-image: url(/assets/indexA/img/202312/tab_arrow.svg);
}

.CardlessPromoPtC .tabNav ul a span {
    font-size: 16px;
    display: block;
}

.CardlessPromoPtC .tabNav ul li.state-active a {
    background: #014832;
    color: #fff;
}

.CardlessPromoPtC .tab-con-items {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #014832;
    width: 90.3%;
    height: 354.686px;
    margin: 0 auto;
    padding-top: 31px;
    margin-bottom: 36px;
}

.CardlessPromoPtC .bx-controls-direction {
    display: none;
}

.CardlessPromoPtC .CardlessPromoSliderTit {
    background: url(/assets/indexA/img/202312/cardless_balloon_white.svg) no-repeat center center;
    color: #333333;
    background-size: contain;
}


/* ExistingBankAcc modal */
.ExistingBankAccCon {
    padding-top: 75px;
    padding-bottom: 23px;
    max-width: 517px;
}

.ExistingBankAccCon.active~.modalBg {
    background-color: #000000;
    opacity: 0.6;
}

.ExistingBankAccCon .modalConInner .ExistingBankAccModalClose {
    top: 0px;
    right: 0px;
    border-radius: unset;
    overflow: hidden;
    background-color: unset;
}

.ExistingBankAccCon .ExistingBankAccModalClose a {
    height: 100%;
    position: relative;
    width: 28px;
    height: 28px;
    transform: translate(13px, 17px);
}

.ExistingBankAccModalClose span {
    display: block;
    width: 37px;
    height: 2px;
    background-color: #004730;
    position: absolute;
}

.ExistingBankAccModalClose span:nth-of-type(1) {
    top: 13px;
    left: -5px;
    transform-origin: center;
    transform: rotate(45deg);
}

.ExistingBankAccModalClose span:nth-of-type(2) {
    top: 13px;
    left: -5px;
    transform-origin: center;
    transform: rotate(-45deg);
}

.ExistingBankAccCon .modalConTit {
    margin-bottom: 33px;
    font-size: 25px;
    line-height: 1.3;
}

.ExistingBankAccLists {
    text-align: center;
}

.ExistingBankAccList {
    border-top: 1px solid rgba(0, 71, 48, 0.5);
    padding-top: 33px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

.ExistingBankAccListTit {
    padding: 15px 0;
    margin-bottom: 34px;
}

.ExistingBankAccListDes {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.28px;
    margin-bottom: 45px;
}

.ExistingBankAccCon .cardLoan-btnPrimary {
    display: inline-block;
    padding: 16px 13px;
    border-radius: 3.65em;
    width: 100%;
    max-width: 427px;
    background-color: #004831;
    -webkit-box-shadow: 0 12px 15px 0 rgba(81, 127, 111, .3);
    box-shadow: 0 12px 15px 0 rgba(81, 127, 111, .3);
}

.ExistingBankAccCon .inner {
    font-size: min(21px, 2.1rem);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .ExistingBankAccCon .ExistingBankAccModalClose a {
        height: 100%;
        position: relative;
        width: 20px;
        height: 20px;
        transform: translate(4px, 17px);
    }

    .ExistingBankAccModalClose span {
        display: block;
        width: 26px;
        height: 1.5px;
        background-color: #004730;
        position: absolute;
    }

    .ExistingBankAccModalClose span:nth-of-type(1) {
        top: 8px;
        left: -2px;
        transform-origin: center;
        transform: rotate(45deg);
    }

    .ExistingBankAccModalClose span:nth-of-type(2) {
        top: 8px;
        left: -2px;
        transform-origin: center;
        transform: rotate(-45deg);
    }

    .ExistingBankAccCon {
        padding-top: 75px;
        padding-bottom: 33px;
    }

    .ExistingBankAccCon .modalConTit {
        font-size: 1.3rem;
        margin-bottom: 47px;
    }

    .ExistingBankAccList {
        border-top: 1px solid rgba(0, 71, 48, 0.5);
        padding-top: 12px;
    }

    .ExistingBankAccListTit {
        padding: 15px 0;
        margin-bottom: 10px;
    }

    .ExistingBankAccListDes {
        color: #333333;
        font-size: 15px;
        font-size: 1.0rem;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        /* 20.8px */
        letter-spacing: 0.28px;
        margin-bottom: 30px;
    }

    .ExistingBankAccCon .cardLoan-btnPrimary {
        display: inline-block;
        padding: 13px 13px;
        border-radius: 3.65em;
        width: 100%;
        max-width: 298px;
        background-color: #004831;
        -webkit-box-shadow: 0 12px 15px 0 rgba(81, 127, 111, .3);
        box-shadow: 0 12px 15px 0 rgba(81, 127, 111, .3);
    }

    .ExistingBankAccCon .inner {
        /* font-size: 14px; */
        /* font-size: max(14px, 1.4rem); */
        font-size: max(14px, 0.9rem);
        font-weight: 700;
        line-height: 1.1;
        text-align: center;
        color: #fff;
    }
}

/* modal of SP2 ver. */
.ExistingBankAccCon02 {
    padding-top: 70px;
    padding-bottom: 23px;
}

.ExistingBankAccCon02 .modalConTit {
    letter-spacing: 0.8px;
    margin-bottom: 23px;
}

.ExistingBankAccCon02 .modalConInner .ExistingBankAccModalClose {
    top: 12px;
    right: -10px;
}

.ExistingBankAccCon02 .ExistingBankAccLists {
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.ExistingBankAccCon02 .ExistingBankAccList {
    border: unset;
    width: 50%;
}

.ExistingBankAccCon02 .cardLoan-btnPrimary {
    box-shadow: unset;
    border-radius: 0.25em;
    filter: drop-shadow(0px 5px 0px #00100B);
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 9px;
}

.ExistingBankAccCon02 .ExistingBankAccListTit {
    padding-bottom: unset;
    margin-bottom: unset;
}

.ExistingBankAccCon02 .inner {
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.ExistingBankAccCon02 .ExistingBankAccListDes {
    height: 85px;
    display: flex;
    justify-content: center;
    background: #F7FFE8;
    align-items: flex-start;
    text-align: left;
    padding: 18px 5px;
    line-height: 1.4;
    font-size: 12px;
    font-size: 1.0rem;
}

/**
 * 2024.05.xx ?ż˝?ż˝?ż˝?ż˝?ż˝{?ż˝?ż˝
**/
.bg-lightgray {
    background: #ddd !important;
}

/*
kakakucom
****************************************************/
.kakakucom {
    max-width: calc(1300px + 48px);
    padding: 0 24px 0px 24px;
    margin: -35px auto 10px;
    position: relative;
    z-index: 2;
}

.kakakucom_logobox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kakakucom_logobox:before,
.kakakucom_logobox:after {
    border-top: 1px solid;
    content: "";
    width: calc(50% - 13px - 44px);
    margin-top: 22px;
    color: #014832;
}

.kakakucom_logobox:before {
    margin-right: 13px;
}

.kakakucom_logobox:after {
    margin-left: 13px;
}

.kakakucom_logo {
    width: 88px;
}

.kakakucom_logo img {
    width: 100%;
    height: auto;
}

.kakakucom_tit {
    color: #014832;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 23px;
    line-height: 150%;
}

.kakakucom_txt {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    margin-top: 9px;
    display: block;
    border-bottom: #014832 1px solid;
    padding-bottom: 58px;
    text-align: center;
}

.DiagnosisWrap {
    max-width: none;
}

.Diagnosis.active~.modalBg {
    background-color: #000000;
    opacity: 0.6;
}

.Diagnosis {
    padding-top: 0;
    max-width: 776px;
}

.diagnosisCon {
    max-width: none;
    width: 100%;
    margin: 0 auto;
}

.titLine {
    text-align: center;
    padding: 25px 0;
    margin-bottom: 40px;
    background: #004831;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    vertical-align: middle;
}

.diagnosisStep {
    max-width: 176px;
}

.diagnosisStep ul li {
    width: 25px;
    height: 25px;
}

.diagnosisStep ul:after {
    height: 1px;
}

.Diagnosis .modalConInner .DiagnosisModalClose {
    top: 0px;
    right: 0px;
    border-radius: unset;
    overflow: hidden;
    background-color: unset;
}

.Diagnosis .DiagnosisModalClose a {
    height: 100%;
    position: relative;
    width: 28px;
    height: 28px;
    transform: translate(13px, 17px);
}

.is-hide {
    display: none;
}

.diagnosisQuestionTxt {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}

.diagnosisAgeSelect {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}

@media screen and (max-width: 768px) {
    .diagnosisAgeSelect {
        gap: 10px;
    }
}

.diagnosisIncomeSelect {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}

@media screen and (max-width: 768px) {
    .diagnosisIncomeSelect {
        gap: 10px;
    }
}

.diagnosisLoanSelect {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}

@media screen and (max-width: 768px) {
    .diagnosisLoanSelect {
        gap: 10px;
    }
}

.diagnosisAgeSelectItem {
    max-width: none;
    width: 31%;
    height: 46px;
    font-size: 18px;
    background-color: #004831;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
}

.diagnosisAgeSelectItem::after {
    content: "\25B6";
    position: absolute;
    right: 20px;
    top: 28px;
    font-size: 15px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .diagnosisAgeSelectItem::after {
        font-size: 10px;
        top: 22px;
        
    }
}

.diagnosisIncomeSelectItem {
    max-width: none;
    width: 31%;
    height: 46px;
    font-size: 18px;
    background-color: #004831;
    display: inline-flex;
    padding-right: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .diagnosisIncomeSelectItem {
        width: 48%;
        font-size: 12px;
    }
}

.diagnosisIncomeSelectItem::after {
    content: "\25B6";
    position: absolute;
    right: 20px;
    top: 26px;
    font-size: 15px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .diagnosisIncomeSelectItem::after {
        font-size: 10px;
        top: 22px;
    }
}

.diagnosisLoanSelectItem {
    max-width: none;
    width: 31%;
    height: 46px;
    font-size: 18px;
    background-color: #004831;

    padding-left: 20px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    align-items: center;
    display: flex;
    align-items: center;
}

.diagnosisLoanSelectItem::after {
    content: "\25B6";
    position: absolute;
    right: 20px;
    top: 26px;
    font-size: 15px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .diagnosisLoanSelectItem::after {
        right: 20px;
        top: 22px;
        font-size: 10px;
    }
}

.diagnosisLoanSelectItemTxt--s {
    font-size: 11px;
}


@media screen and (max-width: 768px) {
    .diagnosisLoanSelectItemTxt--s {
        font-size: 9px;
    }
}


.diagnosisCon {
    padding: 0 42px;
}

.supplementTxt {
    font-size: 10px;
    color: #898989;
    margin-top: 10px;
    margin-bottom: 20px;
}

.supplementTxt--center {
    font-size: 10px;
    color: #898989;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}



@media screen and (max-width: 768px) {
    .modalConInner {
        width: 100%;
    }

    .diagnosisCon {
        width: 100%;
        padding: 0 20px;
    }

    .diagnosisAgeSelectItem,
    .diagnosisIncomeSelectItem,
    .diagnosisLoanSelectItem {
        width: 48%;
        font-size: 13px;
    }
}

@media screen and (min-width: 769px) {
    .diagnosisBackButton {
        width: 86px;
        padding: 8px 20px;
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .diagnosisBackButton {
        font-size: 14px;
    }
}


/* 診断結果画面 */

.diagnosisResultText {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 24px;
}

.diagnosisDisclaimer {
    font-size: 10px;
    color: #898989;
    margin-left: 90px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .diagnosisDisclaimer {
        margin-left: 0;
    }
}

.diagnosisResultExaminationBnr {
    display: block;
    align-items: center;
    width: 312px;
    height: 60px;
    padding: 17px 0;
    border-radius: 30px;
    background: #BBCD1C;
    font-size: 16px;
    color: #004831;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.diagnosisResultExaminationBnr:hover {
    opacity: 0.75;
    color: #004831;
}

@media screen and (max-width: 768px) {
    .diagnosisResultExaminationBnr {
        width: 100%;
    }
}

.DiagnosisClose {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.DiagnosisClose::before,
.DiagnosisClose::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
    transition: background-color 0.2s;
}

.DiagnosisClose::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.DiagnosisClose::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
    .Diagnosis .DiagnosisModalClose a {
        height: 100%;
        position: relative;
        width: 28px;
        height: 0;
        transform: translate(13px, 17px);
    }
}

.diagnosisReopen {
    font-size: 14px !important;

}

.customerSelectInfo {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.customerSelectInfoTableWrap {
    width: 100%;
    max-width: 538px;
    margin: 0 auto;
}

.customerSelectInfoTable {
    border-collapse: separate;
    border-spacing: 0 3px;
    width: 100%;
    table-layout: fixed;
    color: #000;
    font-size: 12px;
}

.customerSelectInfoTable th,
.customerSelectInfoTable td {
    padding: 10px 12px;
    text-align: left;
}

.customerSelectInfoTable th {
    background-color: #DEEBC3;
    color: #000;
    font-weight: bold;
    width: 30%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.customerSelectInfoTable td {
    background-color: #EDEDED;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#jsAgeTxt,
#jsAnnualIncomeTxt,
#jsOtherLoanTxt {
    font-weight: bold;
}

.approvalAnswer {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}

.mb10 {
    margin-bottom: 10px;
}


#jsContentsWrapInner {
  position: relative;
}

