@charset "UTF-8";

.tac{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}

.df{display: flex;}

.inner {
    max-width: 1240px;
    margin: 0 auto;
}

.mt0{margin-top: 0!important;}
.mt100{margin-top: 100px!important;}

.fwb {
    font-weight: 600;
    color: #001966;    
}

.fontS{font-size: 1.6rem;}

.moreBtn{

}
.moreBtn a{
}
.moreBtn a:after{
    content: '';
}

@media screen and (max-width: 768px){
    .mt100{margin-top: 15%!important;}
    
    .inner{
        width: 96%;
        margin: 0 auto;
    }
    
    .fontS{font-size: 1.4rem;}

        
    .moreBtn a{
        font-size: 1.8rem;
        padding: 10px 0 10px;     
    }
}

/********* TOP *********/
main{
    padding-bottom: 163px;
}

h1.ttl {
    text-align: center;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1;
}
h1.ttl span{
    display: block;
}

#mv{
    position: relative;    
}
#mv img{
    width: 100%;

}

@media screen and (max-width: 768px){
    main{
        padding-bottom: 80px;
    }
    h1.ttl{
        font-size: 2.8rem;
    }
    h1.ttl span{
        margin-top: 10px;
    }
}

section#service{
    padding-top: 84px;
    padding-bottom: 80px;
    background: url(../img/maih_bg.png) no-repeat 2% top;
}
section#service .inner{
    width: 100%;
    max-width: 1058px;
    margin: 0px auto 43px;
    padding: 27px 0;
    position: relative;
}
section#service .inner > div{
    width: 100%;
    max-width: 1000px;
    margin-left: 58px;
    padding: 62px 0 57px;
    border: 1px solid #322D29;
}
section#service .inner > div h2{
    position: absolute;
    top: 103px;
    left: 0;
}

section#service #service01{
    margin: 120px auto 43px;
}
section#service #service01 h3{
    color: #06C755;
}
section#service #service02 h3{
    color: #B28500;
}

section#service .inner > div .img_block {
    position: absolute;
    top: 0;
    left: 120px;
}

section#service .inner > div .txt_block {
    padding-left: 480px;
    position: relative;
}

section#service .inner > div .txt_block h3 {
    font-size: 2.6rem;
    font-weight: 600;
}
section#service .inner > div .txt_block p{
    font-size: 2.2rem;
}
section#service .inner > div p.tag{
    width: 167px;
    padding: 2px;
    background: #222;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: 28px;
    right: 0;
}

@media screen and (max-width: 1024px){
    section#service .inner > div{
        width: 94%;
    }
}

@media screen and (max-width: 768px){
    section#service{
        padding-bottom: 20px;
        background-size: 66% 3%;
    }
    section#service .inner{
        width: 90%;
        margin: 0 auto;
    }
    section#service .inner > div{
        width: 100%;
        margin-left: 0;
        padding: 0 0 18px;
    }

    section#service .inner > div h3{
        margin: 8px 0 0;
        text-align: center;
        font-size: 2.0rem;
    }

    section#service .inner > div p {
        width: 96%;
        margin: 15px auto 0;
        font-size: 1.8rem;
    }

    section#service .inner > div .img_block {
        width: 90%;
        margin: -75px auto 0;
        position: relative;
        left: 0;
    }

    section#service #service01{
        margin: 30px auto 0;
    }

    section#service #service01 .img_block:before{
        background: url(../img/how_to01_t-sp.png)no-repeat;
    }
    section#service #service01 .img_block:after{
        background: url(../img/how_to01_b-sp.png)no-repeat;
    }
    section#service #service02 .img_block:before{
        background: url(../img/how_to02_t-sp.png)no-repeat;
    }
    section#service #service02 .img_block:after{
        background: url(../img/how_to02_b-sp.png)no-repeat;

    }

    section#service #service01 .img_block:before,
    section#service #service02 .img_block:before{
        content: '';
        width: 65px;
        height: 78px;
        display: block;
        background-size: 100%;
    }
    section#service #service01 .img_block:after,
    section#service #service02 .img_block:after{
        content: '';
        width: 65px;
        height: 33px;
        display: block;
        background-size: 100%;
    }

}


/* item */
section#item{
    padding: 55px 0 105px;
    background: url(../img/section_bg.webp)no-repeat top center;
}

section#item .inner.df,
main#item .inner.df{
    margin: 48px auto 0;
    justify-content: center;
}

section#item article,
main#item article{
    width: 24%;
    max-width: 282px;
    margin: 0 7px 20px;
    padding: 22px 10px 0;
    background: url(../img/item_block_bg.webp)no-repeat top center;
    background-size: 100%;
}

section#item article h2,
main#item article h2{
    margin-bottom: 7px;
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
}

section#item article .img_block,
main#item article .img_block{
    width: 96%;
    max-width: 248px;
    height: 248px;
    margin: 0 auto;
}
section#item article .img_block img,
main#item article .img_block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section#item article .txt_block,
main#item  article .txt_block{
    width: 88%;
    margin: 0px auto;
    padding-top: 19px;
    padding-left: 10px;
    border-left: 2px solid #212121;
    font-weight: 600;
    position: relative;
    top: -14px;
    line-height: 1.5;
}

@media screen and (max-width: 768px){
    section#item{
        padding: 35px 0 35px;
    }
    section#item .inner.df{
        margin: 28px auto 0;
        flex-wrap: wrap;
    }

    section#item article,main#item article{
        width: 46%;
        margin: 0 5px 1px;
    }
    section#item article h2,main#item article h2{
        font-size: 1.8rem;
    }
    section#item article .img_block,main#item article .img_block{
        height: 50%;
    }
}


/* point */
section#point{
    padding: 110px 0;
    background: url(../img/point_bg.webp)no-repeat top center;
}

section#point .point_block{
    max-width: 904px;
    margin: 0 auto;
    padding: 98px 0 76px;
    border: 1px solid #fff;
    position: relative;
}

section#point .point_block:before{
    content: '';
    background: url(../img/point_block_bg.png) no-repeat top center;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
section#point .point_block h1 {
    margin-bottom: 60px;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    position: relative;
}
section#point .point_block h1 span{
    display: block;
}

section#point .point_block .moreBtn {
    width: 420px;
    margin: 0 auto;
    position: relative;
}
section#point .point_block .moreBtn a{
    width: 100%;
    padding: 8px 0 9px;
    font-size: 2.4rem;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(254, 227, 151, 1) 0%, rgba(186, 142, 15, 1) 50%, rgba(254, 227, 151, 1) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
section#point .point_block .moreBtn a:after{
    content: '';
    background: url(../img/icon_arrow.png)no-repeat top center;
    width: 13px;
    height: 20px;
    margin-left: 15px;
    display: block;
}

@media screen and (max-width: 768px){
    section#point{
        padding: 40px 0;
        background-size: cover;
    }
    section#point .point_block{
        max-width: 90%;
        padding: 48px 0 46px;
    }
    section#point .point_block h1{
        margin-bottom: 20px;
        font-size: 2.8rem;
    }
    section#point .point_block h1 span {
        margin-top: 10px;
        display: block;
    }

    section#point .point_block .moreBtn{
        width: 80%;
        max-width: 420px;
    }
    section#point .point_block .moreBtn a{
        font-size: 2rem;
    }

}


/* news */
section#topics{
    padding: 86px 0 127px;
    background: url(../img/section_bg.webp)no-repeat top center;
}
section#topics .news_block{
    max-width: 1200px;
    margin: 60px auto 38px;
    display: flex;
    flex-wrap: wrap;
}

.news_block article{
    width: 31%;
    max-width: 380px;
    margin: 0 10px 56px;
    padding: 10px;
    background: #F9F4EE;
    border-radius: 20px;
    box-shadow: 0 0 10px #dcdde1;
}
.news_block article .img_block{
    max-width: 362px;
    height: 232px;
    margin: 0 auto;
}
.news_block article .img_block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_block article span.cate{
    margin-bottom: 3px;
    display: block;
    line-height: 1;
}
.news_block article span.cate a{
    color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 4px 20px 8px;
    letter-spacing: 2px;
    display: inline-block;
}
.news_block article span.cate.purchase a{
    background: #59B200;
}
.news_block article span.cate.news a{
    background: #FFA64D;
}

.news_block article time{
    color: #8C2300;
    display: block;
}
.news_block article span.txt{
    display: block;
}

section#topics .moreBtn {
    width: 300px;
    margin: 0 auto;
}
section#topics .moreBtn a{
    width: 100%;
    padding: 13px 0 15px;
    font-size: 1.9rem;
    font-weight: 600;
    background: #983930;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
section#topics .moreBtn a:after{
    content: '';
    background: url(../img/icon_arrow.png)no-repeat top center;
    width: 13px;
    height: 20px;
    margin-left: 15px;
    display: block;
}

@media screen and (max-width: 768px){
    section#topics{
        padding: 46px 0 40px;
    }

    .news_block{
        margin: 30px auto 18px;
    }
    .news_block article{
        width: 44%;
        margin: 0 10px 26px;
    }
    .news_block article:nth-child(n+5){
        display: none;
    }

    .news_block article .img_block{
        height: 120px;
    }
    .news_block article span.cate a{
        padding: 4px 10px 4px;
    }

    section#topics .moreBtn a{
        font-size: 1.6rem;
    }
}

/* line */
section#line{
    background: #f0ece4;
    position: relative;
}
section#line .ttl_block{
    max-width: 1200px;
    margin: 0 auto 23px;
}
section#line .ttl_block h1{
    font-size: 2.8rem;
    font-weight: 600;
}
section#line .ttl_block h1 span{
    font-size: 4.8rem;
    display: block;
    color: #06C755;
    line-height: 1;
}

section#line .txt_block{
    padding: 54px 0;
    background: #06C755;
}
section#line .txt_block > div{
    max-width: 1200px;
    margin: 0 auto;
}
section#line .img_block {
    width: 55%;
    height: 628px;
    position: absolute;
    top: 0;
    right: 0;
}
section#line .img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}

section#line .moreBtn {
    width: 300px;
    margin: 51px 0px 0 130px;
}
section#line .moreBtn a{
    width: 100%;
    padding: 12px 0 14px;
    font-size: 1.9rem;
    font-weight: 600;
    background: #FFFF00;
    color: #06C654;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#line .moreBtn a:after{
    content: '';
    background: url(../img/icon_arrow_green.png)no-repeat top center;
    width: 13px;
    height: 20px;
    margin-left: 15px;
    display: block;
}

@media screen and (max-width: 1024px){
    section#line .ttl_block{
        width: 50%;
        max-width: 1200px;
        margin: 0;
    }
    section#line .txt_block > div{
        width: 50%;
        margin: 0;
    }
}

@media screen and (max-width: 768px){
    section#line{
        padding-top: 40px;
        background: #06C654 url(../img/line_bg.png);
        background-repeat: repeat-x;
    }
    section#line .ttl_block{
        width: 100%;
    }
    section#line .ttl_block h1{
        text-align: center;
        font-size: 2.0rem;
    }
    section#line .ttl_block h1 span{
        font-size: 3.6rem;
    }

    section#line .img_block {
        width: 96%;
        height: auto;
        margin: 20px auto 10px;
        position: relative;
    }

    section#line .txt_block > div{
        width: 96%;
        margin: 0 auto;
        padding: 16px 0;
    }

    section#line .moreBtn{
        margin: 30px auto 0;
    }

    section#line .moreBtn a{
        font-size: 1.6rem;
    }
    
}


main#purchase > .ttl_block{
    margin-bottom: 114px;
    background: url(../img/bg_purchase.webp) no-repeat;
}

main#purchase > .ttl_block h1.ttl2 {
    max-width: 514px;
    background: url(../img/how_to02.png) no-repeat;
    margin-left: 18%;
    font-size: 2.6rem;
    font-weight: 600;
    padding: 21px 0 21px 210px;
    color: #fff;
}

main#web-purchase > .ttl_block{
    margin-bottom: 114px;
    background: url(../img/bg_w_purchase.webp) no-repeat;
}

main#web-purchase > .ttl_block h1.ttl3 {
    max-width: 514px;
    background: url(../img/how_to01.png) no-repeat;
    margin-left: 18%;
    font-size: 2.6rem;
    font-weight: 600;
    padding: 21px 0 21px 210px;
    color: #fff;
}

main#purchase .point_block ul,
main#web-purchase .point_block ul {
    margin-bottom: 103px;
    display: flex;
    justify-content: center;
}
main#purchase .point_block ul li,
main#web-purchase .point_block ul li{
    margin: 0 48px;
}

main#purchase .main_txt > .white_block,
main#web-purchase .main_txt > .white_block{
    max-width: 1060px;
    margin: 0 auto 110px;
}

main#purchase .main_txt > .white_block h2,
main#web-purchase .main_txt > .white_block h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
}
main#purchase .main_txt > .white_block .txt_block,
main#web-purchase .main_txt > .white_block .txt_block {
    width: 100%;
    padding: 27px 27px 3px;
}

main#purchase .main_txt > .white_block .txt_block ul,
main#web-purchase .main_txt > .white_block .txt_block ul{
    width: 750px;
    margin: 0 auto;
}

main#purchase .main_txt > .white_block .txt_block ul li,
main#web-purchase .main_txt > .white_block .txt_block ul li {
    margin-bottom: 28px;
    padding-left: 1em;
    text-indent: -1em;
}


section#area h1.ttl{
    color: #1f1f1f;
}
section#area {
    max-width: 1100px;
    margin: 86px auto 90px;
}
section#area h2{
    padding: 10px 30px;
    margin-bottom: 17px;
    background: #F8DC8B;
    font-size: 2.4rem;
    font-weight: 600;
    color: #983930;
}
section#area p.tac {
    margin: 50px 0 63px;
}

section#area p{
    margin-bottom: 60px;
}

section#use{
    padding: 85px 0 1px;
    background: #EEECE3 url(../img/section_bg2.webp)no-repeat top center;
}
section#use h1.ttl{
    margin-bottom: 70px;
    color: #1f1f1f;
}

section#use .white_block{
    max-width: 1060px;
    margin: 0 auto 85px;
}

section#use .white_block .wrap{
    padding: 47px 20px 34px 80px;
    position: relative;
}

section#use .white_block .wrap .txt_block {
    position: relative;
    z-index: 1;
}
section#use .white_block .wrap h2 {
    margin-bottom: 18px;
    font-size: 2.6rem;
    font-weight: 600;
    color: #983930;
}

section#use .white_block .wrap p {
    line-height: 2.1;
}
section#use .white_block .wrap ul{
    margin: 49px 0 0;
}
section#use .white_block .wrap ul li {
    margin-bottom: 8px;
}

section#use .white_block .wrap .img_block{
    position: absolute;
    right: 30px;
    bottom: 30px;
}

section#use .white_block .wrap.df .img_block2 {
    width: 520px;
    position: relative;
    right: 0;
    bottom: 0;
    margin-left: 40px;
}
section#use .white_block .wrap.df .img_block3 {
    width: 320px;
    position: relative;
    right: 0;
    bottom: 0;
    margin-left: 40px;
}

section#flow {
    margin: 75px 0 127px;
}
section#flow h1.ttl{
    margin-bottom: 82px;
    color: #1f1f1f;
}

.flow_block {
    max-width: 1060px;
    min-height: 271px;
    margin: 0 auto 87px;
    padding: 24px 0 25px 68px;
    display: flex;
    align-items: center;
    position: relative;
    border: 4px solid #E1C05E;
    border-radius: 10px;
}

.flow_block h2 {
    position: absolute;
    left: 30px;
    bottom: 0;
}

.flow_block .img_block{
    width: 334px;
    margin-right: 29px;
    position: relative;
    z-index: 1;
}
.flow_block .txt_block{
    width: 636px;
}
.flow_block .txt_block h3{
    margin-bottom: 10px;
    font-size: 2.4rem;
    font-weight: 600;
    color: #983930;
}
.flow_block .txt_block p.note{
    margin-top: 18px;
    font-size: 1.6rem;
    color: #646464;
}

.flow_block#step05 .txt_block p{
    margin-bottom: 18px;
}
.flow_block#step05 .txt_block p.note{
    margin: 0px;
}

main#purchase section.faq_block h1.ttl,
main#web-purchase section.faq_block h1.ttl{
    margin-bottom: 43px;
    color: #1f1f1f;
}

main#purchase section#service h1.ttl,
main#web-purchase section#service h1.ttl{
    margin-bottom: 72px;
}

main#purchase section#service #service01, {
    margin: 0 auto 0;
}

section#service .txt_block .moreBtn {
    width: 320px;
    margin: auto;
    position: absolute;
    bottom: -89px;
    right: 120px;
}
section#service .txt_block .moreBtn a {
    width: 100%;
    padding: 13px 0 13px;
    font-size: 2.0rem;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(254, 227, 151, 1) 0%, rgba(186, 142, 15, 1) 50%, rgba(254, 227, 151, 1) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
section#service .txt_block .moreBtn a:after {
    content: '';
    background: url(../img/icon_arrow.png) no-repeat top center;
    width: 13px;
    height: 20px;
    margin-left: 15px;
    display: block;
}

@media screen and (max-width: 768px){
    main#purchase > .ttl_block,
    main#web-purchase > .ttl_block{
        margin-bottom: 34px;
    }
    main#purchase > .ttl_block h1.ttl2,
    main#web-purchase > .ttl_block h1.ttl3 {
        max-width: 270px;
        background-size: 100%;
        margin-left: 8%;
        font-size: 2.2rem;
        padding: 6px 0 3px 100px;
    }
    main#web-purchase > .ttl_block h1.ttl3{
        padding: 6px 0 3px 75px;
    }

    main#purchase .point_block ul,
    main#web-purchase .point_block ul{
        margin-bottom: 25px;
    }
    
    main#purchase .point_block ul li,
    main#web-purchase .point_block ul li {
        margin: 0 5px;
    }
    
    main#purchase .main_txt > .white_block,
    main#web-purchase .main_txt > .white_block{
        margin: 0 auto 40px;
    }
    main#purchase .main_txt > .white_block h2,
    main#web-purchase .main_txt > .white_block h2{
        margin-bottom: 20px;
        font-size: 2rem;
    }
    main#purchase .main_txt > .white_block .txt_block,
    main#web-purchase .main_txt > .white_block .txt_block{
        padding: 17px 10px 3px;
    }
    main#purchase .main_txt > .white_block .txt_block ul,
    main#web-purchase .main_txt > .white_block .txt_block ul{
        width: 98%;
    }
    main#purchase .main_txt > .white_block .txt_block ul li,
    main#web-purchase .main_txt > .white_block .txt_block ul li{
        margin-bottom: 18px;
    }

    section#area{
        margin: 36px auto 40px;
    }

    section#area p{
        margin-bottom: 30px;
    }
    section#area p.tac {
        margin: 20px 0 28px;
    }
    section#area h2{
        margin-bottom: 10px;
        padding: 5px 20px;
        font-size: 2rem;
    }

    section#use{
        padding: 35px 0 1px;
    }
    section#use h1.ttl{
        margin-bottom: 30px;
    }
    section#use .white_block{
        margin: 0 auto 45px;
    }
    section#use .white_block .wrap{
        padding: 13px 10px 14px;
    }
    section#use .white_block .wrap.df{
        display: block;
    }

    section#use .white_block .wrap h2{
        margin-bottom: 10px;
        font-size: 2rem;
    }
    section#use .white_block .wrap p{
        line-height: 1.8;
    }

    section#use .white_block .wrap ul{
        margin: 19px 0 0;
    }
    section#use .white_block .wrap .img_block,
    section#use .white_block .wrap.df .img_block2,
    section#use .white_block .wrap.df .img_block3{
        width: 70%;
        margin: 10px auto 0;
        position: relative;
        right: 0;
        bottom: 0;
    }

    section#flow{
        margin: 35px 0 87px;
    }
    
    .flow_block{
        padding: 14px 10px 15px 10px;
        display: block;
    }
    .flow_block .img_block{
        width: 80%;
        max-width: 334px;
        margin: 0 auto 20px;
    }

    .flow_block .txt_block{
        width: 100%;
    }
    .flow_block .txt_block h3{
        font-size: 2rem;
    }

    .flow_block h2{
        width: 60px;
        position: absolute;
        top: -70px;
        bottom: 0;
        left: 12px;
    }

    main#purchase section#service,
    main#web-purchase section#service{
        padding-top: 14px;
    }
    main#purchase section#service .inner > div,
    main#web-purchase section#service .inner > div{
        padding: 0 0 30px;
    }
    main#purchase section#service #service01 .img_block:before{
        background: url(../img/how_to03_t-sp.png) no-repeat;
        background-size: 100%;
    }
    main#web-purchase section#service #service02 .img_block:before{
        background: url(../img/how_to04_t-sp.png) no-repeat;
        background-size: 100%;
    }

    main#purchase section#service h1.ttl,
    main#web-purchase section#service h1.ttl {
        margin-bottom: 32px;
    }

    section#service .txt_block .moreBtn{
        width: 80%;
        max-width: 320px;
        bottom: 0;
        right: 0;
        left: 0;
    }

    section#service .txt_block .moreBtn a {
        padding: 8px 0 8px;
        font-size: 1.8rem;
    }
    
}

