@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* モバイルデバイス用のスタイル */
@media screen and (max-width:639px) {
    #main_contents{
        max-width: 600px;
        margin: 0 auto;
    }
    .menu{
       display: none;
    }
    header{
        padding: 25% 0;
        background-image: url("../image/head_bg_01.jpg");
        background-size:cover;
        background-repeat: no-repeat;
        background-position:center;
    }
    header h1{
        text-align: center;
        margin: 0 0 20px;
    }
    header img{
        max-width: 80%;
    }
    header p{
        margin: 0 0 20px;
        text-align: center;
        font-weight: bold;
        letter-spacing:0.10em;
    }
    header a{
        color: #FFF;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
    }
    #movie ul{
        width: 90%;
        margin: 0 auto;
    }
    #movie li img{
        display: block;
        width: 100%;
        margin: 10% 0;
    }
    #movie li video{
        display: block;
        width: 100%;
        margin: 0 0 10%;
    }
    .inquiry_button{
        width: 230px;
        padding: 15px;
        margin: 0 auto;
        display: block;
        border-radius: 30px;
        background: -moz-linear-gradient(left, #4eb88d, #00a0e9);
        background: -webkit-linear-gradient(left, #4eb88d, #00a0e9);
        background: linear-gradient(to right, #4eb88d, #00a0e9);
    }
    #problem{
        padding: 5% 0;
        background-image: url(../image/management_screen.png),url("../image/head_bg_02.jpg");
        background-size:90%,cover;
        background-repeat: no-repeat;
        background-position:left 50% top 5%,center;
    }
    .problem_oblique {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 95%, 0 100%);  
      }
    #problem_contents{
        margin: 0 auto;
    }
    #problem_contents h2{
        font-style: italic;
        font-size: 1.4em;
        line-height: 1.2em;
        letter-spacing: 0px;
        margin: 220px 0 30px;
        text-align: center;
    }
    #problem_contents ul{
        max-width: 85%;
        margin: 0 auto;
    }
    #problem_contents li{
        background-image: url(../image/check.png);
        background-size: contain;
        background-repeat: no-repeat;
        font-weight: 600;
        font-size: 1.3em;    
        margin: 0 0 30px;  
        padding-left: 30px;  

    }
    .arrow{
        text-align: center;
        position: relative ;
        top: -30px;
    }
    .arrow img{
        width: 15%;
    }
    #overview{
        width: 90%;
        margin: 0 auto;
        padding: 0 0 20px;
    }
    #overview img{
        width: 100%;
    }
    #overview p{
        text-align: center;
        font-weight: 600;
        font-size: 1em; 
        line-height: 1.4em;   
        margin: 0 0 20px;
    }
    #blog{
        background-color: #f9f9f9;
        padding: 40px 0;
    }
    #blog h2{
        font-style: italic;
        font-size: 1.8em;
        line-height: 1.2em;
        letter-spacing: -2px;
        margin: 0 0 30px;
        text-align: center;
    }
    .blog_contents{
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .blog_contents img{
        max-width: 100%;
    }
    .blog_contents p{
        font-size: 0.9em;
        margin: 0 0 15px;
        line-height: 1.4em; 
        font-weight: bold;
    }
    .blog_list{
        width: 44%;
        margin: 0 2% 6%;
        border: 2px solid #d4d4d4;
    }
    .blog_text{
        padding: 0 10px;
    }
    .blog_button{
        width: 200px;
        padding: 20px;
        margin: 0 auto;
        display: block;
        border-radius: 40px;
        background: -moz-linear-gradient(left, #4eb88d, #00a0e9);
        background: -webkit-linear-gradient(left, #4eb88d, #00a0e9);
        background: linear-gradient(to right, #4eb88d, #00a0e9);
        color: #FFF;
        text-align: center;
        font-size: 1.4em;
        font-weight: bold;
    }
    #function{
        padding: 80px 0 0;
    } 
    #function h2{
        font-style: italic;
        font-size: 1.8em;
        line-height: 1.2em;
        letter-spacing: 2px;
        margin: 0 0 40px;
        text-align: center;
    }
    .function_contents{
        width: 90%;
        margin: 0 auto 40px;
        display: flex;
        justify-content: flex-start; 
        flex-wrap : wrap;
    }
    .function_list {
        max-width: 48%;
        margin: 0 0 40px;
    }
    .function_list h3 {
        font-size: 1.2em;
        text-align: center;
        margin: 0 0 10px;
        color: #29d8c1;
    }    
    .function_list img{
        max-width: 100%;
        margin: 0 0 10px;
    }
    .function_list p{
        text-align: center;
        margin: 0 0 5px;
        line-height: 1.4em; 
        font-weight: bold;
    }
    .mr10{
        margin-right: 10px;
    }
    #registration h2{
        font-style: italic;
        font-size: 1.8em;
        line-height: 1.2em;
        letter-spacing: 2px;
        margin: 0 0 40px;
        text-align: center;
    }
    .registration_contents{
        width: 90%;
        margin: 0 auto 40px;
    }
    .registration_images{
        display: flex;
        justify-content: flex-start; 
        flex-wrap : wrap;
    }
    .registration_images li{
        width: 50%;
        margin: 0 0 40px;
    }

    .registration_images img{
        width: 95%;
        vertical-align: top;
    }    
    .registration_text{
        font-weight: bold;
        margin: 0 0 80px;
        line-height: 2.5em;
    }
    .registration_text li{
        margin: 0 0 20px;
    }
    .step{
        color: #FFF;
        background-color: #29d8c1;
        border-radius:4px;
        padding: 10px;
        margin: 0 10px 0 0;
    }

    #questions{
    }
    #questions h2{
        font-style: italic;
        font-size: 1.8em;
        line-height: 1.2em;
        letter-spacing: 1px;
        margin: 0 0 40px;
        text-align: center;   
    }
    #questions dl{
        width: 100%;
        margin: 0 auto;
    }
    #questions dt{
        padding: 20px;
        font-size: 1.2em;
        font-weight: bold;
        background-color: #f1f1f1;
    }
    #questions dd{
        margin: 0 0 20px;
        padding: 20px;
        font-size: 1em;
        font-weight: 600;
        line-height: 1.5em;
    }
    #inquiry{
        padding: 6% 0;
        background-image: url("../image/call_bg.jpg");
        background-size:cover;
        background-repeat: no-repeat;
        background-position:center;        
    }
    #inquiry h2{
        width: 90%;
        text-align: center;
        font-size: 1.4em;
        font-style: italic;
        letter-spacing: 1px;
        margin: 20px auto 20px;
        color: #FFF;
    }
    .inquiry_contents{
        width: 85%;
        margin: 0 auto 20px;
        padding: 10px;
        background-color: #FFF;
    }
    .call{
        width: 95%;
        margin: 10px 0 10px 25px;
        padding: 5px 0 5px 0;
        background-image: url("../image/call.png");
        background-size: contain;
        background-repeat: no-repeat;  
        background-position: left;      
        font-size: 2em;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        color: #212121;
    }
    .call a{
        color:#212121;
        text-decoration:none;
    }
    .transmission{
        display: none;
    }
    .inquiry_form_buttom{
        width: 200px;
        padding: 20px;
        margin: 0 auto 10px;
        display: block;
        border-radius: 40px;
        background: -moz-linear-gradient(left, #4eb88d, #00a0e9);
        background: -webkit-linear-gradient(left, #4eb88d, #00a0e9);
        background: linear-gradient(to right, #4eb88d, #00a0e9);
        text-align: center;
        font-size: 1.1em;
        font-weight: bold;
    }
    .inquiry_form_buttom a{
        color: #FFF;
    }
    #page-top {
        display: none!important;
    }
    footer{
        background-color: #041b21;
    }
    footer p{
        padding: 15% 0;
        text-align: center;
    }
    footer img{
        width: 60%;
    }
}