@charset "UTF-8";

/* --------------------------------------------------
 keyvisual
-------------------------------------------------- */

#keyvisual {
    padding: 30px 0;
    position: relative;
}

#keyvisual .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#keyvisual .inner .txt-blc {
    width: 54%;
}

#keyvisual .inner .txt-blc .ttl {
    font-size: 400%;
    font-weight: 900;
    font-style: italic;
}

#keyvisual .inner .txt-blc .txt {
    line-height: 1.4;
}

#keyvisual .inner .txt-blc .btn-contact .btn-elem {
    background-color: #4acfbe;
    text-decoration: none;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

#keyvisual .inner .txt-blc .btn-contact .btn-elem:hover {
    filter: brightness(1.1);
}

#keyvisual .inner .txt-blc .btn-contact .btn-elem .icn {
    padding: 3px;
}

#keyvisual .inner .txt-blc .btn-contact .btn-elem .icn img {
    display: block;
}

#keyvisual .inner .txt-blc .btn-contact .btn-elem .txt01 {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    padding: 0 20px 0 10px;
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}

#keyvisual .inner .btn-register {
    width: 44%;
    text-align: center;
    -webkit-animation: x-card-mover-1 5s infinite alternate;
    animation: x-card-mover-1 5s infinite alternate;
}

@-webkit-keyframes x-card-mover-1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes x-card-mover-1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@media screen and (max-width: 1000px) {
    #keyvisual .inner .txt-blc .ttl {
        font-size: 300%;
    }
}

@media screen and (max-width: 767px) {
    #keyvisual .inner .txt-blc {
        width: 100%;
        order: 1;
    }
    #keyvisual .inner .btn-register {
        width: 100%;
    }
}

/* --------------------------------------------------
 promotion
-------------------------------------------------- */

#promotion {
    padding: 30px 0;
    position: relative;
}

#promotion .txt-blc {
    line-height: 1.4;
    text-align: center;
}

#promotion .promotion-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#promotion .promotion-frame {
    background: url(../img/top/bg_promotion01.png) no-repeat center center;
    background-size: 100% auto;
    width: 45%;
    padding: 6% 2% 5% 4%;
}

#promotion .promotion-txt {
    width: 53%;
    line-height: 1.4;
}

#promotion .providers {
    margin: 20px 0;
}

#promotion .providers ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#promotion .providers ul li {
    padding: 10px 5px;
}

@media screen and (max-width: 767px) {
    #promotion .promotion-frame {
        width: 100%;
        max-width: 430px;
        padding: 60px 20px 40px 35px;
        margin: 0 auto 4%;
    }
    #promotion .promotion-txt {
        width: 100%;
    }
}

/* --------------------------------------------------
 entrance
-------------------------------------------------- */

#entrance {
    padding: 30px 0;
    position: relative;
}

#entrance .txt-blc {
    line-height: 1.4;
    text-align: center;
}

#entrance .img-blc {
    text-align: center;
    margin-bottom: 4%;
}

#entrance .txt-img {
    margin-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#entrance .txt-img .txt01 {
    line-height: 1.6;
    text-align: center;
    flex: 1;
}

#entrance .txt-img:nth-child(2n+2) .txt01 {
    order: 1;
}

#entrance .txt-img .img {
    width: 48%;
    text-align: center;
    margin-left: 4%;
}

#entrance .txt-img:nth-child(2n+2) .img {
    margin-right: 4%;
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    #entrance .txt-img .txt01 {
        flex: auto;
    }
    #entrance .txt-img:nth-child(2n+2) .txt01 {
        order: 0;
    }
    #entrance .txt-img .img {
        width: 100%;
        margin-left: 0;
    }
    #entrance .txt-img:nth-child(2n+2) .img {
        margin-right: 0;
    }
}

/* --------------------------------------------------
 guarantee
-------------------------------------------------- */

#guarantee {
    padding: 30px 0;
    position: relative;
}

#guarantee .txt-img {
    margin-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
}

#guarantee .txt-img .txt01 {
    flex: 1;
    order: 1;
}

#guarantee .txt-img:nth-child(2n+2) .txt01 {
    order: 0;
}

#guarantee .txt-img .txt01 .ttl-style02 {
    text-align: left;
}

#guarantee .txt-img .img {
    width: 35%;
    text-align: center;
    margin-right: 4%;
}

#guarantee .txt-img:nth-child(2n+2) .img {
    margin-left: 4%;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    #guarantee .txt-img .txt01 {
        flex: auto;
        order: 0;
    }
    #guarantee .txt-img .img {
        width: 100%;
        margin-right: 0;
    }
    #guarantee .txt-img:nth-child(2n+2) .img {
        margin-left: 0;
    }
}

/* --------------------------------------------------
 howto-register
-------------------------------------------------- */

#howto-register {
    padding: 30px 0;
    position: relative;
}

#howto-register .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#howto-register .inner .txt-blc {
    width: 54%;
}

#howto-register .inner .txt-blc .ttl-style02 {
    text-align: left;
}

#howto-register .inner .txt-blc .txt {
    line-height: 1.6;
}

#howto-register .inner .btn-register {
    width: 44%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #howto-register .inner .txt-blc {
        width: 100%;
        order: 1;
    }
    #howto-register .inner .btn-register {
        width: 100%;
    }
}

/* --------------------------------------------------
 wallet
-------------------------------------------------- */

#wallet {
    padding: 30px 0;
    position: relative;
}

#wallet .img-blc {
    text-align: center;
    margin-bottom: 4%;
}

#wallet .txt-blc .txt {
    line-height: 1.6;
}

#wallet .txt-img {
    margin-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
}

#wallet .txt-img .txt01 {
    flex: 1;
    order: 1;
}

#wallet .txt-img:nth-child(2n+2) .txt01 {
    order: 0;
}

#wallet .txt-img .txt01 .ttl-style02 {
    text-align: left;
}

#wallet .txt-img .img {
    width: 45%;
    text-align: center;
    margin-right: 4%;
}

#wallet .txt-img:nth-child(2n+2) .img {
    margin-left: 4%;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    #wallet .txt-img .txt01 {
        flex: auto;
        order: 0;
    }
    #wallet .txt-img .img {
        width: 100%;
        margin-right: 0;
    }
    #wallet .txt-img:nth-child(2n+2) .img {
        margin-left: 0;
    }
}

/* --------------------------------------------------
 service
-------------------------------------------------- */

#service {
    padding: 30px 0;
    position: relative;
}

#service .ttl-style02 {
    text-align: left;
}

/* --------------------------------------------------
 article-post
-------------------------------------------------- */

#article-post {
    padding: 30px 0;
    position: relative;
}

#article-post .inner {
    border: 1px solid #cfa21d;
    border-radius: 50px;
    padding: 20px;
    box-sizing: border-box;
}