@charset "utf-8";

header{
    margin-bottom: 50px;
}

.top_main{
    margin-bottom: 50px;
}

.kv{
    text-align: center;
}

.concept{
    margin-bottom: 50px;
}

.syokai{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 25px;
    background-image: linear-gradient(to right,#ffcce5, #ccf9ff);
}

.point{
    margin-bottom: 50px;
}

.point_box{
    margin-bottom: 45px;
}

.content_box{
    width: 250px;
}

.content_box img{
    margin-bottom: 30px;
}

.content_box h3{
    text-align: center;
}

.content_box p{
    font-size: 2rem;
    text-align: center;
}

.point .content_box p span{
    display: block;
}

.catch{
    font-size: 3rem;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-top: 3px solid #dcccff;;
    border-bottom: 3px solid #dcccff;;
}

.message_box{
    justify-content: space-around;
}

.message_pre{
    line-height: 3;
    font-weight: bold;
    margin-bottom: 30px;
}

.price{
    margin-bottom: 50px;
}

.price_menu{
    width: 450px;
}

.price_menu tr{
    height: 90px;
}

.price_menu span{
    padding-left: 5px;
}

.question{
    margin-bottom: 50px;
}

.qablock{
    margin-left: 60px;
}

.question_txt{
    cursor: pointer;
    margin-bottom: 20px;
    border-bottom: 1px dotted #91c3dc;
    padding-left: 1em;
    text-indent: -1em;
}

.qicon{
    margin-right: 10px;
}

.answer_txt{
    margin-bottom: 20px;
}

.answer_txt p{
    padding-left: 1em;
    line-height: 2;
}

.voice{
    margin-bottom: 50px;
}

.voice_customer{
    line-height: 2;
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
}

.voice_customer::before{
    content:"";
    position:absolute;
    display: block;
    width: 10px;
    height:10px;
    margin:10px 0 0 -15px;
    background-color: #dcccff;
    background-size:contain;
    border-radius:50%;
}

.voice_customer_benefit{
    width: 750px;
    margin-left: 60px;
    margin-bottom: 20px;
    background-image: linear-gradient(to right,#ffcce5, #ccf9ff);
}

.gmap{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.sns{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    justify-content: space-around;;
}

@media screen and (max-width:640px){

    header{
        margin-bottom: 15px;
    }

    .top_main{
        margin-bottom: 15px;
    }

    .catch{
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .concept{
        padding-top: 0;
        margin-bottom: 30px;
    }

    .concept p{
        text-align: center;
    }

    .concept img{
        width: 80%;
        height: 80%;
    }

    .message_pre p:nth-of-type(1){
        font-size: 1.8rem;
    }

    .message_pre p:nth-of-type(2){
        font-size: 1.8rem;
    }

    .message_pre p:nth-of-type(3){
        font-size: 1.8rem;
    }

    .message_pre p:nth-of-type(4){
        font-weight: normal;
    }

    .message_pre p:nth-of-type(5){
        font-weight: normal;
    }

    .btn_pg{
        margin-right: auto;
    }

    .point{
        margin-bottom: 30px;
    }

    .point_box{
        margin-bottom: 30px;
    }

    main .point .content_box{
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .content_box:nth-child(1){
        margin-bottom: 30px;
    }

    .content_box:nth-child(2){
        margin-bottom: 30px;
    }

    .content_box h3{
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 5px;
    }

    .content_box p{
        font-size: 1.6rem;
        text-align: center;
    }

    .content_box img{
        margin-bottom: 5px;
    }

    .price{
        margin-bottom: 30px;
    }

    .price_menu{
        width: 310px;
    }

    .price_menu tr{
        height: 65px;
    }

    .price_menu th{
        width: 60%;
    }

    .price_menu td{
        width: 40%;
    }

    .jr_price{
        margin-bottom: 30px;
    }

    .qablock{
        width: 330px;
        margin-left: 5%;
    }

    .answer_txt p{
        padding-left: 0;
    }

    .line_icon_ans_sp{
        display: block;
        width: 50%;
    }

    .voice{
        margin-bottom: 30px;
    }

    .voice_comment{
        width: 86%;
        margin-left: auto;
        margin-right: auto;
    }

    .voice_customer{
        padding-left: 0;
        margin-bottom: 5px;
    }

    .voice_customer_benefit{
        width: auto;
        margin-left: 0;
        margin-bottom: 30px;
        line-height: 2;
    }

    .map th{
        font-size: 1.2rem;
    }

    .map td{
        font-size: 1.2rem;
    }

    .map p{
        font-size: 1.2rem;
    }

    .gmap{
        position: relative;
        width: 100%;
        padding-top: 75%;
    }

    .gmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .sns iframe{
        margin-left: auto;
        margin-right: auto;
    }



}


