@charset "utf-8";
@media screen and (max-width:768px){
html {
	-webkit-text-size-adjust: 100%;
}
html.close {
	overflow:hidden;
	height:100%;
}
body {
	font-size:14px;
}

.only_smart{
	display:block !important;
}
.only_smart_i{
	display:inline-block !important;
}
.only_pc{
	display:none !important;
}
img{
	max-width:100%;
}
a:hover {
	opacity: 1;
}

#wrapper{
	min-width:auto;
	min-width:initial;
}


/* header */
header{
}
header > div{
	width:100%;
	height:50px;
	margin:auto;
	padding:0 10px;
	background-color:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	position:fixed;
	z-index:102;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
header > div p{
	font-size:14px;
	text-align:left;
}
header > div p a img{
	margin-top:5px;
	width:150px;
}

header > nav{
	width:100%;
	padding-bottom:0;
	background-image:none;
	border-top:1px solid #b5b5b5;
	background-color:#fafafa;
	position:fixed;
	top:50px;
	z-index:103;
	display:none;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
header > nav > ul{
	width:100%;
	margin:auto;
	border-left:none;
	display: block;
}
header > nav > ul > li{
	width:auto;
	position:static;
}
header > nav > ul > li > a,
header > nav > ul > li > span{
	display:block;
	line-height:35px;
	padding-left:5%;
	border-right:none;
	border-bottom:1px solid #b5b5b5;
	font-size:14px;
	color:#1b1b1b;
	text-decoration:none;
	text-align:left;
	height:unset;
	padding-top:unset;
}
header > nav > ul > li > a strong,
header > nav > ul > li > span strong{
	display:inline;
	margin-left:2.5%;
}
header > nav > ul > li > span:hover{
	opacity: 1;
}
header > nav > ul > li ul{
	position:static;
	width:100%;
	top:auto;
	left:auto;
	display:none;
	border:none;
	padding-top:0;
	background-image:none;
}
header > nav > ul > li ul li{
	background-color:#fafafa;
	border-bottom:1px solid #b5b5b5;
}
header > nav > ul > li ul li a{
	display:block;
	line-height:35px;
	padding:0 0 0 calc(5% + 1em);
	color:#1b1b1b;
	font-size:14px;
	text-align:left;
}
header > nav > ul > li ul li a:hover{
	background-color:#fafafa;
	color:#1b1b1b;
	opacity:1;
}


/* #btnmenu */
#btnmenu{
	width:40px;
	height:40px;
	margin:0;
	padding:0;
	position:relative;
}

#btnmenu span{
	display: block;
	position: absolute;
	top: calc(50% + 2px);
	left: 50%;
	width: 28px;
	height: 3px;
	margin: -3px 0 0 -14px;
	background:#0058ac;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#btnmenu span:before,
#btnmenu span:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 3px;
	background:#0058ac;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#btnmenu span:before{
	margin-top: -11px;
}

#btnmenu span:after{
	margin-top: 7px;
}

#btnmenu .close{
	background: transparent;
	width:42px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
}

#btnmenu .close:before,
#btnmenu .close:after{
	margin-top: 0;
}

#btnmenu .close:before{
	width: 28px;
	height: 3px;
	margin: -2px 0 0 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#btnmenu .close:after{
	width: 28px;
	height: 3px;
	margin: -2px 0 0 6px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


article{
	padding:50px 0 0;
}
article h1{
	color:#fff;
}
article h1 > span:first-of-type{
	display:block;
	height:50px;
	line-height:1.3;
	font-size:16px;
	padding-top:10px;
	font-weight:500;
	text-shadow:2px 2px 3px rgba(0,0,0,1);
	background:url(../images/h1_bg.png)no-repeat center top;
	background-size:cover;
}
article h1 > span:first-of-type span{
	display:block;
	font-size:10px;
}
article h1 > span:nth-of-type(2){
	height:120px;
	font-size:18px;
	text-shadow:2px 2px 1px rgba(0,0,0,0.7);
}

/* .cont */
.cont{
	padding:30px 0 5px;
}
.cont .tit{
	width:90%;
	line-height:20px;
	margin:auto;
	padding-left:0;
	font-size:16px;
	color:#0058ac;
	text-align:left;
	position:relative;
}
.cont .tit span{
	margin-left:10px;
	font-size:10px;
	vertical-align:2px;
}
.cont .tit:before{
	content:'';
	display:inline-block;
	vertical-align:-4px;
	width:3px;
	height:20px;
	margin-right:10px;
	background-color:#0058ac;
}


/* footer */
footer{
	padding:20px 0 80px;
	background:
		url(../images/foot_bg.png)no-repeat center top;
	background-size:auto 100%;
}
footer dl{
	display:inline-block;
	vertical-align:top;
	margin:0 0 10px;
	color:#fff;
	text-align:left;
}
footer dl dt{
	font-size:16px;
}
footer dl dd{
	font-size:12px;
}
footer nav{
	display:block;
}
footer nav ul{
	display:block;
	letter-spacing:-0.4em;
	margin:0;
}
footer nav ul li{
	display:block;
	letter-spacing:normal;
	line-height:30px;
	padding:0 5%;
	border-right:none;
	border-top:1px dotted #fff;
}
footer nav ul:last-child li:last-child{
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
}
footer nav ul li a{
	font-size:14px;
	color:#fff;
	display:block;
	text-align:left;
}


/* top_top */
#topbtn{
	width:40px;
	height:40px;
	line-height:1.4;
	padding-top:5px;
	border-radius:50%;
	color:#fff;
	background-color:#0058ac;
	box-shadow:0 0 2px rgba(0,0,0,0.5);
	position:fixed;
	z-index:102;
	right:20px;
	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;
}

/* #bottom_banner */
#bottom_banner{
	width:100%;
	position:fixed !important;
	position:absolute;
	bottom:-30%;
	left:0;
	z-index:101;
	padding:2% 0;
	box-shadow:0 0 3px rgba(0 0 0 0.3);
	background:
		url(../images/foot_base.png)repeat-x center bottom -1px;
	background-size:auto 100%;
	text-align:center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#bottom_banner li{
	width:45%;
	max-width:200px;
	display:inline-block;
	background:
}
#bottom_banner li a{
	color:#fff;
}



}

