@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
/*------------------------------------------------------------
	default style
------------------------------------------------------------*/
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;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",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;
	max-width: 100%;
}
a,
a:link {
	color: #222;
	text-decoration: none;
}
a:visited {
	color: #222;
}
a:hover {
	color: #222;
}
a:active {
	color: #222;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1250px;
	color: #222;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	position: relative;
}
#container {
	text-align: left;
}
#main {
	overflow: hidden;
}
#main.on {
	padding-top: 85px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
p.testy_title {background-color:#e1e0e0; padding:10px; text-align:center; font-weight:bold; color:#1c1d4f; margin:0 auto 15px; width:60%;}
div.testy_voice{ padding:10px; background-color:#f5f6f7; margin:0 auto 15px; width:60%; color:#707070; font-size:0.95em;}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
	}
	#container {
		position: relative;
		overflow: hidden;
	}
	#main.on {
		padding-top: 0;
	}
	p.testy_title {background-color:#e1e0e0; padding:10px 0; text-align:center; font-weight:bold; color:#1c1d4f; margin:0 auto 15px; width:95%;}
	div.testy_voice{ padding:10px; background-color:#f5f6f7; margin:0 auto 15px; width:calc(95% - 24px); font-size:0.85em; color:#707070;}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 99;
	box-sizing: border-box;
}
#gHeader.on {
	position: fixed;
	background-color: #fff;
	z-index: 99;
}
#gHeader .hBox {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
#gHeader.on .hBox {
	padding: 13px 26px;
}
#gHeader .logo {
	width: 380px;
}
#gHeader .logo .on {
	display: none;
}
#gHeader.on .logo .on {
	display: block;
}
#gHeader.on .logo .off {
	display: none;
}
#gHeader.on .logo {
	width: 225px;
}

@media all and (min-width: 768px) {
	.menuBox {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	#gHeader .hBox {
		width: inherit;
	}
	#gHeader.on .hBox {
		padding: 0;
	}
	#gHeader .logo {
		width: 250px;
		position: relative;
		z-index: 9;
	}
	#gHeader.on .logo {
		width: 250px;
	}
	#gHeader .menu {
		width: 21px;
		height: 11px;
		position: absolute;
		right: 25px;
		top: 25px;
		z-index: 9;
	}
	#gHeader .menu .on {
		display: none;
	}
	#gHeader.on .menu .on {
		display: block;
	}
	#gHeader.on .menu .off {
		display: none;
	}
	#gHeader .menu.on {
		background: url("../../img/common/close.png") no-repeat center center;
		background-size: 21px auto;
	}
	#gHeader .menu.on .on,
	#gHeader .menu.on .off {
		display: none;
	}
	.menuBox {
		position: absolute;
		width: 100%;
		top: 0;
		right: -100%;
		box-sizing: border-box;
		padding-left: 60px;
		transition: all 1s;
	}
	.menuBox.on {
		right: 0;
	}
	.menuBox .menuInner {
		padding: 60px 15px 200px;
		background-color: #999;
	}
	.menuBox li a {
		padding: 7px 0;
		font-size: 1.05rem;
		border-top: 1px solid #fff;
		display: block;
		font-weight: bold;
		text-align: center;
	}
	.menuBox li:last-child a {
		border-bottom: 1px solid #fff;
	}
	.menuBox li a span {
		margin-bottom: -2px;
		display: block;
		color: #fff;
		font-size: 1.4rem;
	}

}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	height: 85px;
	padding: 20px 0;
	background-color: #D9D8DD;
	box-sizing: border-box;
}
#gNavi ul {
	display: flex;
	justify-content: center;
}
#gNavi ul li {
	width: 170px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
#gNavi ul li:last-child {
	border: none;
}
#gNavi ul li a {
	padding: 6px 0 5px;
	display: block;
	text-align: center;
	font-size: 1.05rem;
	line-height: 1;
	font-weight: bold;
}
#gNavi ul li a:hover {
	opacity: 0.7;
}
#gNavi ul li a span {
	margin-bottom: 7px;
	display: block;
	font-size: 1.6rem;
	color: #fff;
}
#gNavi.on {
	padding: 17px 0 0 302px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: none;
}
#gNavi.on ul li:first-child {
	border-left: 1px solid #ddd;
}
#gNavi.on ul li {
	width: 130px;
	border-right: 1px solid #ddd;
}
#gNavi.on ul li a {
	font-size: 0.8rem;
}
#gNavi.on ul li a span {
	color: #ccc;
	font-size: 1rem;
}
@media all and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBox {
	padding-top: 60px;
	min-height: 210px;
	box-sizing: border-box;
	background: url("../../img/common/f_bg.jpg") no-repeat center center;
	background-size: cover;
}
#gFooter .fBox .fLink a {
	padding: 23px 0;
	width: 720px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
	font-weight: bold;
	background-color: #FF5050;
	border: 4px solid #FF1717;
	box-sizing: border-box;
	border-radius: 6px;
}
#gFooter .fBox .fLink a:hover {
	opacity: 0.7;
}
#gFooter .copyright {
	padding: 13px 0 12px;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	text-shadow: 0px 0px 3px #808080;
	background-color: #242264;
}

@media all and (max-width: 767px) {
	#gFooter .fBox {
		padding: 60px 20px 0;
		background-image: url("../../img/common/sp_f_bg.jpg");
	}
	#gFooter .fBox .fLink a {
		width: auto;
	}
	#gFooter .copyright {
		padding-bottom: 70px;
	}

}

@media all and (-ms-high-contrast:none){	
	#gFooter .fBox .fLink a {
		padding: 26px 0 20px;
	}
}