@charset "utf-8";
.txt_red {
    color: #D80D18;
}

.txt_gray {
    color: #a5a5a5;
}

.txt_gray01 {
    color: #737373;
}

.dpFlex {
    display: flex;
}

.dpBlock {
    display: block !important;
}

.flxWrap {
    flex-wrap: wrap;
}

.pL1em {
    padding-left: 1em !important;
}

.txtTop {
    vertical-align: text-top;
}

.lh15 {
    line-height: 1.5 !important;
}

.cFlex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.indent_list25 .indent_list1 li {
    text-indent: -1em;
    margin-left: 1em;
}

.no_indent {
    text-indent: 0 !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs14 {
    font-size: 14px !important;
}

@media screen and (max-width:767px) {
    .sp_pT15 {
        padding-top: 15px !important;
    }

    .sp_mT10 {
        margin-top: 10px !important;
    }

    .sp_pT30 {
        padding-top: 30px !important;
    }

    .sp_fs12 {
        font-size: 12px !important;
    }

    .sp_w10p {
        width: 10% !important;
    }
}

.mv_tag {
    display: flex;
    gap: 10px;
}

.mv_tag li {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #038535;
    line-height: 1.5;
    border-radius: 4px;
    text-align: center;
    padding: 0 10px;
}

.cvAreaList {
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.cvAreaList li {
    width: calc(400 / 840 * 100%);
    min-width: 400px;
}

.cvAreaList li.normal_btn a {
    max-width: 100%;
}

.cvArea.cvAreaIn {
    margin-top: 80px;
    padding: 60px 0;
    background-color: #EDFFE8;
}

.cvArea.cvAreaIn .catetop-inner {
    padding-top: 0;
}

.cvTitle {
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}

.cvAreaList li.adjButton {
    min-width: 325px;
    width: calc(325 / 840 * 100%);
    text-align: center;
}

.cvAreaList li.adjButton.normal_btn a {
    padding: 8px 30px;
    max-width: 325px;
    background-position: right 12px center;
    font-size: 18px;
}

.lifestyleWrap {
    margin-top: 60px;
}

.lifestyleList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.lifestyleList li {
    width: calc(328 / 1025 * 100%);
    border-radius: 10px;
    background-color: #EDFFE9;
    position: relative;
    text-align: center;
    padding: 40px 10px 20px;
    box-sizing: border-box;
}

.lifestyleList li:nth-child(n+4) {
    margin-top: 20px;
}

.lifestyleList li .icon {
    position: absolute;
    max-width: 73px;
    left: 50%;
    top: -36px;
    margin-left: -36px;
}

.lifestyleList li .icon img {
    max-width: 100%;
}

.lifestyleList li .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.stepArea.stepArea01 .accordion_toggle {
    padding-right: 45px;
}

@media not screen and (max-width: 767px) {
    .stepPanelWrap .title_area .title {
        width: 100%;
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    .imgMvArea01 .mv_heading {
        font-size: 2.6rem;
        line-height: 1.3;
        margin-top: 10px;
    }

    .mv_tag li {
        padding: 3px 6px;
    }

    .cvArea .catetop-inner {
        padding-top: 30px;
    }

    .cvAreaList {
        max-width: 100%;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .cvAreaList li {
        width: 100%;
        max-width: 295px;
        min-width: auto;
    }

    .cvAreaList li.adjButton.normal_btn a {
        max-width: 295px;
        font-size: 16px;
        margin: 0 auto;
        min-height: 46px;
    }

    .lifestyleWrap {
        margin-top: 24px;
    }

    .lifestyleList {
        display: block;
    }

    .lifestyleList li {
        width: calc(315 / 350 * 100%);
        border-radius: 10px;
        padding: 16px 16px 16px 30px;
        margin-right: 0;
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-height: 80px;
    }

    .lifestyleList li:nth-child(n+2) {
        margin-top: 10px;
    }

    .lifestyleList li .icon {
        left: -26px;
        top: 50%;
        margin-top: -26px;
        margin-left: 0;
        max-width: 52px;
    }

    .lifestyleList li .text {
        font-size: 16px;
        text-align: left;
    }

    .cvArea.cvAreaIn {
        margin-top: 32px;
        padding: 32px 0;
    }

    .cvTitle {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .stepPanelWrap01.layout-col3 .item:nth-child(-n+3) {
        margin-top: 32px;
    }
}

.loanSimulationArea {
    position: relative;
    margin-top: 80px;
}

.loanSimulationArea::before {
    content: '';
    position: absolute;
    background: #EDFFE8;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.loanSimulationArea .catetop-inner {
    padding: 60px 0 40px;
}

.loanSimulationArea .cmn_heading02 {
    margin-bottom: 32px;
}

.loanSimulationArea .normal_btn {
    max-width: 400px;
    width: 100%;
}

.loanSimulationArea .normal_btn a {
    max-width: 400px;
}

.loanSimulationArea .layout-col2 {
    justify-content: center;
    align-items: center;
}

.loanSimulationArea .layout-col2 .item {
    width: 160px;
    margin-right: 48px;
}

.loanSimulationArea .layout-col2 .item:nth-child(2n) {
    width: 46%;
    margin-left: 3%;
}

.loanSimulationArea .icon_bg {
    position: relative;
    padding: 43px;
}

.loanSimulationArea .icon_bg img {
    width: 74px;
}

.loanSimulationArea .icon_bg::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (max-width:767px) {
    .loanSimulationArea {
        margin-top: 50px;
        padding: 30px 0 20px;
    }

    .loanSimulationArea .catetop-inner {
        padding: 0;
    }

    .loanSimulationArea .cmn_heading02 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 16px;
    }

    .loanSimulationArea .layout-col2 {
        flex-direction: column;
        gap: 16px;
    }

    .loanSimulationArea .normal_btn {
        max-width: 295px;
    }

    .loanSimulationArea .layout-col2 .item {
        margin-right: 0;
    }
}

.cardloanFeatures.cardloanFeatures01 {
    position: relative;
}

.cardloanFeatures.cardloanFeatures01:before {
    content: '';
    position: absolute;
    background: #EDFFE8;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.cardloanFeatures.cardloanFeatures01 .catetop-inner {
    padding: 60px 0;
}

.cardloanFeatures.cardloanFeatures01 .layout-col3 .item {
    padding: 0;
    border-radius: 10px;
    border: none;
}

.cardloanFeatures.cardloanFeatures01 .normal_card > .text:first-child {
    font-size: 24px !important;
    border-radius: 10px 10px 0 0;
    background-color: #02C86B;
    padding: 17px 5px;
    color: #000;
}

.cardloanFeatures.cardloanFeatures01 .normal_card > .text:first-child .sml {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
}

.cardloanFeatures.cardloanFeatures01 .normalCardCnt {
    height: 155px;
    border-radius: 0 0 10px 10px;
    border-left: 3px solid #02C86B;
    border-right: 3px solid #02C86B;
    border-bottom: 3px solid #02C86B;
    padding: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cardloanFeatures.cardloanFeatures01 .normalCardCnt.end {
    justify-content: flex-end;
}

.cardloanFeatures.cardloanFeatures01 .normalCardCnt > .topCtn {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.cardloanFeatures.cardloanFeatures01 p.att {
    font-size: 14px;
    font-weight: bold;
}

.cardloanFeatures.cardloanFeatures01 .normalCardCnt > .topCtn > .text {
    display: flex;
    flex-direction: column;
    font-size: 25px !important;
    color: #038535;
}

.cardloanFeatures.cardloanFeatures01 p.note {
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    margin-top: 12px;
}

.cardloanFeatures.cardloanFeatures01 .normal_card .figure {
    color: #038535;
    font-size: 50px;
    line-height: 1;
}

.cardloanFeatures.cardloanFeatures01 p.txt01 {
    font-size: 14px;
    position: absolute;
    left: 3px;
    top: 8px;
}

@media not screen and (max-width: 767px) {
    .cardloanFeatures.cardloanFeatures01 .catetop-inner {
        margin: 80px auto 0;
    }

    .cardloanFeatures.cardloanFeatures01 .layout-col3 .item:not(:last-child) {
        margin-right: calc(20 / 1025 * 100%);
    }

    .cardloanFeatures.cardloanFeatures01 .layout-col3 .item:nth-child(-n+2) {
        width: calc(375 / 1025 * 100%);
    }

    .cardloanFeatures.cardloanFeatures01 .layout-col3 .item:nth-child(3) {
        width: calc(235 / 1025 * 100%);
    }
}

@media screen and (max-width:767px) {
    .cardloanFeatures.cardloanFeatures01 .catetop-inner {
        margin-top: 40px;
        padding: 30px 5.333334%;
    }

    .cardloanFeatures.cardloanFeatures01:before {
        border-radius: 0;
    }

    .cardloanFeatures.cardloanFeatures01 .normal_card > .text:first-child {
        font-size: 1.6rem !important;
        padding: 3px;
    }

    .cardloanFeatures.cardloanFeatures01 .normal_card > .text:first-child .sml {
        font-size: 1.2rem;
    }

    .cardloanFeatures.cardloanFeatures01 .normal_card .text {
        font-size: 20px !important;
    }

    .cardloanFeatures.cardloanFeatures01 .normal_card p.att {
        font-size: 12px !important;
    }

    .cardloanFeatures.cardloanFeatures01 .normal_card .card_txt {
        font-size: 14px !important;
    }

    .cardloanFeatures.cardloanFeatures01 .normal_card .figure {
        font-size: 40px;
    }

    .cardloanFeatures.cardloanFeatures01 p.note {
        font-size: 1.2rem;
    }

    .cardloanFeatures.cardloanFeatures01 .end p.note {
        margin-top: 0;
    }

    .cardloanFeatures.cardloanFeatures01 .normalCardCnt {
        padding: 3px 5px;
        min-height: 100px;
        height: auto;
    }
}

.kinriWrap > .ttl {
    font-size: 24px;
}

.kinriWrap > .ttl .numlg {
    font-size: 50px;
}

.kinriWrap > .ttl .lg {
    font-size: 44px;
}

.kinriWrap > .ttl .sml {
    font-size: 30px;
}

.kinriList01.layout-col2 .item {
    width: calc(480 / 1025 * 100%);
    margin-right: calc(65 / 1025 * 100%);
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.kinriList01.layout-col2 .item:nth-child(2n) {
    margin-right: 0;
}

.kinriList01.layout-col2 .item .title {
    background-color: #2E3D4A;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}

.kinriList01.layout-col2 .item .text {
    font-size: 21px;
    font-weight: bold;
    color: #2F3D4A;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 3px solid #2F3D4A;
    border-right: 3px solid #2F3D4A;
    border-bottom: 3px solid #2F3D4A;
    border-radius: 0 0 10px 10px;
}

.kinriList01.layout-col2 .item .text .figure {
    font-size: 70px;
}

.kinriList01.layout-col2 .item .text .sml {
    font-size: 35px;
}

.kinriList01.layout-col2 .item.tb_green .title {
    background-color: #00C76C;
    color: #000;
}

.kinriList01.layout-col2 .item.tb_green .text {
    color: #038535;
    border-left: 3px solid #00C76C;
    border-right: 3px solid #00C76C;
    border-bottom: 3px solid #00C76C;
}

.kinriList01.layout-col2 .item.text_lg .text {
    font-size: 27px;
}

.kinriList01.layout-col2 .item.text_lg .text .figure {
    font-size: 90px;
}

.kinriList01.layout-col2 .item.text_lg .text .sml {
    font-size: 45px;
}

.kinriList01.layout-col2 .item:nth-child(2n)::before {
    content: '';
    width: 6.8rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    margin-top: -1.9rem;
    left: -6.2rem;
    background: url('/kariru/common/images/icon_arrow01.png') center / contain no-repeat;
    transform: rotate(-90deg);
}

.kinriWrap .notes_list {
    margin-top: 8px;
}

.kinriWrap .conditionArea {
    margin-top: 40px;
}

.kinriWrap .conditionList .tag {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    background-color: #038535;
    color: #fff;
    padding: 0 8px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 15px;
}

.kinriWrap .textCtn {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-end;
}

.kinriWrap .conditionList > li {
    padding-bottom: 28px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.kinriWrap .textCtn .text {
    font-size: 16px;
    font-weight: bold;
}

.kinriWrap .textCtn .rates {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    padding-right: 4px;
}

.kinriWrap .textCtn .rates span {
    display: inline-block;
}

.kinriWrap .textCtn .rates .ico {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11.5px 21px 11.5px;
    border-color: transparent transparent #D80D18 transparent;
    transform: rotate(0deg);
}

.kinriWrap .textCtn .rates .txt {
    font-size: 26px;
}

.kinriWrap .textCtn .rates .num {
    font-size: 50px;
}

.kinriWrap .textCtn .rates .sml {
    font-size: 30px;
}

.kinriWrap .detailList {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px dashed #ccc;
    font-size: 16px;
}

.kinriWrap .detailList li:nth-child(n+2) {
    margin-top: 20px;
}

.kinriWrap .detailList .items {
    margin-left: 1.5em;
    margin-top: 5px;
}

.kinriWrap .detailList .items span {
    display: inline-block;
    margin-right: 10px;
    background-color: #EDFFE9;
    border-radius: 8px;
    padding: 6px 10px;
}

@media screen and (max-width: 767px) {
    .kinriWrap > .ttl {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .kinriWrap > .ttl .numlg {
        font-size: 3.6rem;
    }

    .kinriWrap > .ttl .sml {
        font-size: 2.4rem;
    }

    .kinriWrap > .ttl .lg {
        font-size: 3.2rem;
    }

    .kinriList01 {
        margin-top: 16px;
    }

    .kinriList01.layout-col2 .item {
        width: 100%;
        margin-right: 0;
    }

    .kinriList01.layout-col2 .item .title {
        font-size: 1.6rem;
        padding: 1px 5px;
    }

    .kinriList01.layout-col2 .item .text {
        font-size: 2rem;
        min-height: 100px;
        height: auto;
    }

    .kinriList01.layout-col2 .item .text .figure {
        font-size: 4rem;
    }

    .kinriList01.layout-col2 .item .text .sml {
        font-size: 2rem;
    }

    .kinriList01.layout-col2 .item:nth-child(n+2) {
        margin-top: 62px;
    }

    .kinriList01.layout-col2 .item:nth-child(2n)::before {
        width: 6.8rem;
        height: 3rem;
        left: 50%;
        margin-left: -3.4rem;
        margin-top: 0;
        top: -4.3rem;
        background: url('/kariru/common/images/icon_arrow01.png') center / contain no-repeat;
        transform: rotate(0);
    }

    .kinriList01.layout-col2 .item.text_lg .text {
        font-size: 2rem;
    }

    .kinriList01.layout-col2 .item.text_lg .text .figure {
        font-size: 5.5rem;
    }

    .kinriList01.layout-col2 .item.text_lg .text .sml {
        font-size: 2.75rem;
    }

    .kinriWrap .conditionArea {
        margin-top: 32px;
    }

    .kinriWrap .textCtn {
        display: block;
    }

    .kinriWrap .textCtn .rates {
        justify-content: flex-end;
    }

    .kinriWrap .textCtn .rates .txt,
    .kinriWrap .textCtn .rates .sml {
        font-size: 2.4rem;
    }

    .kinriWrap .textCtn .rates .num {
        font-size: 3.6rem;
    }

    .kinriWrap .conditionList > li {
        margin-bottom: 16px;
    }

    .kinriWrap .detailList {
        padding-top: 16px;
    }

    .kinriWrap .detailList .txt {
        text-indent: -2em;
        padding-left: 2em;
    }

    .kinriWrap .detailList .items {
        margin-left: 1.625em;
        margin-top: 10px;
    }

    .kinriWrap .detailList .items span {
        margin-bottom: 10px;
    }

    .kinriWrap .detailList li:nth-child(n+2) {
        margin-top: 10px;
    }
}

.stepList.stepListArea {
    position: relative;
    padding-bottom: 32px;
    background-color: #fff;
}

.stepList.stepListArea .stepListInner._vertical .item .txt {
    text-align: center;
    margin-top: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
}

.stepList.stepListArea .stepListInner._vertical .item .txt span {
    font-weight: bold;
    line-height: 1.5;
    padding: 0 8px;
    background-color: #038535;
    color: #fff;
    border-radius: 4px;
}

.stepList.stepListArea .colBox._vertical .item a:before {
    display: none;
}

.stepArea.stepArea01 .catetop-inner {
    padding-top: 0;
}

.stepArea.stepArea01 .stepList > li {
    position: relative;
}

.stepArea.stepArea01 .stepList > li:not(:last-child) {
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.stepArea.stepArea01 .stepList > li .ttl {
    font-weight: bold;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.stepArea.stepArea01 .stepList > li:nth-child(n+2) {
    margin-top: 94px;
}

.stepArea.stepArea01 .stepList > li .ttl span:first-child {
    font-size: 16px;
    color: #fff;
    background-color: #038535;
    padding: 0 8px;
    border-radius: 4px;
}

.stepArea.stepArea01 .stepList > li .ttl span:last-child {
    font-size: 22px;
}

.stepArea.stepArea01 .stepList > li:nth-child(n+2)::before {
    content: '';
    width: 6.8rem;
    height: 3rem;
    position: absolute;
    left: 50%;
    margin-left: -3.4rem;
    top: -6.2rem;
    background: url('/kariru/common/images/icon_arrow01.png') center/contain no-repeat;
}

.stepArea.stepArea01 .stepList > li:last-child::before {
    display: none;
}

.stepArea.stepArea01 .stepList > li > .txt {
    margin-top: 32px;
}

.stepArea.stepArea01 .stepList > li .txtList {
    margin-top: 8px;
}

.stepArea.stepArea01 .stepList > li .notes_list {
    margin-top: 32px;
}

.stepArea.stepArea01 .stepList > li .cvAreaList {
    margin-top: 32px;
}

.stepArea.stepArea01 .stepList > li .cate_heading04 {
    margin-top: 32px;
    margin-bottom: 24px;
}

.stepArea.stepArea01 .applyList li {
    display: flex;
    justify-content: space-between;
}

.stepArea.stepArea01 .applyList > li:nth-child(n+2) {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #ccc;
}

.stepArea.stepArea01 .applyList li .left {
    width: calc(618 / 943 * 100%);
}

.stepArea.stepArea01 .applyList li .right {
    width: calc(295 / 943 * 100%);
}

.stepArea.stepArea01 .applyList li .boxBottom {
    width: 100%;
}

.stepArea.stepArea01 .applyList li .right img {
    max-width: 100%;
}

.stepArea.stepArea01 .applyList li .left .title {
    font-weight: bold;
}

.stepArea.stepArea01 .applyList li .left .text {
    font-weight: 500;
}

@media not screen and (max-width: 767px) {
    .stepList.stepListArea .colBox._vertical .item a {
        padding: 16px 16px 30px;
    }
}

@media screen and (max-width: 767px) {
    .stepArea.stepArea01 .stepFlex {
        flex-direction: column;
        align-items: center;
    }

    .stepList.stepListArea .colBox._vertical .item a {
        padding: 12px 5px 40px;
    }

    .stepList.stepListArea .colBox._vertical .item a .inner {
        text-align: center;
    }

    .stepList.stepListArea .stepListInner._vertical .item .txt {
        font-size: 14px;
    }

    .stepList.stepListArea .stepListInner._vertical .item .txt span {
        display: inline-block;
        margin-bottom: 4px;
    }

    .stepArea.stepArea01 .stepList > li:not(:last-child) {
        padding: 32px 20px 30px;
    }

    .stepArea.stepArea01 .stepList > li:nth-child(n+2) {
        margin-top: 80px;
    }

    .stepArea.stepArea01 .stepList > li .ttl span:first-child {
        font-size: 14px;
    }

    .stepArea.stepArea01 .stepList > li .ttl span:last-child {
        font-size: 20px;
    }

    .stepArea.stepArea01 .stepList > li .ttl {
        gap: 0;
        flex-direction: column;
    }

    .stepArea.stepArea01 .stepList > li > .txt,
    .stepArea.stepArea01 .stepList > li .notes_list {
        margin-top: 16px;
    }

    .stepArea.stepArea01 .applyList li {
        display: block;
    }

    .stepArea.stepArea01 .applyList li .left {
        width: 100%;
        margin-bottom: 10px;
    }

    .stepArea.stepArea01 .applyList li .right {
        width: 100%;
    }

    .stepArea.stepArea01 .stepList > li .cate_heading04 {
        margin-bottom: 16px;
    }

    .stepArea.stepArea01 .stepList > li:nth-child(n+2)::before {
        top: -5.5rem;
    }

    .stepArea.stepArea01 .applyList li .text {
        text-indent: -1em;
        padding-left: 1em;
    }
}

.contact.contact01 .section-inner {
    padding-top: 32px !important;
}

.contactInfo .section-inner {
    padding: 80px 0 0;
    max-width: 1025px;
}

.contactInfo .section-inner .cvArea.cvAreaIn {
    margin: 32px 0 0;
}

.loanArea.loanArea01 .normal_btn a {
    max-width: 400px;
}

#loanArea .loanList {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

#loanArea .loanList .labelBox {
    display: flex;
    gap: 10px;
}

#loanArea .loanList .labelBox .label {
    padding: 1px 7px;
    border-radius: 4px;
    font-size: 13px;
    margin-right: 0;
    line-height: 1.54;
}

#loanArea .loanList .summaryBox .title {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
}

.bnrArea01 .AppBnrBlock {
    align-items: center;
}

.bnrArea01 .AppBnrBlock .summaryBox {
    padding-top: 0 !important;
    width: 100%;
    max-width: 295px;
}

.bnrArea01 .modal_appintro_wrap .modal-open {
    font-size: 16px;
    padding: 9px;
    margin-top: 10px;
}

.bnrArea01 .AppBnrBlock .normal_link {
    margin-top: 10px;
}

.bnrArea01 .AppBnrBlock .summaryBox .title {
    margin-top: 10px;
    line-height: 1.39;
}

.modalArea01 .modal-body {
    height: auto;
}

.modalArea01 .qr_area {
    padding: 28px 10px 31px;
    background: #F9F8F5;
    border-radius: 5px;
}

.modalArea01 .modal-content .qr_area {
    padding: 32px 10px;
    margin: 0 auto;
}

.modalArea01 .qr_area p {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.modalArea01 .modal-content .qr_area > p {
    text-align: center;
}

.modalArea01 .qr_flex {
    display: flex;
    justify-content: center;
    margin: 16px 0 13px;
}

.modalArea01 .modal-content .qr_flex {
    margin: 24px 0 16px;
}

.modalArea01 .qr_area .notes_list {
    width: 515px;
    margin: 0 auto;
}

.modalArea01 .modal-content .qr_area .notes_list {
    width: 549px;
}

.modalArea01 .qr_box {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding-left: 28px;
}

.modalArea01 .qr_box:first-child {
    border-right: 1px solid #E6E6E6;
    padding-right: 32px;
    padding-left: 0;
    gap: 34px;
}

.modalArea01 .modal-content .qr_box {
    gap: 16px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.modalArea01 .qr_icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    gap: 11px;
    padding-top: 8px;
}

.modalArea01 .modal-content .qr_icon {
    align-items: center;
    gap: 9px;
    padding-top: 0;
}

.modalArea01 .qr_area .notes_list li {
    text-align: left;
    font-size: 1.3rem;
}

.modalArea01 .modal-content .qr_area .notes_list li {
    font-size: 1.4rem;
}

@media not screen and (max-width: 767px) {
    .contactInfo .section-inner .cvArea.cvAreaIn {
        padding: 32px 16px;
    }

    #loanArea .loanList .item {
        background: #ffffff;
        border-radius: 8px;
        overflow: hidden;
        max-width: 282px;
        width: 100%;
        opacity: 1;
        padding: 0;
    }

    .bnrArea01 {
        margin-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .contactInfo .section-inner {
        padding: 60px 3.3% 0;
    }

    #loanArea .loanList {
        display: block;
    }

    #loanArea .loanList .item {
        padding: 0 10px;
    }

    #loanArea .loanList .itemInner {
        max-width: 275px;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
        background: #ffffff;
        border-radius: 8px;
    }

    #loanArea .loanList .summaryBox .title {
        font-size: 1.6rem;
        font-weight: 500;
    }

    .loanArea.loanArea01 .normal_btn a {
        max-width: 295px;
    }

    #loanArea .loanList .summaryBox {
        min-height: 112px;
    }

    .bnrArea01 {
        margin-top: 60px;
    }
}

.buttonFixedArea.buttonFixedArea01 {
    display: none;
}

.buttonFixedArea.buttonFixedArea01.fixed {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
}

.buttonFixedArea.buttonFixedArea01 .cvAreaList {
    padding: 24px 0;
}

@media not screen and (max-width:767px) {
    .cardloanFeatures.cardloanFeatures01 .layout-col3.type01 .normalCardCnt {
        height: 190px;
    }

    .cardloanFeatures.cardloanFeatures01 .layout-col3.type01 .col01 .normalCardCnt > .topCtn {
        padding-top: 58px;
    }

    .cardloanFeatures.cardloanFeatures01 .layout-col3.type01 .col02 .normalCardCnt > .topCtn {
        padding-top: 38px;
    }

    .cardloanFeatures.cardloanFeatures01 .layout-col3.type01 p.note {
        margin-top: 8px;
    }

    .cardloanFeatures.cardloanFeatures01 .layout-col3.type02 .col01 .normalCardCnt > .topCtn {
        padding-top: 25px;
    }

    .cardloanFeatures.cardloanFeatures01 .layout-col3.type03 .normalCardCnt {
        height: 170px;
    }

    .cardloanFeatures.cardloanFeatures01 .layout-col3.type03 .col01 .normalCardCnt > .topCtn {
        padding-top: 20px;
    }

    .cardloanFeatures.cardloanFeatures01 .layout-col3.type03 .col02 .normalCardCnt > .topCtn {
        padding-top: 36px;
    }

    .cardloanFeatures.cardloanFeatures01 .layout-col3.type04 .col01 .normalCardCnt > .topCtn {
        padding-top: 24px;
    }
}

@media screen and (max-width:767px) {
    .cardloanFeatures.cardloanFeatures01 .layout-col3.type01 .col01 .normalCardCnt > .topCtn {
        padding-top: 36px;
    }
}