@charset "UTF-8";
html{
    position: relative;
    scroll-behavior: smooth;
}
.o-header {
    border-top: 0 solid #b60081;
}
.o-footer{
    position: static;
}
.p-campaigncontentsbody_inner .a-text {
  font-size: 14px;
}
ul, li {
  list-style: none;
}
img{
    height: auto!important;
}
.sp{
    display: none!important;
}
@media (max-width: 769px) {
    .sp{
        display: block!important;
    }
    .pc{
        display: none!important;
    }
}
.o-header{
    padding-top: 0px!important;
}
.wrap{
    width:100%;
}
.o-section{
    width: 1000px;
    margin: 0 auto;
}
@media (max-width: 769px) {
    .o-section{
        width: 92%;
        margin: 0 auto;
    }
}
h1{
    font-size: 0;
    margin: 0;
}
h2{
    display: block;
    font-size: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
    unicode-bidi: isolate;
}
h3 {
    display: block;
    font-size: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
    unicode-bidi: isolate;
}
h2 img{
    width: 1000px;
    display: block;
    margin: 0 auto;
}
h2{
    width: 100%;
    background-color: #434F98;
}
.red{
    color: #FF0000;
}
/* main */
.main img{
    width: 100%;
}
/* about */
.about{
    width: 100%;
    background-color: #E0F5FF;
}
.about_in{
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1322px;
    height: 1194px;
}
.about img{
    position: relative;
    width: 1000px;
    margin: 0 auto 15px;
    display: block;
    z-index: 2;
}
.about .about_back{
  position: absolute;
  top: 0;
  width: 1322px;
  height: 1194px;
  z-index: 1;
}
.about h3{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0 35px;
    margin: 0 auto;
    z-index: 2;
}
.about h3 span {
  font-size: 30px;
  color: #434F98;
  background: linear-gradient(to top, #fff 50%, transparent 50%);
}
/* deadline */
.deadline p{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 40px auto;
}
.deadline a{
    display: block;
    margin: 0 auto;
    width: fit-content;
}
.deadline a img{
    width: 398px;
    margin: 0 auto 40px;
    display: block;
}
/* method */
.method h3{
    width: 750px;
    font-size: 20px;
    font-weight: 600;
    margin: 50px auto 10px;
}
.method p{
    width: 750px;
    font-size: 16px;
    margin: 0 auto 40px;
}
.blue{
    color: #515BAE;
}
.pink{
    color: #B82996;
}
.tab-group{
    width: 750px;
    display: block;
    margin: 40px auto 60px;
}
.tabs{
    width: 750px;
    display: flex;
}
.tabs img{
    width: 375px;
}
#tab_01 p{
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0 15px;
    color: #434F98;
}
#tab_02 p{
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0 15px;
    color: #CE069E;
}
.tabs {
    display: flex;
}
.tabs .tab {
    cursor: pointer;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
    margin: 0 auto;
}
.scroll-wrap {
    position: relative;
    width: 750px;
}
.scroll-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 458px;
    white-space: nowrap;
}
.scroll-viewport::-webkit-scrollbar {
    display: none;
}
.scroll-img {
    height: 458px !important;
    width: auto;
    display: inline-block;
}
.scroll-prev,
.scroll-next {
    position: absolute;
    top: -70px;
    width: 40px;
    height: 40px;
    background-size: cover;
    border: 0;
    padding: 0;
    cursor: pointer;
    transition: .5s;
    z-index: 10;
}
.scroll-prev {
    right: 90px;
}
.scroll-next {
    position: absolute;
    top: 40%;
    right: -100px;
    background-image: url(../images/slick-next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    width: 80px;
    height: 80px;
}
.scroll-prev {
    position: absolute;
    top: 40%;
    left: -100px;
    background-image: url(../images/slick-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    width: 80px;
    height: 80px;
}
.scroll-prev:disabled,
.scroll-next:disabled {
    opacity: .15;
    cursor: default;
    transition: none;
}







/* simulation */
.simulation h3{
    width: 750px;
    font-size: 20px;
    font-weight: 600;
    margin: 50px auto 10px;
}
.simulation .blue{
    font-size: 17px;
    font-weight: 500;
    margin: 0 auto 30px;
}
.simulation p{
    width: 750px;
    font-size: 16px;
    margin: 0 auto 40px;
}
.simulation .scroll-viewport{
    height: 100%!important;
}
.simulation .scroll-img{
    width: 750px;
    height: 100%!important;;
}
#tab_03 p {
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0 15px;
    color: #434F98;
}
#tab_04 p {
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0 15px;
    color: #CE069E;
}
#tab_03 .simulation_copy,#tab_04 .simulation_copy{
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
    color: #000;
}










/* pay */
.pay_in{
    width: 850px;
    margin: 70px auto;
}
.pay_in img{
    width: 850px;
}
.pay_in p{
    font-size: 15px;
    margin-bottom: 15px;
}
.pay_title{
    margin-bottom: 80px;
}
.pay_con01{
    margin-bottom: 20px;
}
.pay_con02{
    margin: 40px auto 20px;
}
.pay_con03{
    margin: 60px auto 40px;
}
.pay a{
    display: block;
    margin: 0 auto;
    width: fit-content;
}
.pay a img{
    width: 398px;
    margin: 70px auto 40px;
    display: block;
}
/* note */
.note ul{
    width: 658px;
    font-size: 16px;
    line-height: 2.2;
    margin: 50px auto 76px;
}
.purple{
    color: #434F98;
}
/* faq */
.faq h3{
    width: 750px;
    text-align: center;
    font-size: 33px;
    font-weight: 600;
    margin: 0 auto;
    padding-bottom: 30px;
    text-decoration: underline;
}
.faq_link{
    width: 540px!important;
    display: block;
    margin: 0 auto 25px;
}
.faq h3 a{
    color: #000000;
}
.faq img{
    width: 850px;
    }
.faq_con{
    width: 750px;
    background-color: #FFF;
    padding: 50px 0 0;
    margin: 0 auto;
}
.faq_qa{
    margin-bottom: 50px;
    border-bottom: 1px solid #6E6E6E;
}
.faq_qa_2{
    padding-bottom: 50px;
    border-bottom: 0px solid #6E6E6E;
}
.faq_q{
    border: solid 2px #06378A;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 20px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.faq_q p{
    color: #06378A;
    font-size: 20px;
    font-weight: 500;
}
.faq_q img{
    width: 50px;
    height: 100%!important;
    margin-right: 20px;
    padding-right: 15px;
}
.faq_q p{
    position: relative;
}
.faq_q p::before{
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 2px;
    height: 100%;
    background-color: #434F98;
}
.faq_a{
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 2;
    display: flex;
    margin-bottom: 30px;
}
.faq_a_link{
    color: #515BAE;
    text-decoration:underline;
}
.faq_a_link:hover{
    color: #515BAE;
    text-decoration:underline;
}
.faq_a p{
    font-size: 16px;
    line-height: 1.8;
    color: #4B4B4B;
    margin-bottom: 5px;
}
.faq_a a p{
    color: #180BE4;
}
.faq_a img{
    width: 51px;
    height: 100%!important;
    margin-right: 20px;
    padding-right: 18px;
}
.faq_a p{
    position: relative;
}
.faq_a p::before{
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 2px;
    height: 100%;
    background-color: #434F98;
}

@media (max-width: 750px){
    .o-header_wrapper {
        height: 60px;
        padding: 0 16px;
    }
    .o-header_logo {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 168px;
        transform: translate(-50%, -50%);
    }
    h1{
        font-size: 0;
        margin: 0;
    }
    h2{
        display: block;
        font-size: 0;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-inline-start: 0;
        margin-inline-end: 0;
        font-weight: bold;
        unicode-bidi: isolate;
    }
    h3 {
        display: block;
        font-size: 0;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: normal;
        unicode-bidi: isolate;
    }
    h2 img{
        width: 100vw;
        display: block;
        margin: 0 auto;
    }
    h2{
        width: 100%;
        background-color: #434F98;
    }
    /* main */
    .main img{
        width: 100%;
    }
    /* about */
    .about{
        width: 100%;
        background-color: #E0F5FF;
    }
    .about_in{
        position: relative;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 387vw;
    }
    .about img{
        position: relative;
        width: 100vw;
        margin: 0 auto;
        display: block;
        z-index: 2;
    }
    .about .about_back{
        position: absolute;
        top: 0;
        width: 100vw;
        height: 387vw;
        z-index: 1;
    }
    .about h3{
        position: relative;
        font-size: 4vw;
        font-weight: 600;
        text-align: center;
        padding: 8vw 0 3vw;
        margin: 0 auto;
        z-index: 2;
    }
    .about h3 span {
    font-size: 5.5vw;
    color: #434F98;
    background: linear-gradient(to top, #fff 50%, transparent 50%);
    }
    /* deadline */
    .deadline p{
        text-align: center;
        font-size: 4.8vw;
        font-weight: 500;
        margin: 8vw auto;
    }
    .deadline a img{
        width: 80vw;
        margin: 0 auto 10vw;
    }
    /* method */
    .method h3{
        width: 100vw;
        text-align: center;
        font-size: 5.2vw;
        font-weight: 600;
        margin: 6vw auto 4vw;
    }
    .method p{
        width: 90vw;
        font-size: 3.8vw;
        margin: 0 auto 5vw;
    }
    .blue{
        color: #515BAE;
    }
    .pink{
        color: #B82996;
    }
    .tab-group{
        width: 100%;
        display: block;
        margin: 8vw auto;
    }
    .tabs{
        width: 100%;
        display: flex;
    }
    .tabs img{
        width: 50vw;
    }
    #tab_01 p{
        font-size: 4.3vw;
        font-weight: 500;
        margin: 3vw auto;
        color: #434F98;
        text-align: center;
    }
    #tab_02 p{
        font-size: 4.3vw;
        font-weight: 500;
        margin: 3vw auto;
        color: #CE069E;
        text-align: center;
    }
    .tabs {
        display: flex;
    }
    .tabs .tab {
        cursor: pointer;
    }
    .tab-content {
        width: 100%;
        display: none;
    }
    .tab-content.active {
        display: block;
    }
    .scroll-wrap {
        position: relative;
        width: 100%;
    }
    .scroll-viewport {
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        height: auto;
        white-space: nowrap;
    }
    .scroll-viewport::-webkit-scrollbar {
        display: none;
    }
    .scroll-img {
        height: auto!important;
        width: 100%;
        display: inline-block;
    }
    .scroll-prev,
    .scroll-next {
        position: absolute;
        top: 45%;
        right: 0vw;
        background-image: url(../images/slick-next.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-color: transparent;
        width: 10vw;
        height: 10vw;
    }
    .scroll-prev {
        right: 12vw;
    }
    .scroll-next {
        position: absolute;
        top: 45%;
        right: 0;
        background-image: url(../images/slick-next.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-color: transparent;
        width: 10vw;
        height: 10vw;
    }
    .scroll-prev {
        position: absolute;
        top: 45%;
        left: 0;
        background-image: url(../images/slick-prev.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-color: transparent;
        width: 10vw;
        height: 10vw;
    }
    .scroll-prev:disabled,
    .scroll-next:disabled {
        opacity: .15;
        cursor: default;
        transition: none;
    }
    /* simulation */
    .simulation h3{
        width: 100vw;
        text-align: center;
        font-size: 4.8vw;
        font-weight: 600;
        margin: 6vw auto 3vw;
    }
    .simulation .blue{
        font-size: 4vw;
        font-weight: 500;
        margin: 0 auto 5vw;
        text-align: center;
    }
    .simulation p{
        width: 90vw;
        font-size: 3.8vw;
        margin: 0 auto 5vw;
    }
    .simulation .scroll-viewport{
        height: 100%!important;
    }
    .simulation .scroll-img{
        width: 100vw;
        height: 100%!important;;
    }
    #tab_03 p {
        font-size: 4.3vw;
        font-weight: 500;
        margin: 5vw auto;
        color: #434F98;
        text-align: center;
    }
    #tab_04 p {
        font-size: 4.3vw;
        font-weight: 500;
        margin: 5vw auto;
        color: #CE069E;
        text-align: center;
    }
    #tab_03 .simulation_copy,#tab_04 .simulation_copy{
        width: 90vw;
        font-size: 3.6vw;
        font-weight: 400;
        margin: 0 auto 5vw;
        color: #000;
    }
    /* pay */
    .pay_in{
        width: 100vw;
        margin: 10vw auto 15vw;
    }
    .pay_in img{
        width: 85vw;
        display: block;
    }
    .pay_in p{
        width: 85vw;
        font-size: 4vw;
        margin: 0 auto 2vw;
    }
    .pay_in .pay_in_copy{
        width: 85vw;
        font-size: 3.5vw;
        margin: 0 auto 2vw;
    }
    .pay_title{
        margin: 0 auto 6vw;
    }
    .pay_con01{
        margin: 0 auto 3vw;
    }
    .pay_con02{
        margin: 5vw auto 3vw;
    }
    .pay_con03{
        margin: 8vw auto 3vw;
    }
    .pay a img{
        width: 80vw;
        margin: 8vw auto 5vw;
        display: block;
    }
    /* note */
    .note ul{
        width: 85vw;
        font-size: 3.5vw;
        line-height: 2;
        margin: 6vw auto 8vw;
    }
    .purple{
        color: #434F98;
    }
    /* faq */
    .faq h3{
        width: 100vw;
        text-align: center;
        font-size: 4.4vw;
        font-weight: 600;
        margin: 0 auto;
        padding-bottom: 4vw;
        text-decoration: underline;
    }
    .faq_link{
        width: 540px!important;
        display: block;
        margin: 0 auto 25px;
    }
    .faq h3 a{
        color: #000000;
    }
    .faq img{
        width: 100vw;
        }
    .faq_con{
        width: 90vw;
        background-color: #FFF;
        padding: 6.667vw 0 0;
        margin: 0 auto;
    }
    .faq_qa{
        margin-bottom: 6.667vw;
        border-bottom: 1px solid #6E6E6E;
    }
    .faq_qa_2{
        padding-bottom: 6.667vw;
        border-bottom: 0px solid #6E6E6E;
    }
    .faq_q{
        border: solid 2px #06378A;
        padding: 3vw 4vw;
        border-radius: 2vw;
        font-size: 3.8vw;
        display: flex;
        margin-bottom: 3vw;
        align-items: center;
    }
    .faq_q p{
        color: #06378A;
        font-size: 4.2vw;
        font-weight: 500;
    }
    .faq_q img{
        width: 10vw;
        height: 100% !important;
        margin-right: 4vw;
        padding-right: 2vw;
    }
    .faq_q p{
        position: relative;
    }
    .faq_q p::before{
        content: "";
        position: absolute;
        top: 0;
        left:-3vw;
        width: 0.3vw;
        height: 100%;
        background-color: #434F98;
    }
    .faq_a{
        padding: 3vw 4vw;
        border-radius: 2vw;
        font-size: 3.8vw;
        line-height: 2;
        display: flex;
        margin-bottom: 0;
    }
    .faq_a_link{
        color: #515BAE;
        text-decoration:underline;
    }
    .faq_a_link:hover{
        color: #515BAE;
        text-decoration:underline;
    }
    .faq_a p{
        font-size: 3.5vw;
        line-height: 1.8;
        color: #4B4B4B;
        margin-bottom: 5vw;
    }
    .faq_a a p{
        color: #180BE4;
    }
    .faq_a img{
        width: 10vw;
        height: 100% !important;
        margin-right: 4vw;
        padding-right: 2vw;
    }
    .faq_a p{
        position: relative;
    }
    .faq_a p::before{
        content: "";
        position: absolute;
        top: 0;
        left: -3vw;
        width: 0.3vw;
        height: 100%;
        background-color: #434F98;
    }
}

.floating, .floating_2 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #FFF;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
    transition: bottom 0.7s ease;
}
.floating_2 {
    position: block!important;
    position: static!important;
}
.floating img, .floating_2 img {
  width: 395px;
  max-width: 100%;
}

.floating:hover {
  background-color: #FFF;
}
.floating, .floating_2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 769px) {
    .floating, .floating_2 {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25vw;
        background-color: #FFF;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: bottom 0.7s ease;
    }
    .floating_2 {
        position: block!important;
        position: static!important;
    }
    .floating img, .floating_2 img {
        width: 80vw;
        max-width: 100%;
    }
    .floating:hover,
    .floating_2:hover {
        background-color: #FFF;
    }
}