@charset "utf-8";
.u-border-radius--5 {
    border-radius: 5px;
}
.u-border-radius--8 {
    border-radius: 8px;
}
.p-mb-all--15 {
    margin-bottom: 15px;
}
.p-news__item {
    display: flex;
    align-items: flex-start;
}
.p-news__title--date {
    width: 106px;
}
.p-news__body {
    padding-right: 0;
    margin-left: 24px;
}
@media screen and (max-width: 767.9px){
    .p-news__item {
        flex-direction: column;
    }
    .p-news__body {
        margin-left: 0px;
    }
}
.p-point {
    display: flex;
    column-gap: 20px;
}
.p-point .c-box--point {
    width: calc((100% - 40px) / 3);
}
.p-box--point-img {
    display: block;
    margin: 0 auto 15px;
}
.p-box--point-text {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 767.9px){
    .p-point {
        flex-direction: column;
    }
    .p-point .c-box--point {
        width: 100%;
        display: flex;
        align-items: center;
        column-gap: 15px;
        margin: 0 auto 30px;
        max-width: 335px;
    }
    .p-box--point-img {
        width: 100px;
        height: 80px;
        margin: 0;
    }
    .p-box--point-text {
        text-align: left;
    }
}
.p-bank-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 30px;
}
.p-bank-list .c-list__item {
    width: calc((100% - 90px) / 4);
    margin-bottom: 0;
    min-width: 150px;
}
@media screen and (max-width: 767.9px){
    .p-bank-list {
        gap: 12px 20px;
    }
    .p-bank-list .c-list__item {
        min-width: 137px;
    }
}
.p-price__wrap {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    margin-bottom: 20px;
}
.p-price__item {
    background: var(--lt-orange);
    border-radius: 10px;
    width: calc((100% - 60px) / 2);
    padding: 12px 10px 10px;
    display: flex;
    flex-direction: column;
}
.p-price__title {
    color: var(--ncb-orange);
    font-weight: 700;
    font-size: clamp(14px,2.0vw,18px);
    padding-left: 72px;
    margin-bottom: 12px;
}
.p-price__title sup {
    color: var(--ncb-black);
}
.p-price__num {
    position: absolute;
    width: 62px;
    height: 62px;
    font-size: 38px;
    background: var(--white);
    border-radius: 99px;
    text-align: center;
    line-height: 50px;
    border: 6px solid var(--lt-orange);
    top: -24px;
    left: 0;
    box-sizing: border-box;
}
.p-price__inner {
    width: 100%;
    background: var(--white);
    border-radius: 10px;
    padding: 20px 15px;
    flex-grow: 1;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.p-price__inner--item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 5px;
}
.p-price__inner--item:not(:last-child) {
    border-bottom: 1px dotted var(--gray);
    padding-bottom: 20px;
}
.p-price__inner--item:not(:first-child) {
    padding-top: 20px;
}
.p-price__inner--item dt {
    font-size: 14px;
    text-align: center;
    width: 70%;
}
.p-price__inner--item dd {
    font-size: 14px;
    color: var(--ncb-orange);
    font-weight: 700;
    border: 2px solid var(--ncb-orange);
    border-radius: 10px;
    width: 30%;
    min-width: 110px;
    text-align: center;
    padding: 2px 0;
}
.p-price__inner--item dd span {
    font-size: clamp(22px,2.86vw,28px);
    padding-right: 4px;
}
.p-price__inner--item dd sup {
    color: var(--ncb-black);
}
.p-price__plus {
    display: block;
    margin: auto;
}
@media screen and (max-width: 767.9px){
    .p-price__wrap {
        flex-direction: column;
        row-gap: 12px;
    }
    .p-price__item {
        width: 100%;
    }
    .p-price__title {
        font-size: 18px;
    }
    .p-price__inner--item dd span {
        font-size: 28px;
    }
    .p-price__plus {
        width: 40px;
        height: 40px;
    }
}
.p-price-ex {
    border: 1px solid var(--gray);
    border-radius: 10px;
    padding: 20px;
}
.p-price-ex__wrap {
    display: flex;
    column-gap: 10px;
}
.p-price-ex_sp-top {
    display: flex;
    column-gap: 10px;
    width: 78%;
}
.p-price-ex_sp-bottom {
    display: flex;
    column-gap: 10px;
    width: 25%;
}
.p-price-ex__head {
    text-align: center;
    margin-bottom: 23px;
    font-size: 16px;
    font-weight: 700;
}
.p-price-ex__head span {
    color: var(--ncb-orange);
    padding-right: 16px;
}
.p-price-ex__item {
    background: var(--lt-orange);
    border-radius: 10px;
    width: 45%;
    padding: 6px 0;
}
.p-price-ex_sp-top .p-price-ex__item:first-child {
    margin-left: 10px;
}
.p-price-ex__title {
    color: var(--ncb-orange);
    font-size: clamp(14px,1.8vw,16px);
    text-align: center;
    font-weight: 700;
    margin-bottom: 6px;
    padding: 0 40px;

}
.p-price-ex__yen {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--ncb-orange);
    background: var(--white);
    width: fit-content;
    margin: auto;
    border: 2px solid var(--ncb-orange);
    border-radius: 10px;
    padding: 2px 0;
}
.p-price-ex_sp-top .p-price-ex__yen {
    min-width: 112px;
}
.p-price-ex_sp-bottom .p-price-ex__yen {
    width: calc(100% - 43px);
    min-width: 85px;
}
.p-price-ex__yen span {
    font-size: clamp(22px,2.86vw,28px);
    padding-right: 4px;
}
.p-price-ex__yen + p.c-list--note {
    margin-top: 3px;
}

.p-price-ex__plus {
    display: block;
    margin: auto;
    width: 35px;
    height: 35px;
}
.p-price-ex__arrow {
    display: block;
    margin: auto;
    width: 33px;
    height: 35px;
}
.p-price-ex__num {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 26px;
    background: var(--white);
    border-radius: 99px;
    text-align: center;
    line-height: 38px;
    border: 6px solid var(--lt-orange);
    top: -14px;
    left: -10px;
    box-sizing: border-box;
}
@media screen and (max-width: 767.9px){
    .p-price-ex {
        padding: 15px;
    }
    .p-price-ex__head {
        font-size: 15px;
        margin-bottom: 28px;
    }
    .p-price-ex__head span {
        display: block;
        padding-right: 0;
        margin-bottom: 5px;
    }
    .p-price-ex__wrap {
        flex-direction: column;
        row-gap: 8px;
    }
    .p-price-ex_sp-top {
        width: 100%;
        gap: 15px;
    }
    .p-price-ex_sp-bottom {
        gap: 5px;
    }
    .p-price-ex_sp-bottom {
        width: 100%;
        flex-direction: column;
    }
    .p-price-ex__item {
        width: calc((100% - 15px) / 2);
        padding: 20px 9px 6px;
    }
    .p-price-ex_sp-top .p-price-ex__item:first-child {
        margin-left: 0;
    }
    .p-price-ex__title {
        padding: 0;
    }
    .p-price-ex_sp-bottom .p-price-ex__yen {
        width: 112px;
    }
    .p-price-ex__yen span {
        font-size: 28px;
    }
    .p-price-ex__plus {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }
    .p-price-ex__num {
        width: 38px;
        height: 38px;
        font-size: 20px;
        top: -40px;
        right: 0;
        left: 0;
        margin: auto;
        line-height: 26px;
    }
    .p-price-ex__arrow {
        width: 27px;
        height: 30px;
        transform: rotate(90deg);
    }
}
.c-info__box {
    padding: 35px 0;
}
@media screen and (max-width: 767.9px){
    .c-info__box {
        padding: 25px 0 30px;
    }
}

.solution_img figure img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767.9px){
    .solution_img {
        text-align: center;
    }
    .solution_img figure img{
        width: 100px!important;
    }
}
