.sp {
    display: none;
}

.kv-area {
    margin-top: var(--header_vh);
    position: relative;
    text-align: center;
    height: auto;
    min-height: auto;
}

.kv-img {
    width: 100%;
}

.business-top-page .kv-img {
    object-position: top;
}

.kv-content {
    width: 90vw;
    max-width: 1280px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.kv-content-inner {
    width: 38%;
    margin: 0 0 0 auto;
    text-align: left;
    padding-right: 20px;
}

.kv-content-inner p {
    margin-top: 26px;
    font-size: 18px;
}

.business-top-page .kv-content-inner {
    width: 50%;
    padding: 0 20px;
}

.merchant-top-page #merit,
.merchant-top-page #flow,
.merchant-top-page .faq {
    background: #15422e;
}

.business-top-page #merit,
.business-top-page #card-category,
.business-top-page .faq {
    background: #6e2b2f;
}

.merchant-top-page h2 {
    color: #018240;
}

.business-top-page h2 {
    color: #B51A32;
}

.merchant-top-page #merit h2,
.merchant-top-page #flow h2,
.merchant-top-page .faq h2,
.business-top-page #merit h2,
.business-top-page #card-category h2,
.business-top-page .faq h2 {
    color: #fff;
}

/*--------------------------------------------------
merit
--------------------------------------------------*/
.merit-wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.merit-wrap li {
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(6px 7px 5px #00000018);
    will-change: filter;
    width: calc((100% - 60px) / 3);
    padding: 40px;
}

#merit h3 {
    margin-bottom: 10px;
    text-align: center;
}

.merit-img {
    height: 135px;
    margin: 40px 0;
}

.merit-img img {
    object-fit: contain;
}

.business-top-page .merit-wrap {
    text-align: center;
}

.business-top-page .merit-tag {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 0.2em;
    color: #B51A32;
    border: 1px solid #B51A32;
    border-radius: 9999px;
}

/*--------------------------------------------------
card-structure
--------------------------------------------------*/
#card-structure .card-structure-text {
    margin: 0 auto;
    width: 66%;
}

#card-structure .card-structure-img {
    width: 72%;
}

#card-structure ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    row-gap: 70px;
    grid-auto-rows: 1fr;
    margin-top: 70px;
}

#card-structure ol li {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    filter: drop-shadow(6px 7px 5px #00000018);
    will-change: filter;
    padding: 22% 30px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
}

#card-structure ol li.center {
    padding: 30px;
    justify-content: center;
}

#card-structure ol li .structure-num {
    position: absolute;
    top: 0;
    left: 5%;
    translate: 0 -30%;
    width: 26%;
    height: auto;
    margin-bottom: 10px;
    display: block;
}

#card-structure ol li .structure-num img {
    object-fit: contain;
}

#card-structure ol li h3 {
    margin-bottom: 20px;
    text-align: center;
}

#card-structure ol li.center h3 {
    margin-bottom: 0;
}

/*--------------------------------------------------
campaign
--------------------------------------------------*/
#campaign ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    row-gap: 60px;
}

#campaign ul li {
    width: calc((100% - 80px) / 3);
}

#campaign ul li a {
    transition: all .3s;
    width: 100%;
}

@media (any-hover: hover) {
    #campaign ul li a:hover {
        opacity: 0.6;
    }
}

#campaign .campaign-video {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 320 / 168;
}

#campaign .campaign-video iframe {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

#campaign ul li p {
    margin-top: 10px;
}

@media screen and (max-width:1024px) {
    #campaign ul li {
        width: calc((100% - 40px) / 2);
    }
}

/*--------------------------------------------------
radio-section
--------------------------------------------------*/
.category-title {
    color: #B51A32;
    background: #FFB8CC;
}

/* ラジオボタン仕様 */
.radio-section .radio-wrap input[type="radio"]:checked {
    border: 1px solid #B51A32;
    background: #B51A32;
}

/*--------------------------------------------------
card-info-section
--------------------------------------------------*/
.business-top-page .hit-card {
    color: #fff;
}

.top-table-list li::before {
    background: #B51A32;
}

.table-insurance a {
    color: #B51A32;
    background: #fff;
    border: 2px solid #B51A32;
}

.table-insurance a::after {
    content: url(../img/common/btn/btn-arrow-red.svg);
}

@media (any-hover: hover) {
    .table-insurance a:hover {
        color: #fff;
        background: #B51A32;
    }

    .table-insurance a:hover::after {
        content: url(../img/common/btn/btn-arrow-white.svg);
    }
}

/*--------------------------------------------------
flow
--------------------------------------------------*/
#flow ol {
    margin: 0 6% 20px 15%;
    position: relative;
}

.merchant-top-page #flow {
    color: #ffffff;
}

.merchant-top-page #flow a {
    color: #ffffff;
}

#flow ol::before {
    content: "";
    display: block;
    width: 100%;
    height: 72%;
    background: url(../img/business/flow-line.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 60px;
    left: 25px;
    z-index: 0;
    z-index: 0;
}

.merchant-top-page #flow ol::before {
    background: url(../img/merchant/flow-line.png) no-repeat;
    background-size: contain;
}

#flow ol li {
    display: flex;
    align-items: center;
    position: relative;
}

#flow ol li .flow-title {
    display: flex;
    align-items: center;
    width: 50%;
    margin-right: 1em;
}

#flow ol li .flow-title .flow-num-img {
    width: 60px;
    margin-right: 4em;
}

#flow ol li .flow-title h3 {
    font-size: 22px;
    color: #B51A32;
}

.merchant-top-page #flow ol li .flow-title h3 {
    color: #ffffff;
}

#flow ol li p {
    width: 50%;
}

@media screen and (max-width:1024px) {
    #flow ol {
        margin: 0 6% 20px;
    }

    #flow ol li .flow-title .flow-num-img {
        margin-right: 2em;
    }
}

/*--------------------------------------------------
tool
--------------------------------------------------*/
#tool ul {
    display: flex;
    gap: 20px;
}

#tool ul li {
    width: calc((100% - 20px) / 2);
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    filter: drop-shadow(6px 7px 5px #00000018);
    will-change: filter;
    padding: 40px;
}

#tool ul li p {
    margin: 20px 0 30px;
}

@media screen and (max-width:1204px) {
    #tool ul li .flex-box {
        flex-direction: column;
    }
}

/*--------------------------------------------------
faq
--------------------------------------------------*/
.faq ul li {
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(6px 7px 5px #00000018);
    will-change: filter;
}

.faq ul.list-dot-wrap li {
    background: none;
    border-radius: 0;
    filter: none;
}

.faq ul.list-dot-wrap li a.text-link {
    text-decoration: underline;
    text-underline-offset: 4px;
    -webkit-text-decoration: underline;
    -webkit-text-underline-offset: 4px;
}

@media (any-hover: hover) {
    .faq ul.list-dot-wrap li a:hover {
        color: #fff;
        text-decoration: none;
    }

    .faq ul.list-dot-wrap li a.tel-link:hover {
        color: #333333;
        text-decoration: none;
    }

    .faq ul.list-dot-wrap li a.text-link:hover {
        color: #DA423E;
        text-decoration: underline;
        text-underline-offset: 4px;
        -webkit-text-decoration: underline;
        -webkit-text-underline-offset: 4px;
    }
}

.faq-page .faq ul li {
    background: #e7f5fd;
}

.faq-page .faq ul li.list-number {
    background: none;
    border-radius: 0;
    filter: none;
}

.faq .accordion-btn {
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 10px;
    transition: all .3s;
}

@media (any-hover: hover) {
    .business-top-page .faq .accordion-btn:hover {
        background: #f9e8e8;
    }

    .merchant-top-page .faq .accordion-btn:hover {
        background: #e8f9ea;
    }
}

.faq .accordion-btn h3 {
    font-size: 20px;
}

.merchant-top-page .faq .accordion-btn h3 {
    color: #018240;
}

.business-top-page .faq .accordion-btn h3 {
    color: #B51A32;
}

.faq-page .faq .accordion-btn h3 {
    color: #202f55;
}

.faq .accordion-btn span {
    width: 30px;
    height: 30px;
    position: relative;
}

.faq .accordion-btn span::before,
.faq .accordion-btn span::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 9999px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.faq .accordion-btn span::after {
    transform: rotate(90deg);
    transition: all .3s;
}

.faq .accordion-btn.active span::after {
    transform: rotate(0);
}

.merchant-top-page .faq .accordion-btn span::before,
.merchant-top-page .faq .accordion-btn span::after {
    background: #018240;
}

.business-top-page .faq .accordion-btn span::before,
.business-top-page .faq .accordion-btn span::after {
    background: #B51A32;
}

.faq-page .faq .accordion-btn span::before,
.faq-page .faq .accordion-btn span::after {
    background: #202f55;
}

.faq .accordion-content {
    padding: 10px 40px 40px;
}

.faq .accordion-content .text-indent {
    margin-left: -0.5em;
}

.faq .accordion-content .faq-a {
    /* display: flex;
    gap: 10px; */
}

.faq-page .faq .accordion-content .bg-white-box {
    padding: 24px;
    align-items: center;
}

.faq .catch-copy {
    margin-bottom: 10px;
}

.w1320 {
    display: none;
}

.faq-a span {
    display: inline-block;
    margin-right: 10px;
    float: left;
}

@media screen and (max-width: 1320px) {
    #card-structure ol {
        grid-template-columns: repeat(3, 1fr);
    }

    #card-structure ol li {
        padding: 22% 20px 20px;
    }

    .w1320 {
        display: block;
    }
}

@media screen and (max-width: 1220px) {
    .merit-wrap li {
        width: calc((100% - 30px) / 2);
    }
}

/*--------------------------------------------------
お知らせ
--------------------------------------------------*/
.tab_content {
    display: block;
    border: unset;
    padding-top: 0;
}

.news-section h2 {
    position: relative;
    margin-bottom: 30px;
}

.business-top-page .accordion-content .list-dot a {
    margin-right: 1.6em;
    font-weight: normal;
    text-underline-offset: 4px;
    transition: all .3s;
    text-decoration: underline;
    text-decoration-color: #333333;
    -webkit-text-decoration: underline;
    -webkit-text-decoration-color: #333333;
    -webkit-text-underline-offset: 4px;
}

.business-top-page .accordion-content .list-dot a:hover {
    color: #DA423E;
    text-decoration: underline;
    text-underline-offset: 4px;
    -webkit-text-decoration: underline;
    -webkit-text-underline-offset: 4px;
}