@charset "utf-8";

/*----------------------------------------
	Reset
-----------------------------------------*/
ol,ul {
	list-style:none;
}
address {
	font-style:normal;
	font-weight:normal;
}
em {
	font-style:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
th {
	text-align:left;
	font-weight:normal;
}
/*----------------------------------------
	Global
-----------------------------------------*/
*, *:before, *:after {
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
html,body {
	height:100%;
	-webkit-text-size-adjust:100%;
}
html {
	overflow-y:scroll;
}
body {
	height:100%;
	font-family:'游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-size:14px;
	line-height:1.8;
	letter-spacing:0;
	color:#000;
	background-color:#bcdcef;
}
a {
	text-decoration:none;
}
a:active, a:focus, button {
	outline:none;
}
a {
	opacity:1;
	filter:alpha(opacity=100);
	transition:opacity 0.2s ease-out;
	-moz-transition:opacity 0.2s ease-out;
	-webkit-transition:opacity 0.2s ease-out;
}
a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
img {
	vertical-align:bottom;
}
p {
	text-align:justify;
	text-justify:distribute;
}
button {
	border:0;
}
/*----------------------------------------
	Common
-----------------------------------------*/
#page {
	min-height:100%;
	height:100%;
}
.contents {
	width:100%;
	max-width:1440px;
	min-width:320px;
	background-color:#fff;
	margin:0 auto;
}
.container {
	width:100%;
	max-width:980px;
	margin:0 auto;
}
.serif {
	font-family:"游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.telhref span {
	text-decoration:underline;
}
@media screen and (max-width:1065px) {
.container {
	padding:0 4%;
}
}
/*----------------------------------------
	SP Navigation
-----------------------------------------*/
.menu-btn {
	position:absolute;
	top:10px;
	right:10%;
	width:10%;
	font-size:40px;
	color:#fff;
	padding:20px 10%;
	line-height:1;
}
#sp-nav .menu-btn-close {
	position:fixed;
	color:#fff;
	z-index:150;
}
#sp-nav .menu-btn-close a {
	color:#fff;
}
#sp-nav {
	display:none;
	position:fixed;
	top:-100%;
	left:0;
	width:100%;
	height:100%;
	min-height:100%;
	background-color:#1f3b90;
	padding-top:80px;
	-webkit-transition:top .6s cubic-bezier(.19, 1, .22, 1);
	transition:top .6s cubic-bezier(.19, 1, .22, 1);
	z-index:100;
}
#sp-nav.open {
	top:0;
}
.sp-nav ul {
	width:100%;
}
.sp-nav li {
	border-bottom:1px solid #fff;
}
.sp-nav .drawer {
	overflow:auto;
	height:100%;
	font-size:13px;
}
.sp-nav .drawer a {
	padding:20px 10%;
	color:#fff;
	display:block;
}
.sp-nav .drawer b {
	font-size:20px;
	font-weight:normal;
}
.sp-nav .drawer .icon-facebook-with-circle {
	vertical-align:middle;
	font-size:30px;
}
.menu-btn-open {
	display:none;
}
.menu-btn-open a {
	color:#1f3b90;
}
@media screen and (max-width:640px) {
.menu-btn {
	top:8px;
}
.menu-btn-open {
	display:block;
}
}
/*----------------------------------------
	Main
-----------------------------------------*/
.main {
}
.main-content {
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
}
.main-content:after {
	content:'';
	clear:both;
	display:block;
}
#pagetop {
	text-align:center;
	padding-top:10px;
	padding-bottom:40px;
}
#pagetop a {
	display:inline-block;
	color:#1f3b90;
}
#pagetop span {
	font-size:48px;
}
/*----------------------------------------
	Site Footer
-----------------------------------------*/
.site-footer {
	width:100%;
	font-size:13px;
	text-align:center;
	line-height:1.6;
	color:#fff;
	background-color:#1f3b90;
	padding-top:30px;
	padding-bottom:30px;
}
.site-footer .contents {
	position:relative;
}
.site-footer a {
	color:#fff;
}
.fotter-brand-logo {
	width:70px;
	margin-bottom:20px;
}
.brand-e {
	font-size:16px;
}
.address {
	margin-top:40px;
}
.address span {
	display:inline-block;
}
.copyright {
	font-size:10px;
	margin-top:40px;
}
