@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&display=swap&subset=japanese'); */
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
}
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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	opacity: 0.7;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1080px;
	color: #000;
	font-size: 1.5rem;
	/* font-weight: 400; */
	line-height: 1.75;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 90px;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 27px 0 15px;
}
#gHeader .hBox {
    margin: 0 auto 25px;
    width: 1000px;
}
#gHeader h1 {
	float: left;
}
#gHeader h1 a {
	opacity: 1;
}
#gHeader .hRBox {
	float: right;
}
#gHeader .hBtnUl li.tel {
	margin: 2px 29px 0 0;
	width: 292px;
	font-size: 1.2rem;
	line-height: 2.3;
}
#gHeader .hBtnUl li.tel span {
	margin-left: 38px;
	display: block;
}
#gHeader .hBtnUl li.cta {
	width: 194px;
}
#gHeader .hLinkUl {
	text-align: right;
}
#gHeader .hLinkUl li {
	margin: 0 5px 0 15px;
	display: inline-block;
	vertical-align: top;
}
#gHeader .hLinkUl li a {
	padding: 1px 0 1px 7px;
	display: block;
	font-size: 1.3rem;
	line-height: 1.3;
	background: url(../../img/common/icon01.png) no-repeat left center;
	background-size: auto 8px;
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding-right: 20px;
}
#gNavi ul {
	margin: 0 auto;
	width: 1060px;
}
#gNavi li {
	flex: 1;
	font-weight: bold;
	text-align: center;
}
#gNavi li:not(:last-child) {
	border-right: 2px solid #D9D9DB;
}
#gNavi li a {
	padding: 4px;
	display: block;
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 37px;
	font-size: 0;
}
#pagePath li {
	margin-right: 3px;
	display: inline-block;
	font-size: 1.3rem;
	vertical-align: top;
}
#pagePath li a {
	padding-right: 5px;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 34px 0;
	background: #224074;
}
#gFooter .pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 990px;
}
#gFooter .logoBox {
	color: #FFF;
}
#gFooter .logoBox .fLogo {
	margin-bottom: 14px;
}
#gFooter .logoBox .fLogo a {
	opacity: 1;
}
#gFooter .logoBox .fBtn {
	margin: 0 0 8px -4px;
}
#gFooter .logoBox p small {
	font-size: 1.3rem;
}
#gFooter .logoBox .big {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}
#gFooter .fRBox {
	width: 490px;
	position: relative;
}
#gFooter .fRBox .fNavi li:not(:last-child) {
	margin-bottom: 7px;
}
#gFooter .fRBox .fNavi li a {
	color: #FFF;
	font-size: 1.4rem;
}
#gFooter .fRBox .copyright {
	position: absolute;
	right: 0;
	bottom: 3px;
	color: #FFF;
	font-size: 1.2rem;
	text-align: right;
}

