@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');

.small_menu{
    display: block;    
    width: 446px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
}

.small_menu > li{
    float: left;
    line-height: 50px;
    width: 148px;
}

.small_menu > li a:hover{
    color: #FF9900;
}

.small_menu > li > a{
    color: rgb(127, 127, 127);
}

.small_menu > li > .small_feature{
    color: #FF9900;
}


.title{
    text-align: center;
    padding-top: 50px;
    font-size: 35px;
}

.sub_title{
    text-align: center;
    margin-top: 30px;
}

.mini_contents{
    width: 824px;
    margin: 30px auto;
}

.left_contents{
    display: inline-block;
    margin-top: 20px;
    text-align: center;
}

.left_contents > img{
    width: 300px;
    height: 240px;
}

.right_contents{
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    margin-left: 200px;
}

.right_contents > img{
    width: 300px;
    height: 240px;
}

.list{
    text-align: center;
    margin: 30px auto 0 auto;
    width: 947px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.list_sp{
    display: none;
}

.small_list{
    text-align: center;
    margin: 0 auto;
    width: 930px;
    padding-left: 3px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: flex;
}

.type{
    font-size: 20px;
}

.cloud{
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    width: 620px;
    line-height: 90px;
    background-color: rgb(255, 173, 66);
    color: white;
}

.surver{
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    width: 310px;
    line-height: 90px;
    background-color: #FF7300;
    color: white; 
}

.small_table{
    display: inline-block;
    width: 310px;
    height: 90px;
    border: 1px solid rgb(231, 231, 231);
}

.gray{
    line-height: 24px;
    color: rgb(160, 160, 160);
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 0 0;
}

.big_price{
    color:  rgb(255, 173, 66);
    font-size: 42px;
}

.big_price2{
    color: #FF7300;
    font-size: 42px;
}

.gray_top{
    line-height: 28px;
    color: rgb(160, 160, 160);
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
}

.mini_price{
    color:  rgb(255, 173, 66);
    font-size: 24px;
    line-height: 24px;
    padding-top: 5px;
}

.gray_underline{
    font-size: 18px;
    color: rgb(160, 160, 160);
    text-decoration: underline;
    padding-top: 5px; 
}

.mini_price2{
    color: #FF7300;
    font-size: 32px;
    padding-top: 6px;
}

.X{
    color:  rgb(255, 173, 66);
    font-size: 32px;
    line-height: 24px;
    padding-top: 15px;
}

.X2{
    color: #FF7300;
    font-size: 24px;
    line-height: 24px;
    padding-top: 15px;
}

.X3{
    color:  rgb(255, 173, 66);
    font-size: 24px;
    line-height: 24px;
    padding-top: 15px;
}

.X4{
    color: #FF7300;
    font-size: 24px;
    line-height: 24px;
    padding-top: 15px;
}

.cloud_ver{
    width: 330px;
    margin: 30px auto;
}

.cloud_ver > p{
    padding-top: 5px;
}

.cloud_ver > table{
    border-collapse: collapse;
    
    margin-top: 10px;
}

.gray_zone{
    background-color: rgb(230, 230, 230);
    padding: 3px 0 0 10px;
    width: 92px;
    border: 1px solid black;
}

.long_vacation{
    width: 210px;
    text-align: right;
    padding: 3px 10px 0 0;
    border: 1px solid black;
}

.option_plan{
    width: 980px;
    margin: 0 auto;
}

.customize{
    display: inline-block;
    width: 300px;
    height: 275px;
    margin-top: 50px;
    margin-left: 20px;
    text-align: center;
}

.customize > h3{
    padding-top: 20px;
}

.customize > h4{
    padding-bottom: 20px;
}

.inquiry{
    text-align: center;
}

.inquiry > h2{
    color: #FF9900;
    margin: 50px 0 10px 0;
}

.inquiry_button{
    width: 335px;
    height:50px;;
    margin: 30px auto 0 auto;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background: linear-gradient(to bottom,#FFAD33 ,#FF9900 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
}

.inquiry_button:active{
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.inquiry_button:hover{
    opacity: 0.9;
    cursor: pointer;
}

.inquiry_button >  a > h2{
    color: white;
    text-align: center;
}

.page_top{
    margin-top: 120px;
}

.main_plan_active{
    text-decoration: underline;
}

@media (max-width: 480px) {
    .small_menu{
        display: block;    
        width: 100%;
        height: 50px;
        margin: 0 auto;
        text-align: center;
    }
    
    .small_menu > li{
        float: left;
        line-height: 50px;
        width: 33.3%;
    } 

    .server_contents{
        width: 90%;
        margin: 0 auto;
    }

    .mini_contents{
        width: 90%;
    }

    .left_contents{
        display: block;
    }

    .left_contents > img{
        width: 80%;
    }

    .right_contents{
        display: block;
        margin: 50px 0 0 0;
        text-align: center;
    }

    .right_contents > img{
        width: 80%;
    }

    .list{
        display: none;
    }

    .small_list{
        display: none;
    }

    .list_sp{
        display: block;
        width: 100%;
        margin-top: 30px;
        text-align: center;
        font-weight: bold;
    }
    .cloud{
        width: 90%;
        line-height: 60px;
    }

    .surver{
        width: 90%;
        line-height: 60px;
        margin-top: 50px;
    }

    .big_price{
        font-size: 36px;
    }

    .big_price2{
        font-size: 36px;
    }

    .gray{
        margin-top: 20px;
    }

    .mini_price{
        margin-top: 10px;
        font-size: 20px;
    }
    .gray_top{
        margin: 20px;
    }

    .X{
       padding-top: 0; 
    }

    .X2{
       padding-top: 0;
       font-size: 20px;
    }

    .X3{
        padding-top: 0; 
        font-size: 20px;
    }

    .X4{
        padding-top: 0;
        font-size: 20px;
        margin-bottom: 100px;
    }

    .cloud_ver{
        width: 100%;
        text-align: center;
    }

    .cloud_ver > table{
        margin: 10px auto;
    }

    .option_plan{
        width: 100%;
    }

    .customize{
        display: block;
        margin: 50px auto 0 auto;
    }
    
    .inquiry{
        margin-top: 80px;
    }
}

@media screen and (min-width:600px) and (max-width:959px) {
    .small_menu{
        display: block;    
        width: 100%;
        height: 50px;
        margin: 0 auto;
        text-align: center;
    }
    
    .small_menu > li{
        float: left;
        line-height: 50px;
        width: 33.3%;
    } 

    .server_contents{
        width: 90%;
        margin: 0 auto;
    }

    .server_contents > p{
        font-size: 16px;
    }

    .mini_contents{
        width: 90%;
    }

    .left_contents{
        display: block;
        font-size: 18px;
    }

    .left_contents > img{
        width: 310px;
        height: 282px;
        margin: 25px 0;
    }

    .right_contents{
        display: block;
        font-size: 18px;
        margin: 50px 0 0 0;
        text-align: center;
    }

    .right_contents > img{
        width: 350px;
        height: 280px;
        margin: 25px 0;
    }

    .list{
        display: none;
    }

    .small_list{
        display: none;
    }

    .list_sp{
        display: block;
        width: 100%;
        margin-top: 30px;
        text-align: center;
        font-weight: bold;
    }
    .cloud{
        width: 90%;
        line-height: 60px;
    }

    .surver{
        width: 90%;
        line-height: 60px;
        margin-top: 50px;
    }

    .big_price{
        font-size: 36px;
    }

    .big_price2{
        font-size: 36px;
    }

    .gray{
        margin-top: 20px;
    }

    .mini_price{
        margin-top: 10px;
        font-size: 20px;
    }
    .gray_top{
        margin: 20px;
    }

    .X{
       padding-top: 0; 
    }

    .X2{
       padding-top: 0;
       font-size: 20px;
    }

    .X3{
        padding-top: 0; 
        font-size: 20px;
    }

    .X4{
        padding-top: 0;
        font-size: 20px;
        margin-bottom: 100px;
    }

    .cloud_ver{
        width: 100%;
        font-size: 18px;
        text-align: center;
    }

    .cloud_ver > table{
        margin: 10px auto;
        width: 60%;
        height: 250px;
        font-size: 18px;
    }

    .option_plan{
        width: 100%;
    }

    .customize{
        font-size: 18px;
        display: block;
        margin: 50px auto 0 auto;
    }
    
    .inquiry{
        margin-top: 150px;
    }
}