@charset "utf-8";
* {
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
html, body {
	height: 100%;
}
body {
	font-family:  "游ゴシック", YuGothic, "Hiragino Maru Gothic W4 JIS2004","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}
.wrap {
	min-height: 100%;
}
header {
	text-align: center;
	position: fixed;
	margin-top: 0px;
	padding-top: 15px;
	background-color: rgba(255,255,255,1.00);
	width: 100%;
	z-index: 99998;
	height: 100px;
}
header .inner {
	position: relative;
}
header h1 {
	width: 603px;
	margin-left: auto;
	margin-right: auto;
}
.sns_area {
	position: absolute;
	right: 5px;
	top: 0px;
}
nav {
	text-align: center;
	background-color: #4c4c4c;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	z-index: 99999;
	position: fixed;
	top: 100px;
	width: 100%;
	height: 60px;
	padding-top: 20px;
	display: block;
}
nav a {
	color: rgba(255,255,255,1.00);
}
nav a:hover {
	color: #f89f1c;
	border-bottom: 4px solid #f89f1c;
	border-radius: 2px;
}
nav li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
.navi_bt {
	display: none;
}
.head_space {
	height: 160px;
}
.main {

}

.inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1740px;
	padding-left: 10px;
	padding-right: 10px;

}
footer {
	height: 15px;
	font-size: 10px;
	text-align: center;
	margin-top: -12px;
	background-color: rgba(191,191,191,1.00);
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: auto;
}
.bt:hover {
	opacity: 0.7;
}
.on_pc_inline {
	display: inline;
}
.on_pc_block {
	display: block;
}
.on_tablet_inline,
.on_mobile_inline,
.on_tablet_block,
.on_mobile_block {
	display: none;
}
.sns_area ul li {
	float: left;
	margin-right: 20px;
	padding-top: 10px;
}
.info_box {
	margin-left: auto;
	margin-right: auto;
	color: rgba(255,255,255,1.00);
	background-color: rgba(35,63,134,1.00);
	width: 50%;
	text-align: center;
	border-radius: 10px;
	margin-top: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 99998;
}



@media screen and (max-width:999px){
.hide_tablet {
	display: none;
}
.on_tablet_inline {
	display: inline;
}
.on_tablet_block {
	display: block;
}
.on_pc_inline,
.on_pc_block {
	display: none;
}
header {
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	position: fixed;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	z-index: 999999;
	height: 80px;
	padding-top: 0px;
	padding-bottom: 0px;
}
header h1 {
	width: 390px;
	padding-top: 15px;
	margin-left: 0px;
}
.sns_area {
	display: none;
}
nav {
	display: none;
	padding-bottom: 0px;
	width: 100%;
	position: fixed;
	top: 80px;
	z-index: 99999;
	padding-top: 0px;
	height: auto;
}
nav li {
	display: block;
	border-top: 1px solid rgba(130,130,130,1.00);
	border-bottom: 1px solid rgba(51,51,51,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
}
.head_space {
	height: 80px;
}
.main {

}
.navi_bt {
	position: absolute;
	right: 5px;
	top: 10px;
	display: block;
	cursor: pointer;
	width: 10%;
	max-width: 65px;
}
footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: auto;
	}
}

@media screen and (max-width:599px){
.hide_mobile {
		display: none;
	}
.on_mobile_inline {
	display: inline;
}
.on_mobile_block {
	display: block;
}
header {
	padding-left:30px;
	padding-right: 30px;
	height: 60px;
}
nav {
	top: 60px;
}
header h1 {
	padding-top: 6px;
	width: 70%;
}
.navi_bt {
	top: 5px;
	width: 10%;
	max-width: 50px;
}

.mobile_head {

}
.head_space {
	height: 60px;
}
.main {
	
}


}
