
/* ユーティリティ */
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {

}
img{
    width: auto;
    height: auto;
    max-width: 100%;
}
@media screen and (max-width: 374px) {
    img{
        max-width: 100% !important;
    }
}

.mT0 {
    margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
    .sp-mT0 {
        margin-top: 0 !important;
    }
}

.mT15 {
    margin-top: 15px !important;
}

.gap20 {
    gap: 20px;
}

.text-left {
    text-align: left !important;
}
@media screen and (max-width: 767px) {
    .text-left-sp {
        text-align: left !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-fs14 {
        font-size: 14px !important;
    }
}

.text-center {
    text-align: center !important;
}

.text-center a {
    text-decoration: underline;
}

.fc-blue {
    color: #000066 !important;
}
.letter__spacing__-15 {
    letter-spacing: -15px;
}

sup {
    vertical-align: super;
}
.c-button{
}
.c-button:hover{
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .cv__button img{
        max-width: 179px;
    }
}

/* レイアウト */
.newlife2026present {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
}

@media screen and (min-width: 768px) {
    .content article > .newlife2026present {
        max-width: 100%;
        margin-inline: 0;
    }
}

@media screen and (max-width: 767px) {
    .content article > .newlife2026present {
        width: 100%;
        margin-inline: 0;
    }
    .bg_gradation{
        background-image: url(/campaign/newlife2026present/images/bg_back_03_sp.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/* KVエリア */
.newlife2026present__main__kv{
    background-image: url(/campaign/newlife2026present/images/bg_back_01_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.newlife2026present__main__kv h1{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 50px 0 10px;
    position: relative;
}
.newlife2026present__main__text,
.newlife2026present__main__anbassador,
.newlife2026present__main__point {
    display: block;
}
@media screen and (min-width: 768px){
    .newlife2026present__main__text{
        margin-bottom: 30px;
    }
    .newlife2026present__main__anbassador{
        position: absolute;
        right: -20px;
        bottom: 0;
    }
}
@media screen and (max-width: 1180px) and (min-width: 768px){
    .newlife2026present__main__kv h1{
        padding-left: 15px;
        padding-right: 15px;
    }
    .newlife2026present__main__text,
    .newlife2026present__main__anbassador,
    .newlife2026present__main__point {
        width: clamp(320px, 65vw, 1180px);
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .newlife2026present__main__kv{
        background-image: url(/campaign/newlife2026present/images/bg_back_01_sp.jpg);
    }
    .newlife2026present__main__kv h1{
        padding-top: 5px;
        padding-bottom: 0;
    }
    .newlife2026present__main__text,
    .newlife2026present__main__anbassador,
    .newlife2026present__main__point {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .newlife2026present__main__text img{
        max-width: 333px;
    }
    .newlife2026present__main__anbassador{
        margin-top: -10px;
    }
    .newlife2026present__main__anbassador img{
        max-width: 376px;
    }
    .newlife2026present__main__point{
        padding-top: 10px;
        background-color: #000066;
    }
    .newlife2026present__main__point img{
        max-width: 350px;
    }
}


/* 特典 */
#benefit_newlife2026pre{
    background-image: url(/campaign/newlife2026present/images/bg_back_02_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.benefit_newlife2026pre__content{
    padding: 36px 20px 60px;
}
@media screen and (max-width: 767px) {
    #benefit_newlife2026pre{
        background-image: url(/campaign/newlife2026present/images/bg_back_02_sp.png);
    }
    .benefit_newlife2026pre__content{
        padding: 10px 8px;
    }
    .benefit_newlife2026pre__text img{
        max-width: 360px;
    }
}

/* 注意事項 */
.precautions{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 10px;
    letter-spacing: -0.08em;
    background-color: #ffffe7;
    border: 2px solid #ff4c24;
    padding: 25px;
    margin-bottom: 20px;
}
.precautions__text{
    color: #333333;
    font-size: 22px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .precautions{
        margin-bottom: 8px;
        padding: 8px;
    }
    .precautions__text{
        font-size: 13px;
        text-align: center;
    }
}

/* youtube */
#cm_newlife2026pre{
    background-image: url(/campaign/newlife2026present/images/bg_back_03_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 15px 60px;
}
.cm_newlife2026pre__title{
    text-align: center;
    margin-bottom: 60px;
}
.cm_newlife2026pre__subtitle{
    text-align: center;
    margin-bottom: 40px;
}

.cm_newlife2026pre__content{
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 50px 100px;
    border-radius: 20px;
    background-image: url(/campaign/newlife2026present/images/bg_back_07_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    #cm_newlife2026pre{
        background-image: none;
        padding: 6px 15px;
    }
    .cm_newlife2026pre__title{
        margin-bottom: 50px;
    }
    .cm_newlife2026pre__title img{
        max-width: 312px;
    }
    .cm_newlife2026pre__subtitle{
        margin-bottom: 20px;
    }
    .cm_newlife2026pre__subtitle img{
        max-width: 273px;
    }
    .cm_newlife2026pre__subtitle--cm img{
        max-width: 203px;  
    }
    .cm_newlife2026pre__content{
        background-image: url(/campaign/newlife2026present/images/bg_back_07_sp.png);
        padding: 30px 15px 40px;
    }
}

.youtube-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px 24px;
}
.youtube-content + .cm_newlife2026pre__subtitle {
    margin-top: 60px;
}

.youtube-content__box {
    max-width: 387px;
    width: calc((100% - 24px) / 2);
}


@media screen and (min-width: 768px) {
    .youtube-content__box:last-child {
        margin-left: auto;
        margin-right: auto;
    }
    .youtube-content__box:only-child {
        width: 100%;
        max-width: 484px;
    }
}

@media screen and (max-width: 767px) {
    .youtube-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .youtube-content + .cm_newlife2026pre__subtitle {
        margin-top: 40px;
    }
    .youtube-content__box {
        width: 100%;
        max-width: 100%;
    }
}
.youtube-content__title{
    text-align: center;
    font-size: 21px;
    letter-spacing: -0.08em;
    font-weight: bold;
    color: #ffffff;
    margin-top: 15px;
}
.youtube-content__iframe {
    position: relative;
    aspect-ratio: 16 / 9;
}

.stream__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
@media screen and (max-width: 767px) {
    .youtube-content__title{
        font-size: 18px;
        margin-top: 10px;
    }
    .youtube-content--only{
        margin-top: 30px;
    }
    .youtube-content__iframe{
        max-width: 250px;
        margin: 0 auto;
    }
    .youtube-content__box:only-child .youtube-content__iframe{
        max-width: 272px;
    }
}
/* フロー */
#flow_newlife2026pre{
    background-image: url(/campaign/newlife2026present/images/bg_back_04_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.flow_newlife2026pre__content{
    max-width: 923px;
    margin: 0 auto;
}
.flow_newlife2026pre__content-flex{
    margin-top: 30px;
    width: 100%;
    max-width: 880px;
    margin: 30px 0 0 auto;
    display: flex;
    gap: 25px;
}
.flow_newlife2026pre__content-item{
    text-align: center;
}
@media screen and (max-width: 767px) {
    #flow_newlife2026pre{
        background-image:none;
    }
    .flow_newlife2026pre__text img{
        max-width: 375px;
    }
    .flow_newlife2026pre__content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .flow_newlife2026pre__content-flex{
        margin-top: 20px;
        flex-direction: column;
        gap: 30px;
    }
    .flow_newlife2026pre__content-item--entry img{
        max-width: 283px;
    }
    .flow_newlife2026pre__content-item--card img{
        max-width: 343px;
    }
}
.flow__content{
    margin-top: 30px;
}
.flow__content-box{
    background-color: #ffffff;
    border: 3px solid #000066;
    border-radius: 30px;
    padding: 20px 30px 30px;

}
.flow__content-arrow{
    margin: 10px 0;
}
@media screen and (max-width: 767px) {
    .flow__content-box{
        padding: 20px 15px 30px;
    }
    .flow__content-arrow{
        margin: 20px 0;
    }
    .flow__content-arrow img{
        width: 45px;
    }
}

/* シェア */
.share_newlife2026pre__content{
    padding-bottom: 50px;
}
.share_newlife2026pre__content-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
@media screen and (max-width: 767px) {
    .share_newlife2026pre__content{
        padding-bottom: 15px;
    }
    .share_newlife2026pre__content-item{
        width: 61px;
    }
}

/* 同時キャンペーン */
#recommend_newlife2026pre{
    background-image: url(/campaign/newlife2026present/images/bg_back_06_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 3px solid #000066;
    padding-top: 16px;
    padding-bottom: 35px;
}
.recommend_newlife2026pre__title{
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 90px;

}
.recommend_newlife2026pre__content-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    #recommend_newlife2026pre{
        background-image: url(/campaign/newlife2026present/images/bg_back_06_sp.jpg);
        padding: 30px 15px 45px;
    }
    .recommend_newlife2026pre__title {
        display: block;
        text-align: center;
        margin-bottom: 22px;
    }
    .recommend_newlife2026pre__title img{
        max-width: 333px;
    }
    .recommend_newlife2026pre__content{
        margin-left: -15px;
        margin-right: -15px;
    }
    .recommend_newlife2026pre__content-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .recommend_newlife2026pre__content-item {
        width: 50%;
        display: flex;
    }
    .recommend_newlife2026pre__content-item:nth-child(odd) {
        justify-content: flex-end;
    }
    .recommend_newlife2026pre__content-item:nth-child(even) {
        justify-content: flex-start;
    }
    .recommend_newlife2026pre__content-item:nth-child(odd) p {
        margin-right: -11px;
    }
    .recommend_newlife2026pre__content-item:nth-child(even) p {
        margin-left: -11px;
    }
    .recommend_newlife2026pre__content-item:nth-last-child(-n+2) {
        margin-top: -20px;
    }
    .recommend_newlife2026pre__content-item img{
        width: 100%;
        max-width: 196px;
    }

}

/* 詳しくはこちら */
.recommend_newlife2026pre__button-box{
    text-align: center;
}
.recommend_newlife2026pre__button {
    transform: translateY(-50%);
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .recommend_newlife2026pre__button {
        max-width: 312px;
    }
}

/* コンバージョン */
#applicationButton{
    background-color: #000066;
}
.applicationButton__content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 18px;
}
@media screen and (max-width: 767px) {
    .applicationButton__content{
        gap: 6px;
        padding: 10px 6px;
    }
}

/* 申し込みエリア */

.flow-attention {
    text-align: center;
}
.flow-attention+.text-center{
    margin-top: 20px;
}

.flow-attention .flow-attention__text {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    font-weight: bold;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: 0 auto;
}
.flow__get{
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .flow-attention {
        text-align: center;
    }
    .flow-attention .flow-attention__text {
        padding-left: 22px;
        font-size: 16px;
        height: 21px;
    }
    .flow-attention__button img{
        max-width: 297px;
    }
    .flow__get{
        margin-top: 20px;
    }
    
    .flow__get img{
        max-width: 342px;
    }
}


.flow-attention .flow-attention__text::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    background-image: url(/campaign/newlife2026present/images/icon_check_01_pc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .flow-attention .flow-attention__text.text-small {
        font-size: 16px;
    }

    .flow-attention .flow-attention__text::before {
        width: 20px;
        height: 20px;
        background-image: url(/campaign/newlife2026present/images/icon_check_01_sp.png);
    }
}

.flow-title{
    margin: 5px auto 15px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.flow-attention__link{
    text-align: center;
    margin-top: 10px;
}
.flow-attention__link a {
    color: #000066;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .flow-title{
        margin: 5px auto 10px;
        font-size: 20px
    }
    .flow-attention__link a{
        font-size: 14px;
    }
}

.flow-attention__supplement{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

/* 申し込みアコーディオン */

#flowAccordion {
    margin-top: 30px;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    #flowAccordion {
        margin-top: 15px;
        padding: 0;
    }
}

#flowAccordion h2 .sub-title {
    font-size: 21px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    #flowAccordion h2 .sub-title {
        font-size: 13px;
    }
}

#flowAccordion .toggle {
    position: relative;
    display: block;
    width: 100%;
    max-width: 963px;
    background-color: #ffffff;
    border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 767px) {
    #flowAccordion .toggle {
        margin-top: 21px;
    }
}
#flowAccordion .toggle + .toggle {
    margin-top: 10px;
}

#flowAccordion .toggle__title {
    font-size: 21px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 30px 10px 50px;
    border-bottom: 2px solid #2595f8;
    min-height: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
}

@media screen and (max-width: 767px) {
    #flowAccordion .toggle__title {
        padding: 5px 30px;
        font-size:13px;
    }
}
#flowAccordion .toggle__title::after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 8px;
    left: 3px;
    width: 30px;
    height: 30px;
    background-image: url(/campaign/newlife2026present/images/icon_faq_02_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.3s ease;
}
#flowAccordion .toggle__title::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 10px;
    right: 0px;
    width: 27px;
    height: 27px;
    background-image: url(/campaign/newlife2026present/images/icon_next_01_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#flowAccordion .is-open .toggle__title::before {
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    #flowAccordion .toggle__title::after {
        background-image: url(/campaign/newlife2026present/images/icon_faq_02_pc.png);
        top: 10px;
        left: 0px;
        width: 24px;
        height: 24px;
    }
    #flowAccordion .toggle__title::before {
        top: 10px;
        width: 21px;
        height: 21px;
    }
}




#flowAccordion .toggle__content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0 50px 0;
    position: relative;
}
#flowAccordion .toggle.is-open .toggle__content {
    max-height: 3000px;
    opacity: 1;
    visibility: visible;
    padding: 36px 0px 50px 50px;
}
#flowAccordion .toggle__content::after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 36px;
    left: 0px;
    width: 30px;
    height: 30px;
    background-image: url(/campaign/newlife2026present/images/icon_faq_01_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease, padding 0.3s ease;
}
@media screen and (max-width: 767px) {
    #flowAccordion .toggle__content {
        padding: 0 15px 0;
    }
    #flowAccordion .toggle.is-open .toggle__content {
        padding: 15px 0 15px 30px;
    }
    #flowAccordion .toggle__content::after {
        background-image: url(/campaign/newlife2026present/images/icon_faq_01_sp.png);
        top: 15px;
        width: 24px;
        height: 24px;
    }
}

#flowAccordion .toggle__content h3 {
    color: #000066;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #flowAccordion .toggle__content h3 {
        font-size: 21px;
    }
}

#flowAccordion .toggle__content p + h3 {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    #flowAccordion .toggle__content p + h3 {
        margin-top: 22px;
    }
}

#flowAccordion .toggle__content p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
#flowAccordion .toggle__content p small {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    #flowAccordion .toggle__content p {
        font-size: 13px;
    }
    #flowAccordion .toggle__content p small {
        font-size: 13px;
    }
}

#flowAccordion .toggle__content h3 + p {
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    #flowAccordion .toggle__content h3 + p {
        margin-top: 12px;
    }
}

#flowAccordion .toggle__content p + p {
    margin-top: 20px;
}

#flowAccordion .toggle__content .step__contents {
    max-width: 544px;
    margin: 24px auto 0;
}

@media screen and (max-width: 767px) {
    #flowAccordion .toggle__content .step__contents {
        margin-top: 12px;
    }
}

#flowAccordion .toggle__content .step__contents__item p + p {
    margin-top: 13px;
}

#flowAccordion .toggle__content a {
    color: #000285;
    text-decoration: underline;
}

#flowAccordion .toggle__content a.internal-link {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

#flowAccordion .toggle__content a.internal-link::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 4px;
    width: 9px;
    height: 14px;
    background-image: url(/campaign/newlife2026present/images/icon_arrow-right_04_pc.png);
    background-size: contain;
    left: 0;
}
#flowAccordion .toggle__content a.internal-link__left {
    position: relative;
    padding-left: 15px;
}

#flowAccordion .toggle__content a.internal-link__left::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 4px;
    width: 15px;
    height: 13px;
    background-image: url(/campaign/newlife2026present/images/icon_window_01_pc.png);
    background-size: contain;
    left: 0;
}

@media screen and (max-width: 767px) {
    #flowAccordion .toggle__content a.internal-link::before {
        top: 2px;
    }
    #flowAccordion .toggle__content a.internal-link__left::before {
        top: 2px;
    }
}

/* 引継ぎ */

#campaignCheck02__title {
    padding: 45px 0 49px;
    background-color: #f36f21;
}

@media screen and (max-width: 767px) {
    #campaignCheck02__title {
        padding: 15px 0 19px;
    }
}

#campaignCheck02__title h3 {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #campaignCheck02__title h3 {
        font-size: 26px;
    }
}

#campaignCheck02__content {
    padding-bottom: 125px;
}

@media screen and (max-width: 767px) {
    #campaignCheck02__content {
        padding-bottom: 45px;
    }
    .campaignCheck02__content__inner {
        padding-inline: 15px;
    }
}

.campaignCheck02__content__inner > p {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .campaignCheck02__content__inner > p {
        margin-top: 10px;
    }
    .campaignCheck02__content__inner .flow-attention p {
        text-align: left;
    }
}

#campaignCheck03__title {
    text-align: center;
}

#campaignCheck03__content {
    padding-bottom: 72px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #campaignCheck03__content {
        margin-top: 20px;
        padding-inline: 15px;
        padding-bottom: 28px;
    }
}

#campaignCheck03__content > p:first-child {
    margin-top: 30px;
}

#campaignCheck03__content p:has(small) {
    margin-top: 12px;
}

@media screen and (max-width: 767px) {
    #campaignCheck03__content p small {
        font-size: 12px;
    }
}

#campaignCheck03__content p + .toggle {
    margin-top: 22px;
}

#campaignCheck03__content .toggle + p {
    margin-top: 32px;
}

#campaignCheck03__content .text-blue {
    margin-top: 15px;
    color: #000066;
    font-size: 27px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    #campaignCheck03__content .flow-attention p {
        text-align: left;
        line-height: 25px;
    }
    #campaignCheck03__content .text-blue {
        font-size: 21px;
    }
}

#campaignCheck03__content p:has(.button) + .text-blue {
    margin-top: 35px;
}

.rakuten_caution {
    color: #000066;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .border__box .step__content .rakuten_caution {
        color: #000000;
        text-align: left;
    }
}

.emphasis-box {
    margin-left: 16px;
    padding: 7px 12px;
    border: 2px solid #000066;
    box-sizing: border-box;
    overflow: hidden;
}

.underlined-text {
    text-decoration: underline;
    text-decoration-color: #ffff00;
    text-underline-offset: 2px;
    text-decoration-thickness: 6px;
}

@media screen and (max-width: 767px) {
    .emphasis-box {
        margin-left: 0;
        padding: 4px 40px;
    }
    .flow-attention:has(.emphasis-box) + div p.subtitle {
        display: inline-block;
        margin-top: 10px;
        padding-left: 30px;
    }
}

#pointConfirm {
    padding: 24px 0;
    background-color: #000066;
}

@media screen and (max-width: 767px) {
    #pointConfirm {
        padding: 13px;
    }
}

#pointConfirm p {
    text-align: center;
}

#campaignMessage {
    width: 100%;
    padding: 212px 0 208px;
    background-image: url(/campaign/newlife2026present/images/bg_campaign.png);
    background-size: 100% auto;
    background-position: 0 -10svw;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    #campaignMessage {
        padding: 143px 34px;
        background-image: url(/campaign/newlife2026present/images/bg_campaign_sp.png);
        background-size: cover;
        background-position: 0;
    }
}

#campaignMessage p {
    color: #000066;
    font-size: 40px;
    line-height: 71px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #campaignMessage p {
        font-size: 22px;
        line-height: 40px;
    }
}

#information {
    padding: 40px 0;
    background-color: #000066;
}

@media screen and (max-width: 767px) {
    #information {
        padding-inline: 15px;
    }
}

#information p {
    color: #ffffff;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}

#information p + p {
    margin-top: 18px;
}

#information p img {
    font-size: 24px;
}

#campaignPeriod {
    padding: 26px 0;
    background-color: #f36f21;
}

@media screen and (max-width: 767px) {
    #campaignPeriod {
        padding: 19px 14px 14px;
    }
}

#campaignPeriod p {
    text-align: center;
}

#accountOpeningMethods {
    padding: 30px 0 54px;
    background-image: url(/campaign/newlife2026present/images/bg_back_05_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods {
        background-image: url(/campaign/newlife2026present/images/bg_back_05_sp.png);
        padding: 32px 15px 38px;
    }
}

#accountOpeningMethods h2 {
    color: #ffffff;
    font-size: 52px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods h2 {
        font-size: 32px;
    }
}

#accountOpeningMethods h2 .sub-title {
    font-size: 27px;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods h2 .sub-title {
        font-size: 22px;
    }
}

#accountOpeningMethods .toggle {
    position: relative;
    display: block;
    width: 100%;
    max-width: 963px;
    margin: 36px auto 0;
    background-color: #ffffff;
    border-bottom: 5px solid #00a9d5;
    border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle {
        margin-top: 21px;
    }
}

#accountOpeningMethods .toggle__title::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 30px;
    right: 20px;
    width: 27px;
    height: 27px;
    background-image: url(/campaign/newlife2026present/images/icon_next_01_pc.png);
    background-size: contain;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#accountOpeningMethods .is-open .toggle__title::before {
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__title::before {
        top: 25px;
        right: 10px;
        width: 21px;
        height: 21px;
    }
}

#accountOpeningMethods .toggle + .toggle {
    margin-top: 15px;
}

#accountOpeningMethods .toggle__title {
    padding: 14px 50px 12px 22px;
    padding-bottom: 15px;
    color: #000066;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__title {
        padding: 5px 28px;
        font-size: 21px;
    }
}

#accountOpeningMethods .toggle__title .sub-title {
    font-size: 17px;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__title .sub-title {
        font-size: 13px;
        letter-spacing: -0.5px;
    }
}

#accountOpeningMethods .toggle__content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0 146px 0;
    border-top: 2px solid #000066;
}
#accountOpeningMethods .toggle.is-open .toggle__content {
    max-height: 3000px;
    opacity: 1;
    visibility: visible;
    padding: 36px 146px 50px;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content {
        padding: 0 15px 0;
    }
    #accountOpeningMethods .toggle.is-open .toggle__content {
        padding: 18px 15px 26px;
    }
}

#accountOpeningMethods .toggle__content h3 {
    color: #000066;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content h3 {
        font-size: 21px;
    }
}

#accountOpeningMethods .toggle__content p + h3 {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content p + h3 {
        margin-top: 22px;
    }
}

#accountOpeningMethods .toggle__content p {
    text-align: center;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content p {
        font-size: 14px;
    }
}

#accountOpeningMethods .toggle__content p small {
    font-size: 12px;
}

#accountOpeningMethods .toggle__content h3 + p {
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content h3 + p {
        margin-top: 12px;
    }
}

#accountOpeningMethods .toggle__content p + p {
    margin-top: 17px;
}

#accountOpeningMethods .toggle__content .step__contents {
    max-width: 544px;
    margin: 24px auto 0;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content .step__contents {
        margin-top: 12px;
    }
}

#accountOpeningMethods .toggle__content .step__contents__item p + p {
    margin-top: 13px;
}

#accountOpeningMethods .toggle__content a {
    font-size: 18px;
    color: #000066;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content a {
        font-size: 14px;
    }
}

#accountOpeningMethods .toggle__content a.internal-link {
    position: relative;
    padding-left: 15px;
}

#accountOpeningMethods .toggle__content a.internal-link::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 4px;
    width: 9px;
    height: 14px;
    background-image: url(/campaign/newlife2026present/images/icon_arrow-right_04_pc.png);
    background-size: contain;
    left: 0;
}

#accountOpeningMethods .toggle__content .step__contents__item p {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content a.internal-link::before {
        top: 2px;
    }
    
    #accountOpeningMethods .toggle__content .step__contents__item p {
        font-size: 14px;
    }
}

#accountOpeningMethods .toggle__content .arrow {
    margin: 12px 0 9px;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content .icon__plus {
        width: auto;
    }
    #accountOpeningMethods .toggle__content .arrow img {
        width: auto;
    }
}

#accountOpeningMethods .toggle__content .button {
    margin-top: 30px;
    max-width: 375px;
}



.benefit_attention_newlife2026pre {
    padding: 20px 0 30px;
}

@media screen and (max-width: 767px) {
    .benefit_attention_newlife2026pre {
        padding: 10px 15px 15px;
    }
}

.benefit_attention_newlife2026pre .toggle {
    position: relative;
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 2px solid #000066;
}

.benefit_attention_newlife2026pre .benefit_attention_newlife2026pre-title-box + .toggle {
    margin-top: 28px;
}

.benefit_attention_newlife2026pre .toggle + .toggle {
    margin-top: 16px;
}

.benefit_attention_newlife2026pre .toggle__title {
    position: relative;
    padding: 10px 30px;
    color: #000066;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .benefit_attention_newlife2026pre .toggle__title {
        font-size: 16px;
        padding: 15px 18px;
    }
}

.benefit_attention_newlife2026pre .toggle__title::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 27px;
    height: 27px;
    background-image: url(/campaign/newlife2026present/images/icon_next_01_pc.png);
    background-size: contain;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .benefit_attention_newlife2026pre .toggle__title::before {
        right: 8px;
        width: 21px;
        height: 21px;
    }
}

.benefit_attention_newlife2026pre .benefit_attention_newlife2026pre-title-box {
    margin-top: 49px;
    text-align: center;
}

.benefit_attention_newlife2026pre .benefit_attention_newlife2026pre-title {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #d92214;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .benefit_attention_newlife2026pre .benefit_attention_newlife2026pre-title {
        padding-left: 22px;
        font-size: 19px;
    }
}

.benefit_attention_newlife2026pre .benefit_attention_newlife2026pre-title::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background-image: url(/campaign/newlife2026present/images/icon_benefit_attention_newlife2026pre_01_pc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .benefit_attention_newlife2026pre .benefit_attention_newlife2026pre-title::before {
        width: 19px;
        height: 19px;
    }
}

.benefit_attention_newlife2026pre .toggle__content {
    width: 96%;
    margin: 0 auto;
    padding: 15px 0;
    border-top: 2px solid #000066;

    /* アニメーション用 */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    padding: 0; /* 閉じている時は余白ゼロ */
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

@media screen and (max-width: 767px) {
    .benefit_attention_newlife2026pre .toggle__content {
        width: 90%;
    }
}

.benefit_attention_newlife2026pre .toggle.is-open .toggle__content {
    max-height: 3000px; /* 十分に大きい値 */
    opacity: 1;
    visibility: visible;
    padding: 15px 0; /* 開いた時の余白 */
}

.benefit_attention_newlife2026pre .toggle__title::before {
    transition: transform 0.3s ease;
}
.benefit_attention_newlife2026pre .toggle.is-open .toggle__title::before {
    transform: translateY(-50%) rotate(180deg);
}

.benefit_attention_newlife2026pre .toggle__content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.benefit_attention_newlife2026pre .toggle__content ul li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 20px;
}

.benefit_attention_newlife2026pre .toggle__content ul li::before {
    content: '●';
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 12px;
    color: #000066;
    line-height: 1;
}

.benefit_attention_newlife2026pre .toggle__content p a {
    color: #000066;
    text-decoration: underline;
}
.benefit_attention_newlife2026pre .toggle__title::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 22px;
    height: 22px;
    background-image: url(/campaign/newlife2026present/images/icon_plus_02_pc.png);
    background-size: contain;
    cursor: pointer;
}

#attention{
    padding: 10px 0 0;
}

#attention .toggle {
    position: relative;
    display: block;
    width: 100%;
    max-width: 963px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 2px solid #000066;
}

#attention .attention-title-box + .toggle {
    margin-top: 28px;
}

#attention .toggle + .toggle {
    margin-top: 16px;
}

#attention .toggle__title {
    position: relative;
    padding: 18px;
    color: #000066;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #attention .toggle__title {
        padding: 10px 18px;
        font-size: 16px;
    }
}

#attention .toggle__title::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 27px;
    height: 27px;
    background-image: url(/campaign/newlife2026present/images/icon_next_01_pc.png);
    background-size: contain;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    
    #attention{
        padding: 20px 15px 0;
    }
    #attention .toggle__title::before {
        right: 8px;
        width: 21px;
        height: 21px;
    }
}

#attention .attention-title-box {
    margin-top: 28px;
    text-align: center;
}

#attention .attention-title {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #d92214;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #attention .attention-title {
        padding-left: 22px;
        font-size: 19px;
    }
}

#attention .attention-title::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background-image: url(/campaign/newlife2026present/images/icon_attention_01_pc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    #attention .attention-title::before {
        width: 19px;
        height: 19px;
    }
}

#attention .toggle__content {
    width: 96%;
    margin: 0 auto;
    padding: 15px 0;
    border-top: 2px solid #000066;

    /* アニメーション用 */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    padding: 0; /* 閉じている時は余白ゼロ */
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

@media screen and (max-width: 767px) {
    #attention .toggle__content {
        width: 90%;
    }
}

#attention .toggle.is-open .toggle__content {
    max-height: 3000px; /* 十分に大きい値 */
    opacity: 1;
    visibility: visible;
    padding: 15px 0; /* 開いた時の余白 */
}

#attention .toggle__title::before {
    transition: transform 0.3s ease;
}
#attention .toggle.is-open .toggle__title::before {
    transform: translateY(-50%) rotate(180deg);
}

#attention .toggle__content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#attention .toggle__content ul li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 20px;
}

#attention .toggle__content ul li::before {
    content: '●';
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 12px;
    color: #000066;
    line-height: 1;
}

#attention .toggle__content p a {
    color: #000066;
    text-decoration: underline;
}

.info__box {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 50px auto 0;
    border: 2px solid #000066;
    border-radius: 15px;
}

@media screen and (max-width: 767px) {
    .info__box {
        border: 4px solid #000066;
    }
}

.info__item:first-child {
    color: #000066;
    padding: 27px 20px 20px;
    text-align: center;
    background-color: #e0eef5;
    border-radius: 12px 12px 0 0;
}

.info__item:first-child .info__item__title {
    font-size: 19px;
    font-weight: bold;
}

.info__item:first-child .info__item__number a ,
.info__item:first-child .info__item__number span {
    color: #000066;
    margin-top: 15px;
    font-size: 51px;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .info__item:first-child {
        padding-top: 25px;
    }
    .info__item:first-child .info__item__title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .info__item:first-child .info__item__number a,
    .info__item:first-child .info__item__number span {
        font-size: 30px;
        text-decoration: underline;
        text-underline-offset: 3px
    }
}

.info__item:first-child .info__item__text {
    margin-top: 10px;
    font-size: 19px;
}

@media screen and (max-width: 767px) {
    .info__item:first-child .info__item__text {
        font-size: 16px;
    }
}

.info__item:last-child {
    color: #000066;
    padding: 18px 20px 14px;
    text-align: center;
}

.info__item:last-child .info__item__title {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .info__item:last-child .info__item__title {
        font-size: 17px;
    }
}

.info__item:last-child .info__item__text {
    margin-top: 10px;
    font-size: 15px;
}

.date__box {
    width: 100%;
    max-width: 550px;
    margin: 21px auto 0;
    text-align: right;
}

.date__box p {
    color: #000066;
    font-size: 15px;
    text-align: right;
}

/* モーダルスタイル */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.modal__content {
    position: relative;
    background-color: #ffffff;
    border: 2px solid #000066;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    max-width: 767px;
    width: 90%;
    max-height: 90svh;
    overflow: visible;
    z-index: 10000;
    animation: modalSlideIn 0.3s ease;
    margin: 20px;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.type02 .modal__header,
.type03 .modal__header {
    background-color: #000066;
}

.modal__header h3 {
    margin: 0;
    color: #000066;
    font-size: 24px;
    font-weight: bold;
    padding-top: 31px;
    padding-left: 24px;
    padding-right: 24px;
}

.type02 .modal__header h3,
.type03 .modal__header h3 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 14px 0;
}

.modal__close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #000066;
    border: 3px solid #ffffff;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    transition: all 0.2s ease;
    z-index: 10001;
}

.modal__close:active {
    transform: scale(0.95);
}

.modal__body {
    padding: 24px;
    color: #333;
    line-height: 1.6;
    margin-top: 10px;
    overflow-y: auto;
    max-height: 60svh;
}

.type03 .modal__body {
    padding: 24px 0;
}

.type03 .modal__body__inner {
    padding: 0 24px;
}

.modal__body h4 {
    margin-top: 20px;
    padding: 9px 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background-color: #000066;
    border-radius: 5px;
}

.modal__body h4 + * {
    margin-top: 13px;
}

.modal__body p {
    font-size: 16px;
}

.modal__body p:has(img) {
    text-align: center;
}

.modal__body p small {
    font-size: 12px;
}

.modal__body p + p {
    margin-top: 20px;
}

.modal__body p + p:has(small) {
    margin-top: 5px;
}

.modal__body p:last-child {
    margin-bottom: 0;
}

.modal__body ul + ul {
    margin-top: 20px;
}

.modal__body a {
    color: #000066;
    text-decoration: underline;
}

.modal__body .gray-box {
    margin-top: 40px;
    padding: 22px 0 30px;
    background-color: #d3d3d3;
    border-radius: 8px;
}

.modal__body .gray-box p {
    font-size: 15px;
}

.modal__step__contents {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 16px;
}

.modal__step__contents__item {
    width: 33.3%;
    padding: 10px 10px 23px;
    display: flex;
    flex-direction: column;
    background-color: #e0eef5;
    border-radius: 8px;
}

@media screen and (max-width: 767px) {
    .modal__step__contents__item {
        border-radius: 0;
    }
    .modal__step__contents__item__image {
        padding: 0 54px 0 54px;
    }
}

.modal__step__contents__item__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.modal__step__contents__item__subtitle {
    text-align: center;
    margin-bottom: 10px;
}

.modal__step__contents__item__subtitle p {
    display: inline-block;
    padding: 4px 32px;
    color: #ffffff;
    font-size: 12px;
    background-color: #000066;
    border-radius: 11px;
}

.modal__step__contents__item__content > p {
    color: #000066;
    font-size: 12px;
    text-align: center;
}

.modal__step__contents__item__content > p:not(:last-child) {
    flex-grow: 1;
}

.modal__step__contents__item__content > p:last-child {
    margin-top: auto;
    padding-top: 16px;
}

.modal__step__contents__item__content > p:last-child img {
    width: 100%;
    height: auto;
    display: block;
}

.modal__step__contents + p {
    margin-top: 21px;
    color: #000000;
    font-size: 16px;
    text-align: center;
}

.modal__step__contents + p a {
    color: #000066;
    font-size: 16px;
    text-decoration: underline;
}

.modal__step__contents__item__image {
    margin-top: 10px;
}

.modal__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 30svh;
    padding: 20px 24px 24px 24px;
    position: relative;
}

.modal__close--bottom {
    position: static;
    top: auto;
    right: auto;
    background: transparent;
    border: none;
    color: #000066;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 8px 16px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 0;
    transition: all 0.2s ease;
    z-index: auto;
    gap: 12px;
    min-width: auto;
}

.modal__close--bottom:active {
    transform: translateY(0);
}

.modal__close-icon {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    background: #000066;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.modal__close-text {
    font-size: 16px;
    font-weight: bold;
    display: inline;
    color: #000066;
}

/* モバイル対応 */
@media screen and (max-width: 767px) {
    .modal {
        padding: 10px;
    }
    
    .modal__content {
        width: calc(100% - 20px);
        max-width: calc(100vw - 20px);
        margin: 0;
        overflow: visible;
        max-height: 90svh;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    
    .modal__header {
        padding: 0 20px;
        position: relative;
    }
    
    .modal__header h3 {
        font-size: 20px;
        padding-right: 30px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .modal__close--top {
        position: absolute;
        top: -12px;
        right: -12px;
        width: 36px;
        height: 36px;
        font-size: 20px;
        z-index: 10002;
    }
    
    .modal__body {
        padding: 20px;
        overflow-y: auto;
        flex: 1;
        min-height: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .type03 .modal__body {
        padding: 20px 0;
    }

    .type03 .modal__body__inner {
        padding: 0 20px;
    }

    .modal__body p {
        font-size: 14px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .modal__footer {
        padding: 16px 20px 20px 20px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .modal__close--bottom {
        position: static;
        top: auto;
        right: auto;
        padding: 6px 12px;
        font-size: 14px;
        gap: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .modal__close-icon {
        font-size: 18px;
        width: 36px;
        height: 36px;
    }
    
    .modal__close-text {
        font-size: 14px;
        display: inline;
    }
}

/* Safari専用の調整 */
@supports (-webkit-appearance: none) {
    @media screen and (max-width: 767px) {
        .modal__content {
            max-height: 90vh;
            height: auto;
        }
        
        .modal__body {
            max-height: calc(90vh - 120px);
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
        }
        
        .modal__footer {
            position: relative;
            bottom: 0;
            width: 100%;
        }
    }
}

/* モーダルトリガーボタンのスタイル調整 */
.modal-trigger {
    cursor: pointer;
}

/* --- カルーセル用のスタイル（SP表示のみ） --- */
@media screen and (max-width: 767px) {
  /* カルーセルのコンテナ */
    .modal__body__inner.carousel-container {
    position: relative;
    padding-bottom: 0;
    overflow-x: hidden;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

    /* スライドのラッパー */
  #mizuhopoint-modal05 .modal__step__contents {
    display: flex;
    transition: transform 0.4s ease-in-out;
    justify-content: flex-start; /* 初期位置を左揃え */
    transform: translateX(0);    /* 初期表示はSTEP1 */
    touch-action: pan-y;         /* スワイプ誤作動防止 */
    will-change: transform;      /* パフォーマンス向上 */
    gap: 0;                      /* ← 追加：隙間をゼロに固定 */
  }

  /* 各スライド */
  #mizuhopoint-modal05 .modal__step__contents__item {
    flex: 0 0 100%;
    box-sizing: border-box;
    margin: 0;                   /* ← 追加：ズレ防止 */
  }
  /* 左右の矢印ボタン */
    /* 左右の矢印ボタン */
  .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 0;
    width: 36px;
    height: 36px;
    font-size: 0; /* テキスト非表示 */
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
  }

  .carousel-button:hover {
    background-color: transparent;
  }

  .carousel-button.prev {
    left: 10px;
    background-image: url('/campaign/newlife2026present/images/icon_arrow-left_01_sp.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .carousel-button.next {
    right: 10px;
    background-image: url('/campaign/newlife2026present/images/icon_arrow-right_03_sp.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  /* ページネーション（下部の丸） */
    #mizuhopoint-modal05 .carousel-pagination {
    position: relative;
    display: flex;
    padding-bottom: 10px;
    justify-content: center;
    gap: 10px;
    background-color: #e0eef5;
    border-radius: 8px;
    top: -1px;
  }

  .carousel-dot {
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    border-radius: 50%;
    transition: background-color 0.2s;
  }

  .carousel-dot.active {
    background-color: #000066;
  }

  .carousel-pagination + p {
    margin: 16px;
    font-size: 15px;
    text-align: center;
  }

  .carousel-pagination + p a {
    font-size: 15px;
    color: #000066;
    text-decoration: underline;
  }
}

/* Floating actions */
.floating-actions {
    position: fixed;
    width: 100%;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 12px 10px;
    background: rgba(0, 0, 102, 0.8);
    z-index: 9000; /* モーダル(9999)より下 */
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}

.floating-actions p {
    margin: 0;
}

.floating-actions .button {
    width: 300px;
    padding: 20px 55px 20px 15px;
    font-size: 16px !important;
}

@media screen and (max-width: 930px) {
    .floating-actions .button{
        width: 250px;
        padding: 20px 15px 20px 15px;
    }
    .floating-actions .button::after {
        display: none;
    }

}
@media screen and (max-width: 767px) {
    .floating-actions .button {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 114px;
        height: 40px;
        padding: 10px 5px;
        font-size: 18px !important;
        border-radius: 4px;
    }
}


@media screen and (max-width: 767px) {
    .floating-actions {
        gap: 8px;
        padding: 13px 8px;
    }
}

/* 表示制御 */
.floating-actions.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

@media screen and (min-width: 768px) {
    .floating-rightarea {
        bottom: 165px;
    }
}

@media screen and (max-width: 767.9px) {
    .floating-rightarea {
        bottom: 150px;
    }
}

@media screen and (max-width: 767.9px) {
    .pagetop {
        z-index: 10000;
    }
    .pagetop.is-show {
        bottom: 95px;
    }
}
@media screen and (min-width: 768px) {
    .pagetop {
        z-index: 10000;
    }
    .pagetop.is-show {
        bottom: 88px;
    }
}

/* 印刷用スタイル */
@media print {
    /* 印刷時のスケーリング調整 */
    body {
        zoom: 0.8;
        transform-origin: top left;
    }
    
    img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }
    
    /* 印刷時に不要な要素を非表示 */
    .floating-actions,
    .pagetop,
    .carousel-button,
    .modal,
    .modal-overlay {
        display: none !important;
    }
    
    /* 印刷時のページ設定 */
    @page {
        margin: 0.5cm;
        size: A4 landscape;
    }
    
    /* コンテナの幅を1280pxに制限 */
    .container,
    .main-content,
    .section {
        max-width: 1280px !important;
        margin: 0 auto !important;
    }
}

.content article .modal.active,
.content article .floating-actions {
    margin: 0;
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .content article .modal.active,
    .content article .floating-actions {
        max-width: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
    .content article .modal.active,
    .content article .floating-actions {
        width: 100%;
        margin: 0;
    }
}
.button {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 63px 20px 44px;
    font-size: 22px !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    border-radius: 34px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .button {
        padding: 18px 45px 18px 20px;
        font-size: 17px !important;
    }
}

.button.red {
    background-color: #e6002d !important;
    color: #ffffff !important;
}

.button.white {
    background-color: #ffffff !important;
    color: #000066 !important;
}

.button.sky {
    background-color: #00a9d5 !important;
    color: #ffffff !important;
}

.button.orange {
    background-color: #f36f21 !important;
    color: #ffffff !important;
}

.button.blue {
    background-color: #000066 !important;
    color: #ffffff !important;
}

.button.button-internal-link::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: inline-block;
    width: 43px;
    height: 43px;
    background-image: url(/campaign/newlife2026present/images/icon_arrow-right_01_pc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .button.button-internal-link::after {
        width: 34px;
        height: 34px;
    }
}
.button.white.button-internal-link::after {
    background-image: url(/campaign/newlife2026present/images/icon_arrow-right_02_pc.png);
}

.button.button-external-link::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/campaign/newlife2026present/images/icon_external_01_pc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .button.button-external-link::after {
        right: 14px;
        width: 20px;
        height: 20px;
    }
}
.button.white.button-external-link::after {
    background-image: url(/campaign/newlife2026present/images/icon_external_02_pc.png);
}


.button.button-plus::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: inline-block;
    width: 43px;
    height: 43px;
    background-image: url(/campaign/newlife2026present/images/icon_plus_01_pc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .button.button-plus::after {
        width: 34px;
        height: 34px;
    }
}

.text__link__external {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.text__link__external::before {
    position: absolute;
    content: '';
    background-image: url(/campaign/newlife2026present/images/window02.png);
    width: 18px;
    height: 18px;
    top: 2px;
    right: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
