@charset "UTF-8";

body{
    font-size: 100%;
    line-height: 1.8;
}
#contentsInner{
    width: 92%;
}
#globalNavi{
    background-color: #222
}
#globalNavi a:hover{
    background-color: #333!important;
}





h1.pageTitle{
    font-size: 160%;
    margin-top:18px;
}
h2.site-h2{
    font-size: 150%;
    padding-bottom: 5px;
    border-bottom: solid 3px #ddd;
    text-align: center;
    display: inline-block;
    color: #444;
    letter-spacing: 1px;
}
h3.title{
    margin-top:40px
}


.screenBox img{
    width: 100%;
    border:solid 1px #ccc;
    margin-bottom: 20px;
}




.btnLink2{
    display: inline-block;
    background-color: #00a1c2;
    color: #fff;
    line-height:1;
    padding:10px 20px;
    border-radius: 3px;
    cursor: pointer;
}
.btnLink2:hover{
    background-color: #0083ae;
    text-decoration: none;
}




.pricingTableOverflow{
    width: 100%;
    overflow: auto;
}
.pricingTable th, .pricingTable td{
    text-align: center;
    border:solid 1px #ccc;
    padding: 7px 9px;
}
.pricingTable th{
    min-width: 90px;
    font-weight: normal;
    background-color: #f5f5f5;
}
.pricingTable td.desc{
    text-align:left!important;
    font-size:94%;
}
.pricingTable .icom-cross{
    color: #ccc;
}
.pricingTable .priceNum{
    font-size: 160%;
    font-weight: bold;
}
.pricingTable .icom-radio-unchecked{
    font-size: 120%;
    color: #62ba0c;
}




.func-item{
    position: relative;
    display: inline-block;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 20px 0;
    text-align: center;
    width: 160px;
    max-width: 160px;
    margin: 0 5px 5px 0;
    font-weight: bold;
}
.func-item:hover{
    text-decoration: none;
    background-color: #eee;
}
.func-item .icon{
    font-size: 50px;
    color: #00a1c2;
    line-height: 1;
}
.func-item .name{
    padding-top: 12px;
}
.func-item .name{
    padding-top: 12px;
}
.func-item .new-icon{
    position: absolute;
    top:0;
    background-color: #ff4679;
    color: #fff;
    font-size:11px;
    line-height: 1;
    padding:3px 6px;
}




.kolg-features .title{
    font-size: 140%;
    border-left: none;
    padding-left: 0;
    padding-left:2em;
    text-indent:-2em;
}
.kolg-features i{
    font-size: 150%;
    vertical-align: bottom;
}
.kolg-features img{
    float: right;
    border: solid 1px #ccc;
    max-width: 400px;
    margin-left: 12px;
}
@media screen and (max-width: 700px) {
    .kolg-features img{
        float: none;
        max-width: 100%;
        margin-left: 0;
    }
}




/* 背景画像ありヘッダー */
.flat-header-bg{
    background-image: url("../company/img/bg-tokyo.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-color: #1b9dec;
}

@media screen and (min-width: 1025px) {
    .flat-header-bg{
        background-attachment: fixed;
    }
}

.flat-header-bg h1.pageTitle{
    color: #fff;
    margin-top: 24px;
    border-color: #fff;
    font-size: 150%;
}
.flat-header-body{
    padding: 0 15px;
    color: #fff;
}




/* コンテンツBOX */
.flat-body{
    max-width:1000px;
    margin:0 auto;
}
.flat-body-padding{
    padding: 0 10px;
}
#pcview .flat-body-padding{
    padding: 0 15px;
}





/* シンプルなボタン */
.flat-btn{
    display: inline-block;
    border: solid 1px #0083ae;
    border-radius: 3px;
    padding: 5px 15px;
    margin: 0 0 5px 0;
    color: #0083ae;
    letter-spacing: 1px;
}
.flat-btn:hover{
    text-decoration: none;
    color: #fff;
    background-color: #0083ae;
}


.flat-bg-gray{
    background-color: #eee;
}
.flat-bg-gray2{
    background-color: #f5f4ec;
}
