﻿@charset "utf-8";

.pc{
    display:none;
}
.sp{
    display:block;
}
li{
    list-style-type: none;
}
/*  header
________________________________________________________*/

.header_top{
    font-size:13px;
    background:#003399;
    width:100%;
    height:14px;
    line-height:14px;
    padding:8px 0;
    color:#fff;
}
.header_top h2{
    font-size: 10px;
    font-weight: normal;
    padding-left:10px;
}
.header_conts{
    height:140px;
}
.header_conts .logo{
    width:200px;
    height:51px;
    margin-top:40px;
    float:right;
}
.logo h1{
    float:left;
}
.logo h1:hover,
.logo h1:active{
    opacity:0.8;
}


.style01 {
    float: left;
}

.h1style {
    font-size: 18px;
    color: #003399;
    font-weight: bold;
    margin-bottom: 5px;
}


/* 企業情報 */
.ryokujin{
    float:left;
    width:370px;
    position:relative;
    margin-top:10px;
    min-height: 120px;
}
.ryokujin h2{
    font-size:20px;
    font-weight:bold;
    color:#003399;
    position:absolute;
    top:0;
    right:0;
}
.ryokujin_center{
    background:#003399;
    border-radius:5px;
    width:109px;
    height:38px;
    font-size:13px;
    color:#fff;
    text-align: center;
    line-height:16px;
    padding-top:9px;
    position:absolute;
    top:30px;
    left:17px;
}
.ryokujin address{
    background:url(../../images/common/icon_tel.png) no-repeat left center;
    width:230px;
    height:26px;
    padding-left:30px;
    position:absolute;
    top:30px;
    left:140px;
}
.ryokujin address a{
    font-size:26px;
    color:#fb7203;
    font-weight:bold;
    position:absolute;
    top:-5px;
    font-style: normal;
}
.ryokujin_time{
    font-size:13px;
    position:absolute;
    top:60px;
    left:141px;
}
.ryokujin_ex{
    font-size:13px;
    border:1px solid #999;
    border-radius:5px;
    text-align: center;
    width:350px;
    height:30px;
    line-height:30px;
    position:absolute;
    top:85px;
    right:0;
}
@media screen and ( max-width:540px) {
    .ryokujin{
        float:none;
        margin: 20px auto 0;
        width:300px;
        min-height: 120px;
    }
    .header_conts {
        height:210px;
        padding-bottom:40px;
    }
    .header_conts .logo{
        width:170px;
        height:51px;
        margin:40px auto;
        float:none;
    }
    .logo h1{
        float:left;
    }
    .logo h1:hover,
    .logo h1:active{
        opacity:0.8;
    }
    .ryokujin h2{
        font-size:16px;
        font-weight:bold;
        color:#003399;
        position:static;
        top:0;
        right:0;
        text-align: center
    }
    .ryokujin_center{
        background:#003399;
        border-radius:5px;
        width:90px;
        height:38px;
        font-size:10px;
        color:#fff;
        text-align: center;
        line-height:16px;
        padding-top:9px;
        position:absolute;
        top:30px;
        left:8px;
    }
    .ryokujin address{
        background:url(../../images/common/icon_tel.png) no-repeat left center;
        width:170px;
        height:26px;
        padding-left:30px;
        position:absolute;
        top:30px;
        left:110px;
    }
    .ryokujin address a{
        font-size:18px;
        color:#fb7203;
        font-weight:bold;
        position:absolute;
        top:1px;
        font-style: normal;
    }
    .ryokujin_time{
        font-size:10px;
        position:absolute;
        top:60px;
        left:110px;
    }
    .ryokujin_ex{
        font-size:10px;
        border:1px solid #999;
        border-radius:5px;
        text-align: center;
        width:280px;
        height:30px;
        line-height:30px;
        position:absolute;
        top:85px;
        left:5px;
    }
}

/* キャッチコピー */

.nav_wrap{
    background:url(../../images/common/bg_01.png) left top;
}
.header_text{
    text-align: center;
    padding:30px 0 40px;
}
.header_text h2{
    font-size:18px;
    color:#003399;
    font-weight:bold;
    margin-bottom:5px;
}
.header_text p{
    font-size:14px;
    margin-bottom:0;
    height:36px;
    line-height: 36px;
}
.text_mobile{
    width:270px;
    margin:0 auto;
    background:url(../../images/common/logo_mobile.png) no-repeat right center;
    background-size: 80px;
    padding-right:5px;
    text-align: left;
}
.text_wimax{
    width:270px;
    margin:0 auto;
    background:url(../../images/common/logo_wimax.png) no-repeat right center;
    background-size: 80px;
    padding-right:5px;
    text-align: left;
}
.text_last{
    width:300px;
    margin:0 auto;
    padding-left:10px;
}
.nav_wrap{
    width:100%;
    min-height: 392px;
}

.nav_wrap nav ul{
    overflow: auto;
}
.nav_wrap nav ul li:first-of-type{
    float:left;
    z-index:10;
    position:relative;
    width:45%;
}
.nav_wrap nav ul li:last-of-type{
    float:right;
    width:45%;
}
.nav_wrap nav ul li:hover,
.nav_wrap nav ul li:active{
    opacity:0.8;
}
.nav_wrap nav ul li img{
    max-width:100%;
    display: block;
    margin: 0 auto;
    padding: 0;
}