@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "Yu Gothic", YuGothic;
}

@font-face {   
	font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}

@font-face {   
	font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #004181;
	text-decoration: none;
}

a:visited {
	color: #004181;
	text-decoration: none;
}

a:hover {
	color: #004181;
	text-decoration: underline;
}

a:active {
	color: #004181;
	text-decoration: underline;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #004181;
	font-size: 15px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;

}

#container {
	text-align: left;
}

#main {
	padding: 0;
}

#main.fix {
	padding-top: 134px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 22px 0 0;
	box-sizing: border-box;
	height: 94px;
	background: #fff;
	position: relative;
	z-index: 100;
}

#header.fix {
	position: fixed;
	height: 134px;
	left: 0;
	top: 0;
	width: 100%;
}

#header .ttlBox {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #004181;
	display: none;
}

#header.fix .ttlBox {
	display: block;
}

#header .ttlBox p {
	margin: 0 auto;
	width: 1040px;
	height: 40px;
	line-height: 40px;
	color: #FFF039;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	font-style: oblique;
}

#header .hBox {
	margin: 0 auto;
	padding: 0 43px 0 55px;
	width: 1040px;
	box-sizing: border-box;
}

#header .hBox .logo {
	margin-top: 4px;
	float: left;
}

#header .hBox .logo a:hover {
	opacity: 0.7;
}
		
#header .cover,
#header .menuBox {
	display: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	float: right;
}

#gNavi li {
	padding-left: 49px;
	float: left;
}

#gNavi li:first-child {
	padding-left: 0;
}

#gNavi .navi01 {
	padding-left: 55px;
}

#gNavi .navi02 {
	padding-left: 48px;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 14px 0;
	background-color: #414141;
}

#footer p {
	color: #FFF;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	body {
		min-width: inherit;
		position: relative;
	}
	
	#main {
		padding: 0;
	}
	
	#main.fix {
		padding-top: 0;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#header {
		padding: 14px 0 0;
		width: 100%;
		height: 51px;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	#header.fix {
		position: fixed;
		left: 0;
		top: 0;
		height: 51px;
		width: 100%;
	}
	
	#header .ttlBox {
		margin-left: -64.5px;
		width: 129px;
		position: absolute;
		left: 50%;
		bottom: auto;
		top: 13px;
		background: #004181;
	}
	
	#header .ttlBox p {
		margin: 0;
		width: auto;
		height: 23px;
		line-height: 23px;
		font-size: 10px;
	}
	
	#header .hBox {
		margin: 0;
		padding: 0 11px;
		width: auto;
	}
	
	#header .hBox .logo {
		margin-top: 0;
		float: left;
		width: 75px;
	}
	
	#header .hBox .logo img {
		width: 100%;
	}
	
	#header .hBox .logo a:hover {
		opacity: 1;
	}
		
	#header .menu {
		width: 31px;
		position: absolute;
		right: 10px;
		top: 9px;
	}
		
	#header .menu img {
		width: 100%;
	}
		
	#header .cover {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(../../img/common/cover_bg.png) repeat left top;
		background-size: 5px auto;
		z-index: 101;
	}

	#header .menuBox {
		padding: 0 10px 15px;
		position: absolute;
		left: 0;
		top: 100%;
		box-sizing: border-box;
		width: 100%;
		display: none;
		z-index: 102;
	}

	#header .menuBox ul {
		margin-bottom: 20px;
		border-top: 1px solid #CCC;
	}
	
	#header .menuBox li {
		border-bottom: 1px solid #CCC;
	}
	
	#header .menuBox li a {
		padding: 12px;
		display: block;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
	}
	
	#header .menuBox .close {
		
	}
	
	#header .menuBox .close a {
		padding: 10px;
		color: #fff;
		font-size: 12.5px;
		display: block;
		text-align: center;
		text-decoration: none;
		background: #004080;
	}
	
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		display: none;
	}

	
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#footer {
		padding: 6px 0 7px;
		background-color: #414141;
	}
	
	#footer p {
		color: #FFF;
		font-size: 10px;
		line-height: 1.2;
		text-align: center;
	}

}