.movie .sp_movie{
    display:none;
}

.section_title{
font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    width: 260px;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 6px solid #D2E6C4;
    margin: 60px auto 40px;
    display: block;
}
.section_title:before{
    left: 0;
    width: 34px;
}
.section_title:after{
    right: 0;
    width: 134px;
}
.section_title-2:before{
    width: 134px;
}
.section_title-2:after{
    width: 34px;
}
.section_title-3{
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-size: 24px;
    width: 184px;
}


/*
mainvisual
*/
.maincolor{
    background-color: #D2E6C4;
}
.mainvisual{
    width: 100%;
}
    .mainvisual .fix_inner{
        height: 560px;
        width: 1000px;
    }
    .mainvisual_texts{
        float:left;
        position: relative;
        z-index: 1;
    }
.mainvisual_text{
    font-size: 18px;
    color: #252F3D;
    margin: 40px 0 0 0;
    line-height: 32px;
}
.mainvisual_texts img{
    width:360px;
    margin: 120px 0 0 0;
}
.mainvisual_main{
    float: right;
}
.mainvisual_main img{
    width:360px;
    margin: 70px 0 0 0;
}


/*
movie
*/
.movie iframe{
    margin: auto;
    display: block;
}

/*
product
*/
.product{
    width:100%;
    height:410px;
}
.product_visual{
    width: 800px;
    margin: 0px auto;
    overflow: hidden;
}
.product_logo{
    width:380px;
    float: left;
    margin-top: 60px;
}
.product_logo img{
    width:380px;
}
.product_img{
    width:352px;
    float:right;
    margin-top: 66px;
}
.product_img img{
    width:352px;
}
.fuasilo{
    background-color: #75C5A8;
}
.fuasils{
    background-color: #FAC711;
}
.dl{
    width:380px;
    margin: 30px 0px 0px 10px;
}
.appstore{
    float:left;
    width:168px;
    cursor: pointer;
}
.appstore img{
    width:168px;
}
.google{
    float: right;
    width:189px;
    cursor: pointer;
}
.google img{
    width:189px;
}


/*
notice
*/
.notice{
    padding: 40px 0px;
}
    .notice p{
        font-size: 13px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 26px;
    }


/*
medical_page_box
*/
.medical_page_box{
    text-align: center;
    padding: 0px 0px 60px;
    background-color: #ECF0F4;
    overflow: hidden;
}
    .medical_page_box .section_title{
        border-bottom: 6px solid #0E2631;
    }
    .medical_page_box h2{

    }
    .medical_page_box p{
        font-size: 16px;
        line-height: 28px;
        margin-top: 30px;
    }
    .medical_page_box a{
        font-size: 16px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        width: 300px;
        line-height: 60px;
        background-color: #0E2631;
        color: #fff;
        border-radius: 30px;
        display: block;
        margin: 30px auto 0px;
    }





/*============================

SP

============================*/
@media screen and (max-width: 768px) {
.movie .sp_movie{
    display: block;
}
.movie .pc_movie{
    display:none;
}
.section_title{
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    padding-bottom: 30px;
    position: relative;
/*    width: 184px;*/
}

.section_title:before{
    left: 0;
    width: 34px;
}
.section_title:after{
    right: 0;
    width: 134px;
}
.section_title-2:before{
    width: 134px;
}
.section_title-2:after{
    width: 34px;
}
.section_title-3{
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-size: 24px;
    width: 184px;
}


/*
mainvisual
*/
.mainvisual{
    overflow: hidden;
}
    .mainvisual .fix_inner{
        height: auto;
        width:100%;
    }
    .mainvisual_texts{
        padding-top: 0px;
    }
    .mainvisual_title{
        font-size: 28px;
        letter-spacing: 1px;
        line-height: 50px;
    }
    .mainvisual_texts{
        float:none;
        position: relative;
        z-index: 1;
    }
.mainvisual_text{
    font-size: 15px;
    color: #252F3D;
    width:90%;
    margin: 40px 5% 0;
    line-height: 30px;
    text-align: center;
}
.mainvisual_texts img{
    width: 80%;
    margin: 70px 10% 0;
}
.mainvisual_main{
    float: none;
}
.mainvisual_main img{
    width:90%;
    margin: 40px 5% 0;
}
.product{
    height: auto;
}
.product_visual{
    width: 100%;
}
.product_logo{
    float:none;
    width:80%;
    margin: 40px 10% 0;
}
.product_logo img{
    width: 100%;
}
.product_img{
    float: none;
    width:80%;
    margin: 20px 10% 0;
}
.product_img img{
    width: 100%;
}
.dl{
    width: 60%;
    margin: 30px 20% 20px;
}
.appstore{
    float: none;
    margin: 0 auto 10px;
    display:block;
    width: 100%;
}
.google{
    float: none;
    display:block;
    margin: 0 auto 0px;
    width: 100%;
}
.appstore img,.google img{
    width:100%;
}

/*
notice
*/
.notice{
    padding: 30px 0px;
}
    .notice p{
        font-size: 12px;
        line-height: 20px;
    }



}