@charset "UTF-8";

.c-btn__cv1col .c-btn-cv {
    margin-bottom: 15px;
}

.p-aio-visa__box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}
.p-aio-visa__box img {
    width: 90px;
}

/* アンカー */
.p-anchor {
    display: flex;
    margin-bottom: 40px;
    gap: 10px;
}
.p-anchor__box {
    display: flex;
    flex-direction: column;
}
.p-anchor__box:nth-of-type(1) {
    width: calc(((100% - 10px) / 4) * 3);
}
.p-anchor__box:nth-of-type(2) {
    width: calc(((100% - 10px) / 4) * 1);
}
.p-anchor__tile {
    background: var(--lt-orange);
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 10px;
    margin-bottom: 10px;
}
.p-anchor__item--wrap {
    display: flex;
    gap: 10px;
}
.p-anchor__item {
    display: flex;
    flex-direction: column;
}
.p-anchor__box:nth-of-type(1) .p-anchor__item {
    width: calc((100% - 20px) / 3);
}
.p-anchor__box:nth-of-type(2) .p-anchor__item {
    width: 100%;
}
.p-anchor__text {
    background: var(--lt-beige);
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 104px;
}
.p-anchor__text span {
    color: var(--ncb-orange);
}
.p-anchor__head {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.p-anchor__card--wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}
a.p-anchor__card {
    text-decoration: none;
    color: var(--ncb-black);
    text-align: center;
}
a.p-anchor__card::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/icon_anchor.webp) no-repeat center / contain;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
}
a.p-anchor__card img {
    margin-bottom: 5px;
}
a.p-anchor__card p {
    padding-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
    .p-anchor {
        flex-direction: column;
    }
    .p-anchor__box:nth-of-type(1),
    .p-anchor__box:nth-of-type(2) {
        width: 100%;
    }
    .p-anchor__item--wrap {
        flex-direction: column;
    }
    .p-anchor__box:nth-of-type(1) .p-anchor__item {
        width: 100%;
    }
    .p-anchor__box:nth-of-type(1) .p-anchor__item:not(:last-child) {
        padding-bottom: 10px;
        background-image: linear-gradient(to right, #ACACAC 1px, transparent 1px);
        background-size: 5px 1px;
        background-repeat: repeat-x;
        background-position: left bottom;
    }
    .p-anchor__item {
        flex-direction: row;
        gap: 15px;
    }
    .p-anchor__text {
        width: 135px;
        margin-bottom: 0;
    }
    .p-anchor__head {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .p-anchor__card--box {
        width: calc(100% - 15px - 135px);
    }
    .p-anchor__card--wrap {
        gap: 15px;
        justify-content: center;
    }
    .p-anchor__box a.p-anchor__card img {
        width: 85px;
    }
    a.p-anchor__card p {
        padding-bottom: 15px;
    }
}
.p-card__box {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 30px;
}
.c-accordion__content .p-card__box {
    margin-bottom: 0;
}
.p-card__box .c-box--orange {
    margin-bottom: 15px;
    padding: 15px;
}
.p-card__box .c-table th {
    width: 150px;
    padding: 20px 15px;
}
.p-card__box .c-table {
    margin-bottom: 15px;
}
.p-card__box .c-card__tag {
    margin-bottom: 15px;
}
.p-aio-visa .p-card__img,
.p-aio-jq-sugoca .p-card__img,
.p-aio-nimoca .p-card__img,
.p-aio-jcb .p-card__img {
    width: 200px;
}
.p-aio-visa-gold .p-card__img,
.p-aio-jq-sugoca-gold .p-card__img,
.p-aio-nimoca-gold .p-card__img {
    width: 160px;
}
@media screen and (max-width: 767.9px) {
    .p-card__box {
        flex-direction: column;
        gap: 10px;
    }
    .p-card__img {
        width: 160px;
        margin: auto;
    }
    .p-card__box .c-table th {
        width: 96px;
    }
    .p-card .c-accordion__title img {
        width: 55px;
    }
    .p-aio-visa .p-card__img,
    .p-aio-jq-sugoca .p-card__img,
    .p-aio-nimoca .p-card__img,
    .p-aio-jcb .p-card__img {
        width: 160px;
    }
    .p-aio-visa-gold .p-card__img,
    .p-aio-jq-sugoca-gold .p-card__img,
    .p-aio-nimoca-gold .p-card__img {
        width: 130px;
    }
}
.p-cta-orange {
    background: var(--lt-orange);
    border: 1px solid var(--lt-orange);
}
.p-cta-orange .c-btn__col {
    margin-bottom: 15px;
}
.p-cta-orange .c-btn__col .c-btn,
.p-cta-orange .c-btn__col .c-btn-cv {
    margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
    .p-cta-orange .c-btn__col .c-btn:first-child {
        margin-bottom: 15px;
    }
    .p-cta-orange .c-btn__col .c-btn {
        margin-bottom: 15px;
    }
}
.p-etc {
    gap: 50px;
}
.p-etc .c-columns__col img {
    margin-bottom: 8px;
}
.p-etc .c-columns__col p {
    font-weight: 700;
}
.p-etc .c-columns__col.gold p {
    color: #E2BE6A;
}
.p-etc .c-columns__col.classic p {
    color: #C8D8EF;
}
.p-etc .c-columns__col.amitie p {
    color: #F3A8BF;
}
.p-etc .c-columns__col.debut p {
    color: #C8D8EF;
}
.p-etc .c-columns__col p span {
    color: #1A1A1A;
    display: block;
    font-weight: 400;
}
@media screen and (max-width: 767.9px) {
    .p-etc {
        gap: 15px 25px;
    }
    .p-etc > .c-columns__col {
        width: calc((100% - 25px) / 2);
    }
}
.p-kaiin img {
    width: 140px;
    display: block;
    margin: 20px auto 0;
}

.p-card-note {
    display: flex;
    gap: 50px;
    justify-content: center;
    font-size: 16px;
}
@media screen and (max-width: 767.9px) {
    .p-card-note {
        flex-direction: column;
        gap: 12px;
    }
}
.p-box--new {
    background: var(--lt-beige);
    border-radius: 10px;
    padding: 30px;
    margin-top: 77px;
}
.p-box--new-icon {
    width: fit-content;
    width: 140px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    font-weight: 700;
    color: #FFF;
    font-size: 20px;
    padding: 0 2rem;
    background: var(--ncb-red);
    border-radius: 50px;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
}
.p-box--new-icon + p {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 16px;
    color: var(--ncb-red);;
}
@media screen and (max-width: 767.9px) {
    .p-box--new {
        padding: 20px;
    }
    .p-box--new-icon {
        width: 120px;
        height: 30px;
        top: -13px;
    }
}

/*.NCB25割 */
.p-25wari-columns{
    gap:15px 20px;
}

.p-25wari-title{
    background-color:#FFF;
    border: 1px solid var(--ncb-orange);
    border-radius: 50px;
    color:var(--ncb-orange);
    font-weight: bold;
    width: fit-content;
    height:30px;
    text-align: center;
    line-height: 30px;
    position:absolute;
    font-size:1.8rem;
    padding: 0 2rem;
    top:-18px;
    left:0;
    right:0;
    margin:auto;
    letter-spacing: normal;
}
