@charset "UTF-8";

/********* 第2階層 共通*********/
section.main_txt .inner {
    max-width: 1100px;
    margin: 0 auto;
}

main > .ttl_block{
    padding: 199px 0;
    background-size: cover;
}

h1.ttl {
    font-size: 4.2rem;
    text-align: center;
    color: #fff;
}

h1.ttl span{
    color: #CB0100;
}

section#service{
    background: none;
}

section#service h1.ttl{
    color: #222222;
}


@media screen and (max-width:768px){
    section.main_txt{
        width: 100%;
        margin: 0 auto;
    }

    main > .ttl_block{
        padding: 49px 0 29px;
    }

    h1.ttl {
        width: 96%;
        margin: 0 auto;
        font-size: 2.3rem;
    }
    h1.ttl span {
        max-width: 320px;
        margin: 10px auto;
    }
}

section.twoColumn {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
section.twoColumn .left_Column {
    max-width: 800px;
    margin-right: 85px;
}
section.twoColumn .left_Column .df {
    display: flex;
    flex-wrap: wrap;
}

section.twoColumn .left_Column .df {
    width: 800px;
}

section.twoColumn .left_Column .df .list_block{
    width: 413px;
    margin-bottom: 51px;
    padding: 10px 12px 32px;
    background: #fff;
    box-shadow: 0 0 5px 2px #E7E7E7;
    border-radius: 20px;
}
section.twoColumn .left_Column .df .list_block:nth-child(2n){
    margin-left: 23px;
}

section.twoColumn .left_Column .df .list_block .img_block{
    height: 240px;
    background: #D6D6D6;
    border-radius: 20px;
    overflow: hidden;
}
section.twoColumn .left_Column .df .list_block .img_block img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.twoColumn .left_Column .df .list_block .data {
    margin-top: -11px;
    margin-bottom: 24px;
    padding-left: 25px;
}

section.twoColumn .left_Column .df .list_block time {
    margin-top: -12px;
    font-size: 1.4rem;
    color: #848F96;
    text-align: right;
    display: block;
}
section.twoColumn .left_Column .df .list_block p.cate{}
section.twoColumn .left_Column .df .list_block p.cate a {
    padding: 0px 8px;
    background: linear-gradient(90deg, rgba(227, 157, 60, 1) 0%, rgba(233, 176, 101, 1) 100%);
    font-size: 1.8rem;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
}

section.twoColumn .left_Column .df .list_block h2 {
    width: 90%;
    margin: 0 auto;
    line-height: 1.4;
    font-size: 1.8rem;
}

main#news{
    padding-bottom: 0;
}

main#news > .ttl_block{
    background: url(../img/bg_topics.webp) no-repeat;
    background-size: cover;
}

main#news section.twoColumn{
    padding-top: 106px;
    background: url(../img/section_bg3.webp)no-repeat top center;
}

main#news section.twoColumn h2.page-title {
    margin-bottom: 16px;
}
main#news section.twoColumn h2.page-title span{
    font-size: 2.4rem;
    font-weight: 600;
}

.news_block article{
    width: 48%;
}


aside.sideber {
    width: 300px;
    padding-top: 22px;
}
aside.sideber h2{
    margin-bottom: 26px;
}

aside.sideber ul {
    padding: 0 15px 0 25px;
}
aside.sideber ul li,
aside.sideber ul li a{
    color: #919191;
}

aside.sideber ul li:hover, 
aside.sideber ul li a:hover{
    color: #1F1F1F;
}

body.post-type-archive-faq aside.sideber ul li.all a,
aside.sideber ul li.current a{
    color: hsl(0, 0%, 12%);
}

.pagenation {
    margin: 47px auto 122px;
}
.pagenation .nav-links {
    display: flex;
    justify-content: center;
}

.pagenation .nav-links a.page-numbers,
.pagenation .nav-links span.page-numbers.current{
    width: 68px;
    margin: 0 0px;
    padding: 5px 0;
    background: #fff;
    display: inline-block;
    text-align: center;
    color: #1F1F1F;
    border-top: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    border-left: 1px solid #A7A7A7;
}
.pagenation a.prev.page-numbers:first-child,
.pagenation a.next.page-numbers {
    background: #fff;
    color: #1F1F1F;
}

.pagenation .nav-links span.page-numbers.current,
.pagenation a.next.page-numbers{
    border-right: 1px solid #A7A7A7;
}

.pagenation a.next.page-numbers,
.pagenation a.prev.page-numbers{
    width: 100px;
}


@media screen and (max-width:768px){
    section.twoColumn{
        display: block;
    }

    main#news section.twoColumn{
        padding-top: 26px;
        padding-bottom: 50px;
    }
    main#news section.twoColumn h2.page-title{
        width: 96%;
        margin: 0 auto;
    }
    main#news section.twoColumn h2.page-title span{
        font-size: 2.0rem;
    }

    section.twoColumn .left_Column{
        margin-right: 0;
    }

    section.twoColumn .left_Column .df {
        width: 100%;
        justify-content: space-between;
    }

    section.twoColumn .left_Column .df .list_block{
        width: 48%;
        margin-bottom: 10px;
        border-radius: 15px;
    }
    section.twoColumn .left_Column .df .list_block:nth-child(2n){
        margin-left: 0;
    }

    section.twoColumn .left_Column .df .list_block .img_block{
        height: 120px;
        border-radius: 15px;
    }
    section.twoColumn .left_Column .df .list_block .img_block img{
        object-fit: cover;
    }

    section.twoColumn .left_Column .df .list_block p.cate a{
        font-size: 1.6rem;
    }
    section.twoColumn .left_Column .df .list_block .data{
        padding-left: 5px;
        margin-bottom: 10px;
    }
    section.twoColumn .left_Column .df .list_block p.cate a{
        padding: 0px 4px;
        font-size: 1.6rem;
    }
    section.twoColumn .left_Column .df .list_block time{
        margin-top: 6px;
    }
    section.twoColumn .left_Column .df .list_block h2{
        width: 100%;
        font-size: 1.6rem;
    }

    aside.sideber{
        width: 96%;
        margin: 0 auto;
        padding: 12px 0 12px;
    }
    aside.sideber h2{
        width: 280px;
    }

    aside.sideber ul{
        padding: 0 15px 0 15px;
    }
    aside.sideber ul li{
        margin-bottom: 6px;
    }

    .pagenation {
        margin: 29px auto;
    }
    .pagenation .nav-links a.page-numbers, 
    .pagenation .nav-links span.page-numbers.current{
        width: 48px;
    }

    .pagenation a.next.page-numbers,
    .pagenation a.prev.page-numbers{
        width: 88px;
    }
}



/* #purchase web-purchase */

main#purchase > .ttl_block{
    margin-bottom: 114px;
    background: url(../img/bg_purchase.webp) no-repeat;
    background-size: cover;
}

main#purchase > .ttl_block h1.ttl2 {
    max-width: 514px;
    background:  #B28500 url(../img/how_to02.png) no-repeat;
    margin-left: 18%;
    font-size: 2.6rem;
    font-weight: 600;
    padding: 21px 0 20px 210px;
    color: #fff;
}

main#web-purchase > .ttl_block{
    margin-bottom: 114px;
    background: url(../img/bg_w_purchase.webp) no-repeat;
    background-size: cover;
}

main#web-purchase > .ttl_block h1.ttl3 {
    max-width: 514px;
    background: #06C755 url(../img/how_to01.png) no-repeat;
    margin-left: 18%;
    font-size: 2.6rem;
    font-weight: 600;
    padding: 21px 0 20px 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;
}

main#purchase section#service .inner,
main#web-purchase section#service .inner{
    width: 100%;
    max-width: 1068px;
    margin: 0px auto 43px;
    padding: 27px 0;
    position: relative;
}
main#purchase section#service > .inner:before,
main#web-purchase section#service .inner:before{
    display: none;
}


main#purchase section#service .inner > div,
main#web-purchase section#service .inner > div{
    width: 100%;
    max-width: 1020px;
    margin-left: 58px;
    padding: 42px 0 37px;
    background: #EEECE3;
    position: relative;
}
main#purchase section#service .inner > div:before,
main#web-purchase section#service .inner > div:before{
    content: '';
    width: 98%;
    height: 90%;
    border: 1px solid #322D29;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

main#purchase section#service .inner > h2,
main#web-purchase section#service .inner > h2{
    position: absolute;
    top: 103px;
    left: 0;
    z-index: 1;
}

main#purchase section#service #service01{
    margin: 120px auto 43px;
}
main#purchase section#service #service01 h3{
    text-align: left;
}
main#web-purchase section#service #service02 h3{
    text-align: left;
}

main#purchase section#service #service01 .img_block:before, 
main#web-purchase section#service #service02 .img_block:before,
main#purchase section#service #service01 .img_block:after,
main#web-purchase section#service #service02 .img_block:after{
    display: none;
}

main#purchase section#service .inner > div .img_block,
main#web-purchase section#service .inner > div .img_block{
    position: absolute;
    top: -28px;
    left: 120px;
    margin: 0;
    z-index: 1;
}

main#purchase section#service .inner > div .txt_block,
main#web-purchase section#service .inner > div .txt_block{
    padding-left: 480px;
    position: relative;
}

main#purchase section#service .inner > div .txt_block h3,
main#web-purchase section#service .inner > div .txt_block h3{
    font-size: 2.6rem;
    font-weight: 600;
}
main#purchase section#service .inner > div .txt_block p,
main#web-purchase section#service .inner > div .txt_block p{
    margin: 0 0 30px;
}
main#purchase section#service .inner > div p.tag,
main#web-purchase section#service .inner > div p.tag{
    width: 167px;
    padding: 2px;
    background: #000;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 11px;
    margin: 0;
}

main#purchase section#service .txt_block .moreBtn,
main#web-purchase section#service .txt_block .moreBtn{
    bottom: -86px;
    right: 120px;
    left: auto;
    z-index: 1;
}



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: #BFA857;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
}
section#area p.tac {
    margin: 50px 30px 63px;
}

section#area p{
    padding: 0 30px;
    margin-bottom: 60px;
}

section#use{
    padding: 85px 0 1px;
    background: #EEECE3;
}
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;
    font-family: "Noto Serif JP", serif;
    color: #CB0100
}

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-bottom: 44px;
    padding: 75px 0 68px;
    background: #EEECE3;
}
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 #CC0706;
    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;
    font-family: "Noto Serif JP", serif;
    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: -35px;
    right: 0;
    left: 0;
}
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: 1024px){
    main#purchase section#service .inner > div,
    main#web-purchase section#service .inner > div{
        width: 94%;
    }
}

@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: 4px 0 3px 100px;
    }
    main#web-purchase > .ttl_block h1.ttl3{
        padding: 6px 0 3px 75px;
        background-size: 47px;
    }

    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;
    }

    main#purchase section#service,
    main#web-purchase section#service{
        padding-bottom: 20px;
        background-size: 50%;
    }
    main#purchase section#service .inner,
    main#web-purchase section#service .inner{
        width: 90%;
        margin: 0 auto;
    }
    main#purchase section#service .inner > div,
    main#web-purchase section#service .inner > div{
        width: 100%;
        margin-left: 0;
        padding: 0 0 30px;
        border: 1px solid #322D29;
    }

    main#purchase section#service .inner > div:before,
    main#web-purchase section#service .inner > div:before{
        display: none;
    }

    main#purchase section#service .inner > div h3,
    main#web-purchase section#service .inner > div h3{
        margin: 8px 0 0;
        text-align: center;
        font-size: 2.0rem;
    }

    main#purchase section#service #service01 h3,
    main#web-purchase section#service #service02 h3{
        text-align: center;
    }

    main#purchase section#service .inner > div p,
    main#web-purchase section#service .inner > div p {
        width: 96%;
        margin: 15px auto 0;
        font-size: 1.8rem;
    }

    main#purchase section#service .inner > div .img_block,
    main#web-purchase section#service .inner > div .img_block{
        width: 90%;
        margin: 0 auto;
        position: unset;
        left: 0;
        top: 0;
    }
    

    main#purchase section#service #service01,
    main#web-purchase section#service #service02{
        margin: 30px auto 0;
        padding: 10px;
        background: #EEECE3;
    }

    main#purchase section#service #service01 .txt_block{
        position: relative;
    }

    main#purchase section#service #service01 .txt_block:before{
        display: block;
        background: url(../img/how_to03-sp.png)no-repeat;
    }
    main#web-purchase section#service #service02 .txt_block:before{
        display: block;
        background: url(../img/how_to04-sp.png)no-repeat;
    }

    main#purchase section#service #service01 .txt_block:before,
    main#web-purchase section#service #service02 .txt_block:before{
        content: '';
        width: 75px;
        height: 74px;
        display: block;
        background-size: 100%;
        left: 0;
        top: 0;
        margin: unset;
    }

    main#purchase section#service .txt_block .moreBtn, 
    main#web-purchase section#service .txt_block .moreBtn{
        bottom: -27px;
        right: 0;
        left: 0;
    }

    section#area{
        margin: 36px auto 40px;
    }

    section#area p{
        padding: 0 10px;
        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#use .white_block .wrap.df .img_block2{
        width: 50%;
    }

    section#flow{
        margin: 0 0 30px;
        padding: 30px 0;
    }
    
    .flow_block{
        width: 96%;
        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;
    }

    .flow_block:last-child{
        margin: 0 auto;
    }

    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: -20px;
    }

    section#service .txt_block .moreBtn a {
        padding: 8px 0 8px;
        font-size: 1.8rem;
    }
    
}

/* point */
main#point section.main_txt{
    padding-top: 53px;
    background: #EEECE3;
}

main#point > .ttl_block{
    background: url(../img/bg_point.webp)no-repeat top center;
    background-size: cover;
}

main#point .point_block {
    max-width: 1070px;
    margin: 0 auto 54px;
    padding-top: 33px;
    padding-left: 10px;
    position: relative;
}

main#point .point_block > div {
    padding: 35px 0 62px;
    background: #FFFFFF;
    border-radius: 15px;
}

main#point .point_block:before{
    content: '';
    width: 100%;
    max-width: 1053px;
    height: 88%;
    border: 3px solid #E1C263;
    top: 21px;
    left: 0;
    display: block;
    position: absolute;
    border-radius: 10px;
}

main#point .point_block > div .df{
    align-items: center;
}

main#point .point_block > div > h2 {
    width: 230px;
    padding-bottom: 10px;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 10px 10px 0 0; 
    position: absolute;
    top: 0;
    text-align: center;
}
main#point .point_block .img_block {
    width: 290px;
    margin-right: 17px;
    text-align: center;
}
main#point .point_block .txt_block {
    width: 694px;
}

main#point .point_block .txt_block h2{
    margin-bottom: 15px;
    padding-bottom: 16px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #B28500;
    border-bottom: 2px solid #E1C263;
}

main#point section#service{
    padding-top: 60px;
    background: #fff;
}
main#point section#service > .inner:before,
main#item section#service > .inner:before{
    display: none;
}

main#point section#service h1.ttl,
main#item section#service h1.ttl{
    margin-bottom: 80px;
    padding-left: 0;
    text-align: center;
}
main#point section#service > .inner h1:before,
main#item section#service > .inner h1:before{
    top: auto;
    left: 0;
    bottom: 0;
}


section#feature{
    margin-top: 67px;
    padding-top: 40px;
    padding-bottom: 1px;
    background: #EEECE3;
}

section#feature h1.ttl{
    margin-bottom: 47px;
    color: #1F1F1F;
}

.white_block {
    max-width: 1040px;
    margin: 0 auto 50px;
    padding: 25px 20px;
    background: #F9F4EE;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px #d0d1d7;
}

.white_block .wrap {
    background: #fff;
    border-radius: 10px;
}

section#feature .white_block .wrap{
    padding: 47px 20px 52px 45px;
    display: flex;
    align-items: center;
}
section#feature .white_block .wrap:before{
    content: '';
    background: url(../img/point_check.png)no-repeat;
    width: 70px;
    height: 70px;
    margin-right: 50px;
    display: block;
}

section#feature .white_block .txt_block {
    width: 830px;
}

section#feature .white_block .txt_block h2 {
    margin-bottom: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #983930;
}


@media screen and (max-width: 768px){
    main#point .point_block > div{
        width: 94%;
        padding: 35px 0 22px;
    }
    main#point .point_block > div > h2{
        width: 170px;
    }
    main#point .point_block > div > h2 img {
        width: 100px;
    }
    main#point .point_block > div .df{
        display: block;
    }

    main#point .point_block{
        margin: 0 auto 24px;
        padding-top: 13px;
    }
    main#point .point_block:before {
        width: 97%;
        height: 95%;
        top: 7px;
    }
    main#point .point_block .img_block{
        width: 110px;
        margin: 0 auto 20px;
    }
    main#point .point_block .txt_block{
        width: 90%;
        margin: 0 auto;
    }

    main#point .point_block .txt_block h2{
        margin-bottom: 8px;
        padding-bottom: 8px;
        font-size: 2rem;
    }

    main#point section#service,
    main#item section#service{
        padding-top: 20px;
    }

    main#point section#service .inner,
    main#item section#service .inner{
        padding: 30px 0;
    }
    main#point section#service h1.ttl,
    main#item section#service h1.ttl{
        margin-bottom: 35px;
    }

    main#point section#service > .inner h1 span,
    main#item section#service > .inner h1 span{
        padding: 10px 0 5px;
        margin-top: 0;
    }

    main#point section#service{
        padding-top: 20px;
    }
    section#service > .inner h1{
        margin-bottom: 14px;
    }
    
    section#feature{
        margin-top: 47px;
        padding-top: 30px;
    }
    section#feature h1.ttl{
        margin-bottom: 5px;
    }

    .white_block{
        width: 96%;
        margin: 0 auto 30px;
        padding: 15px 10px;
    }

    section#feature .white_block .wrap {
        padding: 20px 0 20px 15px;
    }
    section#feature .white_block .wrap:before{
        background-size: 100%;
        width: 45px;
        height: 45px;
        margin-right: 20px;
    }
    section#feature .white_block .txt_block {
        width: 76%;
    }
    section#feature .white_block .txt_block h2{
        margin-bottom: 5px;
        font-size: 2rem;
    }
}

/* item */
main#item > .ttl_block{
    background: url(../img/bg_item.webp)no-repeat top center;
    background-size: cover;
}

main#item section.main_txt{
    padding-top: 70px;
    padding-bottom: 40px;
    background: #EEECE3;
}

main#item .inner.df{
    flex-wrap: wrap;
    justify-content: flex-start;
}


main#item section.main_txt > p{
    max-width: 879px;
    margin: 0 auto 118px;
}

main#item p.header_txt {
    display: flex;
    justify-content: center;
    padding: 70px 0 72px;
}

main#item section.main_txt h1.ttl{
    color: #212121;
}

main#item section.main_txt > h2{
    margin-bottom: 76px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 6px;
}

main#item article{
    margin: 0 11px 57px;
}

@media screen and (max-width: 768px){
    main#item p.header_txt{
        width: 90%;
        margin: 0 auto;
        padding: 30px 0 32px;
    }
    main#item section.main_txt{
        padding-top: 25px;
        padding-bottom: 40px;
    }

    main#item section.main_txt > p{
        margin: 0 auto 0;
    }

    main#item .inner.df{
        width: 100%;
        padding: 0px;
        justify-content: space-around;
    }
    main#item article{
        margin: 0 5px 20px;
    }
    
    main#item section.main_txt > h2{
        margin-bottom: 30px;
        font-size: 2.3rem;
        letter-spacing: 0;
    }
}


/* faq */
main#faq > .ttl_block{
    background: url(../img/bg_faq.webp)no-repeat top center;
    background-size: cover;
}
main#faq section.main_txt{
    padding-top: 61px;
}

ul.faq_list{
    max-width: 1186px;
    margin: 0 auto 129px;
    display: flex;
}

ul.faq_list li{
    width: 24%;
    max-width: 291px;
    margin: 0 0.5%;
    background: url(../img/faq_list_bg.png) no-repeat right;
    border-top: 1px solid #8C4600;
    border-bottom: 1px solid #8C4600;
    border-left: 1px solid #8C4600;
}
ul.faq_list li a {
    color: #8C4600;
    font-size: 2.4rem;
    font-weight: 600;
    padding: 8px 21px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
ul.faq_list li a:after {
    content: '';
    background: url(../img/icon_arrow_brown.png);
    background-size: cover;
    width: 14px;
    height: 24px;
    display: block;
    position: absolute;
    right: 16px;
}

section.faq_block {
    max-width: 1060px;
    margin: 0 auto 65px;
}
section.faq_block h2 {
    margin-bottom: 57px;
    display: flex;
    align-items: center;
}
section.faq_block h2 span.icon{
    width: 85px;
    display: inline-block;
}
section.faq_block h2 span.txt{
    width: 92%;
    padding: 21px 10px 22px 29px;
    background: #D90000;
    clip-path: polygon(96% 0, 100% 50%, 96% 100%, 0% 100%, 0% 0%);
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

section.faq_block dl {
    margin-bottom: 32px;
}
section.faq_block dt {
    margin-bottom: 26px;
    padding: 12px 19px;
    background: #F9F4EE;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #c3c4c7;
    display: flex;
    align-items: center;
}
section.faq_block dt:before{
    margin-right: 18px;
    content: 'Q';
    color: #E0B73B;
    font-size: 4.2rem;
    font-family: Aparajita, serif;
    font-weight: 600;
    display: flex;
    align-items: center;
}
section.faq_block dt span{
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    color: #983930;
    font-family: "Noto Serif JP", serif;
}
section.faq_block dd {
    padding-left: 78px;
}

@media screen and (max-width:768px){
    main#faq section.main_txt{
        padding-top: 31px;
    }

    ul.faq_list{
        margin-bottom: 19px;
        flex-wrap: wrap;
    }
    ul.faq_list li{
        width: 49%;
        margin-bottom: 15px;
    }
    ul.faq_list li a{
        font-size: 1.6rem;
    }
    ul.faq_list li a:after {
        background-size: 100% 100%;
        width: 8px;
        height: 19px;
        right: 13px;
    }

    section.faq_block{
        margin: 0 auto 35px;
    }
    section.faq_block h2{
        margin-bottom: 27px;
    }

    section.faq_block h2 span.icon{
        width: 55px;
    }
    section.faq_block h2 span.txt {
        width: 83%;
        padding: 8px 10px 12px 19px;
        font-size: 2rem;
    }

    section.faq_block dl{
        width: 96%;
        margin: 0 auto 22px;
    }
    section.faq_block dt {
        margin-bottom: 16px;
        padding: 8px 10px;
    }
    section.faq_block dt span{
        font-size: 1.8rem;
    }
    section.faq_block dt:before{
        margin-right: 12px;
        font-size: 3.4rem;
    }
    section.faq_block dd{
        padding-left: 58px;
    }
}


/* company */
main#company > .ttl_block{
    background: url(../img/bg_company.webp)no-repeat top center;
    background-size: cover;
}

main#company section.main_txt{
    padding-top: 168px;
    background: url(../img/section_bg3.webp)no-repeat top center;
}

main#company .company_block {
    max-width: 1076px;
    margin: 0 auto 139px;
}

main#company dl {
    margin-bottom: 30px;
    display: flex;
    position: relative;
    padding-left: 58px;
}

main#company dt{
    width: 253px;
    background: url(../img/company_dt_bg.png)no-repeat top right;
    background-size: 100%;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 0;
    top: 9px;
}
main#company dd{
    width: 100%;
    padding: 5px 10px 10px 217px;
    border: 1px solid #312C28;
    font-size: 2.4rem;
}

main#company section.main_txt h2 {
    padding: 10px 20px 18px;
    margin-bottom: 58px;
    font-family: "Noto Serif JP", serif;
    font-size: 2.8rem;
    font-weight: 600;
    display: flex;
    line-height: 1;
    align-items: flex-end;
    border-bottom: 2px solid #312C28;
    letter-spacing: 2px;
}
main#company section.main_txt h2 span {
    margin-left: 10px;
    color: #D8A300;
    font-family: Aparajita, serif;
    font-weight: normal;
    font-size: 1.8rem;
    letter-spacing: 1px;
    display: block;
}

main#company .map_block{
    max-width: 1076px;
    margin: 0 auto;
    padding-bottom: 100px;
}
main#company .map {
    height: 620px;
}

@media screen and (max-width: 768px){

    main#company section.main_txt{
        padding-top: 48px;

    }
    
    main#company .company_block{
        margin-bottom: 49px;
    }
    main#company dl{
        margin-bottom: 20px;
        padding-left: 28px;
    }
    main#company dt{
        width: 170px;
        padding: 0 10px;
        background-size: cover;
        font-size: 1.8rem;
        text-align: left;
    }
    main#company dd{
        padding: 47px 10px 10px 20px;
        font-size: 1.8rem;
    }

    main#company section.main_txt h2{
        padding: 10px 10px 10px;
        margin-bottom: 28px;
        font-size: 2.2rem;
    }

    main#company .map_block{
        padding-bottom: 40px;
    }
    main#company .map {
        height: 250px;
    }

}

/* privacy-policy */
main#privacy-policy > .ttl_block{
    margin-bottom: 66px;
    background: url(../img/bg_pp.webp)no-repeat top center;
    background-size: cover;
}

main#privacy-policy h2{
    font-weight: 600;
}

main#privacy-policy section.main_txt p {
    margin-bottom: 36px;
    line-height: 1.8;   
}

section#tou h1.ttl{
    color: #000;;
}

section#tou {
    margin-top: 100px;
}
section#tou ol{margin-bottom: 36px;}
section#tou ol li {
    text-indent: -1.5em;
    padding-left: 1.5em;
}

@media screen and (max-width: 768px){
    section#tou {
        margin-top: 60px;
    }
    main#privacy-policy .ttl_block{
        margin-bottom: 32px;    
    }
    main#privacy-policy section.main_txt p {
        margin-bottom: 26px;
        font-size: 1.6rem;
    }
}


/* line */
section#line{
    margin-top: 123px;
}

@media screen and (max-width:768px){
    section#line{
        margin-top: 0;
    }
}


