@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;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #01355f;
	text-decoration: none;
}
a:visited {
	color: #01355f;
}
a:hover {
	color: #01355f;
}
a:active {
	color: #01355f;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: inherit;
	color: #01355f;
	font-size: 1.6rem;
	line-height: 1.63;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	max-width: 750px;
	margin: 0 auto;
}
#main {
	display: block;
}
.pc {
	display: none !important;
}
a[href^="tel:"] {
	cursor: pointer;
	pointer-events: auto;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 8px 15px 8px;
	position: relative;
	background-color: #fff;
	max-width: 750px;
	box-sizing: border-box;
	z-index: 999;
}
#gHeader::before {
	width: 100%;
	height: 7px;
	position: absolute;
	left: 0;
	top: 100%;
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
	opacity: 0.078;
	content: '';
}
#gHeader h1 {
	width: 18%;
}
@media ( min-width: 601px ){
	#gHeader h1 {
		width: 119px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 55px 0 200px;
}
#gFooter .fBox {
	margin: 0 auto;
	width: auto;
	padding: 0 20px;
}
#gFooter .fNavi {
	margin: -5px 0 26px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gFooter .fNavi li {
	margin: 5px 9px 0;
}
#gFooter .fNavi a {
	padding-right: 8px;
	display: inline-block;
	font-size: 1.2rem;
	vertical-align: top;
	background: url(../img/common/icon01.png) no-repeat right center / 4px auto;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .copyright {
	display: block;
	color: #01355f;
	font-size: 1rem;
	font-style: normal;
	letter-spacing: 0.04em;
	text-align: center;
}
.fix_footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 750px;
	z-index: 999;
}
.fix_footer .comBox {
	background: #fff;
	border-top: 5px solid #01355f;
	width: 100%;
	padding: 10px 20px;
	margin: 0;
	box-sizing: border-box;
}
.fix_footer .foot_btn_sub_tit {
	margin-bottom: -8px;	
}
@media all and (max-width: 750px) {
	.fix_footer .foot_btn_sub_tit {
		width: 53.333vw;
	}
}
@media all and (max-width: 374px) {
	#gFooter .fNavi li {
		margin: 5px 4px 0;
	}
}