@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) {
    .p-width-sp--47 {
        width: 47%;
    }
    .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;
    }
}
@media screen and (min-width: 768px) {
    /* PC */
    .p-visa-table tbody {
        display: flex;
    }
    .p-visa-table tr {
        width: 25%;
        display: flex;
        flex-direction: column;
    }
    .p-visa-table tr th {
        min-height: 93px;
        display: flex;
        align-items: center;
    }
    .p-visa-table tr td {
        flex-grow: 1;
        display: flex;
        align-items: center;
    }
}
.p-point-ex {
    background: var(--lt-beige);
    border-radius: 10px;
    padding: 30px 20px 20px;
    margin-top: 32px;
    margin-bottom: 50px;
}
.p-point-ex::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 34px solid transparent;
    border-left: 34px solid transparent;
    border-top: 20px solid #fbbd53;
    border-bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -35px;
    margin: auto;
}
.p-point-ex__head {
    position: absolute;
    background: var(--ncb-yellow);
    font-size: 20px;
    width: 140px;
    text-align: center;
    font-weight: 700;
    border-radius: 30px;
    top: -16px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 1px 0 3px;
}
.p-point-ex__wrap {
    display: flex;
    gap: 20px;
}
.p-point-ex__item {
    width: calc((100% - 40px) / 3);
}
.p-point-ex__item img {
    display: block;
    margin: 0 auto 10px;
}
.p-point-ex__item figcaption {
    text-align: center;
    font-size: 15px;
}
@media screen and (max-width: 767.9px) {
    .p-point-ex {
        padding: 20px;
    }
    .p-point-ex__head {
        font-size: 18px;
    }
    .p-point-ex__wrap {
        flex-direction: column;
        gap: 15px;
    }
    .p-point-ex__item {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
    }
    .p-point-ex__item img {
        width: 65px;
        margin: 0;
    }
    .p-point-ex__item figcaption {
        text-align: left;
    }
}
.p-mobile_pay {
    display: flex;
    gap: 20px;
}
.p-mobile_pay img {
    height: 40px;
}
.p-use-table {
    min-width: 680px!important;
}
.p-use-table td {
    text-align: center;
}
@media screen and (max-width: 767.9px) {
    .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;
    }
}
@media screen and (max-width: 767.9px) {
    .p-howtouse .c-accordion__title img {
        width: 44px;
    }
}
.p-qa-table {
    min-width: 680px!important;
}
@media screen and (max-width: 767.9px) {
    .p-qa-table {
        min-width: 484px!important;
    }
}
.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;
    }
}
