@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html{
	min-width:1400px;	
	scroll-behavior: smooth;
}
body{
	margin:0px;
	color:#171717;
	font-size:15px;
	font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
@media screen and (max-width: 1400px) {
html{
	min-width:1200px !important;
overflow-x:hidden;
}
}
nav ul{
	list-style:none;
}
header{
	height:120px;
	position:relative;
}
#header_inner{
	margin:0 auto;
	position:relative;
	height:70px;
}
header h1{
	width:349px;
	height:33px;
	margin:0 auto;
	position:absolute;
	top:20px;
	left:120px;
}
@media screen and (max-width: 1400px) {
header h1{
	left:10px !important;
}
header h2{
	left:440px !important;
}
}
header h1 a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url('../images/common/logo.png') no-repeat;
}
header h2{
	top:20px;
	left:550px;
font-weight:normal;
	position:absolute;
}
#hnav{
	width:450px;
	position:absolute;
	top:0;
	right:0;
}

#hnav li{
	float:left;
	width:100px;
}
#hnav1{
	width:250px !important;
}
#hnav li img{
	display:block;
}
#gnav{
	background:#e6f2ff;
	padding:9px 0;
}
#gnav ul{
	width:1200px;
	margin:0 auto;
	border-left:1px solid #04202f;
}
#gnav li{
	float:left;
	width:150px;
	height:32px;
	border-right:1px solid #04202f;
	box-sizing:border-box;
}
#gnav li a{
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	padding:8px 0 0 0;
	box-sizing:border-box;
	font-size:14px;
	color:#04202f;
	font-weight:bold;
	text-align:center;
}
#gnav08 a{
	padding:0 0 0 0 !important;
}
#gnav li a:hover{
	color:#e56700;
}
footer{
	padding:10px 0;
	background:#27629d;
	color:#fff;
}
#footer_inner{
	width:1200px;
	margin:0 auto;
}
#fnav{
	margin:0 0 30px 0;
}
#fnav ul{
	display:flex;
}
#fnav ul li{
	width:calc(100% / 10 - 10px);
	margin:0 5px;
	text-align:center;
	border-bottom:1px solid #fff;
	height:36px;
}
#fnav a{
	color:#fff;
	text-decoration:none;
}
#fnav a:hover{
	text-decoration:underline;
}
#fnav01,
#fnav02,
#fnav03,
#fnav05,
#fnav06,
#fnav07,
#fnav09,
#fnav10{
	line-height:36px;

}
#fnav04{
font-size:10px !important;
}
#footer_ad{
	width:600px;
	float:left;
}
#footer_ad h3{
	margin:0 0 15px 0;
	float:left;
	width:190px;
}
#copyright{
	clear:both;
	text-align:right;
}
.gotop {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 77%;
	z-index: 10000;
}
.gotop a{
	display:block;
	text-align:center;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	width:160px;
	line-height:40px;
	background:#27629d;
	border-radius:5px;
	box-shadow:0 0 3px rgba(255,255,255,0.7);
}