@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700,900&display=swap');
html {
}
body {
	font-family: "Helvetica Neue",Helvetica,'Noto Sans JP', sans-serif;
	font-size:16px;
	font-weight:500;
	text-align:center;
	color:#1b1b1b;
	line-height:1.9;
}
a {
	-webkit-transition : all 0.4s;
	transition : all 0.4s;
	opacity:1;
	outline:none;
	color:#1b1b1b;
	text-decoration:none;
}
a:hover {
	opacity: 0.7;
}

.only_smart,
.only_smart_i{
	display:none !important;
}


#wrapper{
	min-width: 1000px;
}


/* header */
header{
}
header > h1{
	background-color: #0058ac;
	height: 23px;
	margin: -2px 0 0 0;
	text-align: left;
	vertical-align: middle;
}
header > h1 span{
	color: #FFF;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto;
	max-width: 900px;
}
header > div{
	width: 900px;
	margin: auto;
	padding: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

header > nav{
	padding-bottom:3px;
	background:#fafafa url(../images/nav_line.png)repeat-x center bottom;
	border-top:1px solid #b5b5b5;
}
header > nav > ul{
	width:900px;
	margin:auto;
	border-left:1px solid #b5b5b5;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header > nav > ul > li{
	width:150px;
	position:relative;
}
header > nav > ul > li > a,
header > nav > ul > li > span{
	display:block;
	line-height:16px;
	border-right:1px solid #b5b5b5;
	font-size:16px;
	font-weight:700;
	color:#1b1b1b;
	text-decoration:none;
	cursor:pointer;
	-webkit-transition : all 0.4s;
	transition : all 0.4s;
	height:56px;
	padding-top:16px;
}
header > nav > ul > li > a strong,
header > nav > ul > li > span strong{
	color:#0058ac;
	display:block;
	font-size:9px;
	font-weight:400;
	margin:0;
	padding:0;
}
header > nav > ul > li > span:hover{
	opacity: 0.7;
}
header > nav > ul > li ul{
	position:absolute;
	z-index:1;
	width:calc(100% + 2px);
	top:100%;
	left:-2px;
	display:none;
	border-left:1px solid #0058ac;
	border-right:1px solid #0058ac;
	padding-top:3px;
	background:#fafafa url(../images/nav_line.png)repeat-x center top;
}
header > nav > ul > li ul li{
	background-color:#fafafa;
	border-bottom:1px solid #0058ac;
}
header > nav > ul > li ul li a{
	display:block;
	line-height:1.3;
	padding:10px 0;
	color:#1b1b1b;
	font-size:16px;
}
header > nav > ul > li ul li a:hover{
	background-color:#0058ac;
	color:#fff;
	opacity:1;
}



article{
	padding-bottom:100px;
}
article h1{
	color:#fff;
}
article h1 > span:first-of-type{
	display:block;
	height:150px;
	line-height:1.5;
	font-size:24px;
	padding-top:50px;
	font-weight:500;
	text-shadow:2px 2px 3px rgba(0,0,0,1);
	background:
		url(../images/h1_bg.png)no-repeat center top,
		url(../images/h1_base.png)repeat-x center top;
}
article h1 > span:first-of-type span{
	display:block;
	font-size:12px;
}
article h1 > span:nth-of-type(2){
	height:300px;
	line-height:1.5;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size:40px;
	text-shadow:2px 2px 1px rgba(0,0,0,0.7);
}



/* .cont */
.cont{
	padding:40px 0 10px;
}
.cont .tit{
	width:1000px;
	line-height:34px;
	margin:auto;
	padding-left:10px;
	font-size:24px;
	color:#0058ac;
	text-align:left;
	position:relative;
}
.cont .tit span{
	margin-left:15px;
	font-size:12px;
	vertical-align:4px;
}
.cont .tit:before{
	content:'';
	display:inline-block;
	vertical-align:-8px;
	width:4px;
	height:34px;
	margin-right:10px;
	background-color:#0058ac;
}








/* footer */
footer{
	padding:10px 0 10px;
	background:
		url(../images/foot_bg.png)no-repeat center top,
		url(../images/foot_base.png)repeat-x center top;
}
footer dl{
	display:inline-block;
	vertical-align:top;
	margin-right:60px;
	color:#fff;
	text-align:left;
}
footer dl dt{
	font-size:20px;
}
footer dl dd{
	font-size:14px;
}
footer nav{
	display:inline-block;
	vertical-align:middle;
	text-align:left;
}
footer nav ul{
	display:inline-block;
	vertical-align:top;
	margin-right:40px;
}
footer nav ul li{
	line-height:1.5;
}
footer nav ul li a{
	font-size:14px;
	color:#fff;
}
footer nav ul li a:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:7px;
	height:7px;
	margin-right:10px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:rotate(45deg);
}


/* top_top */
#topbtn{
	width:50px;
	height:50px;
	line-height:1.4;
	padding-top:8px;
	border-radius:50%;
	color:#fff;
	background-color:#0058ac;
	box-shadow:0 0 2px rgba(0,0,0,0.5);
	text-decoration:none;
	position:fixed;
	z-index:100;
	right:30px;
	bottom:-150px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
#topbtn span{
	display:block;
	font-size:10px;
}
