.newlife2026cp {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
}

.tablet-none {
    display: block;
}
.tablet-only {
    display: none;
}
@media screen and (max-width: 1024px) {
    .tablet-none {
        display: none;
    }
    .tablet-only {
        display: block;
    }
}

.floating-rightarea {
    bottom: 158px !important;
}
.pagetop.is-show {
    bottom: 90px !important;
}

.copy_guard {
    pointer-events: none;
}
@media print {
    .copy_guard {
        display: none !important;
    }
}

.mT10 {
    margin-top: 10px !important;
}
.mT13 {
    margin-top: 13px !important;
}
.mT17 {
    margin-top: 17px !important;
}
.mT25 {
    margin-top: 25px !important;
}

.img-wrap {
  position: relative;
  display: inline-block;
}
.img-wrap img {
  display: block;
}
.img-wrap .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  pointer-events: auto;
}

.content article > :first-child {
    margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
    .content article > :first-child {
        margin-top: 27px !important;
    }
}

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

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

.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;
}
@media screen and (max-width: 767px) {
    .text-center-sp {
        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;
}

.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: #bf0000 !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/newlife2026cp/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;
    }
}
.white.button.button-internal-link::after {
    background-image: url(/campaign/newlife2026cp/images/icon_arrow-right_02.png);
    width: 38px;
    height: 38px;
}

.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/newlife2026cp/images/icon_external_01.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/newlife2026cp/images/icon_external_02.png);
}

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

.button.button-plus::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/campaign/newlife2026cp/images/icon_plus_01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.button.button-plus-link::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/campaign/newlife2026cp/images/icon_plus_03.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


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

.newlife2026cp__main__kv {
    position: relative;
    height: 38vw;
    max-height: 480px;
    padding: 45px 0;
    background-image: url(/campaign/newlife2026cp/images/bg_kv_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .newlife2026cp__main__kv {
        height: 90vw;
        max-height: 690px;
        background-image: url(/campaign/newlife2026cp/images/bg_kv_sp.jpg);
    }
}

.newlife2026cp__main__kv__period {
    position: relative;
    height: 14vw;
    max-height: 138px;
    background-color: #000066;
}
@media screen and (max-width: 767px) {
    .newlife2026cp__main__kv__period {
        height: 76vw;
        max-height: 265px;
    }
}

.newlife2026cp__main__kv .kv__img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 150px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .newlife2026cp__main__kv .kv__img {
        left: 0;
    }
}

.newlife2026cp__main__kv__period .kv__period {
    position: absolute;
    bottom: 14px;
    right: 0;
    left: 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .newlife2026cp__main__kv__period .kv__period {
        max-width: 335px;
        margin: 0 auto;
    }
}


#applicationButton {
    color: #ffffff;
    padding: 21px 0 27px;
    background: #2a61e2;
}

@media screen and (max-width: 767px) {
    #applicationButton {
        padding: 10px 15px 12px;
    }
}

#applicationButton .content__flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    #applicationButton .content__flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }
}

#applicationButton .content__flex__item {
    width: 50%;
    max-width: 430px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #applicationButton .content__flex__item {
        width: 100%;
    }
}

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

#applicationButton p + p {
    margin-top: 10px;
}

#applicationButton .button {
    width: 100%;
    max-width: 411px;
    font-size: 24px;
}
@media screen and (max-width: 767px) {
    #applicationButton .button {
        width: 335px;
        font-size: 19px !important;
    }
}

#applicationButton p a:not(.button) {
    position: relative;
    padding-left: 18px;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    #applicationButton p a:not(.button) {
        font-size: 14px;
    }
}

#applicationButton p a.internal-link::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 5px;
    left: 0;
    width: 17px;
    height: 15px;
    background-image: url(/campaign/newlife2026cp/images/icon_down-arrow_01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.newlife2026cp__movie {
    background-image: url(/campaign/newlife2026cp/images/bg_01.png);
    background-size: cover;
    padding: 50px 0 118px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .newlife2026cp__movie {
        padding: 25px 5% 60px;
        padding-inline: 15px;
    }
}

.newlife2026cp__movie h2 {
    margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
    .newlife2026cp__movie h2 {
        margin-bottom: 17px;
    }
}
.caution {
    max-width: 1020px;
    border: 2px solid #ff4c24;
    border-radius: 8px;
    background-color: #ffffe7;
    margin: 0 auto 48px;
    padding: 10px 18px;
    text-align: center;
}
.caution p {
    margin-top: 0;
    color: #333;
    font-size: 17px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .caution p {
        font-size: 14px;
    }
}

.newlife2026cp__movie .movie__contents h3,
.newlife2026cp__movie .movie__contents p {
    text-align: center;
    color: #fff;
}

.newlife2026cp__movie .movie__contents p {
    margin-top: 10px;
}

.newlife2026cp__movie h3 {
    margin-bottom: 30px;
}

.newlife2026cp__movie .movie__contents {
    margin: 0 auto;
    padding: 40px 0;
    max-width: 1020px;
    background-image: url(/campaign/newlife2026cp/images/bg_02.png);
    background-size: cover;
    border-radius: 20px;
    text-align: center;
    box-shadow:rgba(0, 0, 0, 0.3) 0 4px 4px;
}

@media screen and (max-width: 767px) {
    .newlife2026cp__movie .movie__contents .movie__title_1 {
        padding: 0 30px 30px 30px;
    }

    .newlife2026cp__movie .movie__contents .movie__title_2 {
        width: 104%;
        position: absolute;
        top: 18px;
        left: -2%;
    }

    .newlife2026cp__movie .movie__contents .movie__title_3 {
        width: 104%;
        position: absolute;
        bottom: 16%;
        left: -2%;
    }
    .newlife2026cp__movie .movie__contents {
        position: relative;
    }
}

.newlife2026cp__movie .movie__contents .movie__flex {
    margin: 0 auto 50px;
    max-width: 818px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 44px;
}
@media screen and (max-width: 767px) {
    .newlife2026cp__movie .movie__contents .movie__flex {
        gap: 25px;
        margin-bottom: 0;
        padding-top: 50px;
    }
}

.newlife2026cp__movie .movie__contents .movie__flex .movie__flex__item {
    width: 387px;
    height: 256px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .newlife2026cp__movie .movie__contents .movie__flex .movie__flex__item {
        width: 100%;
        height: auto;
    }
}

.stream__frame {
    max-width: 484px;
    width: 100%;
    aspect-ratio: 16 / 9;
}
@media screen and (max-width: 767px) {
    .stream__frame {
        max-width: initial;
        width: 73%;
    }
}

.benefits__campaign {
    background-image: url(/campaign/newlife2026cp/images/bg_03_pc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .benefits__campaign {
        background-image: url(/campaign/newlife2026cp/images/bg_03_sp.png);
        background-size: 100% auto;
        padding: 0 5%;
    }
}

.benefits__campaign .benefits__circle {
    max-width: 1010px;
    margin: 0 auto;
    padding-top: 38px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .benefits__campaign .benefits__circle {
        padding-top: 58px;
    }
}

.benefits__campaign .benefits__circle img {
    display: block;
    max-inline-size: 100%;
}

.benefits__campaign p {
    color: #fff;

}

.benefits__campaign .button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 30%;
    height: 44px;
    border-radius: 22px;
}

.benefits__campaign .benefits__circle__one .button {
    background-color: #01a9d6;
    position: absolute;
    top: 50%;
    left: 24%;
    transform: translate(-50%, -50%);
}
.benefits__campaign .benefits__circle__two .button {
    background-color: #1c70b8;
    position: absolute;
    top: 50%;
    right: -6%;
    transform: translate(-50%, -50%);
}
.benefits__campaign .benefits__circle__three .button {
    background-image: url(/campaign/newlife2026cp/images/bg_btn_color_01_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 24%;
    transform: translate(-50%, -50%);
}
.benefits__campaign .benefits__circle__four .button {
    background-color: #bf0000;
    position: absolute;
    bottom: 0;
    right: -6%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
    .benefits__campaign .button {
        width: 40%;
        height: 51px;
        border-radius: 9px;
    }
    .benefits__campaign .benefits__circle__one .button {
        top: 46%;
        left: 25%;
    }
    .benefits__campaign .benefits__circle__two .button {
        top: 46%;
        right: -15%;
    }
    .benefits__campaign .benefits__circle__three .button {
        background-image: url(/campaign/newlife2026cp/images/bg_btn_color_01_sp.png);
        bottom: -0.5%;
        left: 25%;
    }
    .benefits__campaign .benefits__circle__four .button {
        bottom: -0.5%;
        right: -15%;
    }
}


.benefits__campaign .benefits__bluearea .button {
    width: 224px;
    height: 35px;
    line-height: 35px;
    border-radius: 17px;
    background-color: #00a9d5;
    position: absolute;
    top: 49%;
    right: -13%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
    .benefits__campaign .benefits__bluearea .button {
        width: 66%;
        height: auto;
        border-radius: 17px;
        background-color: #00a9d5;
        position: absolute;
        top:74%;
        right: -16%;
        transform: translate(-50%, -50%);
    }
}

.benefits__bluearea {
    display: inline-block;
    position: relative;
    padding: 36px 0 48px;
}
@media screen and (max-width: 767px) {
    .benefits__bluearea {
        padding: 30px 0 50px;
    }
}

.benefits__choice {
    background-image: url(/campaign/newlife2026cp/images/bg_04_pc.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.benefits__choice .choice__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
    padding: 30px 0;
}
@media screen and (max-width: 767px) {
    .benefits__choice {
        background-image: url(/campaign/newlife2026cp/images/bg_04_sp.png);
    }
    .benefits__choice .choice__flex {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
        padding: 30px 5%;
    }
    .benefits__bluearea__img:nth-child(2) {
        order: -1;
        flex: 0 0 100%;
        display: flex;
        justify-content: center;
    }
    .benefits__bluearea__img_circle {
        width: 48%;
    }
    .benefits__bluearea__img img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
}

.benefits_number_title {
    color: #fff;
    font-size: 53px;
    font-weight: bold;
    text-align: center;
    padding: 16px 0 37px;
}
@media screen and (max-width: 767px) {
    .benefits_number_title {
        font-size: 38px;
    }
}

.benefits_bg_1 {
    background-image: url(/campaign/newlife2026cp/images/bg_benefits_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.benefits_bg_2 {
    background-image: url(/campaign/newlife2026cp/images/bg_benefits_02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.benefits_bg_3 {
    background-image: url(/campaign/newlife2026cp/images/bg_benefits_03_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
@media screen and (max-width: 767px) {
    .benefits_bg_3 {
        background-image: url(/campaign/newlife2026cp/images/bg_benefits_03_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
}
.benefits_bg_4 {
    background-image: url(/campaign/newlife2026cp/images/bg_benefits_04.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.campaignCheck__anchor .content__flex {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

@media screen and (max-width: 767px) {
    .campaignCheck__anchor .content__flex {
        padding-top: 95px;
        gap: 15px;
    }
}

.campaignCheck__anchor .content__flex__item {
    width: 50%;
    max-width: 483px;
}

.campaignCheck__anchor .content__flex__item p {
    text-align: center;
}

.campaignCheck__anchor h2 {
    margin-top: 60px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .campaignCheck__anchor h2 {
        margin-top: 30px;
    }
}

#campaignCheck01__title {
    padding: 18px 0 28px;
    background-color: #01a9d6;
}

@media screen and (max-width: 767px) {
    #campaignCheck01__title {
        padding: 16px 5% 19px;
    }
}

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

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

#campaignCheck01__title p {
    color: #ffffff;
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
}

#campaignCheck01__title p a {
    position: relative;
    padding-left: 22px;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    #campaignCheck01__title p {
        margin-top: 10px;
        font-size: 16px;
    }
}

#campaignCheck01__title p a.anchor-link::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 6px;
    left: 0;
    width: 17px;
    height: 15px;
    background-image: url(/campaign/newlife2026cp/images/icon_down-arrow_01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#campaignCheck01__content,
#campaignCheck02__content,
#campaignCheck03__content,
#campaignCheck04__content {
    padding-bottom: 50px;
}

.modal_parent {
    position: relative;
    max-width: 943px;
    margin: auto;
}

#campaignCheck03__title .modal_parent {
    max-width:initial;
    padding: 0 12%;
}
@media screen and (max-width: 767px) {
    #campaignCheck03__title .modal_parent {
        padding: 0 6%;
    }
}

.campaignCheck01__content__inner .modal_child,
.campaignCheck02__content__inner .modal_child {
    position: absolute;
    top: 10px;
    left: 36%;
    transform: translate(-50%, -50%);
}
#campaignCheck03__title .modal_child {
    position: absolute;
    top: 16%;
    left: 34%;
    transform: translate(-50%, -50%);
}
.campaignCheck03__content__inner .modal_child {
    position: absolute;
    top: 58%;
    left: 35%;
    transform: translate(-50%, -50%);
}
.campaignCheck03__content__inner .moreover .modal_child  {
    position: absolute;
    top: 36%;
    left: 60%;
    transform: translate(-50%, -50%);
}
.campaignCheck04__content__inner .modal_child {
    position: absolute;
    top: 10px;
    left: 36%;
    transform: translate(-50%, -50%);
}
#pointConfirm .modal_child {
    position: absolute;
    top: 28%;
    left: 35%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
    .campaignCheck01__content__inner .modal_child,
    .campaignCheck02__content__inner .modal_child {
        top: 56%;
        left: 2%;
    }
    #campaignCheck03__title .modal_child {
        top: 11%;
        left: 47%;
        width: 17px;
        height: 17px;
    }
    .campaignCheck03__content__inner .modal_child {
        top: 44%;
        left: 71%;
    }
    .campaignCheck03__content__inner .moreover .modal_child  {
        top: 24.5%;
        left: 71%;
    }
    .campaignCheck04__content__inner .modal_child {
        top: 10px;
        left: 36%;
    }
    #pointConfirm .modal_child {
        position: absolute;
        top: 10%;
        left: 76%;
        transform: translate(-50%, -50%);
    }
}

.campaignCheck01__content__inner,
.campaignCheck02__content__inner,
.campaignCheck03__content__inner,
.campaignCheck04__content__inner {
    margin-top: 34px;
}

@media screen and (max-width: 767px) {
    .campaignCheck01__content__inner,
    .campaignCheck02__content__inner,
    .campaignCheck03__content__inner,
    .campaignCheck04__content__inner {
        margin-top: 10px;
        padding-inline: 15px;
    }
}

.campaignCheck01__content__inner > p,
.campaignCheck02__content__inner > p,
.campaignCheck03__content__inner > p,
.campaignCheck04__content__inner > p{
    text-align: center;
}

.campaignCheck01__content__inner > .toggle,
.campaignCheck02__content__inner > .toggle,
.campaignCheck03__content__inner > .toggle,
.campaignCheck04__content__inner > .toggle {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 50px auto 0;
    border: 2px solid #000066;
}

@media screen and (max-width: 767px) {
    .campaignCheck01__content__inner > .toggle,
    .campaignCheck02__content__inner > .toggle,
    .campaignCheck03__content__inner > .toggle,
    .campaignCheck04__content__inner > .toggle {
        margin-top: 16px;
    }
}

@media screen and (max-width: 767px) {
    .campaignCheck01__content__inner > .toggle::before,
    .campaignCheck02__content__inner > .toggle::before,
    .campaignCheck03__content__inner > .toggle::before,
    .campaignCheck04__content__inner > .toggle::before {
        width: 18px;
        height: 18px;
    }
}

.campaignCheck01__content__inner .toggle__title,
.campaignCheck02__content__inner .toggle__title,
.campaignCheck03__content__inner .toggle__title,
.campaignCheck04__content__inner .toggle__title {
    position: relative;
    padding: 12px 32px 12px 12px;
    color: #000066;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.campaignCheck01__content__inner .toggle__title::before,
.campaignCheck02__content__inner .toggle__title::before,
.campaignCheck03__content__inner .toggle__title::before,
.campaignCheck04__content__inner .toggle__title::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 22px;
    height: 22px;
    background-image: url(/campaign/newlife2026cp/images/icon_plus_02.png);
    background-size: contain;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .campaignCheck01__content__inner .toggle__title,
    .campaignCheck02__content__inner .toggle__title,
    .campaignCheck03__content__inner .toggle__title,
    .campaignCheck04__content__inner .toggle__title {
        font-size: 14px;
    }
}

.border__box {
    display: block;
    width: 100%;
    max-width: 966px;
    margin: 50px auto 0;
    padding: 27px 48px 33px;
    background-color: #e0eef5;
    border: 4px solid #000066;
    border-radius: 24px;
}

@media screen and (max-width: 767px) {
    .border__box {
        margin-top: 27px;
        padding: 20px 15px 17px;
    }
}

.border__box .border__box__title {
    display: block;
    width: 100%;
    max-width: 511px;
    margin: 0 auto;
    padding: 13px;
    background: #ffffff;
    border-radius: 35px;
}

@media screen and (max-width: 767px) {
    .border__box .border__box__title {
        padding: 8px 13px;
    }
}

.border__box h3 {
    color: #000066;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

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

.border__box .content__flex {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    gap: 84px;
}

@media screen and (max-width: 767px) {
    .border__box .content__flex {
        margin-top: 12px;
        flex-direction: column;
        gap: 9px;
    }
}

.border__box .step__content {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .border__box .step__content {
        margin-top: 22px;
    }
}

.step__content .caution {
    margin: 28px auto 32px;
}

.border__box .step__content > p {
    margin-top: 16px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .border__box .step__content > p small {
        font-size: 12px;
    }
}

.border__box .step__content__item {
    width: 100%;
    padding: 29px 14px 23px;
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
    .border__box .step__content__item {
        padding: 18px 9px 15px;
        border-radius: 8px;
    }
}

.step__content__item__subtitle {
    text-align: center;
}

.step__content__item__subtitle p {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #000066;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .step__content__item__subtitle p {
        padding-left: 22px;
        font-size: 20px;
    }
}

.step__content__item__subtitle p u {
    text-decoration-color: #ffff00;
    text-decoration-thickness: 6px;
    line-height: 1.3;
}

.step__content__item__subtitle p::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    background-image: url(/campaign/newlife2026cp/images/icon_checked_01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .step__content__item__subtitle p.text-small {
        font-size: 15px;
    }

    .step__content__item__subtitle p::before {
        width: 20px;
        height: 20px;
    }
}

.subtitle {
    color: #000066;
    font-size: 24px;
    font-weight: bold;
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .subtitle {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .step__content__item + .subtitle {
        margin-top: 19px;
    }
}

@media screen and (max-width: 767px) {
    #campaignCheck03__content .step__content__item + .text-small {
        font-size: 15px;
    }
}

.step__content__item__content p {
    text-align: center;
}

.step__content__item__content p:has(.button) {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .step__content__item__content p:has(.button) {
        margin-top: 12px;
    }
}

@media screen and (max-width: 767px) {
    .step__content__item + .text-blue + p:has(.button) {
        margin-top: 11px;
    }
}

.border__box .button {
    max-width: 476px;
}

.step__content__item__content p + p:has(a) {
    margin-top: 16px;
}

.step__content__item__content p:has(small) {
    margin-top: 21px;
}

@media screen and (max-width: 767px) {
    .step__content__item__content p:has(small) {
        margin-top: 15px;
    }
}

.step__content__item__content p + p:has(small) {
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .step__content__item__content p + p:has(small) {
        margin-top: 12px;
    }
}

.section__list-notes {
    max-width: 966px;
    margin: 8px auto 0;
}

.section__list-notes .section__list-item:not(.toggle__content .section__list-notes .section__list-item) {
    display: inline-block;
}

.section__list-notes .section__list-item small {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .section__list-notes .section__list-item small {
        font-size: 14px;
    }
}

.benefits3_list {
    max-width: 624px;
}

.section__list-item:nth-child(n+2) {
    margin-top: 0;
}

.step__content__item__content p a:not(.button) {
    position: relative;
    color: #000066;
    padding-left: 17px;
    font-size: 20px;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .step__content__item__content p a:not(.button) {
        font-size: 15px;
    }
}

.step__content__item__content p a.internal-link::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 32%;
    transform: translateX(-50%);
    left: 10px;
    width: 13px;
    height: 9px;
    background-image: url(/campaign/newlife2026cp/images/icon_down-arrow_04.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.step__arrow {
    margin: 9px 0 7px;
}

.step__arrow p {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .step__arrow img {
        width: auto;
    }
}

#campaignCheck02__title {
    padding: 38px 0;
    background-color: #f15a24;
}

@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;
    }
}

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

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

#campaignCheck03__title {
    text-align: center;
    background-image: url(/campaign/newlife2026cp/images/bg_05_pc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 38px;
}
@media screen and (max-width: 767px) {
    #campaignCheck03__title {
        background-image: url(/campaign/newlife2026cp/images/bg_05_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 38px 5% 0;
    }
}

#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 .moreover {
    margin-top: 50px;
}

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

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

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

#campaignCheck04__content ul + p {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    #campaignCheck04__content ul + p {
        margin-top: 35px;
    }
}
.campaignCheck04__content__inner {
    text-align: center;
}
.campaignCheck04__content__inner ul {
    display: inline-block;
    text-align: left;
}

.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;
    }
    .step__content__item__subtitle: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-top: 20px;
    background-image: url(/campaign/newlife2026cp/images/bg_06_pc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    #campaignMessage {
        padding-top: 24vw;
        background-image: url(/campaign/newlife2026cp/images/bg_06_sp.png);
        background-size: cover;
        background-position: 0;
    }
    #campaignMessage .campaign_text {
        padding: 0 5%;
    }
}

#campaignMessage p {
    text-align: center;
    padding: 0 13.5vw;
}

@media screen and (max-width: 767px) {
    #campaignMessage p {
        padding: 0;
    }
}

#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-image: url(/campaign/newlife2026cp/images/bg_07_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    #campaignPeriod {
        padding: 19px 14px 14px;
        background-image: url(/campaign/newlife2026cp/images/bg_07_sp.png);
    }
}

#campaignPeriod p {
   text-align: center;
}

#accountOpeningMethods {
    padding-bottom: 54px;
    background-color: #000066;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods {
        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/newlife2026cp/images/icon_next_01.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: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 14px;
    background-image: url(/campaign/newlife2026cp/images/icon_arrow-right_04.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 .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;
}

#attention {
    padding: 85px 0 105px;
}

@media screen and (max-width: 767px) {
    #attention {
        padding: 35px 15px 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/newlife2026cp/images/icon_next_01.png);
    background-size: contain;
    cursor: pointer;
}

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

#attention .attention-title-box {
    margin-top: 49px;
    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/newlife2026cp/images/icon_attention_01.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:not(.section__list-note)::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 {
    color: #000066;
    margin-top: 15px;
    font-size: 51px;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .info__item:first-child .info__item__number a {
        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;
}

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

.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);
    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;
    border-radius: 6px 6px 0 0;
}

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

.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;
}

.type02 .modal__body h4:has(img) {
    background-color: unset;
}

.type03 .modal__body h4 {
    padding: 18px 0;
    font-size: 28px;
    border-radius: 0;
}

@media screen and (max-width: 767px) {
    .type03 .modal__body h4 {
        padding: 9px 0;
        font-size: 20px;
    }
}

.type03 .modal__body h4:has(.step__txt) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.type03 .modal__body .step__txt {
    margin-top: 0;
    padding: 9px 16px 8px 24px;
    color: #ffffff;
    font-size: 16px;
    background-color: #f36f21;
    border-radius: 20px;
}

@media screen and (max-width: 767px) {
    .type03 .modal__body .step__txt {
        padding: 4px 8px 4px 12px;
        font-size: 14px;
    }
}

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

.modal__body__inner p + p {
    margin-top: 10px;
}

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

.modal__body li {
    font-size: 16px;
    display: inline-block;
}

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

.modal__body li: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 50px 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: 10px;
    background-color: #000066;
    border-radius: 11px;
}

.modal__step__contents__item__content .entry_text,
.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: 50px;
        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/autumn2025cp/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/autumn2025cp/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;
    align-items: stretch;
    width: 100%;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 12px 10px;
    background: #000066;
    z-index: 9000; /* モーダル(9999)より下 */
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}
@media screen and (max-width: 767px) {
    .floating-actions {
        padding: 10px;
        gap: 8px;
    }
}

.floating-actions .content__flex__item {
    width: 50%;
    max-width: 483px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .floating-actions .content__flex__item {
        width: 100%;
    }
}

.floating-actions p {
    margin: 0;
    font-size: 22px;
    width: 300px;
}

.floating-actions .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px 55px 20px 15px;
    font-size: 16px !important;
}
.floating-actions .button.orange {
    padding: 20px 23px 20px 15px;
}

@media screen and (max-width: 767px) {
    .floating-actions .button {
        width: 30vw;
        height: 57px;
        padding: 10px 12px 10px 2px;
        font-size: 14px !important;
        border-radius: 4px;
    }
    .floating-actions .button.button-external-link::after {
        right: 3px;
        width: 14px;
        height: 14px;
    }
    .floating-actions .button.button-internal-link::after {
        right: 1px;
        width: 16px;
        height: 16px;
    }
    .floating-actions .button.button-plus-link::after {
        right: 3px;
        width: 18px;
        height: 18px;
    }
}

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

/* 印刷用スタイル */
@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;
    }
}

.conductor-wire {
    margin: 40px auto 0;
    width: 100%;
    max-width: 966px;
}

.conductor-wire p {
    margin-top: 20px;
    display: block;
    color: #000066;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.conductor-wire p a {
    text-decoration: underline;
}

@media screen and (max-width: 767.9px) {
    .conductor-wire p {
        font-size: 18px;
    }
}

.campaign__info__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    .campaign__info__inner {
        gap: 20px;
        margin-top: 25px;
    }
}

.campaign__info__item {
    width: 300px;
}

.llc {
    max-width: 966px;
    text-align: left !important;
    margin: 25px auto 0;
}

.info-flow-wrap {
    max-width: 960px;
    margin-top: 18px;
}
.swiper-wrapper {
    max-width: 960px;
    gap: 30px;
    margin: 0 auto;
}

.info-flow-box {
    padding-bottom: 25px;
    width: 300px;
    margin-right: 0 !important;
}
.info-flow-box a {
    display: inline-block;
    height: 100%;
}

.info-flow-wrap .info-flow_pagination {
    bottom: 0;
}

.info-carousel {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
}

.info-carousel .info-flow_prev::after,
.info-carousel .info-flow_next::after {
    content: "";
    width: 100%;
    height: 100%;
}

.info-carousel .info-flow_prev.swiper-button-disabled::after,
.info-carousel .info-flow_next.swiper-button-disabled::after {
    display: none;
}

.info-carousel .info-flow_prev::after{
    background: url(/special/teiki_cp/images/icon_slide-arrow-left.png) no-repeat;
    background-size: contain;
}

.info-carousel .info-flow_next::after {
    background: url(/special/teiki_cp/images/icon_slide-arrow-right.png) no-repeat;
    background-size: contain;
}

.info-flow-wrap .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background-color: transparent;
    margin-right: 10px;
}

.info-flow-wrap .swiper-pagination-bullet:last-child{
    margin-right: 0px;
}

.info-flow-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff;
}