@charset "urf-8";

.p-mb-all--12 {
    margin-bottom: 12px;
}
.p-mt-all--12 {
    margin-top: 12px;
}
.p-width-pc--43 {
    width: 43%;
}
@media screen and (max-width: 767.9px) {
    .c-link--pdf::after {
        top: 3px;
    }
}
.p-point__title--wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background-image: linear-gradient(to right, #ACACAC 1px, transparent 1px);
    background-size: 5px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.p-point__head {
    color: var(--ncb-orange);
    font-size: 16px;
    font-weight: 700;
}
@media screen and (max-width: 767.9px) {
    .p-point__title--wrap img {
        width: 65px;
    }
}
.p-store {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}
.p-store__num {
    background: var(--ncb-yellow);
    color: var(--white);
    border-radius: 50px;
    width: 60px;
    height: 60px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    padding: 17px 0;
}
.p-store__box {
    border: 1px solid var(--ncb-yellow);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-store__box:nth-of-type(1),
.p-store__box:nth-of-type(2) {
    min-width: 332px;
    width: calc((100% - 15px) / 2);
}
.p-store__box:nth-of-type(1) {
    padding: 15px 108px 15px 50px;
}
.p-store__box:nth-of-type(2) {
    padding: 15px 43px 15px 50px;
}
.p-store__box:nth-of-type(3) {
    width: 100%;
    padding: 15px 100px 15px 50px;
}
.p-store__box img {
    width: auto;
    height: 60px;
}
@media screen and (max-width: 767.9px) {
    .p-store {
        gap: 10px;
    }
    .p-store__num {
        width: 45px;
        height: 45px;
        font-size: 16px;
        padding: 10px 0;
    }
    .p-store__box {
        justify-content: flex-start;
        padding: 15px 15px 15px 19px!important;
        gap: 8px;
    }
    .p-store__box:nth-of-type(1),
    .p-store__box:nth-of-type(2) {
        width: 100%;
        min-width: inherit;
    }
    .p-store__box img {
        height: 45px;
    }
    .p-okidoki img {
        width: 140px;
    }
    .p-okidoki .c-columns {
        justify-content: center;
        gap: 10px;
    }
}
.p-point-x2 {
    display: grid; 
    place-content: center;
    column-gap: 15px;
}
.p-point-x2 img {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.p-point-x2__title {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    display: flex;
    align-items: flex-end;
}
.p-point-x2__text {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}
@media screen and (max-width: 767.9px) {
    .p-point-x2 {
        row-gap: 10px;
    }
    .p-point-x2 img {
        width: 65px;
        grid-row: 2 / 3;
        grid-column: 1 / 2;
    }
    .p-point-x2__title {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
        justify-content: center;
    }
    .p-point-x2__text {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.p-point-exchange {
    display: flex;
    background: var(--lt-beige);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
}
.p-point-exchange__item {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.p-point-exchange__item:not(:last-child) {
    border-right: 1px dashed #ACACAC;
}
.p-point-exchange__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.p-point-exchange__title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.p-point-exchange__text {
    color: var(--ncb-orange);
    font-weight: 700;
    font-size: 16px;
}
@media screen and (max-width: 767.9px) {
    .p-point-exchange {
        flex-direction: column;
    }
    .p-point-exchange__item {
        width: 100%;
    }
    .p-point-exchange__item:not(:last-child) {
        border-right: none;
        border-bottom: 1px dashed #ACACAC;
        padding-bottom: 15px;
    }
    .p-point-exchange__inner {
        flex-direction: row;
        justify-content: flex-start;
        gap: 15px;
        min-width: 196px;
    }
    .p-point-exchange__item:not(:first-child) .p-point-exchange__title {
        padding-top: 15px;
    }
    .p-point-exchange__item img {
        width: 65px;
    }
}
.p-point-table {
    min-width: 688px!important;
}
.p-point-table tbody td {
    text-align: center;
}
@media screen and (max-width: 767.9px) {
    .p-point-table {
        min-width: 479px!important;
    }
    .p-point-table thead th:nth-of-type(1) {
        width: 205px;
    }
}
.p-mobile_pay {
    display: flex;
    gap: 20px;
}
.p-mobile_pay img {
    height: 40px;
}

.p-use-table {
    min-width: 680px!important;
}
.p-use-table tbody td {
    text-align: center;
}
@media screen and (max-width: 767.9px) {
    .p-howtouse .c-accordion__title img {
        width: 44px;
    }
    .p-use-table.-table01 {
        min-width: 440px!important;
    }
    .p-use-table.-table02 {
        min-width: 514px!important;
    }
    .p-use-table thead th:first-child{
        width: 160px;
    }
    .p-use-table.-table01 thead th:not(:first-child) {
        width: 92px;
    }
    .p-use-table.-table02 thead th:not(:first-child) {
        width: 116px;
    }
}
.p-qa-table {
    min-width: 680px!important;
}
@media screen and (max-width: 767.9px) {
    .p-qa-table {
        min-width: 581px!important;
    }
    .p-qa-table thead th:nth-of-type(1) {
        width: 130px;
    }
    .p-qa-table thead th:nth-of-type(2) {
        width: 225pxpx;
    }
}
.c-btn a.p-btn-myjcb {
    padding: 15px 50px 14px 20px;
}

.p-select-table {
    margin-bottom: 30px;
}
.p-select-table thead {
    display: flex;
}
.p-select-table thead tr {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 15px;
}
.p-select-table thead tr:nth-of-type(1) {
    padding-right: 15px;
}
.p-select-table thead tr:nth-of-type(2) {
    border-left: 1px dashed #ACACAC;
    padding-left: 15px;
}
.p-select-table thead tr td {
    width: 90px;
}
.p-select-table tbody tr {
    display: flex;
    flex-wrap: wrap;
}
.p-select-table tbody th {
    width: 100%;
    display: block;
    border-bottom: none;
    text-align: left;
    background: var(--lt-beige);
    padding: 7px 10px;
    font-size: 16px;
}
.p-select-table tbody td {
    width: 50%;
    display: inline-block;
    border-bottom: none;
    margin: 15px 0;
    font-size: 16px;
    vertical-align: top;
}
.p-select-table tbody td:nth-of-type(1) {
    padding-right: 15px;
}
.p-select-table tbody td:nth-of-type(2) {
    border-left: 1px dashed #ACACAC;
    padding-left: 15px;
}
.p-select__blanck {
    padding-left: 20px;
}
@media screen and (max-width: 767.9px) {
    .p-select-table thead tr td {
        width: 60px;
    }
    .p-select-table .c-list__item {
        font-size: 14px;
    }
    .p-select-table tbody th {
        font-size: 14px;
    }
}
.p-info .c-info__contact h4 {
    height: inherit;
    padding-bottom: 0;
    margin-bottom: 30px;
    font-weight: 700;
}
.p-info .c-info__contact h4:before {
    top: 0;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width: 767.9px) {
    .p-info .c-info--06 .c-info__contact h4 {
        height: inherit;
    }
}
