@charset "UTF-8";

/********* common *********/
.df{display: flex;}
.jcc{justify-content: center;}
.aic{align-items: center!important;}

.tac{text-align: center;}
.tar{text-align: right;}
.font22{font-size: 22px;}
.font26{font-size: 26px;}

.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}

.mb0{margin-bottom: 0px!important;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb60{margin-bottom: 60px;}

.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}

.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}

img.wid100 {
    width: 100%;
    margin-bottom: 3%;
}

.fwb{font-weight: bold;}

.block-wrap{padding: 0 10px;}
.block-wrap02{padding: 10px;}

.block-wrap p,
.block-wrap02 p{padding-bottom: 15px;}

.block-wrap03{
    padding: 0 10px;
}

h1.ttl {
    padding: 12px 0 21px;    
    background: #00A653;
    text-align: center;
    font-weight: 900;
    font-size: 4.6rem;
    font-family: 'Noto Sans JP', sans-serif;    
    line-height: 1;
    color: #fff;
}
h1.ttl span{
    margin-bottom: 10px;    
    display: block;
    color: #FFFFBF;
    font-family: 'Roboto Condensed', sans-serif;    
}

h1.ttl2 {
    width: 1114px;
    margin: 0 auto 26px;
    padding: 21px 10px 29px;
    background: #00A653;
    text-align: center;
    font-weight: 900;
    font-size: 4.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    color: #fff;
    border-radius: 48px;
    border-bottom: 10px solid #2C921D;
}

h1.ttl3{
    background: #00A653;
    padding: 1% 3%;
    margin-bottom: 36px;
    border-radius: 5px;
    color: #fff;
    font-size: 26px;
    font-size: 2.2rem;
    font-weight: bold;
}

h2.ttl {
    margin: 43px 0 34px;    
    text-align: center;
    font-size: 4.6rem;
    font-weight: 900;    
    font-family: 'Noto Sans JP', sans-serif;
    color: #FF9326;
    line-height: 1.2;    
}
h2.ttl2 {
    background: #FF9326;
    padding: 8px 10px 12px;    
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    line-height: 1.2;
    border-radius: 50px;
    letter-spacing: 5px;
}



/********* TOP *********/
.mv{
    background: url(../img/main_bg.webp)no-repeat top center;
    background-size: cover;
}
.mv .inner{
    max-width: 1200px;
    margin: 0 auto;
}
.mv .inner .txt{
    padding: 120px 0 190px;
}


section#worry h1{
    background: none;
    padding-top: 45px;
    margin-bottom: 60px;
    color: #00A653;
    line-height: 1.2;
}
section#worry aside.contact .cr h1{
    padding-top: 0;
}

section#worry .inner{
    background: #e8efe2 url(../img/worry_bg.webp)repeat-x bottom;   
}

section#worry .check_block {
    width: 1014px;
    padding: 33px 35px 13px;    
    margin: 0 auto 30px;
    box-shadow: inset 2px 2px 3px 2px #dee8d6, inset -7px -7px 2px 0px #edf2e7;
    border-radius: 40px;
}
section#worry .check_block ul li {
    margin-bottom: 28px;
    padding: 10px 10px 10px 95px;
    background: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    color: #464646;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 50px;
}
section#worry .check_block ul li:before{
    content: '';
    background: url(../img/check_icon.webp)no-repeat top center;
    position: absolute;
    width: 84px;
    height: 83px;
    top: -28px;
    left: -8px;
}

section#worry > .txt{
    margin-top: 30px;
    margin-bottom: 43px;
    font-size: 3.6rem;
    text-align: center;
    font-weight: bold;
    color: #00A653;
}
section#worry > .txt2{
    margin-bottom: 58px;    
    display: flex;
    justify-content: center;
    font-size: 2.0rem;
    line-height: 1.8;
}

section#worry .s-list{
    display: flex;
    align-items: center;
    justify-content: center;
}
section#worry .s-list li{
    margin: 0 5px;
}

section#solution{
    padding: 26px 0 254px;      
}
section#solution h1{
    margin-bottom: 31px;
    color: #464646;
}
section#solution p{
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
}


section#baa {
    position: relative;
}
section#baa h1.ttl2 {
    padding-top: 60px;    
    background: url(../img/h1_ttl_bg.webp)no-repeat center center;
    height: 320px;
    position: absolute;
    color: #EA5522;    
    display: flex;
    left: 0;
    right: 0;
    top: -240px;
    justify-content: center;
}

section#baa h1.ttl2 {
    background: url(../img/h1_ttl_bg.webp)no-repeat center center;
    color: #EA5522;    
}

section#baa #baa_block{
    background: url(../img/baa_bg-b.png), url(../img/baa_bg.webp);
    background-position: bottom center, top center;
    background-repeat: no-repeat, repeat-y;
    padding-bottom: 54px;
}

section#baa #baa_block .df > div{
    margin: 55px 10px 67px;
}

section#baa #baa_block .img_block img{
    border-radius: 27px;    
}

section#baa #baa_block h2.ttl {
    color: #FFB426;
    text-align: center;
    font-size: 6.4rem;
    font-family: 'Roboto Condensed', sans-serif; 
    font-weight: bold;
}
section#baa #baa_block h2.ttl2 {
    color: #EA5521;
    text-align: center;
    font-size: 6.4rem;
    font-family: 'Roboto Condensed', sans-serif;  
    font-weight: bold;    
}

section#step{
    padding: 24px 0 60px;
}
section#step h1.ttl{
    margin-bottom: 83px;        
}

section#step .step_block {
    max-width: 1040px;
    min-height: 202px;    
    margin: 70px auto 0;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 15px;
}
section#step .step_block:after{
  content: "";
  position: absolute;
    bottom: -40px;
    left: 60%;
    width: 0px;
    height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 53px 51px 0 51px;
  z-index: 1;
  border-color: #84BF17 transparent transparent transparent;      
}

section#step .step_block:nth-child(even){
    background: #2C921D;
}
section#step .step_block:nth-child(odd){
    background: #00A653;
}
section#step .step_block#step4:after{
    display: none;
}

section#step .step_block .img_block{
    position: absolute;
    bottom: 20px;
    left: 24px;
}

section#step .step_block .txt_block {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 0 400px;
    color: #fff;
}
section#step .step_block .txt_block p{
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
}

section#step .step_block .txt_block h2{
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 1;
}
section#step .step_block .txt_block h2 span{
    font-size: 4.8rem;
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFFFBF;
    margin-right: 25px;
    letter-spacing: 2px;
}


section#work{
    background: #E8EFE2;
    padding: 39px 0 40px;
    margin-bottom: 60px;
}

section#work h1.ttl{
    color: #FFBA26;
    margin-bottom: 16px;
}
section#work .df{
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}    
section#work .df > div{
    width: 49%;
}


section#price{
    margin-top: 50px;
}

section#price .inner{
    width: 1000px;
    margin: -50px auto 85px;
}

section#price .price_block {
    width: 1000px;
    padding: 12px 5px 45px;    
    margin: 50px auto 85px;
    box-shadow: 0px 0px 10px 2px #ddd;
    border-radius: 10px;
}
.price_block p.txt {
    margin: 46px 10px 0;
    font-size: 2.8rem;
    color: #00A552;
    font-weight: bold;
    letter-spacing: 2px;
}
section#price .price_block ul{
    margin: 33px auto 38px;
}

section#price .price_block ul li{
    width: 803px;
    margin: 0 auto;
    padding: 16px 110px 18px;
    font-size: 2.8rem;
    color: #00A552;
    font-weight: bold;
    border-bottom: 1px solid #CCFF99;
}
.price_block p.txtS{
    width: 680px;
    margin: 26px auto 0;
    font-size: 2.0rem;    
} 
section#price .price_block .inner{
    width: 900px;
    margin: 0 auto;
    padding: 24px 0 0;
}
section#price .price_block .inner > h2.ttl2{
    border-radius: 10px;
}

section#price .price_block h3{
    margin: 13px 0 3px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #00A653;
}
section#price .price_block .pt{
    width: 100%;
    margin: 0 auto 6px;
    border-collapse: inherit;
    border-spacing: 1px;
}
section#price .price_block .pt th{
    width: 50%;
    padding: 13px 5px 19px 25px;    
    background: #E8EFE2;
    color: #00A653;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: left;
}
section#price .price_block .pt td{
    width: 550%; 
    padding: 13px 5px 19px 15px;     
    color: #00A653;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #E1E1E1;    
}

section#price .price_block .pt2{
    width: 100%;
    margin: 0 auto 45px;
    border-collapse: inherit;
    border-spacing: 3px;
}
section#price .price_block .pt2 th{
    width: 30%;
    background: #00A653;
    padding: 13px 5px 14px 5px;       
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}
section#price .price_block .pt2 td{
    width: 70%;    
    background: #FF9326;
    padding: 13px 5px 14px 5px; 
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}



section#qa {
    margin: 0 auto 70px;
    padding-bottom: 1px;
    background: #E8EFE2;
}

section#qa .q_block{
    width: 1014px;
    padding: 23px 26px 25px;
    margin: 30px auto 58px;
    box-shadow: inset 2px 2px 3px 2px #dee8d6, inset -7px -7px 2px 0px #edf2e7;
    border-radius: 40px; 
}

section#qa .q_block > h2{
    margin-bottom: 43px;    
    display: flex;
    align-items: center;
}
section#qa .q_block h2 span.ttl{
    background: url(../img/qa_icon_bg.webp)no-repeat top center;
    background-size: 100%;
    width: 96px;
    height: 93px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 4.8rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#qa .q_block h2 span.txt{
    width: 830px;
    padding-left: 35px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #004010;
}

section#qa .a_block{
    min-height: 160px;
    background: #fff;
    padding: 20px 10px 20px 155px;
    font-size: 2.4rem;
    position: relative;
    border-radius: 30px;
}
section#qa .a_block h2{
    background: #FF9326;
    width: 79px;
    height: 79px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;   
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -26px;
    left: 26px;
    border-radius: 50px;
}

.message_block{
    margin: 35px auto 82px;
    text-align: center;
}

.movie {
    margin-bottom: 80px;
    text-align: center;
}


@media screen and (max-width: 768px){
    h1.ttl{font-size: 2.8rem;}
    h1.ttl2{
        width: 90%;
        font-size: 2.8rem;}
    
    h2.ttl{font-size: 2.8rem;}
    h2.ttl2{font-size: 2.2rem;}
    .mv .inner .txt{
        padding: 0;
    }
    
    section#worry{padding: 0 0 10%;}
    section#worry .inner .sp {
        padding: 3% 1.5% 0;
        }
    section#worry .inner .sp p {
        margin: 4% 0 2%;        
        font-size: 2.4rem;
        font-weight: 900;
        text-align: center;
        font-family: 'Noto Sans JP', sans-serif;
        color: #444444;
    }
    
    section#worry h1{
        margin-bottom: 0;
        padding-top: 3%;}
    
    section#worry .check_block{
        width: 98%;
        padding: 33px 15px 13px;
        border-radius: 30px;
    }    
    section#worry .check_block ul li{
        margin-bottom: 14px;
        padding: 10px 10px 10px 65px;
        font-size: 2.2rem;    
    }
    section#worry .check_block ul li:before{
        background-size: 100%;
        width: 64px;
        height: 63px;
        top: -10px;
        left: -5px;        
    }

    section#worry .img_block {padding: 0;}
    
    section#worry > .txt{
        margin: 6% auto 5%;
        font-size: 2.0rem;}
    section#worry > .txt2{
        margin-bottom: 5%;
        padding: 0 2%;
        font-size: 1.8rem;
    }
    
    section#step .step_block:after{
        left: 0;
        right: 0;
    }
    
    section#step .step_block .txt_block{
        padding: 15px 30px 35px 10px;
    }
    
    section#solution{padding: 26px 0 194px;}
    section#solution h1{margin-bottom: 20px;}
    section#solution p{
        padding: 0 2%;
        font-size: 2rem;
    }
    
    section#step .step_block{
        max-width: 96%;    
        display: block;
        margin: 30px auto 0;    
        padding-top: 0;    
    }
    
    section#step .step_block:nth-child(even){
        background: none;
    }
    section#step .step_block:nth-child(odd){
        background: none;
    }     
    
    section#step .step_block .img_block{
        position: relative;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
    }    
        
    section#step .step_block .txt_block{
        border-radius: 15px;
    }
    section#step .step_block:nth-child(even) .txt_block{
        background: #06C654;
    }
    section#step .step_block:nth-child(odd) .txt_block{
        background: #59B200;
    }  
            
    section#step .step_block .txt_block h2{
        font-size: 2.2rem;    
    }
    section#step .step_block .txt_block h2 span{
        font-size: 3.1rem;
        margin-right: 15px;    
    }
    section#step .step_block .txt_block p{font-size: 1.6rem;}
    
    section#work .df > div{width: 100%;}
    
    section#price .price_block{
        width: 96%; 
        padding: 12px 5px 30px;
        margin: 5% auto 10%;        
    }
    section#price .inner{
        width: 100%;
        margin: -5% auto 10%;
    }
    
    .price_block p.txt{
        margin: 5% 10px 0;
        font-size: 2rem;        
    }
    
    section#price .price_block ul{margin: 3% auto;}
    section#price .price_block ul li{
        width: 96%;
        padding: 16px 10px 18px;    
        font-size: 2rem;
    }
    
    section#price .price_block .inner{
        width: 96%;
    }
    .price_block p.txtS{
        width: 80%;
        font-size: 1.6rem;
    }
    
    section#price .price_block .inner > h2.ttl2{font-size: 2.2rem;}
    section#price .price_block h3{font-size: 1.8rem;}
    
    section#price .price_block .pt th,
    section#price .price_block .pt2 th{
        padding: 13px 5px 19px 10px;    
        font-size: 1.8rem;    
    }
    section#price .price_block .pt td,
    section#price .price_block .pt2 td{
        font-size: 1.8rem;         
    }
    
    section#qa{margin: 50px auto 20px;}
    section#qa .q_block{
        width: 96%;
        margin: 20px auto 28px;    
        padding: 13px 15px 15px;    
        border-radius: 30px;
    }
    
    section#qa .q_block > h2{align-items: flex-start;}
    section#qa .q_block h2 span.ttl{
        width: 69px;
        height: 66px;
        font-size: 3.2rem;    
    }
    section#qa .q_block h2 span.txt{
        width: 80%;
        padding-left: 15px;
        font-size: 2rem;
    }
    section#qa .a_block{
        padding: 30px 10px 10px 10px;    
        font-size: 2.0rem;    
        border-radius: 20px;    
    }
    section#qa .a_block h2{
        width: 55px;
        height: 55px;      
        font-size: 3.2rem;      
        top: -35px;
        left: 15px;        
    }
    
    .message_block{
        margin: 5% auto 8%;
        padding: 0 2%;
    }
    .movie{margin: 0 auto 5%;}
    
    #top #contents-wrap{
        margin: 6% auto 5%;
    }
    
}


/* contact */
aside.contact {
    background: url(../img/contact_bg.webp)no-repeat top right;
    background-size: contain;    
    width: 1060px;
    margin: 0 auto;
    padding: 25px 21px 10px;
    border: 4px solid #FF7A4D;
    border-radius: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 3.4rem;
}
aside.contact .cl h2{
    margin-left: 10px;
    margin-bottom: 20px;
    color: #06C755;    
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
}
aside.contact .cl h2:before{
    content: '';
    background: url(../img/h2_ttl_bg_l.webp)no-repeat top center;
    width: 15px;
    height: 33px;
    display: block;
    margin-right: 5px;
}
aside.contact .cl h2:after{
    content: '';
    background: url(../img/h2_ttl_bg_r.webp)no-repeat top center;
    width: 15px;
    height: 33px;
    display: block;
    margin-left: 5px;    
}
aside.contact .cl .img_block {
    width: 118px;
    margin-right: 10px;
}
aside.contact .cl .txt_block p{
    text-align: center;
    margin-bottom: 13px;
    line-height: 1;
}
aside.contact .btn_block {
    text-align: center;
    width: 352px;
    letter-spacing: 3px;    
}
aside.contact .btn_block a{
    width: 100%;
    padding: 13px 0 17px;
    display: flex;
    align-items: center;
    background: #06c755;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 0px 7px 4px rgb(212 212 212 / 69%);
    justify-content: space-around;
}
aside.contact .btn_block a:before{
    content: '';
    background: url(../img/icon_line_arrow.webp)no-repeat;
    width: 33px;
    height: 33px;
    display: block;
}


aside.contact .cr {
    border-left: 3px solid #FFBA26;
    margin-left: 18px;
    padding-left: 20px;
}
aside.contact .cr h1{
    font-size: 6.4rem;
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFBA26!important;
    line-height: 1.2!important;
    margin-bottom: 8px!important;
}
aside.contact p.txt {
    color: #EA5521;
}
aside.contact p.tell a{
    color: #474747;
}
aside.contact .txt2{
    margin-top: 12px;
    padding: 15px 5px;    
    border-radius: 50px;
    background: #EA5521;
    color: #fff;
    text-align: center;
}

.level2 aside.contact{
    width: 100%;
    margin: 60px auto 30px;
    padding: 10px 10px 10px;    
    border-radius: 20px;  
    font-size: 2.4rem;    
}

.level2 aside.contact .cl h2{
    margin-top: 0;
    margin-left: 5px;
    margin-bottom: 10px;    
    border-left: none;
    letter-spacing: 1px;    
}
.level2 aside.contact .cl .img_block{
    width: 70px;    
}
.level2 aside.contact .btn_block{
    width: 270px;    
}
.level2 aside.contact .cl .txt_block p{
    font-size: 2.8rem;
    margin-bottom: 10px;
    line-height: 1!important;    
}
.level2 aside.contact .cr h1{
    font-size: 5rem;    
}
.level2 aside.contact p.txt,
.level2 aside.contact p.tell{
    line-height: 1!important;
    font-size: 2.8rem;    
}

#top #contents-wrap{
    margin: 60px auto 30px;    
}

@media screen and (max-width: 768px){
    aside.contact{
        width: 96%;
        margin: 0 auto;
        padding: 15px 10px 10px;    
        font-size: 2.8rem;    
    }
    aside.contact > .df{
        flex-wrap: wrap-reverse;
    }
    
    aside.contact .cl .img_block{
        width: 20%;    
    }
    aside.contact .cl .txt_block{
        width: 80%;
    }
    
    aside.contact .btn_block,
    .level2 aside.contact .btn_block{
        width: 96%;
        font-size: 2rem;    
    }
    aside.contact .cr {
        margin-left: 0px;
        padding-left: 10px;
    }
    aside.contact .cr h1{
        font-size: 4.8rem;
        margin-bottom: 0px!important;    
    }
    aside.contact .cl h2,
    .level2 aside.contact .cl h2{
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        letter-spacing: 0;
        font-size: 2.5rem;
        justify-content: center;    
    }
}


/*** info ***/
.list-block-wrap {
    display: flex;
    flex-wrap: wrap;
}
.list_block {
    /*width: 310px;*/
    width: 32.5%;
    margin: 0 0 1%;
    background: #E8EFE2;
    font-size: 20px;
    line-height: 1.4;
    padding: 15px 10px;
    border-top: 20px solid #00A653;
}
.list_block:nth-child(3n+2) {
    margin: 0 1% 1%;
}

.list_block a::hover{
    background: #000;
}
.list_block > a > div{
    /*width: 310px;
    height: 226px;*/
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    }
.list_block > a > div img {
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
        }
.list_block > a > div.text{
    height: auto;
}
.list_block > a > div h2{
    margin-top: 15px;
    font-size: 24px;
    font-size: 2rem;    
    color: #00A653;
    letter-spacing: -0.05em;
    font-weight: bold;
    min-height: 85px;
}
.list_block p{
    font-size:16px;
}
span.article-date{    
    display: block;
    font-size: 14px;
    color: #989898;
    margin: 5px 0;}

.single h1.ttl3{margin-bottom: 18px;}

.news_block p.date,
.list_block p.date{
    margin-bottom: 2%;
    text-align: right;
    font-size: 20px;
    font-size: 2.0rem;}

.news_block{
    color: #444444;
    padding: 0 10px;}
.news_block .s-main-img img{
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}
.news_block .s-main-txt img:first-child{display: none;} 

.news_block p, .page-contents p{
    font-size: 18px;
    margin-bottom: 20px;}


.news_block h2, .page-contents h2{
    padding: 0 1% 0 2%;
    margin-top: 5.1%;
    margin-bottom: 3%;   
    color: #00A653;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    border-left: solid 5px #00A653;
    background: transparent;
}
.page-contents h3{
    padding: 0 1% 0 0;
    margin-top: 5.1%;
    margin-bottom: 2%;   
    color: #00A653;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    background: transparent;
}
.page-contents h4{
    padding: 0 1% 0 0;
    margin-bottom: 2%;   
    color: #00A653;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    background: transparent;
}
.page-contents dl{
    margin-bottom: 10px;
    line-height: 1.75em;
}
.page-contents dt{
    font-weight:bold;
}
.page-contents li{
    margin-bottom: 10px;
    font-size: 18px;
}
.news_block h3{
    font-size: 26px;
    color: #ff9572;}

.page-inner img{
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto;
    display: block;
}

.moreButton{    
    width: 260px;
    margin: 30px auto 0;}
.moreButton a{
    width: 100%;
    background: #00a653;
    border: none;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 10px 5px;
    text-align: center;
}

@media screen and (max-width: 768px){
    .page-inner {width: 95%; margin:0 auto;}
    .news_block h2, .page-contents h2{font-size:2.2rem; margin-top:7%;}
    .page-contents h3{font-size:16px; margin-top:0%;}
    .page-contents p{font-size: 16px;}
    .page-contents li{font-size: 16px;}
    .news_block p,.news_block p.date,.list_block p.date{
        margin-bottom: 0;
        font-size: 16px;}
    .list-block-wrap{
        margin-top: 0%;
        display: block;}
    
    .list_block {
        width: 98%;
        margin: 0 1% 1%;
        font-size: 16px;
        border-bottom: 1px dotted #ddd;
        border-top: 10px solid #00A653;
        border-right: none;
        border-left: none;
        overflow: hidden;  
        padding: 10px 0;   
    }
    .news_block p.date{
        margin: 10px 0;
    }
    .news_block p{
        margin-bottom: 20px;
    }
    /*.list_block > a > div{
        width: 100%;
        height: 190px;
    }*/
    .img-wrap{
        width: 26% !important;
        height: 80px !important;
        float: left;
        margin: 0px 20px 0 10px;
        object-fit: cover;
    }
    .text{
        width: 62% !important;
    }
    .text p{
        display: none;
    }
    .news_block{
        padding: 0;    
    }
    .list_block > a > div img{
        object-fit: cover;}
    .list_block > a > div h2{
        font-size: 1em;
        margin-top: 2.5%;
        min-height: 0;  
    }
    span.article-date{
        font-size: 0.85em;
        margin-top: 2.5%;
        color: #ccc;
    }
}


/*** flow ***/
.flow-block {
    margin-bottom: 33px;
    padding: 89px 10px 27px;
    border: 7px solid #00A653;
    border-radius: 10px;
    position: relative;
}

.flow-block h2 {
    background: #00A653;
    display: inline-block;
    font-size: 4.8rem;
    font-family: Helvetica Neue;
    font-weight: bold;
    color: #fff;
    border-radius: 90px;
    line-height: 1;
    text-align: center;
    padding: 16px 0 13px;
    width: 99px;
    /* min-height: 99px; */
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
}

.flow-block h2 span {
    display: block;
    font-size: 2.2rem;}

.flow-block h3 {
    font-size: 3.4rem!important;
    font-weight: bold!important;
    color: #00A653!important;
    letter-spacing: 0.1em!important;
    text-align: center!important;
    margin-bottom: 17px!important;
    }

.flow-block p,
.flow-block ul{
    font-size: 1.9rem;
    line-height: 1.6;
    letter-spacing: -1.3px;
    padding: 0 10px 0 35px;        
    }
.flow-block ul li{
    padding-left: 1em;
    text-indent: -1em;
}

.f-arrow{
    margin-bottom: 42px;    
    text-align: center;}

@media screen and (max-width: 768px){
    #step01.flow-block{margin-top: 10%;}
    .flow-block p,
    .flow-block ul{padding: 0 3%;}
    
    .flow-block{
        padding: 63px 10px 0;
    }
    .flow-block h2{
        font-size: 3rem;
        width: 88px;
        border-radius: 50%;
    }
    .flow-block h3{
        font-size: 3rem!important;
        margin-bottom: 0!imrpotant;
    }
    
}

/*** company ***/
.gb-wrap {
    background: #77C1C4;
    border-radius: 5px;
    padding: 0.8% 0;
    margin-bottom: 5%;
}
.gb-wrap > div{
    background: #fff;
    border-radius: 5px;    
    margin: 0 0.8%;
    padding: 2% 0;
}
.gb-wrap table{
    width: 675px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
}

.gb-wrap table tr{
    border-top: 1px solid #77C1C4;
    border-left: 1px solid #77C1C4;
}
.gb-wrap table th{
        width: 24%;
    border-bottom: 1px solid #77C1C4;
    border-right: 1px solid #77C1C4;
    color: #009A00;
    text-align: left;
    padding: 1% 0% 1% 3%;
    vertical-align: middle;   
}
.gb-wrap table td{
    border-bottom: 1px solid #77C1C4;
    border-right: 1px solid #77C1C4;
    color: #646464;
    padding: 1% 2%;
    vertical-align: middle;
    letter-spacing: 0em;     
}

#company .txt{
    margin-left: 3%;
}

@media screen and (max-width: 768px){
    .gb-wrap table{width: 96%;}
    iframe {
    width: 100%;}
    #company .txt{width: 90%;}
}

/*** contact ***/
.contact-block{
    /*background: url(../images/form_bg.jpg)no-repeat top center;*/
    background-size: 100%;
    margin-top: 27px;  
    color: #000;
    background: #f7f7f7;
    padding-bottom: 20px;
}

form.wpcf7-form,
form.wpuf-form-add.wpuf-form-layout1.wpuf-theme-style{
    width: 90%;
    margin: 0 auto;
    padding-top: 6%;
}

.wpcf7 dl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;    
}

.wpcf7 dt{
    width: 37%;
    font-size: 20px;
    font-size: 2.0rem;}
.wpcf7 dt span,
.txt-etc span{color: #CC3300;}
.wpcf7 dt span{
    color: #fff;
    background: #c30;
    font-size: 1.2rem;
    padding: 3px 5px;
    margin-left: 7px;
    display: inline-block;
}
.wpcf7 dd{
    width: 60%;
}
.wpcf7 dd input{
    width: 94%;
}

.wpcf7 dd input,
.wpcf7 dd select,
.wpcf7 textarea,
.wpuf-fields input,
.wpuf-fields select,
.wpuf-fields textarea
{
    font-size: 20px;
    border: 1px solid #77C1C4;
    /*border-radius: 25px;*/
    padding: 10px 10px;
    }
.wpuf-fields input,
.wpuf-fields textarea{width: 100%;}

.wpcf7 textarea {
    width: 100%;
    height: 175px;}

input.wpcf7-form-control.wpcf7-submit,
input.wpuf-submit-button.wpuf_submit_9{
    background:#77C1C4;
    width: 380px;
    display: block;
    font-size: 24px;
    font-size: 2.4rem;    
    color: #fff;
    font-weight: bold;
    border: #3BA6C8 2px solid;
    border-radius: 40px;
    padding: 15px 0 15px;
    margin: 22px auto 0;
    letter-spacing: 0.5em;
    cursor: pointer;
}
span.wpcf7-list-item{
    margin: 0!important;
    font-size: 19   px;
}
.wpcf7  p.txt-etc{
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 13px;}

#thanks{text-align: center;}

@media screen and (max-width: 768px){
    .contact-block{width: 100%;
    margin: 5% auto 0;
        background-size: 100% 70%;}
    
    #content .contact-block{
        background-size: 100% 70%;
    }
    .wpcf7 dl{margin-bottom: 5%;}
    .wpcf7 dt{
        width: 90%;
        font-size: 1.6rem;/* 26px*/
        margin-bottom: 6px;
    }
    .wpcf7 dd{width: 100%!important;}
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
        width: 100%;
        font-size: 1.8rem;}
    .wpcf7 dd input{width: 100%;}
    .wpcf7 dd input[type="checkbox"]{width: 5%;}    
    .wpcf7 dd select{
        width: 42%;
        font-size: 1.8rem;
        margin-right: 2%;    
    }
    .wpcf7 textarea{width: 100%;}

    .wpcf7 dd label {
    display: flex;}
    input.wpcf7-form-control.wpcf7-submit{
        width: 100%;
        background-size: 100% 100%;  
    }
    span.wpcf7-list-item {width: 94%;}
    span.wpcf7-list-item-label{
        font-size: 3.6vw;}
    
    .wpcf7 p.txt-etc{font-size: 1.8rem;}
    
    input.wpcf7-form-control.wpcf7-submit,
input.wpuf-submit-button.wpuf_submit_96{
    width: 98%;
    }

    form.wpuf-form-add.wpuf-form-layout1.wpuf-theme-style{
        padding:6% 0;
    }
}


#price p span, #price .page-contents h3 span {
    color: #FFA64D;
    font-weight: bold;
    font-size: 18px;
}

#price .page-contents h2.ttl2{
    background: #FF9326;
    padding: 8px 10px 12px;
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    line-height: 1.2;
    border-radius: 50px;
    letter-spacing: 5px;
    border-left: none;    
}

#price .page-inner table {
    width: 100%;
    margin-bottom: 1px;    
    border-collapse: inherit;
    border-spacing: 1px;    
}
#price .page-inner table.pt th{
    width: 50%;
    padding: 13px 5px 19px 25px;
    background: #E8EFE2;
    color: #00A653;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: left;  
}
#price .page-inner table.pt td{
    width: 550%;
    padding: 13px 5px 19px 15px;
    color: #00A653;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #E1E1E1;  
}
#price .page-inner table.pt2 th{
    width: 30%;
    background: #00A653;
    padding: 13px 5px 14px 5px;       
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}
#price .page-inner table.pt2 td{
    width: 70%;    
    background: #FF9326;
    padding: 13px 5px 14px 5px; 
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}



@media screen and (max-width: 768px){
    #price .page-inner table {
        width: 100%;
        margin-left: 0;}
    #price .page-inner table th,
    #price .page-inner table td{padding: 10px 5px;}
}

#qa section#qa{
    background: none;
    margin: 50px auto 80px;    
}

#qa .page-inner section#qa .q_block{
    width: 100%;
    background: #e8efe2;
}

#qa .page-inner section#qa .q_block h2 {
    margin-bottom: 43px;
    display: flex;
    align-items: center;
    border-left: none;
    margin-top: 0;
    padding: 0;
}
#qa .page-inner section#qa .q_block h2 span.ttl{
    height: 76px;
    font-size: 3.6rem;    
}
#qa .page-inner section#qa .q_block h2 span.txt{
    font-size: 2rem;
}
#qa .page-inner section#qa .a_block{
    padding: 20px 10px 20px 115px;
}
#qa .page-inner section#qa .a_block h2 {
    padding: 0;
    margin-top: 0;
    border-left: none;
    font-size: 3.4rem;  
    width: 65px;
    height: 65px;
}


@media screen and (max-width: 768px){
    #qa section#qa .qa_block h2.ttl, 
    #qa section#qa .qa_block h2.ttl2{padding: 5px 10px 5px 90px;}    
}