@charset "UTF-8";

/*--------------------------------
base
--------------------------------*/
.header{
    margin-bottom: 0;
}
.article{
    padding: 16px 16px 0;
    overflow: hidden;
}
.article section{
    margin-bottom: 48px;
}
.h2{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}
.h2::after{
    display: none;
}
.h2 .border{
    display: block;
    border: solid 30px;
    border-image: url(../images/single/app-frame.webp) 100 round;
    position: relative;
}
.h2 .border::before{
    width: 50px;
    height: 26px;
    background: url(../images/single/app-frame-head.webp) no-repeat bottom center / contain,#ffffff;
    border-radius: 0 0 30px 30px;
    top: -28px;
    left: 0;
    right: 0;
}
.h2 .border .inner{
    margin: -26px;
    padding: 28px 12px 12px;
    display: block;
    background: url(../images/single/heading-deco-left.webp) no-repeat left 6px top 4px / 60px,url(../images/single/heading-deco-right.webp) no-repeat right 6px top 4px / 60px;
}
.h3{
    margin-top: -8px;
    padding: 8px 0 8px 38px;
    background: url(../images/single/heading-icon.webp) no-repeat left center / 30px;
    border-bottom: double 4px;
    font-size: 20px;
    line-height: 1.4;
}
.h4{
    padding-bottom: 4px;
    border-bottom: dotted 1px;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
}
.h5{
    padding: 4px 8px;
    display: block;
    background: #f0bc76;
    text-align: center;
    font-size: 16px;
}
.img-box{
    text-align: center;
}
.btn-box .text{
    margin-bottom: 20px;
    padding: 8px 26px;
    background: url(../images/single/balloon-deco-left.webp) no-repeat top 4px left 2px / 24px, url(../images/single/balloon-deco-right.webp) no-repeat top 4px right 2px / 24px, url(../images/single/balloon-deco-btm.webp) no-repeat left 6px bottom 4px / 13px, url(../images/single/balloon-deco-btm.webp) no-repeat right 6px bottom 4px / 13px;
    border: double 4px #050516;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #050516;
}
.btn-box .text::before,
.btn-box .text::after,
.btn-box .text .inner::before,
.btn-box .text .inner::after{
    width: 0;
    border: solid 8px transparent;
    left: 0;
    right: 0;
}
.btn-box .text::before,
.btn-box .text .inner::before{
    border: solid 10px transparent;
}
.btn-box .text::before{
    border-top: solid 14px #050516;
    bottom: -27px;
}
.btn-box .text .inner::before{
    border-top: solid 14px #ffffff;
    bottom: -24px;
}
.btn-box .text .inner::after{
    border-top: solid 12px #050516;
    bottom: -20px;
}
.btn-box .text::after{
    border-top: solid 12px #ffffff;
    bottom: -17px;
}
.btn{
    margin: 0 0 16px 0;
    padding: 14px 16px;
    display: block;
    border-radius: 8px;
    background: url(../images/btn-deco-left.webp) no-repeat left 4px bottom 4px / 20px ,url(../images/btn-deco-right.webp) no-repeat right 4px top 4px / 20px ,linear-gradient(to right, rgba(191,127,255,1) 0%,rgba(127,127,255,1) 100%);
    /* animation: poyon 1.2s infinite; */
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color:#fff;
}
.btn .inner{
    padding-right: 24px;
    display: inline-block;
    background: url(../images/btn-arrow-white.webp) no-repeat right center / 12px;
    line-height: 1.3;
}
.table{
    width: 100%;
    font-size: 14px;
}
.table .th,
.table .td{
    padding: 8px;
    width: 50%;
    border: solid 1px #170411;
    line-height: 1.4;
}
.table .th{
    background: #e2d2ff;
    vertical-align: middle;
}
.table .td{
    background: #ffffff;
}
.h2 .border::before,
.btn-box .text::before,
.btn-box .text::after,
.btn-box .text .inner::before,
.btn-box .text .inner::after,
.review .swiper-slide .inner::before,
.review .swiper-slide .inner::after,
.howto .box::after{
    margin: auto;
    content: "";
    position: absolute;
}
.h2,
.h3,
.h4,
.h5,
.btn-box .text,
.btn{
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.mb0{
    margin-bottom: 8px;
}
.mb1{
    margin-bottom: 16px;
}
.mb2{
    margin-bottom: 32px;
}
.mb3{
    margin-bottom: 48px;
}

/*--------------------------------
contents
--------------------------------*/
.hero .toc{
    padding: 16px;
    border: solid 2px;
}
.hero .toc .h3{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: inherit;
}
.hero .toc .toc-btn{
    margin-left: 8px;
    font-weight: normal;
    cursor: pointer;
}
.hero .toc .ol{
    margin: 8px 0 0 18px;
}
.hero .toc .num{
    margin-right: 8px;
}
.point-box .h4{
    margin-bottom: -1px;
    padding: 5px 8px 4px;
    display: block;
    background: #170411;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
.point-box .ul{
    padding: 16px;
    border: double 4px #170411;
}
.point-box .ul .li{
    margin-bottom: 16px;
    display: flex;
    align-items: baseline;
}
.point-box .ul .li:last-child{
    margin-bottom: 0;
}
.point-box .li .num{
    margin-right: 8px;
    padding: 1px 8px;
    background: #170411;
    font-weight: 900;
    color: #ffffff;
}
.charm .h4{
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.charm .h4 .left{
    width: 70px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #170411;
    color: #ffffff;
}
.charm .h4 .right{
    flex: 1;
}
.review{
    margin: 0;
}
.review .text{
    margin-bottom: 8px;
    padding: 16px;
    flex: inherit;
    background: none;
    border: solid 1px;
    border-radius: inherit;
}
.review .quote{
    margin-bottom: 8px;
    text-align: right;
}
.review .swiper-slide{
    display: block;
    flex-direction: inherit;
}
.review .swiper-slide .icon{
    margin: auto auto 26px;
    padding: 4px 0 0;
    width: 90px;
    height: 90px;
    border: solid 1px;
    border-radius: 80px;
    overflow: hidden;
    text-align: center;
}
.review .swiper-slide .icon img{
    height: 100%;
    object-fit: contain;
}
.review .swiper-slide .inner{
    border-radius: 16px;
    position: relative;
}
.review .swiper-slide .inner::before{
    width: 0;
    border: solid 12px transparent;
    border-bottom: solid 16px #170411;
    top: -28px;
    left: 0;
    right: 0;
}
.review .swiper-slide .inner::after{
    width: 0;
    border: solid 12px transparent;
    border-bottom: solid 16px #ffffff;
    top: -27px;
    left: 0;
    right: 0;
}
.review .swiper-button-prev,
.review .swiper-button-next{
    width: 20px;
    height: 24px;
    position: absolute;
    top: 50px;
    z-index: 1;
}
.review .swiper-button-prev{
    left: 16px;
}
.review .swiper-button-next{
    right: 16px;
}
.review .swiper-button-prev:after,
.review .swiper-button-next:after{
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}
.review .swiper-button-prev:after{
    border-bottom: 12px solid transparent;
    border-right: 20px solid #ffffff;
    border-top: 12px solid transparent;
}
.review .swiper-button-next:after{
    border-bottom: 12px solid transparent;
    border-left: 20px solid #ffffff;
    border-top: 12px solid transparent;
}
.teller .box .inner{
}
.teller .h5{
    padding: 0;
    background: none;
    font-size: 18px;
    font-weight: bold;
}
.howto.step{
    margin-bottom: 32px;
}
.howto .box{
    padding: 16px;
    border: double 6px #170411;
    position: relative;
}
.howto .box::after{
    width: 0;
    border: solid 14px transparent;
    border-top: solid 20px #170411;
    left: 0;
    right: 0;
    bottom: -54px;
}
.howto .box:last-child{
    margin-bottom: 32px;
}
.howto .box:last-child::after{
    display: none;
}
.howto .box .h4{
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    line-height: 1.4;
}
.howto .h4 .num{
    margin-right: 8px;
    padding: 6px 13px;
    background: white;
    border: double 4px #170411;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
    color: #170411;
}
.howto .box .h4 .text{
    width: 100%;
    display: block;
    text-align: left;
}
.howto .box:last-child .h4 .text{
    text-align: center;
}
.howto .box .icon{
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}
.howto .box .btn-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
}
.howto .box .text{
}

/*--------------------------------
mini-tablet
--------------------------------*/
@media screen and (min-width: 600px){
    .mb0{
        margin-bottom: 16px;
    }
    .mb1{
        margin-bottom: 32px;
    }
    .mb2{
        margin-bottom: 64px;
    }
    .mb3{
        margin-bottom: 96px;
    }
    .article{
        padding: 32px 32px 0;
    }
    .article section{
        margin-bottom: 96px;
    }
    .h2 .border{
        border: solid 80px;
        border-image: url(../images/single/app-frame.webp) 100 round;
    }
    .h2 .border::before{
        width: 80px;
        height: 41px;
        background: url(../images/single/app-frame-head.webp) no-repeat bottom center / contain,#ffffff;
        border-radius: 0 0 30px 30px;
        top: -72px;
    }
    .h2 .border .inner{
        margin: -70px;
        padding: 48px 24px 24px;
        background: url(../images/single/heading-deco-left.webp) no-repeat left 6px top 4px / 98px,url(../images/single/heading-deco-right.webp) no-repeat right 6px top 4px / 98px;
    }
    .h3{
        margin-top: -16px;
        padding: 16px 0 16px 76px;
        background: url(../images/single/heading-icon.webp) no-repeat left center / 60px;
        border-bottom: double 8px;
        font-size: 30px;
        line-height: 1.4;
    }
    .h4{
        padding-bottom: 8px;
        border-bottom: dotted 2px;
        font-size: 28px;
    }
    .img-box{
        max-width: inherit;
    }
    .btn-box .text{
        margin-bottom: 40px;
        padding: 16px 52px;
        background: url(../images/single/balloon-deco-left.webp) no-repeat top 8px left 4px / 39px, url(../images/single/balloon-deco-right.webp) no-repeat top 8px right 4px / 39px, url(../images/single/balloon-deco-btm.webp) no-repeat left 12px bottom 8px / 13px, url(../images/single/balloon-deco-btm.webp) no-repeat right 12px bottom 8px / 13px;
        border: double 6px #050516;
        font-size: 28px;
    }
    .btn-box .text::before,
    .btn-box .text .inner::before{
        border: solid 16px transparent;
    }
    .btn-box .text::after,
    .btn-box .text .inner::after{
        border: solid 14px transparent;
    }
    .btn-box .text::before{
        border-top: solid 20px #050516;
        bottom: -40px;
    }
    .btn-box .text .inner::before{
        border-top: solid 20px #ffffff;
        bottom: -37px;
    }
    .btn-box .text .inner::after{
        border-top: solid 18px #050516;
        bottom: -32px;
    }
    .btn-box .text::after{
        border-top: solid 18px #ffffff;
        bottom: -29px;
    }
    .btn{
        margin: 0 0 32px 0;
        padding: 16px 24px;
        border-radius: 16px;
        background: url(../images/btn-deco-left.webp) no-repeat left 8px bottom 8px / 24px, url(../images/btn-deco-right.webp) no-repeat right 8px top 8px / 24px, linear-gradient(to right, rgba(191,127,255,1) 0%,rgba(127,127,255,1) 100%);
        font-size: 30px;
    }
    .app .btn .inner {
        padding-right: 32px;
        background: url(./images/btn-arrow-white.webp) no-repeat right center / 16px;
    }
    .hero .toc{
        padding: 24px;
    }
    .hero .toc .ol{
        margin: 16px 0 0 36px;
    }
    .hero .toc .h3{
        font-size: 28px;
    }
    .table{
        font-size: 24px;
    }
    .table .th,
    .table .td{
        padding: 16px;
    }
    .point-box .h4{
        margin-bottom: -2px;
        padding: 10px 16px 8px;
        border-radius: 8px 8px 0 0;
    }
    .point-box .ul{
        padding: 24px;
        border: double 6px #170411;
    }
    .point-box .ul .li{
        margin-bottom: 32px;
        display: flex;
        align-items: baseline;
    }
    .point-box .li .num{
        margin-right: 16px;
        padding: 2px 15px;
    }
    .charm .h4{
        padding-bottom: 8px;
    }
    .charm .h4 .left{
        width: 120px;
        height: 50px;
    }
    .review .swiper-slide .icon{
        margin: auto auto 52px;
        padding: 16px 0 0;
        width: 180px;
        height: 180px;
        border-radius: 180px;
    }
    .review .swiper-slide .inner::before{
        border: solid 24px transparent;
        border-bottom: solid 32px #170411;
        top: -56px;
    }
    .review .swiper-slide .inner::after{
        width: 0;
        border: solid 24px transparent;
        border-bottom: solid 32px #ffffff;
        top: -55px;
        left: 0;
        right: 0;
    }
    .review .swiper-slide .inner{
        border-radius: 32px;
    }
    .review .swiper-button-prev {
        left: 32px;
    }
    .review .swiper-button-next {
        right: 32px;
    }
    .review .text{
        margin-bottom: 16px;
        padding: 32px;
    }
    .review .quote {
        margin-bottom: 16px;
    }
    .review .swiper-button-prev,
    .review .swiper-button-next{
        width: 40px;
        height: 48px;
        top: 68px;
    }
    .review .swiper-button-prev:after{
        border-bottom: 24px solid transparent;
        border-right: 40px solid #ffffff;
        border-top: 24px solid transparent;
    }
    .review .swiper-button-next:after{
        border-bottom: 24px solid transparent;
        border-left: 40px solid #ffffff;
        border-top: 24px solid transparent;
    }
    .howto .img-box{
        margin: auto auto 32px;
        max-width: 360px;
    }
    .teller .box .inner{
        /* padding: 32px; */
        /* border-radius: 16px; */
    }
    .teller .h5{
        font-size: 28px;
    }
    .howto .box{
        padding: 32px;
        border: double 12px #170411;
    }
    .howto .box::after{
        border: solid 22px transparent;
        border-top: solid 32px #170411;
        bottom: -100px;
    }
    .howto .box:last-child{
        margin-bottom: 64px;
    }
    .howto .box .icon{
        width: 90px;
    }
    .howto .box .btn-box{
        /* width: 510px; */
    }
    .howto .h4 .num{
        margin-right: 16px;
        padding: 12px 21px;
        border: double 6px #170411;
        font-size: 34px;
    }
}

/*--------------------------------
tablet
--------------------------------*/
@media screen and (min-width: 768px){
    .h4 {
        font-size: 32px;
    }
    .h3 {
        font-size: 32px;
    }
    .hero .toc .h3 {
        font-size: 30px;
    }
}