
/* -------- assets --------- */
h1,h2,h3,p,li{
    color: #333333;
}
.container {
    max-width: 1000px;
    margin: auto;
}
.p-bg--lt-blue {
    background: #ECFAF8;
}
.marker-normal {
    background: linear-gradient(transparent 70%, #FFFF3C 70%);
}
.marker-bold {
    background: linear-gradient(transparent 50%, #FFFF3C 50%);
}
.h2-title {
    font-size: 42px;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}
.h2-title > span {
    font-size: 22px;
    display: block;
    padding-bottom: 4px;
    font-weight: 400;
}
.h2-title::after {
    background-color: var(--ncb-orange);
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 77px;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.9px){
    .container {
        width: 90%;
        max-width: 338px;
    }
    .h2-title {
        font-size: 27px;
        padding-bottom: 16px;
        margin-bottom: 32px;
        line-height: 35px;
    }
    .h2-title > span {
        font-size: 18px;
        padding-bottom: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 999.9px){
    .container {
        width: 90%;
    }
}
/* -------- KV --------- */
.kv {
    width: 100vw;
}
.kv img{
    width: 100%;
    display: block;
    min-height: 580px;
    object-fit: cover;
}
.p-kv__note {
  width: fit-content;
  text-align: center;
  text-indent: -2.5em;
  margin-left: 2.5em;
  font-size: 12px;
  margin: 0 auto 60px;
}
.p-kv__note::before {
  content: "※1";
  margin-right: 8px;
  font-weight: 500;
}

@media screen and (max-width: 1440px){
    .kv img{
        object-fit: inherit;
        min-height: auto;
    }
}
@media screen and (max-width: 767.9px){
    .p-kv__note {
        width: 85%;
        font-size: 11px;
        text-align: left;
        padding-left: 20px;
    }    
}

/* -------- CV --------- */
.cv {
    padding: 30px 0 40px;
}
.cv_text {
    text-align: center;
    color: #F07800;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.cv_text span {
    font-size: 29px;
}
.cv_text::before,
.cv_text::after {
    content: '';
    width: 2px;
    height: 20px;
    background: #F07800;
    display: inline-block;
    bottom: 3px;
    margin: 0 14px;
    vertical-align: text-bottom;
}
.cv_text::before {
    transform: rotate(-40deg);
}
.cv_text::after {
    transform: rotate(40deg);
}
.btn-cv {
    width: 420px;
    height: auto;
    margin: 0 auto;
    border-radius: 30px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}
.btn-cv a {
    display: block;
    text-align: center;
    position: relative;
    text-decoration: none;
    background-color: var(--ncb-orange);
    border-radius: 9999px;
    color: var(--white);
    position: relative;
    text-decoration: none;
    padding: 8px 50px 15px 24px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.12);
}
.btn-cv a::after {
    width: 39px;
    height: 39px;
    background-image: url(../img/icon_cvbtn_01.svg);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}
.btn-cv a .btn-cv-copy {
    font-size: 16px;
    padding: 0 3px;
}
.btn-cv a:hover {
    opacity: 0.7;
}
.flt.cv {
    width: 100%;
    height: 150px;
    padding: 13px 0 12px;
    background: rgba(0,0,0,0.7);
    position: fixed;
    bottom: -150px;
    left: 0;
    transition: 0.3s;
    visibility: hidden;
    z-index: 1002;
}
.flt.fadein {
    bottom: 0;
    visibility: visible;
}
.flt .cv_text {
    font-size: 18px;
}
.flt .cv_text span {
    font-size: 24px;
}
.flt .btn-cv {
    font-size: 22px;
}
.flt .btn-cv a {
    padding: 6px 50px 10px 24px;
}
@media screen and (max-width: 767.9px){
    .cv {
        padding: 19px 0 25px;
    }
    .cv_text {
        font-size: 16px;
        margin-bottom: 9px;
    }
    .cv_text::before, .cv_text::after {
        margin: 0 8px;
    }
    .cv_text span {
        font-size: 21px;
    }
    .btn-cv {
        width: 335px;
        font-size: 19px;
    }
    .btn-cv a .btn-cv-copy {
        font-size: 14px;
    }
    .btn-cv a::after {
        right: 17px;
    }
    .flt.cv {
        height: 120px;
    }
    .flt .cv_text {
        font-size: 14px;
    }
    .flt .cv_text span {
        font-size: 20px;
    }
    .flt .btn-cv {
        font-size: 16px;
    }
    .flt .btn-cv a .btn-cv-copy {
        font-size: 13px;
    }
}
/* -------- 実はこんなに費用がかかります！ --------- */
.hiyou {
    text-align: center;
    padding: 10px 0 123px;
}
.hiyou-copy {
    width: fit-content;
    margin: 0 auto 37px;
    background: #2281AC;
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    padding: 16px 40px;
    border-radius: 31px;
}
.hiyou-copy::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 18.5px 0 18.5px;
    border-color: #2280ac transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -23px;
    margin: auto;
}
.hiyou-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}
.hiyou-title span {
    color: var(--ncb-orange);
    font-size: 50px;
    margin-right: 5px;
}
.hiyou-base-list {
    display: flex;
    justify-content: center;
    gap: 42px;
    margin-bottom: 21px;
}
.hiyou-base-item {
    width: calc(100% / 3);
    background: var(--white);
    padding: 20px 0;
    border-radius: 8px;
}
.hiyou-base-item dt {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
}
.hiyou-base-item dd {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    color: var(--ncb-orange);
}
.hiyou-base-item dd span {
    font-size: 47px;
    margin: 0 5px;
}
.hiyou-base-note {
    font-size: 16px;
    line-height: 40px;
    color: #888888;
    margin-bottom: 40px;
}
.icon_plus {
    width: 52px;
    height: 52px;
    margin-bottom: 57px;
}

.hiyou-sub {
    background: var(--white);
    border-radius: 8px;
}
.hiyou-sub-text {
    width: fit-content;
    background: #2281AC;
    color: var(--white);
    font-size: 20px;
    padding: 16px 92px;
    border-radius: 31px;
    position: absolute;
    right: 0;
    left: 0;
    top: -20px;
    margin: auto;
}
.hiyou-sub-list {
    display: flex;
    justify-content: center;
    gap: 88px;
    padding: 71px 0 34px;
}
.hiyou-sub-item img {
    width: 214px;
    margin-bottom: 19px;
}
.hiyou-sub-item p {
    font-size: 22px;
    line-height: 30px;
}
@media screen and (max-width: 767.9px){
    .hiyou {
        padding: 20px 0 84px;
    }
    .hiyou-copy {
        font-size: 16px;
        line-height: 21px;
        padding: 10px 40px;
        z-index: 5;
        margin: 0 auto 22px;
    }
    .hiyou-copy::before {
        bottom: -10px;
        border-width: 12px 9px 0 9px;
    }
    .hiyou-title {
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 24px;
    }
    .hiyou-title span {
        display: block;
        width: fit-content;
        margin: auto;
        font-size: 32px;
        line-height: 27px;
        padding: 0 10px 5px;
    }
    .hiyou-title span.marker-normal {
        background: linear-gradient(transparent 50%, #FFFF3C 50%);
    }
    .hiyou-base-list {
        flex-direction: column;
        gap: 16px;
    }
    .hiyou-base-item {
        width: 298px;
        margin: auto;
    }
    .hiyou-base-item dt {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .hiyou-base-item dd span {
        font-size: 40px;
    }
    .hiyou-base-note {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }
    .icon_plus {
        width: 36px;
        height: 36px;
        margin-bottom: 54px;
    }
    .hiyou-sub-text {
        padding: 16px 36px;
        font-size: 16px;
        line-height: 21px;
    }
    .hiyou-sub-list {
        flex-direction: column;
        gap: 32px;
        padding: 59px 0 32px;
    }
    .hiyou-sub-item img {
        width: 130px;
        margin-bottom: 16px;
    }
    .hiyou-sub-item p {
        font-size: 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 999.9px){
    .hiyou-base-item {
        width: calc(100% / 3 - 20px);
    }
    .hiyou-base-list {
        gap: 10px;
    }
    .hiyou-sub {
        width: 95%;
        margin: auto;
    }
    .hiyou-sub-list {
        gap: 10px;
    }
}
/* -------- NCB EZ教育カードローン --------- */
.cardloan {
    padding: 33px 0 42px;
    background: url(../img/img_cv01_bg.webp) no-repeat center / cover;
}
.cardloan_copy {
    max-width: 744px;
    margin: 0 auto 25px;
    color: var(--ncb-orange);
    font-size: 30px;
    line-height: 39px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px dashed var(--ncb-orange);
}
.cardloan_copy::after {
    width: 157px;
    height: 89px;
    background-image: url(../img/txt_sonnatokiha.webp);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: -80px;
    margin: auto;
    left: 50px;
}
.cardloan_title {
    max-width: 744px;
    margin: 0 auto 31px;
}
.cardloan-list {
    width: fit-content;
    background: var(--white);
    margin: auto;
    padding: 21px 32px 25px 90px;
    border-radius: 8px;
}
.cardloan-list::after {
    content: '';
    width: 201px;
    height: 92px;
    position: absolute;
    background: url(../img/icon_cardloan_wank.webp) no-repeat center / contain;
    bottom: -11px;
    right: -79px;
}
.cardloan-list li {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 10px;
}
.cardloan-list li > span {
    font-size: 27px;
    font-weight: 700;
    line-height: 49px;
    padding: 0 5px;
}
.cardloan-list li > span > span {
    font-size: 39px;
}
.cardloan-list li::after {
    width: 39px;
    height: 39px;
    background-image: url(../img/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: 8px;
    margin: auto;
    left: -58px;
}
.cardloan-list li .ls {
    letter-spacing: -14px;
    font-size: 27px;
} 
.cardloan-list-kinri {
    display: block;
    font-size: 13px!important;
    line-height: 13px!important;
    font-weight: 400!important;
    margin-left: 100px;
}
@media screen and (max-width: 767.9px){
    .cardloan {
        padding: 71px 0;
        background: url(../img/img_cv01_bg_sp.webp) no-repeat center / cover;
    }
    .cardloan_copy {
        font-size: 24px;
        padding-bottom: 10px;
        margin: 0 auto 30px;
    }
    .cardloan_copy::after {
        width: 132px;
        height: 75px;
        left: 0;
        top: -90px;
    }
    .cardloan_title img {
        max-width: 335px;
        margin: auto;
        display: block;
    }
    .cardloan-list {
        padding: 16px 14px 15px 52px;
    }
    .cardloan-list::after {
        width: 151px;
        height: 71px;
        bottom: -44px;
        right: 2px;
    }
    .cardloan-list li {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 16px;
    }
    .cardloan-list li::after {
        width: 25px;
        height: 25px;
        top: 0;
        left: -37px;
    }
    .cardloan-list li > span {
        font-size: 19px;
        line-height: 22px;
        padding: 0;
    }
    .cardloan-list li > span > span {
        font-size: 33px;
    }
    .cardloan-list li .ls {
        letter-spacing: -10px;
        font-size: 19px;
    } 
    .cardloan-list li:nth-of-type(1) {
        line-height: 45px;
    }
    .cardloan-list-kinri {
        position: absolute;
        top: 36px;
        margin-left: 60px;
    }
    .cardloan-list li:nth-of-type(1)::after {
        top: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 999.9px){
    .cardloan-list::after {
        right: -20px;
    }
}
/* -------- さまざまなお使いみち --------- */

.use {
    padding: 100px 0 80px;
}
.use_text_box {
    width: fit-content;
    text-align: center;
    margin: auto;
}
.use_text_box::before,
.use_text_box::after {
    width: 55px;
    height: 102px;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    bottom: 0;
    margin: auto;
}
.use_text_box::before {
    background-image: url(../img/icon_fukidasi_left.webp);
    left: -62px;
}
.use_text_box::after {
    background-image: url(../img/icon_fukidasi_right.webp);
    right: -62px;
}
.use_text:nth-of-type(1) {
    font-size: 22px;
    margin-bottom: 19px;
}
.use_text span {
    font-weight: 700;
}
.use_text:nth-of-type(2) {
    font-size: 22px;
    margin-bottom: 5px;
}
.use_text_note {
    font-size: 16px;
    margin-bottom: 40px;
}
.use img {
    display: block;
    margin: auto;
}
@media screen and (max-width: 767.9px){
    .use {
        padding: 60px 0;
    }
    .use_text:nth-of-type(1) {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .use_text span {
        font-size: 24px;
    }
    .use_text:nth-of-type(2) {
        font-size: 16px;
        margin-bottom: 13px;
    }
    .use_text_note {
        font-size: 14px;
        line-height: 20px;
    }
    .use_text_box::before,
    .use_text_box::after {
        width: 34px;
        height: 64px;
        bottom: 50px;
    }
    .use_text_box::before {
        left: -37px;
    }
    .use_text_box::after {
        right: -37px;
    }
    .use img {
        max-width: 327px;
    }
}

/* -------- NCB EZ 教育カードローンの4つのポイント --------- */
.point {
    padding-bottom: 100px;
}
.point-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.point-list-item {
    width: calc(50% - 20px);
    background: #F5F2ED;
    border-radius: 8px;
    padding: 16px;
}
.point-list-title {
    width: fit-content;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    margin: 0 auto 16px;
    padding-left: 38px;
}
.point-list-title .num{
    display: block;
    position: absolute;
    width: 29px;
    height: 29px;
    background: var(--ncb-orange);
    color: var(--white);
    font-size: 18px;
    font-weight: 700px;
    border-radius: 50px;
    line-height: 29px;
    left: 0;
    top: 7px;
    margin: auto;
}
.point-list-title .ls{
    letter-spacing: -14px;
}
.point-list-box {
    display: flex;
    align-items: center;
    min-height: 235px;
    gap: 15px;
    background: var(--white);
    padding: 25px 15px;
    border-radius: 8px;
}
.point-list-kinri {
    font-size: 13px!important;
    color: #707070;
    font-weight: 400!important;
}
.point-list-text p{
    font-size: 19px;
    line-height: 27px;
}
.point-list-text p .strong{
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
}
.point-list-text .marker-normal {
    font-weight: 700;
}
.point-list-item:nth-of-type(1) .point-list-text p:nth-of-type(1) {
    margin-bottom: 4px;
}
.point-list-item:nth-of-type(1) .point-list-text p:nth-of-type(1) span{
    font-size: 41px;
    font-weight: 500;
    line-height: 60px;
}
.point-list-item:nth-of-type(1) .point-list-text p:nth-of-type(1) span span{
    font-size: 61px;
    font-weight: 700;
}
.point-list-item:nth-of-type(2) .point-list-text p:nth-of-type(1) {
    margin-bottom: 8px;
}
.point-list-item:nth-of-type(3) .point-list-text p:nth-of-type(1) {
    margin-bottom: 12px;
}
.point-list-item:nth-of-type(3) .point-list-text p:nth-of-type(1) span{
    font-size: 31px;
}
.point-list-item:nth-of-type(3) .point-list-text p:nth-of-type(1) span span{
    font-size: 41px;
    line-height: 44px;
}
.point-list-item:nth-of-type(3) .point-list-text p:nth-of-type(2) {
    font-size: 14px;
    line-height: 22px;
}
.point-list-item:nth-of-type(4) .point-list-text p:nth-of-type(1) {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 4px;
}
.point-list-item:nth-of-type(4) .point-list-text p:nth-of-type(2) {
    margin-bottom: 4px;
}
.point-list-item:nth-of-type(4) .point-list-text p:nth-of-type(3) {
    font-size: 17px;
    line-height: 27px;
}
.point-list-note {
    font-size: 13px!important;
    line-height: 15px!important;
    color: #707070;
    padding-left: 4em;
	text-indent: -3.5em;
}
@media screen and (max-width: 767.9px){
    .point {
        padding-bottom: 80px;
    }
    .point-list {
        flex-direction: column;
        gap: 24px;
    }
    .point-list-item {
        width: 100%;
    }
    .point-list-box {
        flex-direction: column;
        gap: 10px;
        padding: 16px 15px;
    }
    .point-list-title {
        font-size: 22px;
        padding-left: 34px;
        line-height: 29px;
        text-align: left;
    }
    .point-list-title .num {
        width: 26px;
        height: 26px;
        font-size: 15px;
        top: 0;
        text-align: center;
    }
    .point-list-box img {
        width: 100px;
    }
    .point-list-text {
        text-align: center;
    }
    .point-list-text p {
        font-size: 16px;
        line-height: 22px;
    }
    .point-list-item:nth-of-type(1) .point-list-text p:nth-of-type(1) span {
        font-size: 31px;
        line-height: 67px;
        margin-bottom: 0;
    }
    .point-list-item:nth-of-type(1) .point-list-text p:nth-of-type(1) span span {
        font-size: 51px;
    }
    .point-list-note {
        font-size: 10px!important;
    }
    .point-list-item:nth-of-type(3) .point-list-text p:nth-of-type(1) {
        font-size: 20px;
    }
    .point-list-item:nth-of-type(3) .point-list-text p:nth-of-type(1) span {
        font-size: 21px;
    }
    .point-list-item:nth-of-type(3) .point-list-text p:nth-of-type(1) span span {
        font-size: 31px;
    }
    .point-list-item:nth-of-type(3) .point-list-text p:nth-of-type(2) {
        font-size: 16px;
        line-height: 22px;
    }
    .point-list-item:nth-of-type(4) .point-list-text p:nth-of-type(1) {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .point-list-item:nth-of-type(4) .point-list-text p:nth-of-type(2) {
        margin-bottom: 8px;
    }
    .point-list-item:nth-of-type(4) .point-list-text p:nth-of-type(3) {
        font-size: 16px;
        line-height: 22px;
    }
}
@media screen and (min-width: 768px) and (max-width: 999.9px){
    .point .h2-title {
        font-size: 38px;
    }
    .point-list-box img {
        width: 90px;
    }
    .point-list {
        gap: 40px 10px;
    }
}
/* -------- キャンペーン実施中 --------- */
#campaign_inner {
    padding: 100px 0 0!important;
}
#campaign_head h2 {
    font-size: 42px!important;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
#campaign_head h2::after {
    background-color: var(--ncb-orange);
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 77px;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#campaign_body a + p {
    margin-top: 16px!important;
}
@media screen and (max-width: 767.9px){
    #campaign_inner {
        padding: 80px 0 0!important;
    }
    #campaign_head h2 {
        font-size: 27px!important;
        padding-bottom: 16px;
        margin-bottom: 32px;
    }
    #campaign_body a + p {
        letter-spacing: -0.01em;
    }
}
/* -------- 他商品との違い --------- */
.product {
    padding: 80px 0 64px;
}
.product-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px;
}
.product-table .table--blank {
    background-color: var(--white);
    border-top: none;
    border-left: none;
    border: none;
}
.product-table thead th {
    color: var(--white);
    background-color: var(--ncb-brown);
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border-collapse: collapse;
    line-height: 20px;
}
.product-table thead th span {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.icon-note {
    font-size: 12px;
    font-weight: 500;
}
.product-table thead th:nth-of-type(1) {
    width: 170px;
}
.product-table thead th:nth-of-type(2) {
    width: 315px;
    background-color: var(--ncb-orange);
}
.product-table thead th:nth-of-type(3) {
    width: 296px;
    border-left: 2px solid var(--white);
    border-right: 2px solid var(--white);
}
.product-table tbody th {
    font-weight: 500;
    padding: 20px;
    border-collapse: collapse;
    text-align: left;
    height: 80px;
}
.product-table tbody tr:nth-child(odd) th,
.product-table tbody tr:nth-child(odd) td {
    background-color: var(--lt-blue-gray);
}
.product-table tbody tr:nth-child(odd) td:nth-of-type(1) {
    background-color: #FFDEA5;
    font-weight: 700;
}
.product-table tbody tr:nth-child(even) th,
.product-table tbody tr:nth-child(even) td {
    background-color: #FCFCFC;
}
.product-table tbody tr:nth-child(even) td:nth-of-type(1) {
    background-color: #FFF2D6;
    font-weight: 700;
}
.product-table tbody tr td:not(:nth-of-type(1)) {
    color: #707070;
}
.product-table td,
.product-table th {
    padding: 20px 0;
    border-collapse: collapse;
}
.product-table tbody td {
    text-align: center;
}
.product-table tbody td span{
    font-size: 13px;
    display: block;
    font-weight: 400;
    line-height: 16px;
    margin-top: 3px;
}
.product-table tbody td:nth-of-type(2) {
    border-left: 2px solid var(--white);
    border-right: 2px solid var(--white);
}
.product-table tbody tr:nth-of-type(1) td:nth-of-type(1) {
    font-size: 22px;
}
.product-table tbody tr:nth-of-type(1) td:nth-of-type(1) span:nth-of-type(1) {
    font-size: 32px;
    display: inline-block;
    font-weight: 700;
}
.product-table tbody tr:nth-of-type(2) td:nth-of-type(1) span {
    font-size: 30px;
    display: inline-block;
    font-weight: 700;
}
.product-table tbody tr:nth-of-type(2) td:nth-of-type(2) span {
    font-size: 26px;
    display: inline-block;
}
.product-table tbody tr:nth-of-type(5) td:nth-of-type(1) {
    font-size: 15px;
}
.product-table-note {
    margin-bottom: 60px;
}
.product-table-note li{
    font-size: 14px;
    color: #707070;
}
@media screen and (max-width: 767.9px){
    .product {
        padding: 60px 0 75px;
    }
    .product-table-wrap {
        margin-bottom: 16px;
    }
    .product-table {
        width: 960px;
    }
    .product-table thead th {
        font-size: 18px;
        padding: 14px 20px;
    }
    .product-table tbody th {
        font-size: 16px;
        height: auto;
    }
    .product-table td, .product-table th {
        padding: 10px 0;
    }
    .product-table thead th:nth-of-type(1) {
        width: 167px;
    }
    .product-table thead th:nth-of-type(2) {
        width: 282px;
    }
    .product-table thead th:nth-of-type(3) {
        width: 282px;
    }
    .product-table thead th:nth-of-type(4) {
        width: 222px;
    }
    .product-table tbody tr:nth-of-type(1) td:nth-of-type(1) {
        font-size: 20px;
    }
    .product-table tbody tr:nth-of-type(1) td:nth-of-type(1) span:nth-of-type(1) {
        font-size: 28px;
    }
    .product-table tbody tr:nth-of-type(5) td:nth-of-type(1) {
        font-size: 14px;
    }
    .product-table-note {
        margin-bottom: 40px;
    }
    .product-table-note li {
        padding-left: 2em;
        text-indent: -2em;
    }
    .product-table-note li:not(:last-child){
        margin-bottom: 8px;
    }
    .scroll-hint-text {
        font-size: 14px!important;
    }
    .scroll-hint-icon {
        width: 140px!important;
        height: 95px!important;
        padding: 20px 10px 10px 15px!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 999.9px){
    .product-table thead th:nth-of-type(4) {
        width: 240px;
    }
}
/* -------- NCB EZ 教育カードローンはこんな方におすすめ！ --------- */
.recommend {
    padding-bottom: 64px;
}
.recommend_title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 52px;
}
.recommend_title::before, .recommend_title::after {
    content: '';
    width: 3px;
    height: 32px;
    background: var(--ncb-yellow);
    display: inline-block;
    bottom: 3px;
    margin: 0 23px;
    vertical-align: text-bottom;
}
.recommend_title::before {
    transform: rotate(-40deg);
}
.recommend_title::after {
    transform: rotate(40deg);
}
.recommend_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 120px;
}
.recommend_item {
    width: 227px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--lt-beige);
    font-size: 18px;
    line-height: 25px;
    border-radius: 8px;
}
.recommend_item::before {
    content: '';
    width: 78px;
    height: 117px;
    position: absolute;
    bottom: -18px;
    left: -80px;
}
.recommend_item:nth-of-type(1):before {
    background: url(../img/icon_recommend01.webp) no-repeat center / contain;
}
.recommend_item:nth-of-type(2):before {
    background: url(../img/icon_recommend02.webp) no-repeat center / contain;
}
.recommend_item:nth-of-type(3):before {
    background: url(../img/icon_recommend03.webp) no-repeat center / contain;
}
.recommend_item::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 13px 9px 0;
    border-color: transparent #f6f2ee transparent transparent;
    position: absolute;
    left: -13px;
    top: 30px;
}
.recommend_box::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 69.5px 0 69.5px;
    border-color: #fbbd53 transparent transparent transparent;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -87px;
    margin: auto;
}
@media screen and (max-width: 767.9px){
    .recommend {
        padding-bottom: 32px;
    }
    .recommend_title {
        font-size: 20px;
        width: fit-content;
        margin: 0 auto 24px;
    }
    .recommend_title::before,
    .recommend_title::after {
        height: 40px;
        position: absolute;
        bottom: 0;
    }
    .recommend_title::before {
        left: -36px;
    }
    .recommend_title::after {
        right: -36px;
    }
    .recommend_box {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
    .recommend_item {
        font-size: 16px;
        line-height: 25px;
        height: 106px;
        margin-left: 60px;
        padding: 0 25px;
        justify-content: flex-start;
    }
    .recommend_item::before {
        width: 62px;
        height: 93px;
        bottom: 0;
        left: -70px;
    }
    .recommend_box::after {
        bottom: -60px;
    }
}
@media screen and (min-width: 768px) and (max-width: 999.9px){
    .recommend_box {
        gap: 20px;
        justify-content: center;
    }
    .recommend_item {
        width: 180px;
        font-size: 16px;
        line-height: 23px;
        margin-left: 50px;
    }
    .recommend_item::before {
        width: 58px;
        height: 97px;
        left: -60px;
    }
}
/* -------- cv-02 --------- */
.cv-02 {
    padding: 55px 0 57px;
    background: url(../img/img_cv02_bg.webp) no-repeat center / cover;
}
.cv-02_text {
    font-size: 27px;
    font-weight: 700;
    color: var(--ncb-orange);
    text-align: center;
    line-height: 30px;
    margin-bottom: 12px;
}
.cv-02 img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
}
.cv-02_text::before {
    content: '';
    width: 131px;
    height: 168px;
    background: url(../img/icon_stationery.webp) no-repeat center / contain;
    position: absolute;
    bottom: -170px;
    left: -30px;
}
.cv-02_text::after {
    content: '';
    width: 90px;
    height: 188px;
    background: url(../img/icon_book_wank.webp) no-repeat center / contain;
    position: absolute;
    bottom: -170px;
    right: 0;
}
@media screen and (max-width: 767.9px){
    .cv-02 {
        padding: 33px 0 30px;
        background: url(../img/img_cv02_bg_sp.webp) no-repeat center / cover;
    }
    .cv-02_text {
        font-size: 20px;
        line-height: 39px;
    }
    .cv-02 img {
        width: 279px;
        margin-bottom: 19px;
    }
    .cv-02_text::before {
        width: 82px;
        height: 85px;
        background: url(../img/icon_stationery_sp.webp) no-repeat center / contain;
        top: -15px;
        left: -3px;
    }
    .cv-02_text::after {
        width: 60px;
        height: 118px;
        top: -45px;
    }
}
@media screen and (min-width: 768px) and (max-width: 999.9px){
    .cv-02_text::before {
        bottom: -261px;
        left: 28px;
    }
    .cv-02_text::after {
        bottom: -261px;
        right: 28px;
        width: 80px;
        height: 178px
    }
}
/* -------- お申込みの流れ --------- */
.flow {
    padding: 100px 0;
}
.flow .h2-title {
    margin-bottom: 104px;
}
.flow-box {
    margin-bottom: 104px;
}
.flow-list {
    display: flex;
    justify-content: center;
    gap: 43px;
    margin-bottom: 24px;
}
.flow-item {
    width: 100%;
    background: var( --lt-beige);
    padding: 43px 0 19px;
    border-radius: 8px;
}
.flow-item:not(:last-child)::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 23px;
    border-color: transparent transparent transparent #645a59;
    position: absolute;
    right: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.flow_step {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
} 
.flow_icon {
    display: block;
    margin: 0 auto 4px;
}
.flow-item-title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
}
.flow-item-text {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    margin-top: 8px;
}
.flow_note {
    padding-left:1em;
	text-indent:-1em;
    font-size: 14px;
    line-height: 25px;
}
@media screen and (max-width: 767.9px) {
    .flow {
        padding: 80px 0;
    }
    .flow .h2-title {
        margin-bottom: 76px;
    }
    .flow-list {
        flex-direction: column;
        gap: 90px;
    }
    .flow_step {
        width: 63px;
        height: 63px;
        top: -33px;
    }
    .flow-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 14px;
        padding: 17px 14px;
    }
    .flow-item-title {
        text-align: left;
    }
    .flow_icon {
        width: 108px;
        margin: 0;
    }
    .flow-item:not(:last-child)::after {
        left: 0;
        right: 0;
        top: auto;
        bottom: -40px;
        transform: rotate(90deg);
    }
    .flow-box {
        margin-bottom: 66px;
    }
} 

/* -------- お申込み時に必要なもの --------- */
.flow-attention {
    background: var(--lt-beige);
    padding: 56px 56px 20px;
}
.flow-attention_title {
    width: fit-content;
    background: var(--ncb-brown);
    color: var(--white);
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 53px;
    padding: 0 36px 0 79px;
    border-radius: 50px;
}
.flow-attention_title::before {
    content: '';
    width: 38px;
    height: 33px;
    background: url(../img/icon_flow-attention.svg) no-repeat center / contain;
    position: absolute;
    top: 8px;
    left: 26px;
}
.flow-attention_list {
    margin-bottom: 24px;
}
.flow-attention_item {
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
}
.flow-attention_item:not(:last-child) {
    margin-bottom: 14px;
}
.flow-attention_item p {
    font-size: 16px;
    font-weight: 400;
}
.flow-attention_item_note {
    font-size: 14px;
    line-height: 22px;
    padding-left: 2em;
    text-indent: -1em;
}
.flow-attention_note {
    color: var(--ncb-orange);
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    background: var(--white);
    border-radius: 8px;
    padding: 8px 21px;
    text-align: center;
}
@media screen and (max-width: 767.9px) {
    .flow-attention {
        padding: 56px 24px 24px;
    }
    .flow-attention_item {
        font-size: 16px;
        line-height: 23px;
    }
    .flow-attention_item p {
        font-size: 14px;
        line-height: 20px;
        padding-left: 1em;
    }
    .flow-attention_item p:nth-of-type(1) {
        margin-top: 4px;
    }
    .flow-attention_item_note {
        padding-left: 2em!important;
        font-size: 13px!important;line-height: 22px;
    }
    .flow-attention_note {
        font-size: 16px;
        line-height: 23px;
        padding: 15px 20px;
        text-align: left;
    }
}
/* -------- よくあるご質問 --------- */

.qanda {
    padding: 100px 0 80px;
}
.c-accordion--qa {
    background: var(--lt-beige);
    border: none;
    margin-bottom: 26px;
}
.c-accordion--qa > .c-accordion__title::before {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 22px;
    font-size: 32px;
    top: 27px;
}
.c-accordion__title {
    font-size: 20px;
    font-weight: 500;
    padding: 26px 52px 26px 60px;
}
.c-accordion--qa > .c-accordion__title:after {
    content: '';
    width: 20px;
    height: 11px;
    background: url(../img/icon_arrow_down.svg) no-repeat center / contain;
    top: 0;
    bottom: 0;
    margin: auto;
}
.c-accordion__title.is-open::after {
    width: 20px;
    height: 11px;
    background: url(../img/icon_arrow_up.svg) no-repeat center / contain;
}
.c-accordion--qa > .c-accordion__title::before {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 22px;
    font-size: 32px;
    top: 27px;
}
.c-accordion__content {
    margin-left: 24px;
    padding: 26px 52px 26px 60px;
}
.c-accordion__content .c-text::before {
    content: "A";
    display: block;
    color: var(--ncb-orange);
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 22px;
    font-size: 32px;
    top: 0;
    bottom: 0;
    left: -56px;
    margin: auto;
}
.c-accordion__content .c-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
@media screen and (max-width: 767.9px) {
    .qanda {
        padding: 80px 0 60px;
    }
    .c-accordion--qa {
        margin-bottom: 24px;
    }
    .c-accordion--qa > .c-accordion__title {
        font-size: 14px;
        line-height: 22px;
        padding: 16px 56px 16px 37px;
    }
    .c-accordion--qa > .c-accordion__title::before {
        font-size: 26px;
        top: 23px;
    }
    .c-accordion--qa > .c-accordion__title:after {
        width: 16px;
        height: 10px;
        right: 24px;
    }
    .c-accordion__content .c-text {
        font-size: 14px;
        line-height: 22px;
    }
    .c-accordion--qa > .c-accordion__content {
        padding-left: 28px;
    }
    .c-accordion__content .c-text::before {
        font-size: 26px;
        left: -32px;
    }
}

/* -------- 商品内容 --------- */
.service {
    margin-bottom: 80px;
}
.service .c-table {
    margin-bottom: 24px;
}
.service .c-list__item:not(:last-child) {
    margin-bottom: 24px;
}
.service .c-table tbody th {
    font-size: 20px;
    font-weight: 700;
}
.service .c-table tbody td {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.service .c-table tbody td span {
    font-weight: 400;
}
.service .c-list--note {
    margin-top: 10px;
}
.service .c-list--note > .c-list__item {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.service .c-list--note > .c-list__item:not(:last-child) {
    margin-bottom: 10px;
}
.service .c-list--note > .c-list__item:last-child {
    margin-bottom: 0;
}
.service .c-table td,.service .c-table--th td,.service .c-table th,.service .c-table--th th {
    border: none;
}
.service .c-table tbody tr:nth-child(odd) th,
.service .c-table tbody tr:nth-child(odd) td {
    background: #EBE7E1;
}
.service .c-table tbody tr:nth-child(even) th,
.service .c-table tbody tr:nth-child(even) td {
    background: var(--lt-beige);
}
.service .c-list--disc > .c-list__item::before {
    background: #333333;
    border-radius: 50px;
}
.service .c-table .c-table--th {
    margin-top: 16px;
    width: auto;
}
.service .c-table .c-table--th tbody th,
.service .c-table .c-table--th tbody td {
    padding: 12px;
    text-align: center!important;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.service .c-table .c-table--th tbody tr th:nth-of-type(1) {
    width: 280px;
}
.service .c-table .c-table--th tbody tr th:nth-of-type(2) {
    width: 140px;
}
.service .c-table .c-table--th tbody tr:nth-child(even) th,
.service .c-table .c-table--th tbody tr:nth-child(even) td {
    background: #E3E3E3;
}
.service .c-table .c-table--th tbody tr:nth-child(odd) th,
.service .c-table .c-table--th tbody tr:nth-child(odd) td {
    background: #F7F7F7;

}
.service .c-table .c-table--th tbody tr:nth-of-type(1) th{
    background: #D0D0D0;
}
.service .c-table__more-btn p {
    width: 256px;
    background: var(--ncb-orange);
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    border: none;
}
.service .c-table__more-wrap .c-table__more-btn p:after {
    width: 15px;
    height: 15px;
    background: url(../img/icon_more-btn_open.svg) no-repeat center / contain;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.service .c-table__more-wrap.is-open .c-table__more-btn p:after {
    background: url(../img/icon_more-btn_close.svg) no-repeat center / contain;
}
@media screen and (max-width: 767.9px) {
    .service {
        margin-bottom: 60px;
    }
    .service .c-table tr th {
        background: #EBE7E1!important;
    }
    .service .c-table tr td {
        background: var(--lt-beige)!important;
    }
    .service .c-table tbody th {
        font-size: 14px;
        line-height: 24px;
    }
    .service .c-table tbody td {
        font-size: 14px;
        line-height: 24px;
    }
    .service .c-list__item {
        padding-left: 10px;
    }
    .service .c-list--note > .c-list__item {
        font-size: 12px;
        line-height: 20px;
    }
    .service .c-list--note > .c-list__item:not(:last-child) {
        margin-bottom: 0;
    }
    .service .c-table .c-table--th {
        margin-top: 16px;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .service .c-table .c-table--th tbody th, .service .c-table .c-table--th tbody td {
        width: auto;
        display: table-cell;
    }
    .service .c-table .c-table--th tbody tr th:nth-of-type(1) {
        width: calc(100% - 90px);
    }
    .service .c-table .c-table--th tbody tr th:nth-of-type(2) {
        width: 90px;
    }
    .service .c-list--note {
        margin-top: 0;
    }
    .u-align--pc-right {
        font-size: 14px;
    }
    .service .c-table__more-btn p {
        width: 224px;
        font-size: 17px;
    }
    .service .c-table .c-table--th tbody tr:nth-child(even) th,
    .service .c-table .c-table--th tbody tr:nth-child(even) td {
        background: #E3E3E3!important;
        font-size: 14px;
        font-weight: 500;
    }
    .service .c-table .c-table--th tbody tr:nth-child(odd) th,
    .service .c-table .c-table--th tbody tr:nth-child(odd) td {
        background: #F7F7F7!important;
        font-size: 14px;
        font-weight: 500;
    }
    .service .c-table .c-table--th tbody tr:nth-of-type(1) th{
        background: #D0D0D0!important;
        font-size: 14px;
        font-weight: 500;
    }
    .service .c-table .c-table--th tbody tr:nth-of-type(1) th:nth-of-type(1){
        border-radius: 8px 0 0 0;
    }
    .service .c-table .c-table--th tbody tr:nth-of-type(1) th:nth-of-type(2){
        border-radius: 0 8px 0 0;
    }
    .service .c-table .c-table--th tbody tr:last-of-type td:nth-of-type(1) {
        border-radius: 0 0 0 8px;
    }
    .service .c-table .c-table--th tbody tr:last-of-type td:nth-of-type(2) {
        border-radius: 0 0 8px 0;
    }
    .c-table--sp02 tbody tr:last-child {
        border: none;
    }
}
/* -------- お問い合わせ先 --------- */
.info {
    margin-bottom: 100px;
}
.info_box {
    width: fit-content;
    margin: auto;
    background: var(--lt-beige);
    padding: 32px 65px;
    border-radius: 8px;
}
.info_tel {
    margin-bottom: 21px;
}
.info_tel dt {
    width: fit-content;
    color: var(--white);
    font-size: 18px;
    background: var(--ncb-brown);
    font-weight: 500;
    line-height: 33px;
    padding: 0 28px;
    margin: 0 auto 8px;
    border-radius: 8px;
}
.info_tel dd:nth-of-type(1) {
    text-align: center;
    font-size: 72px;
    font-weight: 700;
}
.info_tel dd:nth-of-type(2) {
    width: fit-content;
    margin: auto;
    font-size: 17px;
    line-height: 30px;
}
.info_tel dd:nth-of-type(2) span {
    font-weight: 500;
}
.info_tel dd:nth-of-type(2) .info_tel_note {
    font-size: 14px;
    font-weight: 400;
}
.info_tenpo {
    background: var(--white);
    padding: 18px 61px 24px;
    border-radius: 8px;
}
.info_tenpo_text {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 14px;
}
.info_tenpo_cv {
    display: flex;
    justify-content: center;
    gap: 43px;
}
.info_tenpo_btn {
    width: 204px;
    background: var(--ncb-yellow);
    border-radius: 40px;
}
.info_tenpo_btn a {
    width: 100%;
    text-align: center;
    display: block;
    color: var(--white)!important;
    text-decoration: none!important;
    font-size: 15px;
    font-weight: 700;
    line-height: 39px;
}
.info_tenpo_btn a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767.9px){
    .info_box {
        width: 100%;
        padding: 24px 10px;
    }
    .info_tel dt {
        font-size: 16px;
    }
    .info_tel dd:nth-of-type(1) {
        font-size: 42px;
        margin-bottom: 13px;
    }
    .info_tel dd:nth-of-type(2) {
        font-size: 15px;
        line-height: 23px;
    }
    .info_tel dd:nth-of-type(2) .info_tel_note {
        padding-left: 2em;
        text-indent: -1em;
        display: block;
    }
    .info_tel {
        margin-bottom: 17px;
    }
    .info_tenpo {
        padding: 16px 20px;
        margin: 0 5px;
    }
    .info_tenpo_cv {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }
}
/* -------- cv-03 --------- */
.cv-03 {
    padding: 56px 0 66px;
    background: url(../img/img_cv03_bg.webp) no-repeat center / cover;
}
.cv-03_text {
    background: var(--white);
    width: fit-content;
    margin: 0 auto 27px;
    color: var(--ncb-orange);
    font-size: 18px;
    font-weight: 500;
    line-height: 51px;
    padding: 0 24px;
    border-radius: 30px;
}
.cv-03_text::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 12px 0 12px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -11px;
    right: 0;
    left: 0;
    margin: auto;
}
.cv-03_title img {
    margin-right: 5px;
}
.cv-03_title {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cv-03_title::before {
    content: '';
    width: 131px;
    height: 168px;
    background: url(../img/icon_book.webp) no-repeat center / contain;
    position: absolute;
    bottom: -170px;
    left: 80px;
}
.cv-03_title::after {
    content: '';
    width: 131px;
    height: 168px;
    background: url(../img/icon_wank.webp) no-repeat center / contain;
    position: absolute;
    bottom: -170px;
    right: 50px;
}
@media screen and (max-width: 767.9px){
    .cv-03 {
        padding: 30px 0;
        background: url(../img/img_cv03_bg_sp.webp) no-repeat center / cover;
    }
    .cv-03_text {
        text-align: center;
        font-size: 16px;
        line-height: 21px;
        padding: 8px 24px;
    }
    .cv-03_title {
        flex-direction: column;
        margin-bottom: 25px;
    }
    .cv-03_title img {
        margin-right: 0;
        margin-bottom: 7px;
        width: 284px;
    }
    .cv-03_title::before {
        width: 61px;
        height: 53px;
        bottom: -13px;
        left: -3px;
    }
    .cv-03_title::after {
        width: 61px;
        height: 61px;
        bottom: -14px;
        right: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 999.9px){
    .cv-03_title img {
        width: 500px;
    }
    .cv-03_title::before {
        left: 0;
    }
    .cv-03_title::after {
        right: 0;
    }
}
/* -------- footer --------- */
footer {
    text-align: center;
    padding: 60px 0 102px;
}
footer img {
    margin-bottom: 12px;
}
footer .footer_text {
    font-size: 18px;
    line-height: 26px;
}
@media screen and (max-width: 767.9px){
    footer {
        padding: 60px 0 77px;
    }
    footer img {
        width: 187px;
        margin-bottom: 8px;
    }
    footer .footer_text {
        font-size: 16px;
        line-height: 24px;
    }
}