@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: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

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: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	position: relative;
	color: #333;
	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-bottom: 153px;

}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 13px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#container {
		padding-top: 46px;
	}

	#main {
		padding-bottom: 40px !important;
	}
	
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
}

@media all and (min-width: 768px) and (max-width: 1366px) {
	#gHeader {
		padding: 20px 30px 13px !important;
		box-sizing: border-box;
	}
	
	#gHeader.on {
		padding: 20px 30px 13px !important;
		box-sizing: border-box;
	}
	
	#main {
		margin: 0 auto;
		padding: 0 80px 197px;
		max-width: 1030px;
	}
	
	#gFooter {
		padding: 15px 30px 0;
		box-sizing: border-box;
	}
	
	#gFooter .copyright {
		margin: 0 -30px;
	}
}

@media screen and (min-width: 768px) {
	.menuBox {
		display: none !important;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 20px 0 13px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
}

#gHeader .hBox {
	margin: 0 auto;
	padding-left: 2px;
	max-width: 1206px;
	box-sizing: border-box;
}

#gHeader h1 {
	width: 23%;
	float: left;
}

#gHeader h1 img {
	max-width: 100%;
}

#gHeader h1 .logo01 {
	display: none;
}

#gHeader .menuBox {
	display: none;
}

@media screen and (max-width: 767px) {
	#gHeader {
		padding: 13px 10px !important;
		box-sizing: border-box;
		background: #fff !important;
	}
	
	#gHeader .hBox {
		padding-left: 0;
		width: auto;
	}

	#gHeader h1 {
		width: auto;
	}

	#gHeader h1 img {
		width: 96px;
	}
	
	#gHeader .menu {
		position: absolute;
		right: 10px;
		top: 12px;
	}
	
	#gHeader .menu img {
		width: 32px;
	}
	
	#gHeader .menuBox {
		width: 100%;
		position: fixed;
		left: 0;
		top: 52px;
		text-align: center;
		background-color: #fff;
		height: calc(100% - 52px);
		overflow-y: auto;
	}
	
	#gHeader .menuBox ul {
		border-top: 1px solid #0067E1;
	}
	
	#gHeader .menuBox li a {
		padding: 25px 2px 23px;
		color: #0067E1;
		display: block;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		letter-spacing: 0.2em;
		border-bottom: 1px solid #0067E1;
		font-family: 
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 2.7%;
	float: right;
	text-align: right;
	width: 76%;
}

#gNavi li {
	margin-left: 11.5%;
	display: inline-block;
}

#gNavi li:first-child {
	margin-left: 0;
}

#gNavi li a {
	padding-bottom: 7px;
	color: #282e56;
	font-weight: bold;
}

#gNavi li a:hover {
	border-bottom: 3px solid #0060D1;
}

@media screen and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

@media all and (min-width: 768px) and (max-width: 1000px) {
	#gNavi {
		margin-top: 1.7%;
	}

	#gNavi li {
		margin-left: 5%;
		display: inline-block;
	}
}

@media all and (min-width: 1001px) and (max-width: 1300px) {
	#gNavi {
		margin-top: 2.2%;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 15px; 
	background-color: #F2F2F2;
	overflow: hidden;
}

#gFooter .fBox {
	padding: 0 0 12px 4px;
	margin: 0 auto;
	max-width: 1208px;
	box-sizing: border-box;
}

#gFooter .fBox .lBox {
	float: left;
	width: 35%;
}

#gFooter .fBox .fLogo img {
	max-width: 100%;
}

#gFooter .fBox p {
	margin: 16px 0 0 3px;
	color: #00537a;
	letter-spacing: 2px;
	line-height: 1.33;
}

#gFooter .fBox p a {
	color: #00537a
}

#gFooter .fBox ul {
	margin-top: 29px;
	float: right;
	width: 65%;
	text-align: right;
}

#gFooter .fBox li {
	margin-left: 5.5%;
	display: inline-block;
}

#gFooter .fBox li:first-child {
	margin-left: 0;
}

#gFooter .fBox li a {
	color: #00537a;
	font-weight: bold;
}

#gFooter .fBox li a:hover {
	text-decoration: underline;
}

#gFooter .copyright {
	padding: 18px 26px 14px 0;
	color: #fff;
	font-size: 15.5px;
	font-weight: bold;
	text-align: center;
	background-color: #0060D1;
}

@media screen and (max-width: 767px) {
	#gFooter {
		padding-top: 12px; 
	}
	
	#gFooter .fBox {
		padding: 0 10px 10px;
		text-align: center;
	}
	
	#gFooter .fBox .lBox {
		float: none;
		width: auto;
	}
	
	#gFooter .fBox .fLogo img {
		width: 120px;
	}
	
	#gFooter .fBox p {
		margin: 12px 0 0 3px;
		letter-spacing: 2px;
		line-height: 1.33;
	}
	
	#gFooter .fBox ul {
		display: none;
	}
	
	#gFooter .copyright {
		padding: 9px 5px 7px;
		font-size: 11px;
	}
}

@media all and (min-width: 768px) and (max-width: 1000px) {
	#gFooter .fBox li {
		margin-left: 2.8%;
	}
	
	#gFooter .fBox .lBox {
		width: 25%;
	}
	
	#gFooter .fBox ul {
		width: 75%;
	}
}