@charset "utf-8";
/* CSS Document */
.wrapper {
    padding-top: 0;
    min-width: 1024px;
}

    @media only screen and (max-width:767px)  {
        .wrapper {
            width: 100%;
            min-width: 100%;
    }
        
}


/* ヘッダー全体
----------------------------------------------------------*/



/* 青いヘッダー
----------------------------------------------------------*/
.top_container {
    display: block;    
    width: 100%;
    min-width: 1024px;
    background-image: url(/common/images/blue_bg.png);
    background-repeat: repeat-x;
    /*background-color: #f8f8f8;*/
    border-bottom: 1px solid #f4f4f4;
}

.top_container > ul a {
    color: #fff !important;
    text-decoration: none;
	position: relative;
    z-index: 1;
}

.top_container > ul a:hover {
    text-decoration: underline;
}

.top_container > ul {
    display: block;
    width: 1024px;
    margin: 0 auto;
}

.top_container > ul li {
    display: inline-block;
    padding-right: 30px;
    font-size: 11px;
    line-height: 25px;
}



.top_container > ul li:first-of-type {
    margin-left: 575px;
}

.top_container > ul li:nth-last-child(1) {
    padding-right: 0;
}

.top_container > ul li img {
    height: 15px;
    margin-bottom: 5px;
}

.menu_s {
    display: none;
}


#nav_toggle{
	display: none;
}

.logo_s {
    display: none;
}

/* marsfinder */
.mf_finder_searchBox_query_input {
    width: calc(100% - 3em) !important;
    margin-left: 3em !important;
}

.mf_finder_searchBox_submit {
	background-color: #004898;
}

.mf_finder_searchBox_items {
    height: 55px;
	padding-bottom: 0;
    margin-top: 18px;
}

/* TOPページ用 */
.mf_finder_container.mf_finder_container_top {
	width: 1024px !important;
}

.top_container .mf_finder_searchBox_items {
	margin-top: 0 !important;
    padding-top: 0 !important;
}

/* mfx-sbox.css の上書き */
.top_container .mf_finder_searchBox_misc{white-space:nowrap !important;overflow-x:auto !important;overflow-y:hidden !important;-webkit-overflow-scrolling:touch !important}
.top_container .mf_finder_searchBox_useSelects{position:relative !important}





/* 　768px以下のデバイス
================================ */

@media only screen and (max-width:767px)  {
    .top_container {
        display: none;
    }
    
    .logo_s {
        display: block;
        float: left;
        width: 128px;
        height: auto;
        padding: 12px;
        clear: both;
    }

	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		/*top: 4px;*/
        top: /*24px*/ 17px;
        right: 12px;
		z-index: 100;
        float: right;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #004898;
        /*opacity: 0.8;*/
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
    
    #nav_toggle p {
    display: block;
    margin-top: 34px;
    font-size: 9px;
    text-align: center;
}

    
	
	/*開閉ボタンopen時*/
    .open #nav_toggle span {
        background: #fff;
    }
    
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);        
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
 
	.menu_s {
        display: block;
        background-image: url(/common/images/header_top_bg.gif);
        background-repeat: repeat-x;
}

	.menu_s nav {
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background: #004898;
        opacity: 0.9;
		left: 0;
        z-index: 10;
	}
    
	header nav ul{
		display: block;
		width: 90%;
		height: 350px;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
    
	header nav ul li {
		margin: 0 auto;
        position: relative;
		/*text-align: center;*/
	}
	header nav ul li:last-child{
		border: none;
	}
    
    header nav ul li {
        list-style: none;
        border-bottom: 1px solid #ffffff;
    }

    header nav ul li a {
        display: block;
        padding: 20px;
        text-decoration: none;
        color: #ffffff !important;
        font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","Avenir","Helvetica Neue","Helvetica","Arial", sans-serif;
        font-size: 3.906vw;
        font-weight: normal;
    }

    .icon3::after {
        content: "\f054";
        color: #fff;
        position: absolute;
        top: 35%;
        right: 20px;
}
    

    .icon_mail::after {
        content: "\f0e0";
        color: #fff;
        position: absolute;
        top: 35%;
        right: 20px;
}
    

    .icon_tel::after {
        content: "\f095";
        color: #fff;
        position: absolute;
        top: 35%;
        right: 20px;
}
    
    .IPv4_6 {
        display: block;
        height: 18px;        
    }
    
    .IPv4_6 img {
        height: 16px;
        width: auto;
        float: right;
        padding-right: 10px;
        padding-top: 1px;
        box-sizing: border-box;
    }


} /* ============================= ここまで 768px以下 inner clearfix*/










/* ロゴ */
.logo {
    display: block;
    width: 1024px;
    margin: 15px auto 0;
}

.logo img {
    width: 154px;
    height: auto;
    float: left;
    margin-right: 16px;
}

.logo p {
    font-size: 14px;
    color: #004898;
    float: left;
    line-height: 73px;
}

/* IPv4, IPv6, 検索ボックス
----------------------------------------------------------*/
.logo_search {
    display: block;
    width: 1024px;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0 10px;
}

.search_box {
    width: 210px;
    /*height: 28px;*/
    display: block;
    float: right;
    box-sizing: border-box;
}

.input_text {
    width: 160px;
    height: 28px;
    border: 1px solid #aaa;
    background-image: url(/common/images/serch_bg.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    font-size: 11px;
    padding-left: 22px;
    line-height: 28px;
}

.input_text:-ms-input-placeholder {
    color:#ccc;
}

.input_text::input-placeholder {
    color:#ccc;
}

.input_text:-ms-placeholder-shown {
    color: #333;
}

.input_text::placeholder-shown {
    color: #333;
}

.square_btn {
    /*position: relative;*/
    display: block;
    padding: 0.2em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #a0aca0;/*色*/
    border: solid 1px #a0aca0;/*線色*/
    /*border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);*/
    float: right;
}


/* メインメニュー
----------------------------------------------------------*/
.g_menu {
    display: block;
    margin: 0 auto;
    padding: 0 10px;
    width: 1024px;
    height: 32px;
    /*border-bottom: 1px solid #eee;*/
    clear: both;
}

.g_menu ul {
    display: flex;
    justify-content: space-between;
   -js-display: flex;
}

.top_container .g_menu ul li:first-of-type {
    margin-left: 0;
}

.g_menu li {
    /*padding-bottom: 18px;*/
    line-height: 32px;
}


.g_menu li a {
    display: block;
    color: #313131 !important;
    text-decoration: none;
    background-image: url(/common/images/arrow_right2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    font-size: 15px;
}


.g_menu li a:hover, .g_menu li.inquiry a:hover  {
    background-image: url(/common/images/arrow_right3.png);
    text-decoration: none !important;
}


/*お問い合わせ・資料請求*/
.g_menu li.inquiry {
    
}

.g_menu li.inquiry a {
    background-image: url(/common/images/arrow_right4.png);
}