@charset "utf-8";

header{
	width: 100%;
	min-width: 860px;
	height: 65px;
	background:#fff;
	position: fixed;
	top:0;
	left:0;
	z-index: 999;
	/*ヘッダー対策*/
	-webkit-backface-visibility:hidden;
}

#access_web{
	padding: 3px 0 0 0;
}

#siryou_web{
	padding: 3px 0 0 0;
	width: 160px;
}

#kengaku_web{
	padding: 3px 0 0 0;
	width: 160px;
}

#h1_logo{
	position: fixed;
	top:20px;
	left: 20px;
}

#logo{
	padding: 9px 0 0 10px;
}

#head_tell{
	position: fixed;
	top: 6px;
	right: 350px;
}

#head_siryou{
	position: fixed;
	top: 8px;
	right: 180px;
}

#head_kengaku{
	position: fixed;
	top: 8px;
	right: 10px;
}


/*** ハンバーガーメニュー ***/
.menu-btn {
    position: fixed;
    top: 20px;
    right: 10px;
    width: 60px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

span.anchorlink {
	 position: relative;
	 top: -70px;
	 display: block;
}

.menu-btn span {
    color: #fff;
}

.menu-btn .menuOpen:after {
	content:url(../img/iot_btn_menu_open.png);
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn .menuOpen:after {
	content:url(../img/iot_btn_menu_close.png);
}


.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
		background: rgba(0,127,158,0.9);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.menu ul {
    display: table-cell;
    vertical-align: middle;
}


/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

.modal-inner{
	width: 320px;
	height: 600px;
	margin: 100px auto 0 auto;
	font-size: 20px;
	opacity: 1;
}

.modal-inner p{
	padding: 5px 0 0 0;
	color: white;
}

.mobal-inner_box0{
	width: 300px;
	padding: 10px 10px 0px 10px;

}

.mobal-inner_box{
	width: 320px;
	height: 40px;
	margin: 20px 0 0 0;
	text-align:center;
	border-bottom: 1px solid #85D3FC;
}

.mobal-inner_box1{
	width: 320px;
	height: 60px;
	margin: 20px 0 0 0;
	text-align:center;
	color: white;
}

.mobal-inner_top{
	border-bottom: 1px solid #85D3FC;
}

#logo2{
	padding: 11px 0 0 0px;
	height: 30px;
}


@media screen and (max-width:1024px) {
	#logo2{
	display: none;
}
}

@media screen and (max-width:860px) {
	#access_web{
		display: none;
	}
}

@media screen and (max-width:768px) {
	header{
		height: 55px;
	}

	.menu-btn {
	    position: fixed;
	    top: 7px;
	    right: 10px;
	    width: 60px;
	    height: 40px;
	    line-height: 50px;
	    font-size: 12px;
	    text-align: center;
	    cursor: pointer;
	    z-index: 1;
	}

	.mobal-inner_box{
		width: 320px;
		margin: 10px auto 0 auto;
		text-align:center;
		border-bottom: 1px solid #85D3FC;
	}

	.modal-inner{
			margin: 60px  auto 0 auto;
	}

	.modal-inner p{
		padding: 5px 0 0 0;
	}

	#logo{
		width: 227px;
		height: 33px;
		padding: 10px 0 0 14px;
	}
}
