@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;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.1;
}

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: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a:active {
	color: #fff;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
	-webkit-text-size-adjust: none;
}

body img {
	display: block;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto;
	width: 1114px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 10px 0 17px;
	border-top: 3px solid #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 100;
}

#gHeader .hInner {
	margin: 0 auto;
	width: 1104px;
}

h1 {
	margin-top: 9px;
	float: left;
}

#gHeader .hInner .hBox {
	float: right;
	width: 838px;
}

#gHeader .hInner .hList {
	margin-bottom: 15px;
	float: right;
}

#gHeader .hInner .hList li {
	padding-left: 8px;
	float: left;
	width: 117px;
}

#gHeader .hInner .hList .tel {
	padding: 2px 10px 0 0;
	width: 165px;
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}

#gHeader .spImg,
#gHeader .spList,
#gHeader .menuList {
	display: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	clear: both;
	text-align: right;
}

#gNavi li {
	margin-left: 24px;
	padding-bottom: 2px;
	display: inline;
	border-bottom: 1px solid #99A6B6;
}

#gNavi li:first-child{
	margin-left: 0px;
}

#gNavi li a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

#gNavi li a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #00184F;
}

#gFooter .fInner {
	margin: 0 auto;
	padding: 0 7px 35px 0;
	width: 1112px;
}

#gFooter .fInner .lBox {
	float: left;
	width: 660px;
}

#gFooter .fInner .lBox .hBox {
	margin-bottom: 7px;
}

#gFooter .fInner .lBox .fLogo {
	margin-top: -34px;
	float: left;
}

#gFooter .fInner .lBox ul {
	margin-top: 93px;
	float: right;
	width: 425px;
}

#gFooter .fInner .lBox li {
	padding-left: 8px;
	float: left;
	width: 117px;
}

#gFooter .fInner .lBox .tel {
	padding: 2px 5px 0 0;
	width: 164px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

#gFooter .fInner .lBox p {
	color: #fff;
	font-size: 12px;
	letter-spacing: 3px;
}

#gFooter .fInner .lBox p a {
	margin-left: 15px;
	text-decoration: underline;
}

#gFooter .fInner .lBox p a:hover {
	text-decoration: none;
}

#gFooter .fInner .rBox {
	margin-top: 20px;
	float: right;
	width: 450px;
	text-align: right;
}

#gFooter .fInner .rBox .copyright {
	margin-bottom: 47px;
	color: #fff;
	font-size: 12px;
}

#gFooter .fInner .rBox li {
	line-height: 1.7;
}

#gFooter .fInner .rBox li a {
	text-decoration: underline;
}

#gFooter .fInner .rBox li a:hover {
	text-decoration: none;
}

@media all and (min-width: 0px) and (max-width: 767px) {
	a,
	a:link {
		text-decoration: none;
	}

	#main {
		width: auto;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
    	padding: 10px 0 32px;
		border-top: 1px solid #000;
	}

	#gHeader .hInner {
		padding: 0 2%;
		width: auto;
	}

	h1 {
		margin-top: 0;
	}

	#gHeader .spImg {
		display: block;
	}

	#gHeader .spList {
		display: block;
		float: right;
		width: 220px;
	}

	#gHeader .spList li {
		padding-left: 5px;
		float: left;
	}

	#gHeader .pcImg,
	#gHeader .hBox {
		display: none;
	}

	#gHeader .menuList {
		position: absolute;
		left: 0;
		top: 70%;
		width: 100%;
	}

	#gHeader .menuList li {
		float: left;
		width: 50%;
	}

	#gHeader .menuList li:nth-child(2n) {
		float: right;
	}

	#gHeader .menuList li:nth-child(2n) a {
		border-left: 1px solid #fff;
	}

	#gHeader .menuList li a {
		padding: 5px 2px;
		display: block;
		text-align: center;
		background-color: #000000;
		border-top: 1px solid #fff;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		display: none;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter .fInner {
		padding: 0 0 24px;
		width: 84%;
	}

	#gFooter .fInner .lBox {
		float: none;
		width: auto;
	}

	#gFooter .fInner .lBox .hBox {
		margin-bottom: 20px;
	}

	#gFooter .fInner .lBox .fLogo {
		margin-bottom: 5px;
	}

	#gFooter .fInner .lBox ul {
		margin-top: 0;
		width: auto;
		float: none;
		clear: both;
	}

	#gFooter .fInner .lBox li {
		padding: 0 8px 0 0;
	}

	#gFooter .fInner .lBox .tel {
		margin-bottom: 25px;
		float: none;
		width: auto;
	}

	#gFooter .fInner .lBox p {
		line-height: 1.8;
	}

	#gFooter .fInner .lBox p span {
		display: block;
	}

	#gFooter .fInner .lBox p a {
		margin: 0;
		display: block;
	}

	#gFooter .fInner .rBox {
		margin-top: 12px;
		float: none;
		width: auto;
		text-align: left;
	}

	#gFooter .fInner .rBox .copyright {
		margin-bottom: 8px;
	}

	#gFooter .fInner .rBox li {
		line-height: 1.9;
	}

}

@media all and (min-width: 768px) and (max-width: 1279px)  {
	#main {
		width: auto;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
    	padding: 3px 0 5px;
		border-top: 1px solid #000;
	}

	#gHeader .hInner {
		padding: 0 1% 0 2%;
		width: auto;
	}

	h1 {
		margin-top: 5px;
	}

	#gHeader .hInner .hBox {
		float: none;
		width: auto;
	}

	#gHeader .hInner .hList {
		margin-bottom: 45px;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		text-align: center;
	}

	#gNavi li {
		margin-left: 24px;
	}

	#gNavi li:first-child {
		margin-left: 5px;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter .fInner {
		padding: 0 10px 50px 95px;
		width: auto;
	}

	#gFooter .fInner .lBox {
		float: none;
		width: auto;
	}

	#gFooter .fInner .lBox .fLogo {
		margin-top: -6%;
		width: 31%;
	}

	#gFooter .fInner .lBox .fLogo img {
		width: 100%;
	}

	#gFooter .fInner .lBox ul {
		margin-top: 13%;
		width: 65%;
	}

	#gFooter .fInner .lBox li {
		padding-left: 2%;
		width: 27%;
	}

	#gFooter .fInner .lBox .tel {
		padding: 2px 1% 0 0;
		width: 37%;
	}

	#gFooter .fInner .lBox li img {
		width: 100%;
	}

	#gFooter .fInner .rBox {
		float: none;
		width: auto;
		text-align: left;
	}

	#gFooter .fInner .rBox .copyright {
		margin-bottom: 10px;
	}

	#gFooter .fInner .rBox li {
		margin-right: 20px;
		display: inline;
	}
}

@media all and (min-width: 1920px) {
	#main {
		width: 1395px;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		padding: 12px 0 10px;
		border-top: 4px solid #000;
	}

	h1 {
		margin-top: 13px;
	}

	#gHeader .hInner {
		padding-left: 24px;
		width: 1392px;
	}

	#gHeader .hInner .hList {
		margin-bottom: 20px;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter .fInner {
		width: 1406px;
	}
}
@media all and (min-width: 768px) and (max-width: 860px) {
	#gNavi li {
	    margin-left:10px;
	}
}
