@charset "UTF-8";

figure {
    position: relative;
}

figcaption {
    font-size: 12px !important;
    position: absolute;
    bottom: 5px;
    font-size: 10px;
    line-height: 1;
    z-index: 1;
}

.pos {
    position: relative;
}

/* value */
#main {
    background-image: url(../img/page-ttl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12% 0;
    position: relative;
}

#main .page_ttl {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main .page_ttl p {
    display: inline-block;
    font-size: min(2.2857142857142856vw, 32px);
    font-weight: 600;
    color: #186470;
    letter-spacing: 4.4px;
    line-height: 1.6;
    text-align: center;
}

.normal_txt {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 2;
}

.attention {
    margin-top: 10px;
}

.attention li {
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 4px;
}

.small {
    font-size: 12px;
}

sup {
    font-size: 10px;
}

/* kobetsu */
.value-box {
    margin: 100px auto 0;
}

.bg02 {
    width: 100%;
    background-image: url(../img/bg02.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: contain;
    /* background-position: bottom right; */
    background-position: center center;
    padding: 100px 0 100px 0;
    position: relative;
}

.bg02::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .85);
    position: absolute;
    top: 0;
    left: 0;
}

.bg02 .value-box {
    position: relative;
    z-index: 10;
    margin-top: 0;
}

.no1-icon {
    /* display: block;
    width: 22%;
    position: absolute;
    top: -3vw;
    right: -3vw; */
    display: block;
    width: 38%;
    max-width: 380px;
    position: absolute;
    top: 0vw;
    right: -13vw;
}

.value-ttl {
    font-size: 30px;
    font-weight: 600;
    color: #186470;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
}

.no1-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.no1-box .normal_txt {
    width: 45%;
}

.no1-box .value-graph {
    width: 42%;
    margin-right: 6%;
    margin-left: 4%;
}

.madori-flex {
    width: 90%;
    max-width: 1000px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px auto 0;
}

.madori-flex figure {
    width: 52%;
}

.madori-flex .detail-text {
    width: 40%;
}

.madori-flex .type {
    text-align: center;
    background: #f2f2f2;
    padding: 30px 10px;
    margin-bottom: 20px;
}

.madori-flex .type img {
    max-width: 331px;
    width: 90%;
}

.madori-flex .menseki {
    font-size: 18px;
    letter-spacing: 1.5px;
}

.madori-flex .menseki:nth-of-type(n+2) {
    margin-top: 5px;
    margin-bottom: 20px;
}

.madori-flex .ja {
    font-size: 14px;
    margin-right: 10px;
}

.madori-flex .big {
    font-size: 1.8em;
}

.madori-flex .point {
    border-top: 1px solid #231815;
    padding-top: 20px;
}

.madori-flex .detail-text .hensai {
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
}

.no1-box .graph-image {
    width: 32%;
}

.no1-box .graph-image .graph:nth-of-type(1) {
    margin-bottom: 60px;
}

.no1-box .normal_txt {
    font-size: 18px;
    text-align: left;
}

.value-flex02 {
    flex-wrap: wrap;
    justify-content: space-between;
}


.value-flex02 li.left {
    width: 33.2%;
}

.value-flex02 li.right {
    width: 63.3%;
}

.point-box:nth-of-type(n+2) {
    margin-top: 40px;
}

.point-ttl {
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
    background: #186470;
    text-align: left;
    padding: 8px 0 8px 20px;
    margin-bottom: 10px;
}

.sub-text {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.sub-text span {
    position: relative;
}

.sub-text span::before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-color: #dbc28a;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: -1;
}

.loan-list {
    border: 1px solid #4c4948;
    margin-top: 40px;
}

.loan-list dl {
    display: flex;
    flex-wrap: nowrap;
}

.loan-list dl dt {
    width: 50%;
    font-weight: normal;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    background: #186470;
    padding: 10px 0;
}

.loan-list dl:not(:last-of-type) dt {
    border-bottom: 1px solid #fff;
}

.loan-list dl dd {
    width: 50%;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 0;
}

.loan-list dl:not(:last-of-type) dd {
    border-bottom: 1px solid #4c4948;
}

.pc-only {
    display: block;
}

@media only screen and (max-width: 1280px) {
    .pc-only {
        display: none;
    }
    .no1-box .normal_txt {
        font-size: 16px;
    }
    
}

@media only screen and (max-width: 1180px) {
    .pc-only {
        display: none;
    }
    .no1-box .normal_txt {
        font-size: 14px;
    }
    
}


@media only screen and (max-width: 820px) {
   
    #main {
        background-image: url(../img/page-ttl_sp.jpg);
        padding: 25% 0;
    }

    #main .page_ttl {
        width: 60%;
        background: rgba(236, 251, 255, .8);
        padding: 10px 0;
        margin: 0 auto;
    }

    #main .page_ttl p {
        font-size: 16px;
        letter-spacing: 1.5px;
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    }

    .normal_txt {
        line-height: 1.6;
        letter-spacing: 1px;
    }


    /* kobetsu */
    .bg02 {
        background-image: url(../img/bg02_sp.png);
        background-position: bottom center;
        padding: 50px 0 0 0;
    }

    .value-box {
        margin: 50px auto 0;
    }


    .bg02 .value-box {
        position: relative;
        z-index: 10;
        margin-top: 0;
    }

    .no1-box .normal_txt {
        width: 100%;
        font-size: 16px;
        text-align: left;
        margin-right: 0;
    }

    .no1-box .value-graph {
        width: 100%;
        margin: 20px auto 20px;
    }

    .no1-box .icon {
        /* width: 60%;
        margin: 10px auto 0; */
        width: 90%;
        margin: 20px auto 0;
    }

    .madori-flex {
        margin-top: 30px;
    }

    .madori-flex .big {
        font-size: 1.4em;
    }
    
    .madori-flex figure {
        width: 100%;
        margin-bottom: 40px;
    }

    .madori-flex .detail-text {
        width: 100%;
    }

    .madori-flex .menseki:nth-of-type(n+2) {
        margin-bottom: 10px;
    }

    .madori-flex .detail-text .hensai {
        max-width: 100%;
        margin-top: 20px;
    }

    .value-ttl {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .value-flex02 li.left {
        width: 100%;
        order: 2;
        margin-top: 20px;
    }

    .value-flex02 li.right {
        width: 100%;
        order: 1;
        margin-top: 0;
    }

    .point-ttl {
        font-size: 16px;
    }

    .sub-text {
        font-size: 16px;
        line-height: 1.5;
    }

    .sub-text span::before {
        height: 4px;
        bottom: 0;
    }

    .loan-list dl {
        flex-wrap: wrap;
    }

    .loan-list dl dt {
        width: 100%;
        text-align: left;
        padding-left: 20px;
    }

    .loan-list dl dd {
        width: 100%;
        text-align: left;
        padding-left: 20px;
    }
}