.p-columns__wrap {
    padding: 40px;
}
.p-columns {
    display: grid;
    column-gap: 30px;
    margin-bottom: 40px;
}
.p-columns .p-columns__title {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--ncb-orange);
}
.p-columns .p-columns__text {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    font-size: 16px;
    margin-bottom: 0;
}
.p-columns .c-figure {
    grid-column: 2 / 3;
    grid-row: 1 / 5;
    width: 280px;
}
.p-columns .c-figure img {
    width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 800px){
    .p-btn__cv1co2 .c-btn__col {
    column-gap: 10px;
    }
    .p-btn__cv1co2 .c-btn-cv {
        width: 230px;
    }
}
@media screen and (max-width: 767.9px){
    .p-columns__wrap {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    .p-columns {
        column-gap: 0;
        grid-template-columns: 100% 1fr;
        margin-bottom: 30px;
        place-items: normal;
    }
    .p-columns .p-columns__title {
        grid-row: 1 / 2;
        text-align: center;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .p-columns .p-columns__text {
        grid-row: 3 / 4;
    }
    .p-columns .c-figure {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        margin-bottom: 15px;
        width: 100%;
    }
    .p-btn__cv1co2 {
        padding: 30px 20px 20px;
    }
}
.p-columns__point02 .c-text {
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}
.p-columns__point02 .c-box--orange {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}
.p-columns__point02 .c-box--orange span {
    color: #F10207;
    font-size: 22px;
    font-weight: 900;
}
.p-accordion {
    margin-bottom: 20px;
    border: 1px solid var(--gray);
    border-radius: 4px;
    overflow: hidden;
}
.p-accordion__title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    padding: 20px 52px 20px 24px;
    display: flex;
    align-items: center;
    position: relative;
}
.p-accordion__title img {
    padding-right: 12px;
}
.p-hr {
    border-top: dotted 2px #BCBCBC;
}
@media screen and (max-width: 767.9px){
    .p-columns__point02 {
        padding: 20px 16px;
    }
    .p-columns__point02 .c-text {
        letter-spacing: -0.04em;
    }
    .p-columns__point02 .c-box--orange {
        font-size: 14px;
        text-align: left;
        padding: 10px;
    }
    .p-columns__point02 .c-box--orange span {
        font-size: 18px;
    }
    .p-accordion {
        margin-bottom: 12px;
    }
    .p-accordion__title {
        padding: 16px 16px 16px 20px;
    }
    .p-accordion__title img {
        width: 32px;
        margin-right: 10px;
        padding-right: 0;
    }
    .p-hr {
        margin: 30px 0;
    }
}
.p-lineup .c-accordion{
    border: none;
}
.p-lineup .c-card__item {
    max-width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 767.9px){
    .c-accordion__content {
        padding: 0 16px 16px;
    }
    .p-lineup .c-accordion__content {
        padding: 0 20px 30px;
    }
    .p-lineup .c-card__item {
        max-width: 100%;
    }
}
/* table */
.p-table__content {
    width: 100%;
}
.c-table.p-loan-table {
    margin-bottom: 20px;
}
.c-table.p-loan-table tbody th {
    background-color: #FDEFD3;
}
.c-table.p-loan-table th {
    border: 2px solid var(--white);
}
.c-table.p-loan-table td {
    background-color: var(--lt-beige);
    border: 2px solid var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0;
}
.c-table.p-loan-table thead th {
    background-color: var(--white);
    padding: 0 2px 3px;
}
.c-table.p-loan-table thead th span{
    width: 100%;
    display: block;
    background-color: var(--ncb-blue);
    border-radius: 10px;
    color: var(--white);
    font-size: 16px;
    padding: 15px 0;
    border: none;
    box-sizing: border-box;
    margin-bottom: 3px;
}
.c-table.p-loan-table thead th:nth-of-type(1) {
    width: 190px;
}
.c-table.p-loan-table thead th:nth-of-type(2) {
    width: 167px;
    letter-spacing: 0.22em;
}
.c-table.p-loan-table thead th:nth-of-type(3) {
    width: 224px;
}
.c-table.p-loan-table thead th:nth-of-type(4) {
    width: 138px;
}
.c-table.p-loan-table thead th.c-table--blank {
    background-color: var(--white);
}
.c-table.p-loan-table tbody th {
    text-align: center;
    padding: 20px 10px;
}
.c-table.p-loan-table tbody th p {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
}
.c-table.p-loan-table tbody th a {
    color: var(--white);
    background: var(--ncb-orange);
    text-decoration: none;
    font-size: 14px;
    padding: 6px 36px 6px 30px;
    border-radius: 16px;
    font-weight: 500;
}
.c-table.p-loan-table tbody th a::after {
    content: '';
    width: 12px;
    height: 9px;
    background: url(../../img/loan/icon_detail_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.c-table.p-loan-table tbody th a:hover {
    opacity: 0.8!important;
}
.c-table.p-loan-table tbody tr td:nth-of-type(3) {
    font-size: 16px;
    font-weight: 500;
}
.p-table-fs-s {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.p-table-fs-m {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.p-table-fs-l {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.p-table-note {
    display: block;
    font-size: 14px;
}
.c-table.p-loan-table td sup {
    vertical-align: top;
}

.c-accordion--qa .c-text:not(:last-child) {
    margin-bottom: 15px;
}