@charset "UTF-8";
/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper {
    padding-top: 0;
    overflow-x: hidden;
}
@media screen and (max-width: 750px) {
    .wrapper {
        padding-top: 21.33vw;
    }
}

/* ---------------------------------------------
*   c-acc-block
--------------------------------------------- */
.c-acc-block {
    width: 880px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-acc-block {
        width: 88vw;
    }
}
.c-acc-block:not(:first-of-type) {
    margin-top: 80px;
}
@media screen and (max-width: 750px) {
    .c-acc-block:not(:first-of-type) {
        margin-top: 9.3333333333vw;
    }
}
.c-acc-block__head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    background-color: #0068b7;
    color: #fff;
    cursor: pointer;
}
@media screen and (max-width: 750px) {
    .c-acc-block__head {
        padding: 2.6666666667vw 2.6666666667vw 2.2666666667vw;
        overflow: hidden;
        height: 13.3333333333vw;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .c-acc-block__head.js-btn-anime-active::before {
        position: absolute;
        content: "";
        display: inline-block;
        top: -180px;
        left: 0;
        width: 30px;
        height: 100%;
        background-color: #fff;
        animation: shiny 3s ease-in-out infinite;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-acc-block__head {
        transition: opacity 300ms;
    }
    .c-acc-block__head:hover {
        opacity: 0.7;
    }
}
.c-acc-block__head--type2 {
    background-color: #77bfda;
}
.c-acc-block__trigger-txt {
    font-size: 26px;
    color: #ffe000;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
    .c-acc-block__trigger-txt {
        font-size: 3.8666666667vw;
    }
}
@media screen and (max-width: 750px) {
    .c-acc-block__trigger-txt--center {
        text-align: center;
    }
}
.c-acc-block__head--type2 .c-acc-block__trigger-txt {
    color: #fff;
}
.c-acc-block__trigger-ico {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__trigger-ico {
        right: 4%;
        width: 3.7333333333vw;
        height: 3.7333333333vw;
    }
}
.c-acc-block__trigger-ico:before, .c-acc-block__trigger-ico:after {
    position: absolute;
    content: "";
    background-color: #ffe000;
}
.c-acc-block__head--type2 .c-acc-block__trigger-ico:before, .c-acc-block__head--type2 .c-acc-block__trigger-ico:after {
    background-color: #fff;
}
.c-acc-block__trigger-ico:before {
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s, transform 0.3s;
}
@media screen and (max-width: 750px) {
    .c-acc-block__trigger-ico:before {
        height: 0.2666666667vw;
    }
}
.is-ac-open .c-acc-block__trigger-ico:before {
    opacity: 0;
    transform: translateY(-50%) rotate(180deg);
}

.c-acc-block__trigger-ico:after {
    width: 2px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s, transform 0.3s;
}
@media screen and (max-width: 750px) {
    .c-acc-block__trigger-ico:after {
        width: 0.2666666667vw;
    }
}
.is-ac-open .c-acc-block__trigger-ico:after {
    transform: translateX(-50%) rotate(450deg);
}

.c-acc-block__body {
    margin-top: 40px;
    padding: 0 20px 40px;
}
@media screen and (min-width: 751px) {
    .c-acc-block:last-of-type .c-acc-block__body {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 750px) {
    .c-acc-block__body {
        margin-top: 6.6666666667vw;
        padding: 0 0 8vw;
    }
}
.c-acc-block__body-inner {
    display: flex;
    justify-content: center;
    margin-top: 29px;
    margin-left: 18px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__body-inner {
        margin-left: 0;
        margin-top: 4.8vw;
    }
}
.c-acc-block__flow {
    position: relative;
    background-color: #fff;
    padding: 45px 42px 30px;
    text-align: right;
}
@media screen and (max-width: 750px) {
    .c-acc-block__flow {
        padding: 6vw 5.6vw 6.6666666667vw;
    }
}
.c-acc-block__flow:not(:first-of-type) {
    margin-top: 45px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__flow:not(:first-of-type) {
        margin-top: 6vw;
    }
}
.c-acc-block__flow:after {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 13px 0 13px;
    border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 750px) {
    .c-acc-block__flow:after {
        border-width: 3.3333333333vw 2.6666666667vw 0 2.6666666667vw;
    }
}
.c-acc-block__flow--2 {
    padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__flow--2 {
        padding-bottom: 9.3333333333vw;
        padding-right: 4.2666666667vw;
    }
}
.c-acc-block__flow--app-1 {
    padding-bottom: 42px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__flow--app-1 {
        padding-bottom: 8.5333333333vw;
    }
}
.c-acc-block__flow--app-2 {
    padding-bottom: 47px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__flow--app-2 {
        padding-bottom: 8.2666666667vw;
    }
}
.c-acc-block__flow-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.c-acc-block__flow-inner--1 {
    -moz-column-gap: 75px;
         column-gap: 75px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__flow-inner--1 {
        -moz-column-gap: 13.0666666667vw;
             column-gap: 13.0666666667vw;
    }
}
.c-acc-block__flow-txt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #0068b7;
}
@media screen and (max-width: 750px) {
    .c-acc-block__flow-txt {
        font-size: 3.7333333333vw;
        line-height: 1.42;
    }
}
.c-acc-block__flow-txt--2 {
    margin-top: 23px;
    line-height: 1.6;
    font-size: 15px;
    font-weight: normal;
    color: #141414;
}
@media screen and (max-width: 750px) {
    .c-acc-block__flow-txt--2 {
        font-size: 2.6666666667vw;
        margin-top: 2.2666666667vw;
    }
}
@media screen and (max-width: 350px) {
    .c-acc-block__flow-txt--2 {
        letter-spacing: -0.07em;
    }
}
@media screen and (max-width: 750px) {
    .c-acc-block__flow-txt--3 {
        letter-spacing: -0.04em;
    }
}
.c-acc-block__flex {
    display: flex;
    margin-top: 60px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__flex {
        margin-top: 3.7333333333vw;
    }
}
.c-acc-block__item {
    text-align: left;
}
.c-acc-block__item--2 {
    display: flex;
    align-items: center;
    max-width: 367px;
    margin-left: 43px;
    padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__item--2 {
        margin-left: 1.3333333333vw;
        padding-bottom: 0;
        max-width: initial;
    }
}
.c-acc-block__item--2 img {
    width: 100%;
}
.c-acc-block__item-txt {
    height: 0;
    padding-top: 27px;
    overflow: hidden;
}
.c-acc-block__item-txt--1 {
    width: 300px;
    background: url(../img/txt_flow1.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 750px) {
    .c-acc-block__item-txt--1 {
        width: 30vw;
        background: url(../img/txt_flow1_sp.png) 0 0 no-repeat;
        background-size: 100% auto;
        padding-top: 9.8666666667vw;
    }
}
.c-acc-block__item-txt--2 {
    margin-top: 17px;
    width: 440px;
    background: url(../img/txt_flow2.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 750px) {
    .c-acc-block__item-txt--2 {
        width: 33.6vw;
        background: url(../img/txt_flow2_sp.png) 0 0 no-repeat;
        background-size: 100% auto;
        padding-top: 15.3333333333vw;
        margin-top: 4.2666666667vw;
    }
}
.c-acc-block__item-txt-small {
    color: #0068b7;
    font-weight: bold;
    font-size: 17px;
    margin-top: 12px;
    padding-left: 20px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__item-txt-small {
        font-size: 3.2vw;
        padding-left: 4vw;
        margin-top: 2.6666666667vw;
    }
}
.c-acc-block__item-txt-black {
    color: #000;
}
.c-acc-block__item-icon {
    display: inline-block;
    width: 22px;
    margin: 0 5px;
    vertical-align: 2px;
}
.windows .c-acc-block__item-icon {
    width: 23px;
}
@media screen and (max-width: 750px) {
    .windows .c-acc-block__item-icon {
        width: 4.6666666667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-acc-block__item-icon {
        width: 4.6666666667vw;
        margin: 0 1.3333333333vw;
        vertical-align: 0.2666666667vw;
    }
}
.c-acc-block__flow-img {
    margin-top: 30px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__flow-img {
        margin-top: 4vw;
    }
}
.c-acc-block__flow-img--2 {
    width: 215px;
    margin-top: 8px;
    margin-left: 40px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__flow-img--2 {
        width: 31.4666666667vw;
        margin-top: 1vw;
        margin-left: 3.4666666667vw;
        flex-shrink: 0;
    }
}
.c-acc-block__flow-img-2 {
    width: 180px;
    margin-top: 66px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-acc-block__flow-img-2 {
        width: 26.2666666667vw;
        margin-top: 4vw;
    }
}
.c-acc-block__flow-img-2 img {
    width: 100%;
}
.c-acc-block__flow-caution {
    width: 430px;
    margin-top: 42px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__flow-caution {
        width: 74.6666666667vw;
        margin: 5.3333333333vw auto 0;
    }
}
.c-acc-block__flow-comment {
    margin-top: 10px;
    font-feature-settings: "palt";
    display: inline-block;
    text-align: left;
    margin-left: auto;
    font-size: 13px;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (max-width: 750px) {
    .c-acc-block__flow-comment {
        font-size: 2.6666666667vw;
        margin-top: 2.2666666667vw;
        letter-spacing: 0.05em;
        line-height: 1.3;
    }
}
.c-acc-block__flow-icon {
    width: 100px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__flow-icon {
        width: 16vw;
    }
}
.c-acc-block__txt-box {
    background-color: #fff;
    margin-top: 45px;
    padding: 40px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__txt-box {
        margin-top: 6vw;
        padding: 6.6666666667vw;
    }
}
.c-acc-block__txt-box--last {
    margin-bottom: 73px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__txt-box--last {
        margin-bottom: 9.3333333333vw;
    }
}
@media screen and (max-width: 750px) {
    .c-acc-block__txt-box--sp-wide {
        padding-right: 2.6666666667vw;
        padding-left: 5.3333333333vw;
    }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
    .safari .c-acc-block__txt-box--sp-wide {
        padding-left: 4.8vw;
    }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
    .firefox .c-acc-block__txt-box--sp-wide {
        padding-left: 4.8vw;
    }
}
.c-acc-block__txt {
    color: #0068b7;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.02em;
}
@media screen and (max-width: 750px) {
    .c-acc-block__txt {
        font-size: 3.7333333333vw;
    }
}
.c-acc-block__line-inner {
    display: flex;
}
.c-acc-block__line-img {
    width: 224px;
    margin-top: 44px;
    margin-left: 37px;
    flex-shrink: 0;
}
@media screen and (max-width: 750px) {
    .c-acc-block__line-img {
        width: 33.3333333333vw;
        margin-left: 1.8666666667vw;
        margin-top: 3.4666666667vw;
    }
}
.c-acc-block__line-txt {
    display: flex;
    align-items: center;
    max-width: 366px;
    margin-left: 43px;
    padding-top: 33px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__line-txt {
        width: 41.2vw;
        margin-left: 1.2vw;
        padding-top: 0;
    }
}
.c-acc-block__line-txt img {
    width: 100%;
}
.c-acc-block__body-line-qr {
    width: 140px;
    margin-top: -12px;
    margin-left: 73px;
}
.c-acc-block__body-btn-area-txt {
    text-align: center;
    color: #0068b7;
    font-weight: bold;
    font-size: 1.4285714286rem;
    margin-top: 27px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__body-btn-area-txt {
        font-size: 3.7333333333vw;
        margin-top: 3.6vw;
    }
}
.c-acc-block__btn {
    display: block;
    max-width: 284px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__btn {
        max-width: 48vw;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-acc-block__btn {
        transition: opacity 300ms;
    }
    .c-acc-block__btn:hover {
        opacity: 0.7;
    }
}
.c-acc-block__btn img {
    width: 100%;
}
.c-acc-block__btn-2 {
    display: block;
    width: 130px;
}
@media screen and (max-width: 750px) {
    .c-acc-block__btn-2 {
        width: 21.3333333333vw;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-acc-block__btn-2 {
        transition: opacity 300ms;
    }
    .c-acc-block__btn-2:hover {
        opacity: 0.7;
    }
}

/* ---------------------------------------------
*   step
--------------------------------------------- */
.step {
    position: relative;
}
.step:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 110px;
    height: 110px;
}
@media screen and (max-width: 750px) {
    .step:before {
        width: 14.6666666667vw;
        height: 14.6666666667vw;
    }
}
.step--1:before {
    background: url("../img/reg-login/img_step1.png") 0 0 no-repeat;
    background-size: 100% auto;
}
.step--2:before {
    background: url("../img/reg-login/img_step2.png") 0 0 no-repeat;
    background-size: 100% auto;
}
.step--3:before {
    background: url("../img/reg-login/img_step3.png") 0 0 no-repeat;
    background-size: 100% auto;
}
.step--4:before {
    background: url("../img/reg-login/img_step4.png") 0 0 no-repeat;
    background-size: 100% auto;
}
.step--5:before {
    background: url("../img/reg-login/img_step5.png") 0 0 no-repeat;
    background-size: 100% auto;
}

/* ---------------------------------------------
*   c-contact
--------------------------------------------- */
.c-contact {
    padding-block: 90px 100px;
}
@media screen and (max-width: 750px) {
    .c-contact {
        padding: calc(95 / 750 * 100%) calc(70 / 750 * 100%) calc(110 / 750 * 100%);
    }
}
.c-contact__lead {
    font-size: 1.4285714286rem;
    font-weight: bold;
    line-height: 2.5;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-contact__lead {
        font-size: 3.4666666667vw;
        line-height: 1.3;
    }
}
.c-contact .c-btn-4 {
    margin-top: 25px;
}
@media screen and (max-width: 750px) {
    .c-contact .c-btn-4 {
        max-width: initial;
        margin-top: 3.3333333333vw;
        font-size: 4.2666666667vw;
        font-feature-settings: "palt";
        letter-spacing: 0.15em;
    }
}
@media screen and (max-width: 750px) {
    .p-index-foot .c-contact .c-btn-4 {
        margin-top: 6vw;
    }
}

.c-contact__tel {
    position: relative;
    display: block;
    max-width: 790px;
    margin-top: 50px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-contact__tel {
        max-width: initial;
        margin-top: 7.7333333333vw;
    }
}
.c-contact__tel img {
    width: 100%;
}
@media screen and (max-width: 750px) {
    .p-index-foot .c-contact__tel {
        margin-top: 14vw;
    }
}

.c-contact__tel-number {
    display: none;
}
@media screen and (max-width: 750px) {
    .c-contact__tel-number {
        position: absolute;
        top: 40.7317073171%;
        left: 26.6666666667%;
        display: block;
        width: 50.6666666667vw;
        height: 6.6666666667vw;
    }
}

/* ---------------------------------------------
*   c-btn-4
--------------------------------------------- */
.c-btn-4 {
    position: relative;
    display: grid;
    place-items: center;
    max-width: 600px;
    min-height: 90px;
    margin-inline: auto;
    padding-inline: 65px;
    border-radius: 20px;
    border: 5px solid #fff;
    background: var(--gradation-1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    color: #fff;
    font-size: 1.5714285714rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.15em;
}
@media screen and (max-width: 750px) {
    .c-btn-4 {
        max-width: 80vw;
        min-height: 18.6666666667vw;
        padding-inline: 8.6666666667vw;
        box-shadow: 0 0 2vw rgba(0, 0, 0, 0.16);
        border-width: 0.6666666667vw;
        border-radius: 2.6666666667vw;
        font-size: 4.8vw;
        line-height: 1.43;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-btn-4 {
        transition: opacity 300ms;
    }
    .c-btn-4:hover {
        opacity: 0.7;
    }
}
@media screen and (max-width: 750px) {
    .c-contact .c-btn-4 {
        letter-spacing: 0.08em;
    }
}

.c-btn-4::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    width: 17.5px;
    height: 28.5px;
    background: url("../img/common/icon_arrow_right.svg") 0 50%/100% 100% no-repeat;
}
@media screen and (max-width: 750px) {
    .c-btn-4::after {
        right: 4.4vw;
        width: 2.7333333333vw;
        height: 4.6666666667vw;
    }
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
/* ---------------------------------------------
*   c-floating
--------------------------------------------- */
.c-floating {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
@media screen and (max-width: 750px) {
    .c-floating {
        bottom: 0;
        right: 0;
    }
}
.c-floating__link {
    display: block;
    width: 70px;
}
@media screen and (max-width: 750px) {
    .c-floating__link {
        width: 100%;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-floating__link {
        transition: opacity 300ms;
    }
    .c-floating__link:hover {
        opacity: 0.7;
    }
}
.c-floating__link img {
    width: 100%;
}

/*  c-list-5
--------------------------------------------- */
.c-list-5 {
    display: flex;
    align-items: center;
    margin-top: 42px;
}
@media screen and (max-width: 750px) {
    .c-list-5 {
        justify-content: center;
        margin-top: 3.0666666667vw;
    }
}
.c-list-5__item--icon {
    margin-left: 39px;
}
.c-list-5__item--google {
    margin-left: 41px;
}
@media screen and (max-width: 750px) {
    .c-list-5__item--google {
        margin-left: 0;
    }
}
.c-list-5__item--apple {
    margin-left: 30px;
}
@media screen and (max-width: 750px) {
    .c-list-5__item--apple {
        margin-left: 5.3vw;
    }
}
.c-list-5__item--qr {
    margin-left: 16px;
}
.c-list-5__item-icon {
    width: 100px;
}
.c-list-5__item-qr {
    width: 140px;
}
.c-list-5__item-app-txt {
    text-align: center;
    font-size: 1.2857142857rem;
}
@media screen and (max-width: 750px) {
    .c-list-5__item-app-txt {
        font-size: 3.7333333333vw;
    }
}
.c-list-5__item-link {
    outline: none;
    display: inline-block;
    margin-top: 5px;
}
@media screen and (min-width: 751px) {
    .c-list-5__item-link {
        transition: opacity 300ms;
    }
    .c-list-5__item-link:hover {
        opacity: 0.7;
    }
}
.c-list-5__item-link--google {
    width: 208px;
}
@media screen and (max-width: 750px) {
    .c-list-5__item-link--google {
        width: 35.6vw;
    }
}
.c-list-5__item-link--apple {
    width: 171px;
}
@media screen and (max-width: 750px) {
    .c-list-5__item-link--apple {
        width: 29.4666666667vw;
    }
}

/* ---------------------------------------------
*   c-item-box
--------------------------------------------- */
.c-item-box {
    text-align: center;
    color: #0068b7;
}
.c-item-box__head {
    position: relative;
    padding: 12px;
    margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
    .c-item-box__head {
        padding: 4.6666666667vw 1.6vw;
        margin-bottom: 6.6666666667vw;
    }
}
.c-item-box__head--1:before, .c-item-box__head--1:after {
    position: absolute;
    top: calc(100% + 18px);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #0068b7 transparent transparent transparent;
}
@media screen and (max-width: 750px) {
    .c-item-box__head--1:before, .c-item-box__head--1:after {
        top: calc(100% + 2.4vw);
        border-width: 2.6666666667vw 2vw 0 2vw;
    }
}
.c-item-box__head--1:before {
    left: 88px;
}
@media screen and (max-width: 750px) {
    .c-item-box__head--1:before {
        content: none;
    }
}
.c-item-box__head--1:after {
    right: 88px;
}
@media screen and (max-width: 750px) {
    .c-item-box__head--1:after {
        right: 50%;
        transform: translateX(50%);
    }
}
.c-item-box__head--2:after {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #0068b7 transparent transparent transparent;
}
@media screen and (max-width: 750px) {
    .c-item-box__head--2:after {
        top: calc(100% + 2.4vw);
        border-width: 2.6666666667vw 2vw 0 2vw;
    }
}
.c-item-box__head-ttl {
    height: 0;
    width: 212px;
    padding-top: 53px;
    overflow: hidden;
    margin: 0 auto;
}
.c-item-box__head-ttl--1 {
    background: url(../img/txt_ttl_head1.png) 0 0 no-repeat;
    background-size: 100% auto;
}
.c-item-box__head-ttl--2 {
    background: url(../img/txt_ttl_head2.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 750px) {
    .c-item-box__head-ttl {
        font-size: 4.2666666667vw;
        width: 33.8666666667vw;
        padding-top: 9.7333333333vw;
    }
    .c-item-box__head-ttl--1 {
        background: url(../img/txt_ttl_head1_sp.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
    .c-item-box__head-ttl--2 {
        background: url(../img/txt_ttl_head2_sp.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}
.c-item-box__body {
    position: relative;
}
.c-item-box__body:after {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #0068b7 transparent transparent transparent;
}
@media screen and (max-width: 750px) {
    .c-item-box__body:after {
        top: calc(100% + 2.4vw);
        border-width: 2.6666666667vw 2vw 0 2vw;
    }
}
.c-item-box__body--2 {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 750px) {
    .c-item-box__body--2 {
        display: block;
    }
    .c-item-box__body--2:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: "";
        width: 37.3333333333vw;
        height: 4.8vw;
        background: url(../img/txt_or_sp.png) 0 0 no-repeat;
        background-size: cover;
    }
}
.c-item-box__body-contents {
    width: calc(50% - 5px);
    padding: 20px 15px;
}
@media screen and (max-width: 750px) {
    .c-item-box__body-contents {
        width: 100%;
        padding: 3.4666666667vw 1.6vw 5.7333333333vw;
    }
    .c-item-box__body-contents + .c-item-box__body-contents {
        padding-top: 4.2666666667vw;
        padding-bottom: 4.6666666667vw;
    }
}
.c-item-box__body-contents--2 {
    width: 100%;
}
@media screen and (max-width: 750px) {
    .c-item-box__body-contents--2 {
        padding-top: 2.1333333333vw;
        padding-bottom: 6.2666666667vw;
    }
}
.c-item-box__txt {
    margin: 0 auto 0;
    height: 0;
    overflow: hidden;
}
.c-item-box__txt--1 {
    width: 140px;
    padding-top: 40px;
    background: url(../img/txt_process1.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
    .c-item-box__txt--1 {
        width: 27.0666666667vw;
        padding-top: 7.7333333333vw;
        margin-bottom: 2.6666666667vw;
    }
}
.c-item-box__txt--2 {
    width: 170px;
    padding-top: 40px;
    background: url(../img/txt_process2.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
    .c-item-box__txt--2 {
        width: 32.6666666667vw;
        padding-top: 7.7333333333vw;
        margin-bottom: 3.3333333333vw;
    }
}
.c-item-box__txt--3 {
    margin-top: 10px;
    width: 342px;
    padding-top: 17px;
    background: url(../img/txt_process3.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 750px) {
    .c-item-box__txt--3 {
        margin-top: 1.3333333333vw;
        width: 33.4666666667vw;
        padding-top: 7.7333333333vw;
        background: url(../img/txt_process3_sp.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}
.c-item-box__link {
    position: relative;
    display: block;
    color: transparent;
    margin: 0 auto 0;
}
.c-item-box__link--registration {
    width: 110px;
    height: 110px;
    background: url(../img/btn_link.png) center center/cover;
    background-repeat: no-repeat;
    transition: background 0.3s;
}
@media screen and (min-width: 751px) {
    .c-item-box__link--registration:hover {
        background: url(../img/btn_link-hover.png) center center/cover;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 750px) {
    .c-item-box__link--registration {
        width: 18.6666666667vw;
        height: 18.6666666667vw;
    }
}
.c-item-box__link--registration-2 {
    width: 130px;
    height: 130px;
    margin: 0;
    margin-left: 76px;
}
@media screen and (max-width: 750px) {
    .c-item-box__link--registration-2 {
        width: 21.3333333333vw;
        height: 21.3333333333vw;
        margin-left: 13.3333333333vw;
    }
}
.c-item-box__link--app {
    width: 100px;
    height: 100px;
    background: url(../img/btn_app.png) center center/cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
    .c-item-box__link--app {
        width: 16.6666666667vw;
        height: 16.6666666667vw;
    }
}
.c-item-box__link--qr {
    width: 110px;
    margin-right: 0;
    margin-left: 20px;
}
@media screen and (max-width: 750px) {
    .c-item-box__link {
        overflow: hidden;
    }
    .c-item-box__link.js-btn-anime-active::before {
        position: absolute;
        content: "";
        display: inline-block;
        top: -180px;
        left: 0;
        width: 30px;
        height: 100%;
        background-color: #fff;
        animation: shiny 3s ease-in-out infinite;
    }
}
.c-item-box__links {
    margin-top: 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 750px) {
    .c-item-box__links {
        display: block;
        margin-top: 3.3333333333vw;
    }
}
@media screen and (max-width: 750px) {
    .c-item-box__links-wrap {
        margin-top: 7.0666666667vw;
    }
}
.c-item-box__link-item {
    width: 127px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-item-box__link-item {
        width: 30vw;
    }
}

/* ---------------------------------------------
*   c-img-line
--------------------------------------------- */
.c-img-line {
    margin: 0 auto;
}
.c-img-line--1 {
    width: 180px;
    margin-top: 30px;
}
@media screen and (max-width: 750px) {
    .c-img-line--1 {
        width: 28vw;
        margin-top: 2vw;
    }
}

/* ---------------------------------------------
*   p-index-kv
--------------------------------------------- */
.p-index-kv__main {
    padding-block: 24px;
    background: linear-gradient(0deg, rgb(13, 99, 170) 0%, rgb(13, 112, 255) 100%);
}
@media screen and (max-width: 750px) {
    .p-index-kv__main {
        background: none;
        padding-block: 0;
    }
}
.p-index-kv__main img {
    display: block;
    width: 620px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .p-index-kv__main img {
        width: 100%;
    }
}
.p-index-kv__note {
    padding-block: 16px;
    background: linear-gradient(90deg, rgb(113, 161, 247) 0%, rgb(111, 205, 218) 100%);
    font-size: 1.5714285714rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 0.03em;
    line-height: 2.2;
}
@media screen and (max-width: 750px) {
    .p-index-kv__note {
        padding-block: 2.8vw;
        font-size: 4.2666666667vw;
        line-height: 1.5;
    }
}

/* ---------------------------------------------
*   p-index-campaign
--------------------------------------------- */
.p-index-campaign {
    padding-top: 80px;
}
@media screen and (max-width: 750px) {
    .p-index-campaign {
        padding-top: 10.6666666667vw;
        padding-inline: calc(45 / 750 * 100%);
    }
}
.p-index-campaign__ttl {
    width: 351px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .p-index-campaign__ttl {
        width: 66.4vw;
    }
}
.p-index-campaign__ttl img {
    width: 100%;
}

/* ---------------------------------------------
*   p-index-slider
--------------------------------------------- */
.p-index-slider {
    width: 490px;
    margin-top: 20px;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .p-index-slider.slide-two.is-initialized:not(.is-active) {
        width: 1000px;
    }
    .p-index-slider.slide-two.is-initialized:not(.is-active) .splide__list {
        display: flex;
        gap: 20px;
    }
    .p-index-slider.slide-two.is-initialized:not(.is-active) .splide__slide {
        max-width: 490px;
    }
}
@media screen and (max-width: 750px) {
    .p-index-slider {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .p-index-slider {
        margin-top: 1.6vw;
    }
}
.p-index-slider__wrapper {
    position: relative;
}
.p-index-slider .splide__slide {
    transform: translate3d(0, 0, 0);
}
.p-index-slider .splide__pagination {
    margin-top: 27px;
    gap: 16px;
}
@media screen and (max-width: 750px) {
    .p-index-slider .splide__pagination {
        margin-top: 2.2666666667vw;
    }
}
.p-index-slider .splide__pagination li {
    font-size: 0;
}
.p-index-slider .splide__pagination__page {
    width: 10px;
    height: 10px;
    background-color: #d8d8d8;
    border-radius: 50%;
    touch-action: manipulation;
    cursor: pointer;
}
@media screen and (max-width: 750px) {
    .p-index-slider .splide__pagination__page {
        width: 2.6666666667vw;
        height: 2.6666666667vw;
    }
}
.p-index-slider .splide__pagination__page.is-active {
    background-color: #999;
}
.p-index-slider .splide__pagination__page:focus-visible {
    outline: 3px solid #0d63aa;
    outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
    .p-index-slider .splide__pagination__page {
        transition: opacity 300ms;
    }
    .p-index-slider .splide__pagination__page:hover {
        opacity: 0.7;
    }
}
.p-index-slider__link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .p-index-slider__link {
        transition: opacity 300ms;
    }
    .p-index-slider__link:hover {
        opacity: 0.7;
    }
}
.p-index-slider__link img {
    width: 100%;
}

/* ---------------------------------------------
*   p-index-intro
--------------------------------------------- */
.p-index-intro {
    padding-block: 75px 95px;
}
@media screen and (max-width: 750px) {
    .p-index-intro {
        padding: 9.8666666667vw 0 19.4666666667vw;
    }
}
.p-index-campaign + .p-index-intro {
    padding-top: 80px;
}
@media screen and (max-width: 750px) {
    .p-index-campaign + .p-index-intro {
        padding-top: 10.2666666667vw;
    }
}

.p-index-intro__ttl {
    width: 500px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .p-index-intro__ttl {
        width: 72vw;
    }
}
.p-index-intro__ttl img {
    width: 100%;
}
.p-index-intro__lead {
    margin-top: 37px;
    font-size: 1.5714285714rem;
    line-height: 1.86;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .p-index-intro__lead {
        margin-top: 6.4vw;
        padding-inline: calc(65 / 750 * 100%);
        font-size: 4.2666666667vw;
        line-height: 1.875;
        text-align: left;
    }
}
.p-index-intro__anchor-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
@media screen and (max-width: 750px) {
    .p-index-intro__anchor-wrap {
        -moz-column-gap: 0;
             column-gap: 0;
    }
}
.p-index-intro__anchor {
    display: block;
    width: 243px;
}
@media screen and (max-width: 750px) {
    .p-index-intro__anchor {
        width: 44.2666666667vw;
    }
}
.p-index-intro__anchor:last-of-type {
    margin-left: -21px;
}
@media screen and (max-width: 750px) {
    .p-index-intro__anchor:last-of-type {
        margin-left: -3.3vw;
    }
}
@media (hover: hover) and (pointer: fine) {
    .p-index-intro__anchor {
        transition: opacity 300ms;
    }
    .p-index-intro__anchor:hover {
        opacity: 0.7;
    }
}
.p-index-intro__anchor img {
    width: 100%;
}
.p-index-intro .c-btn-4 {
    margin-top: 55px;
}
@media screen and (max-width: 750px) {
    .p-index-intro .c-btn-4 {
        margin-top: 10vw;
    }
}

/* ---------------------------------------------
*   p-index-section
--------------------------------------------- */
.p-index-section__ttl {
    display: grid;
    place-items: center;
    height: 140px;
    background-color: #0d63aa;
}
@media screen and (max-width: 750px) {
    .p-index-section__ttl {
        height: 26.6666666667vw;
    }
}
.p-index-section__ttl img {
    width: 100%;
}
.p-index-section--01 .p-index-section__ttl img {
    width: 709px;
}
@media screen and (max-width: 750px) {
    .p-index-section--01 .p-index-section__ttl img {
        width: 82vw;
    }
}
.p-index-section--02 .p-index-section__ttl img {
    width: 709px;
}
@media screen and (max-width: 750px) {
    .p-index-section--02 .p-index-section__ttl img {
        width: 62.4vw;
    }
}
.p-index-section--03 .p-index-section__ttl img {
    width: 731px;
}
@media screen and (max-width: 750px) {
    .p-index-section--03 .p-index-section__ttl img {
        width: 84.4vw;
    }
}

/* ---------------------------------------------
*   p-index-cassette
--------------------------------------------- */
.p-index-cassette {
    padding-top: 110px;
}
@media screen and (max-width: 750px) {
    .p-index-cassette {
        padding-top: 16vw;
    }
}
@media screen and (max-width: 750px) {
    .p-index-cassette--get {
        padding-inline: calc(30 / 750 * 100%);
    }
}
.p-index-cassette--use {
    padding-top: 168px;
}
@media screen and (max-width: 750px) {
    .p-index-cassette--use {
        padding-top: 23.3333333333vw;
    }
}
.p-index-cassette__ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
.p-index-cassette__ttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    margin-top: 21px;
    background-color: #0d63aa;
    width: 0%;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .p-index-cassette__ttl::after {
        height: 0.8vw;
        margin-top: 2.4vw;
    }
}
.p-index-cassette__ttl.is-active::after {
    transition: 0.8s 0.8s;
    width: 100%;
}
.p-index-cassette__ttl-txt {
    position: relative;
    color: #0d63aa;
    display: block;
    padding-left: 5px;
    font-size: 3.1428571429rem;
    font-weight: bold;
    line-height: 1;
    opacity: 0;
    transform: translateY(50px);
}
@media screen and (max-width: 750px) {
    .p-index-cassette__ttl-txt {
        padding-left: 0.4vw;
        font-size: 6.4vw;
        line-height: 1.375;
    }
}
.p-index-cassette__ttl.is-active .p-index-cassette__ttl-txt {
    transition: transform 0.8s, opacity 0.8s;
    opacity: 1;
    transform: translateY(0);
}
.p-index-cassette__ttl-txt::before, .p-index-cassette__ttl-txt::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.p-index-cassette__ttl-txt::before {
    top: 24%;
    left: -91px;
    width: 85px;
    height: 85px;
    background-image: url("../img/top/img_get_obj_01.png");
}
@media screen and (max-width: 750px) {
    .p-index-cassette__ttl-txt::before {
        left: -12.1333333333vw;
        width: 11.3333333333vw;
        height: 11.3333333333vw;
    }
}
.p-index-cassette--use .p-index-cassette__ttl-txt::before {
    top: 0;
    left: -83px;
    width: 76px;
    height: 89px;
    background-image: url("../img/top/img_use_obj_01.png");
}
@media screen and (max-width: 750px) {
    .p-index-cassette--use .p-index-cassette__ttl-txt::before {
        top: 14%;
        left: -11.0666666667vw;
        width: 10.1333333333vw;
        height: 11.8666666667vw;
    }
}
.p-index-cassette__ttl-txt::after {
    top: 20%;
    right: -85px;
    width: 77px;
    height: 83px;
    background-image: url("../img/top/img_get_obj_02.png");
}
@media screen and (max-width: 750px) {
    .p-index-cassette__ttl-txt::after {
        right: -11.3333333333vw;
        width: 10.2666666667vw;
        height: 11.0666666667vw;
    }
}
.p-index-cassette--use .p-index-cassette__ttl-txt::after {
    top: 22%;
    right: -69px;
    width: 54px;
    height: 67px;
    background-image: url("../img/top/img_use_obj_02.png");
}
@media screen and (max-width: 750px) {
    .p-index-cassette--use .p-index-cassette__ttl-txt::after {
        top: 30%;
        right: -9.2vw;
        width: 7.2vw;
        height: 8.9333333333vw;
    }
}
.p-index-cassette__lead {
    margin-top: 42px;
    font-size: 1.5714285714rem;
    line-height: 1.86;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .p-index-cassette__lead {
        margin-top: 6.4vw;
        font-size: 4vw;
    }
}
.p-index-cassette__img {
    max-width: 730px;
    margin-top: 48px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .p-index-cassette__img {
        max-width: initial;
        margin-top: 11.8666666667vw;
    }
}
.p-index-cassette__img img {
    width: 100%;
}
.p-index-cassette__txt-note {
    margin-top: 35px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.9285714286rem;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .p-index-cassette__txt-note {
        margin-top: 7.3333333333vw;
        font-size: 2.6666666667vw;
        letter-spacing: 0.08em;
        line-height: 1.5;
        text-align: left;
    }
}

/* ---------------------------------------------
*   p-index-use
--------------------------------------------- */
.p-index-use {
    max-width: 1024px;
    margin-inline: auto;
    padding-block: 70px 63px;
}
@media screen and (max-width: 750px) {
    .p-index-use {
        padding-block: 10.6666666667vw 7.3333333333vw;
    }
}
.p-index-use--02 {
    padding-block: 72px 100px;
}
@media screen and (max-width: 750px) {
    .p-index-use--02 {
        padding-block: 9.3333333333vw 19.7333333333vw;
    }
}
.p-index-use:not(:first-of-type) {
    background: url("../img/top/img_use_border.png") 0 0/100% auto no-repeat;
}
@media screen and (max-width: 750px) {
    .p-index-use:not(:first-of-type) {
        background-position: 50% 0;
        background-size: calc(620 / 750 * 100%);
        background-image: url("../img/top/sp/img_use_border.png");
    }
}
.p-index-use__ttl {
    max-width: 480px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .p-index-use__ttl {
        width: 64vw;
    }
}
.p-index-use__ttl img {
    width: 100%;
}
.p-index-use__img {
    max-width: 640px;
    margin-top: 50px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .p-index-use__img {
        max-width: 85.3333333333vw;
        margin-top: 6.6666666667vw;
    }
}
.p-index-use--02 .p-index-use__img {
    max-width: 502px;
    margin-top: 70px;
}
@media screen and (max-width: 750px) {
    .p-index-use--02 .p-index-use__img {
        max-width: 66.9333333333vw;
        margin-top: 9.3333333333vw;
    }
}
.p-index-use__img img {
    width: 100%;
}
.p-index-use__txt {
    margin-top: 45px;
    font-size: 1.5714285714rem;
    line-height: 1.86;
    text-align: center;
    font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
    .p-index-use__txt {
        margin-top: 6vw;
        font-size: 4vw;
        line-height: 1.86;
    }
}
.p-index-use .c-btn-4 {
    margin-top: 65px;
}
@media screen and (max-width: 750px) {
    .p-index-use .c-btn-4 {
        margin-top: 11.0666666667vw;
    }
}
.p-index-use__txt-link {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 73px;
    margin-inline: auto;
    text-decoration: underline;
    font-size: 1.4285714286rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #0d63aa;
}
@media screen and (max-width: 750px) {
    .p-index-use__txt-link {
        margin-top: 12.6666666667vw;
        font-size: 3.7333333333vw;
        line-height: 1.07;
    }
}
@media (hover: hover) and (pointer: fine) {
    .p-index-use__txt-link {
        transition: opacity 300ms;
    }
    .p-index-use__txt-link:hover {
        opacity: 0.7;
    }
}

/* ---------------------------------------------
*   p-index-reg
--------------------------------------------- */
.p-index-reg {
    padding-block: 70px 100px;
}
@media screen and (max-width: 750px) {
    .p-index-reg {
        padding: 9.3333333333vw calc(65 / 750 * 100%) 20vw;
    }
}
.p-index-reg__lead {
    font-size: 1.5714285714rem;
    font-weight: bold;
    line-height: 1.86;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .p-index-reg__lead {
        font-size: 4vw;
    }
}
.p-index-reg__box {
    max-width: 790px;
    margin-top: 72px;
    margin-inline: auto;
    padding-block: 37px 32px;
    color: #0d63aa;
    background-color: #fff9b3;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .p-index-reg__box {
        max-width: initial;
        margin-top: 8.6666666667vw;
        padding-block: 5.3333333333vw 4.6666666667vw;
    }
}
.p-index-reg__box-ttl {
    font-size: 1.5714285714rem;
    font-weight: bold;
    line-height: 1.18;
}
@media screen and (max-width: 750px) {
    .p-index-reg__box-ttl {
        font-size: 4vw;
        line-height: 1.2;
    }
}
.p-index-reg__box-txt {
    margin-top: 3px;
    font-size: 1.4285714286rem;
    line-height: 2.3;
}
@media screen and (max-width: 750px) {
    .p-index-reg__box-txt {
        margin-top: 1.6vw;
        font-size: 3.7333333333vw;
        line-height: 1.64;
    }
}

/* ---------------------------------------------
*   p-index-merit
--------------------------------------------- */
.p-index-merit {
    padding-block: 80px 100px;
}
@media screen and (max-width: 750px) {
    .p-index-merit {
        padding: calc(82 / 750 * 100%) calc(65 / 750 * 100%) calc(148 / 750 * 100%);
    }
}
.p-index-merit__btns {
    display: flex;
    justify-content: center;
    -moz-column-gap: 21px;
         column-gap: 21px;
}
@media screen and (max-width: 750px) {
    .p-index-merit__btns {
        display: block;
    }
}
.p-index-merit__btn {
    display: block;
    width: 327px;
}
@media screen and (max-width: 750px) {
    .p-index-merit__btn {
        width: 100%;
    }
    .p-index-merit__btn:not(:first-of-type) {
        margin-top: 4vw;
    }
}
.p-index-merit__btn img {
    width: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .p-index-merit__btn {
        transition: opacity 300ms;
    }
    .p-index-merit__btn:hover {
        opacity: 0.7;
    }
}

/* ---------------------------------------------
*   p-index-service
--------------------------------------------- */
.p-index-service {
    padding-block: 80px;
    background-color: #e4f3f8;
}
@media screen and (max-width: 750px) {
    .p-index-service {
        padding-block: 16vw 13.3333333333vw;
    }
}
.p-index-service__ttl {
    max-width: 540px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .p-index-service__ttl {
        width: calc(640 / 750 * 100%);
    }
}
.p-index-service__ttl img {
    width: 100%;
}
.p-index-service__lead {
    margin-top: 38px;
    color: #0d63aa;
    font-size: 1.5714285714rem;
    line-height: 1.86;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .p-index-service__lead {
        margin-top: 5.3333333333vw;
        font-size: 4vw;
        line-height: 1.86;
    }
}
.p-index-service__list-wrap {
    display: flex;
    justify-content: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    max-width: 1024px;
    margin-top: 50px;
    margin-inline: auto;
    padding: 40px 1em;
    border-top: 1px solid #0d63aa;
    border-bottom: 1px solid #0d63aa;
}
@media screen and (max-width: 750px) {
    .p-index-service__list-wrap {
        display: block;
        max-width: calc(620 / 750 * 100%);
        margin-top: 6.9333333333vw;
        padding: 4.9333333333vw 0 5.3333333333vw;
    }
}
.p-index-service__list {
    max-width: 430px;
}
@media screen and (max-width: 750px) {
    .p-index-service__list {
        max-width: initial;
    }
}
.p-index-service__item {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.2857142857rem;
    font-weight: bold;
    line-height: 2.33;
}
@media screen and (max-width: 750px) {
    .p-index-service__item {
        margin-left: -0.3em;
        font-size: 3.4666666667vw;
        line-height: 1.92;
    }
}
.mac.safari .p-index-service__item, .windows .p-index-service__item, .iphone .p-index-service__item, .ipad .p-index-service__item {
    letter-spacing: -0.025em;
}

.p-index-service__item::before {
    content: "・";
}

/* ---------------------------------------------
*   p-index-foot
--------------------------------------------- */
.p-index-foot {
    background-color: #e4f3f8;
}
.p-index-foot__ttl {
    display: grid;
    place-items: center;
    min-height: 180px;
    background: linear-gradient(90deg, rgb(113, 161, 247) 0%, rgb(111, 205, 218) 100%);
    color: #fff;
    font-size: 2.2857142857rem;
    font-weight: bold;
    line-height: 1.93;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .p-index-foot__ttl {
        min-height: 32vw;
        font-size: 5.0666666667vw;
        line-height: 1.63;
    }
}
/* ---------------------------------------------
*   p-sub-kv
--------------------------------------------- */
.p-sub-kv {
    padding-block: 50px 45px;
    background-color: #77bfda;
    color: #fff;
}
@media screen and (max-width: 750px) {
    .p-sub-kv {
        padding-block: 13.7333333333vw 12.9333333333vw;
        padding-inline: calc(56 / 750 * 100%);
    }
}
.p-sub-kv__ttl {
    max-width: 654px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .p-sub-kv__ttl {
        max-width: 65.7333333333vw;
    }
}
.channel-page .p-sub-kv__ttl {
    max-width: 568px;
}
@media screen and (max-width: 750px) {
    .channel-page .p-sub-kv__ttl {
        max-width: 52.8vw;
    }
}

.point-check-page .p-sub-kv__ttl {
    max-width: 534px;
}
@media screen and (max-width: 750px) {
    .point-check-page .p-sub-kv__ttl {
        max-width: 56.6666666667vw;
    }
}

.p-sub-kv__ttl img {
    width: 100%;
}
.p-sub-kv__img {
    max-width: 244px;
    margin-top: 33px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .p-sub-kv__img {
        max-width: 48vw;
        margin-top: 8.4vw;
    }
}
.p-sub-kv__img img {
    width: 100%;
}
.p-sub-kv__lead {
    margin-top: 20px;
    font-size: 1.5714285714rem;
    font-weight: bold;
    line-height: 1.86;
    text-align: center;
    letter-spacing: -0.02em;
}
@media screen and (max-width: 750px) {
    .p-sub-kv__lead {
        margin-top: 7.0666666667vw;
        font-size: 4vw;
        letter-spacing: 0.03em;
        line-height: 1.73;
        text-align: justify;
    }
    .point-check-page .p-sub-kv__lead {
        letter-spacing: -0.02em;
    }
}
.p-sub-kv__txt-note {
    margin-top: 15px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.9285714286rem;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .p-sub-kv__txt-note {
        margin-top: 4.9333333333vw;
        font-size: 3.2vw;
        line-height: 1.58;
        text-align: left;
    }
}

/* ---------------------------------------------
*   p-sub-section
--------------------------------------------- */
.p-sub-section {
    padding-block: 68px 107px;
    background-color: #e4f3f8;
}
@media screen and (max-width: 750px) {
    .p-sub-section {
        padding: calc(102 / 750 * 100%) calc(45 / 750 * 100%) calc(108 / 750 * 100%);
    }
}
.p-sub-section__ttl {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-bottom: 30px;
    color: #0d63aa;
    font-size: 3.1428571429rem;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
}
@media screen and (max-width: 750px) {
    .p-sub-section__ttl {
        padding-bottom: 4vw;
        font-size: 3.1428571429rem;
        line-height: 1.36;
    }
}
.p-sub-section__ttl.is-active {
    transition: transform 0.8s, opacity 0.8s;
    opacity: 1;
    transform: translateY(0);
}
.p-sub-section__ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 5px;
    background-color: #0d63aa;
}
@media screen and (max-width: 750px) {
    .p-sub-section__ttl::after {
        height: 0.8vw;
    }
}
.p-sub-section__ttl.is-active::after {
    transition: 0.8s 0.8s;
    width: 100%;
}
/* ---------------------------------------------
*   p-sub-cassette
--------------------------------------------- */
.p-sub-cassette {
    margin-top: 80px;
}
@media screen and (max-width: 750px) {
    .p-sub-cassette {
        margin-top: 12vw;
    }
}
.p-sub-cassette__ttl {
    position: relative;
    display: grid;
    place-items: center;
    max-width: 660px;
    min-height: 80px;
    margin-inline: auto;
    border-radius: 14px/9px;
    background-color: #0d63aa;
    color: #ffe000;
    font-size: 1.8571428571rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .p-sub-cassette__ttl {
        max-width: initial;
        min-height: 10.6666666667vw;
        border-radius: 1.8666666667vw;
        font-size: 4.2666666667vw;
        line-height: 1.3;
    }
}
@media screen and (max-width: 750px) {
    .p-sub-cassette__ttl--sp-large {
        min-height: 16vw;
    }
}
.p-sub-cassette__ttl::after {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border-style: solid;
    border-width: 23px 14px 0 14px;
    border-color: #0d63aa transparent transparent transparent;
}
@media screen and (max-width: 750px) {
    .p-sub-cassette__ttl::after {
        border-width: 3.7333333333vw 2.4vw 0 2.4vw;
    }
}
.p-sub-cassette__img {
    max-width: 519px;
    margin-inline: auto;
}
.p-sub-cassette__img--02 {
    max-width: 540px;
}
@media screen and (max-width: 750px) {
    .p-sub-cassette__img--02 {
        max-width: 77.3333333333vw;
    }
}
.p-sub-cassette__img img {
    width: 100%;
}
.p-sub-cassette__txt {
    margin-top: 43px;
    font-size: 1.5714285714rem;
    line-height: 1.86;
    letter-spacing: -0.02em;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .p-sub-cassette__txt {
        margin-top: 5.8666666667vw;
        font-size: 4vw;
        line-height: 1.86;
    }
}
.p-sub-cassette__txt-note {
    margin-top: 40px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.9285714286rem;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .p-sub-cassette__txt-note {
        margin-top: 4vw;
        font-size: 2.6666666667vw;
    }
}

/* ---------------------------------------------
*   p-sub-foot-nav
--------------------------------------------- */
.p-sub-foot-nav {
    display: flex;
    justify-content: center;
    -moz-column-gap: 25px;
         column-gap: 25px;
    padding-block: 80px 90px;
}
@media screen and (max-width: 750px) {
    .p-sub-foot-nav {
        -moz-column-gap: 2vw;
             column-gap: 2vw;
        padding-block: 12.6666666667vw 13.0666666667vw;
    }
}
.p-sub-foot-nav__link {
    display: grid;
    place-items: center;
    width: 320px;
    height: 160px;
    border-radius: 17px;
    border: 3px solid #fff;
    box-shadow: 2px 2px 5px rgb(191, 191, 193);
    background-color: #5091cd;
}
@media screen and (max-width: 750px) {
    .p-sub-foot-nav__link {
        width: 28vw;
        height: 28vw;
        padding-top: 2.4vw;
        border-width: 0.4vw;
        border-radius: 3.2vw;
        box-shadow: 0.2666666667vw 0.2666666667vw 0.6666666667vw rgb(191, 191, 193);
    }
}
.p-sub-foot-nav__link--type2 {
    background-color: #77bfda;
}
@media (hover: hover) and (pointer: fine) {
    .p-sub-foot-nav__link {
        transition: opacity 300ms;
    }
    .p-sub-foot-nav__link:hover {
        opacity: 0.7;
    }
}
.p-sub-foot-nav__link img {
    width: auto;
    height: 97px;
}
@media screen and (max-width: 750px) {
    .p-sub-foot-nav__link img {
        height: 17.7333333333vw;
    }
}

/* ---------------------------------------------
*   p-sub-download
--------------------------------------------- */
.p-sub-download {
    display: flex;
    -moz-column-gap: 38px;
         column-gap: 38px;
    max-width: 496px;
    margin-inline: auto;
    background-color: #fff;
    margin-top: 76px;
    padding: 33px 62px 27px;
    border-radius: 12px;
}
@media screen and (max-width: 750px) {
    .p-sub-download {
        display: block;
        max-width: 70.1333333333vw;
        margin-top: 11.3333333333vw;
        padding: 3.8666666667vw 5.2vw;
        border-radius: 2.6666666667vw;
    }
}
.p-sub-download__main {
    width: 258px;
}
@media screen and (max-width: 750px) {
    .p-sub-download__main {
        width: 100%;
    }
}
.p-sub-download__ttl {
    width: 249px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .p-sub-download__ttl {
        width: 43.2vw;
    }
}
.p-sub-download__ttl img {
    width: 100%;
}
.p-sub-download__btns {
    display: flex;
    -moz-column-gap: 22px;
         column-gap: 22px;
    margin-top: 18px;
}
@media screen and (max-width: 750px) {
    .p-sub-download__btns {
        -moz-column-gap: 4.5333333333vw;
             column-gap: 4.5333333333vw;
        margin-top: 2.6666666667vw;
    }
}
.p-sub-download__btn {
    flex: 1;
}
@media (hover: hover) and (pointer: fine) {
    .p-sub-download__btn {
        transition: opacity 300ms;
    }
    .p-sub-download__btn:hover {
        opacity: 0.7;
    }
}
.p-sub-download__btn:nth-of-type(1) {
    flex: 1.2;
}
.p-sub-download__btn img {
    width: 100%;
}
.p-sub-download__link {
    display: block;
}
.p-sub-download__qr {
    width: 75px;
    padding-top: 3px;
}
@media screen and (max-width: 750px) {
    .p-sub-download__qr {
        display: none;
    }
}
.p-sub-download__qr img {
    width: 100%;
}

/* ---------------------------------------------
*   p-reg-kv
--------------------------------------------- */
.p-reg-kv {
    padding-block: 102px;
    background-color: #77bfda;
}
@media screen and (max-width: 750px) {
    .p-reg-kv {
        padding-block: 13.3333333333vw;
    }
}
.p-reg-kv__ttl {
    max-width: 407px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .p-reg-kv__ttl {
        max-width: 63.3333333333vw;
    }
}
.p-reg-kv__ttl img {
    width: 100%;
}

/* ---------------------------------------------
*   p-reg-content
--------------------------------------------- */
.p-reg-content {
    background-color: #e4f3f8;
}

/* ---------------------------------------------
*   p-reg-intro
--------------------------------------------- */
.p-reg-intro {
    padding-top: 60px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .p-reg-intro {
        padding: 9.3333333333vw calc(45 / 750 * 100%) 0;
    }
}
.p-reg-intro__lead {
    font-size: 1.5714285714rem;
    font-weight: bold;
    line-height: 2.7;
}
@media screen and (max-width: 750px) {
    .p-reg-intro__lead {
        font-size: 4.2666666667vw;
        line-height: 1.87;
    }
}
.p-reg-intro__img {
    max-width: 840px;
    margin-top: 65px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .p-reg-intro__img {
        max-width: initial;
        margin-top: 7.3333333333vw;
    }
}
.p-reg-intro__img img {
    width: 100%;
}
.p-reg-intro__txt {
    margin-top: 10px;
    color: #0068b7;
    font-size: 1.5714285714rem;
    line-height: 2;
}

/* ---------------------------------------------
*   p-reg-howto
--------------------------------------------- */
.p-reg-howto {
    margin-top: 47px;
}
@media screen and (max-width: 750px) {
    .p-reg-howto {
        margin-top: 6.6666666667vw;
    }
}

/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

.txt-al-right {
    text-align: right !important;
}

.txt-al-left {
    text-align: left !important;
}

/* ---------------------------------------------
*   palt
--------------------------------------------- */
.palt {
    margin-left: -0.5em;
}

/* ---------------------------------------------
*   青枠に白背景
--------------------------------------------- */
.border-cassette {
    border: 4px solid #0068b7;
    border-radius: 8px;
    background-color: #fff;
}
@media screen and (max-width: 750px) {
    .border-cassette {
        border-width: 0.5333333333vw;
        border-radius: 1.0666666667vw;
    }
}
@media screen and (max-width: 750px) {
    .border-cassette--bb-none {
        border-bottom: none;
        border-radius: 1.0666666667vw 1.0666666667vw 0 0;
    }
}
@media screen and (max-width: 750px) {
    .border-cassette--bt-none {
        border-top: none;
        border-radius: 0 0 1.0666666667vw 1.0666666667vw;
    }
}

/* ---------------------------------------------
*   文字色
--------------------------------------------- */
.color-red {
    color: #e60012;
}

/* ---------------------------------------------
*   js-tel-disabled
--------------------------------------------- */
.js-tel-disabled {
    pointer-events: none;
}

[data-fadein] {
    transform: translateY(50px);
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
}
[data-fadein].js-fadein-active {
    transform: translateY(0);
    opacity: 1;
}

/* ---------------------------------------------
*   アコーディオン
--------------------------------------------- */
.js-ac-target {
    display: none;
}

/* ---------------------------------------------
*   フローティングバナー
--------------------------------------------- */
.js-float.is-active {
    visibility: visible;
    opacity: 1;
}

.js-float.is-hide {
    visibility: hidden !important;
    opacity: 0 !important;
}

/* ---------------------------------------------
*   スクロールアニメーション
--------------------------------------------- */
.js-zoom-anime {
    transform: scale(0);
}
.js-zoom-anime.is-active {
    animation: zoomIn2 0.65s cubic-bezier(0.17, 0.67, 0.48, 1.25) 1 forwards;
}
@keyframes zoomIn2 {
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* フェードインアップ */
.js-fadein-up {
    opacity: 0;
    transform: translateY(50px);
}
.js-fadein-up.is-active {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.8s, opacity 1s;
}

@media screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}
@media screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

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

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.6666666667vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.3333333333vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2vw !important;
    }
    .mgt-sp--20 {
        margin-top: 2.6666666667vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.3333333333vw !important;
    }
    .mgt-sp--30 {
        margin-top: 4vw !important;
    }
    .mgt-sp--35 {
        margin-top: 4.6666666667vw !important;
    }
    .mgt-sp--40 {
        margin-top: 5.3333333333vw !important;
    }
    .mgt-sp--45 {
        margin-top: 6vw !important;
    }
    .mgt-sp--50 {
        margin-top: 6.6666666667vw !important;
    }
    .mgt-sp--55 {
        margin-top: 7.3333333333vw !important;
    }
    .mgt-sp--60 {
        margin-top: 8vw !important;
    }
    .mgt-sp--65 {
        margin-top: 8.6666666667vw !important;
    }
    .mgt-sp--70 {
        margin-top: 9.3333333333vw !important;
    }
    .mgt-sp--75 {
        margin-top: 10vw !important;
    }
    .mgt-sp--80 {
        margin-top: 10.6666666667vw !important;
    }
    .mgt-sp--85 {
        margin-top: 11.3333333333vw !important;
    }
    .mgt-sp--90 {
        margin-top: 12vw !important;
    }
    .mgt-sp--95 {
        margin-top: 12.6666666667vw !important;
    }
    .mgt-sp--100 {
        margin-top: 13.3333333333vw !important;
    }
    .mgt-sp--105 {
        margin-top: 14vw !important;
    }
    .mgt-sp--110 {
        margin-top: 14.6666666667vw !important;
    }
    .mgt-sp--115 {
        margin-top: 15.3333333333vw !important;
    }
    .mgt-sp--120 {
        margin-top: 16vw !important;
    }
    .mgt-sp--125 {
        margin-top: 16.6666666667vw !important;
    }
    .mgt-sp--130 {
        margin-top: 17.3333333333vw !important;
    }
    .mgt-sp--135 {
        margin-top: 18vw !important;
    }
    .mgt-sp--140 {
        margin-top: 18.6666666667vw !important;
    }
    .mgt-sp--145 {
        margin-top: 19.3333333333vw !important;
    }
    .mgt-sp--150 {
        margin-top: 20vw !important;
    }
    .mgt-sp--155 {
        margin-top: 20.6666666667vw !important;
    }
    .mgt-sp--160 {
        margin-top: 21.3333333333vw !important;
    }
    .mgt-sp--165 {
        margin-top: 22vw !important;
    }
    .mgt-sp--170 {
        margin-top: 22.6666666667vw !important;
    }
    .mgt-sp--175 {
        margin-top: 23.3333333333vw !important;
    }
    .mgt-sp--180 {
        margin-top: 24vw !important;
    }
    .mgt-sp--185 {
        margin-top: 24.6666666667vw !important;
    }
    .mgt-sp--190 {
        margin-top: 25.3333333333vw !important;
    }
    .mgt-sp--195 {
        margin-top: 26vw !important;
    }
    .mgt-sp--200 {
        margin-top: 26.6666666667vw !important;
    }
    .mgt-sp--205 {
        margin-top: 27.3333333333vw !important;
    }
    .mgt-sp--210 {
        margin-top: 28vw !important;
    }
    .mgt-sp--215 {
        margin-top: 28.6666666667vw !important;
    }
    .mgt-sp--220 {
        margin-top: 29.3333333333vw !important;
    }
    .mgt-sp--225 {
        margin-top: 30vw !important;
    }
    .mgt-sp--230 {
        margin-top: 30.6666666667vw !important;
    }
    .mgt-sp--235 {
        margin-top: 31.3333333333vw !important;
    }
    .mgt-sp--240 {
        margin-top: 32vw !important;
    }
    .mgt-sp--245 {
        margin-top: 32.6666666667vw !important;
    }
    .mgt-sp--250 {
        margin-top: 33.3333333333vw !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.6666666667vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.3333333333vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 2.6666666667vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.3333333333vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 4.6666666667vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 5.3333333333vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 6.6666666667vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 7.3333333333vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 8.6666666667vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 9.3333333333vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 10.6666666667vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 11.3333333333vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 12.6666666667vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 13.3333333333vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 14.6666666667vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 15.3333333333vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 16.6666666667vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 17.3333333333vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 18.6666666667vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 19.3333333333vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 20.6666666667vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 21.3333333333vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 22.6666666667vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 23.3333333333vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 24.6666666667vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 25.3333333333vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 26.6666666667vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 27.3333333333vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 28.6666666667vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 29.3333333333vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 30.6666666667vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 31.3333333333vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 32.6666666667vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 33.3333333333vw !important;
    }
}



