@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 'Noto Sans Japanese';
}

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: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

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

#container {
	text-align: left;
}

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

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 12px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 50px 9px 40px;
	position: relative;
	box-sizing: border-box;
}

#gHeader h1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: #fff;
}

#gHeader h1 a:hover {
	opacity: 0.7;
}

@media all and (min-width: 768px) {
	#gHeader .menuBox {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	#gHeader {
		padding: 11px 10px 9px;
	}

	#gHeader h1 img {
		width: 158.5px;
	}
	
	#gHeader .menu {
		float: right;
	}
	
	#gHeader .menu img {
		width: 44px;
	}
	
	#gHeader .menuBox {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		position: fixed;
		left: 100%;
		top: 0;
		z-index: 100;
		text-align: center;
		background-color: #1E2188;
	}
	
	#gHeader .menuBox .menuInner {
		padding: 44px 20px 90px;
	}
	
	#gHeader .menuBox .menuLogo img {
		width: 110px;
	}
	
	#gHeader .menuBox p {
		margin: 26px 0 22px;
		padding-bottom: 6px;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		border-bottom: 1px solid #8E90C3;
		letter-spacing: 1px;
	}
	
	#gHeader .menuBox li {
		margin-bottom: 16px;
	}
	
	#gHeader .menuBox li a {
		padding-left: 22px;
		display: inline-block;
		font-size: 16px;
		color: #fff;
		font-weight: 700;
		letter-spacing: 0.5px;
		background: url(../../img/common/sp_icon01.png) no-repeat left top 7px;
		background-size: 15px auto;
	}
	
	#gHeader .menuBox li:last-child {
		margin-bottom: 0;
	}
	
	#gHeader .menuBox li:last-child a {
		background-image: url(../../img/common/sp_icon02.png);
	}
	
	#gHeader .menuBox .close {
		width: 100%;
		position: absolute;
		left: 0;
	    bottom: 43px;
	}
	
	#gHeader .menuBox .close a {
		display: inline-block;
		font-size: 9px;
		font-weight: 700;
		color: #fff;
	}
	
	#gHeader .menuBox .close img {
		margin-bottom: 2px;
		display: block;
		width: 27.5px;
		margin: 0 auto;
	}
	
	#gHeader .menuBox.on .close {
		position: static;
		margin-top: 20px;
	}
	
	#gHeader .menuBox.on .menuInner {
		padding-bottom: 44px;
	}
	
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	float: right;
}

#gNavi li {
	margin-right: 17px;
	float: left;
}

#gNavi li:last-child {
	margin-right: 0;
}

#gNavi li a {
	padding-left: 27px;
	font-size: 20px;
	color: #555;
	font-weight: 700;
	background: url(../../img/common/icon01.png) no-repeat left top 8px;
	letter-spacing: 0.5px;
}

#gNavi li a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 117px;
	padding-bottom: 7px;
}

#gFooter .mail a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 12px;
	background-color: #1D2089;
	letter-spacing: 0.5px;
}

#gFooter .mail a > span {
	padding: 34px 0 37px 69px;
	display: inline-block;
	background: url(../../img/common/icon02.png) no-repeat left top 25px;
}

#gFooter .mail a span span {
	margin-bottom: 4px;
	display: block;
	font-size: 18px;
	font-weight: 700;
}

#gFooter .mail a:hover {
	opacity: 0.7;
}

#gFooter .fBox {
	width: 455px;
	margin: 57px auto 48px;
}

#gFooter .fLogo {
	margin-top: 7px;
	float: left;
}

#gFooter .fBox p {
	width: 336px;
	float: right;
	font-size: 15px;
	color: #555;
	line-height: 1.7;
	letter-spacing: 0.5px;
}

#gFooter .fBox p a {
	color: #555;
}

#gFooter .copyright {
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	color: #555;
	letter-spacing: 1px;
}

#gFooter .pageTop {
	margin-bottom: 53px;
	display: none;
	text-align: center;
}

#gFooter .pageTop img {
	width: 90px;
}

#gFooter .pageTop a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#gFooter {
		margin-top: 96px;
		padding-bottom: 13px;
	}

	#gFooter .mail a {
		font-size: 9px;
	}

	#gFooter .mail a > span {
		padding: 32px 0 37px 31px;
		background: url(../../img/common/icon02.png) no-repeat left top 31px;
		background-size: 27.5px;
	}

	#gFooter .mail a span span {
		margin-bottom: 1px;
		font-size: 12px;
	}

	#gFooter .fBox {
		width: auto;
		margin: 38px auto 26px;
		text-align: center;
	}

	#gFooter .fLogo {
		margin-top: 0;
		float: none;
	}
	
	#gFooter .fLogo img {
		width: 120px;
		margin: 0 auto;
	}

	#gFooter .fBox p {
		margin-top: 26px;
		width: auto;
		float: none;
		font-size: 12px;
	}

	#gFooter .copyright {
		padding-top: 11px;
		font-size: 10px;
		letter-spacing: 0;
		border-top: 1px solid #555;
	}
	
	#gFooter .pageTop {
		display: block;
		margin-bottom: 40px;
	}
	
	#gFooter .pageTop img {
		width: 60px;
	}
	
}

/*loading*/
.loadingsec {
	width: 100%;
	height: 100%;
	background: #1E2188;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

.loadingsec .bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	background: #fff;
}

.loadingsec .title {
	opacity: 0;
	position: relative;
	width: 252px;
	height: 194px;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.loadingsec .title .logomark {
	display: block;
	margin: 0 auto 0 auto;
	padding: 0;
}

.loadingsec .title .load {
	display: block;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
	.loadingsec .title {
		width: 126px;
		height: 97px;
	}
	
	.loadingsec .title .logomark {
		width: 126px;
	}
}