@charset "UTF-8";

/* reset */

.sec-change .list-disc>li:before {
    display: none;
    background: none;
}

.sec-change {
    padding: 93px 24px 32px;
    margin-top: 30px;
    margin-bottom: 32px;
    border: solid 2px #EDEBEC;
    border-radius: 5px;
}

.ttl-change {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.024em;
    width: 149px;
    margin: auto;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .ttl-change {
        font-size: 18px;
        width: 190px;
    }
}

.marker.marker--primary {
    background: linear-gradient(transparent 50%, #FFED66 0%);
}

.ttl-change::before {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 43px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/article/wp-content/themes/recruit-finance/images/fp-08/img-ttl_sp.png);
    right: 0;
    left: 0;
    margin: auto;
    top: -58px;
}

@media screen and (min-width: 769px) {
    .ttl-change::before {
        width: 57px;
        height: 63px;
        background-image: url(/article/wp-content/themes/recruit-finance/images/fp-08/img-ttl_pc.png);
        top: -79px;
    }
}

.ttl-change span {
    border-bottom: dashed 1px #000000;
    line-height: 1.8;
    padding-bottom: 5px;
}

.sec-change .list-change {
    margin-top: 32px;
    padding-top: 32px;
    border-top: solid 2px #EDEBEC;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.024em;
}

@media screen and (min-width: 769px) {
    .sec-change .list-change {
        font-size: 16px;
    }
}

.sec-change .list-change li {
    font-size: 14px;
    padding-left: 0;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .sec-change .list-change li {
        font-size: 16px;
    }
}

.sec-change .list-change dt::after {
    position: absolute;
    display: block;
    content: "";
    font-size: 12px;
    width: 20px;
    height: 20px;
    left: 41px;
    top: 3px;
}

.list-change li:first-child dt::after {
    content: "01";
}

.list-change li:nth-child(2) {
    position: relative;
    margin-top: 80px;
}

.list-change li:nth-child(2)::before {
    position: absolute;
    content: '';
    display: block;
    width: 31px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/article/wp-content/themes/recruit-finance/images/fp-08/arw.png);
    left: 0;
    right: 0;
    top: -59px;
    margin: auto;
}

.sec-change .list-change .txt-inner {
    margin-top: 16px;
    padding-top: 16px;
    border-top: solid 2px #EDEBEC;
    margin-bottom: 8px !important;

}

.list-change li:nth-child(2) .dl-inner {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}

@media screen and (min-width: 769px) {
    .list-change li:nth-child(2) .dl-inner {
        font-size: 16px;
        width: 270px;
        margin: auto;
    }
}

.list-change li:nth-child(2) .dl-inner dt {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 12px;
}

@media screen and (min-width: 769px) {
    .list-change li:nth-child(2) .dl-inner dt {
        font-size: 16px;
        margin-left: 0;
        margin-bottom: 8px;
    }
}

.list-change li:nth-child(2) .dl-inner dt::before,
.list-change li:nth-child(2) .dl-inner dt::after {
    display: none;
}

.list-change li:nth-child(2) dt::after {
    content: "02";
}

.list-change li:last-child {
    margin-top: 16px;
    padding-top: 24px;
    border-top: solid 2px #EDEBEC;
}

.list-change li:last-child dt::before {
    left: 25px;
}

.list-change li:last-child dt::after {
    content: "03";
    left: 28px;
}

.list-change dt {
    position: relative;
    margin-bottom: 16px;
    font-size: 14px;
}

@media screen and (min-width: 769px) {
    .list-change dt {
        font-size: 16px;
        width: 172px;
        margin: 0 auto 16px;
    }
}

.list-change dt::before {
    position: absolute;
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50px;
    border: #CCCACB solid 1px;
    left: 38px;
    top: 0;
}

.list-change dt::after {
    position: absolute;
    display: block;
    content: "01";
    font-size: 12px;
    width: 20px;
    height: 20px;
    left: 40px;
    top: 3px;
}

@media screen and (min-width: 769px) {
    .list-change dt::before {
        left: 14px;
    }

    .sec-change .list-change dt::after {
        left: 17px;
    }

    .list-change li:last-child dt::before {
        left: -4px;
    }

    .list-change li:last-child dt::after {
        left: -2px;
    }
}

.txt-total {
    margin-top: 20px;
    padding-top: 20px;
    border-top: dashed 2px #EDEBEC;
    position: relative;
    text-align: center;
}

.txt-total span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -14px;
    display: block;
    background: #ffffff;
    width: 40px;
}

.txt-last {
    text-align: center;
}

@media screen and (min-width: 769px) {
    .txt-last {
        font-size: 16px;
    }
}