<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: "Helvetica Neue",Helvetica,Arial,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,"ＭＳ Ｐゴシック","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: #727171;
	text-decoration: none;
}
a:visited {
	color: #727171;
}
a:hover {
	color: #727171;
}
a:active {
	color: #727171;
}
a, a img {
	color: #343434;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #727171;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: bold;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 80px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		margin-bottom: 40px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 10px 50px;
	box-sizing: border-box;
}
#gHeader h1 {
	float: left;
}

#gHeader ul {
	float: right;
}
#gHeader ul li {
	margin: 0;
	float: right;
}


@media all and (max-width: 767px) {
	#gHeader {
		padding: 10px;
	}
	#gHeader h1 {
		width: 160px;
	}
	#gHeader ul {
		width: 50%;
		max-width: 166px;
	}
	#gHeader ul li {
		width: 100%;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	#gHeader {
		padding: 5px;
	}
	#gHeader h1 {
		width: 200px;
    }
	#gHeader ul li {
		width: 166px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
}
#gNavi li {
}
@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
/*#pagePath {
	margin: 0 auto 90px;
	padding: 16px 0 9px;
	border-bottom: 1px solid #231815;
	box-sizing: border-box;
}
#pagePath li {
	margin: 0 3px 8px 0;
	display: inline-block;
	min-width: 120px;
	text-align: center;
}
#pagePath a {
	display: block;
	padding: 4px 14px;
	color: #727171;
	font-weight: bold;
	font-size: 1.2rem;
	border-radius: 100px;
	border: 1px solid #727171;
}
#pagePath li a:hover,
#pagePath li.on a {
	color: #FFF;
	background-color: #1D2088;
}*/


#pagePath *, #pagePath *:after, #pagePath *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#pagePath {
	border-bottom: 1px solid #231815;
	overflow: hidden;
	width: 100%;
	margin: 1.2em auto;
	padding: 0;
	list-style: none;
}
#pagePath li {
	display: inline-block;
	margin: 0 1.5em 0.5em 0;
}
#pagePath a {
	position: relative;
	z-index: 1;
	padding: 0.7em 0.5em 0.7em 1em;
	text-decoration: none;
	color: #ffffff;
	border-radius: 0.3em 0.1em 0.1em 0.3em;
	background: #1D2088;
	display: inline-block;
	height: 30px;
	line-height: 1em;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
}
#pagePath li a:hover {
	background: #2A2EC0;
}
#pagePath li a::after{
	background: #1D2088;
	content: "";
	height: 1.88em;
	position: absolute;
	right: -1em;
	top: calc(50% - 1em);
	width: 2em;
	z-index: -1;
	transform: rotate(45deg);
	border-radius: .4em;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
}
#pagePath li a:hover::after {
	background: #2A2EC0;
}
#pagePath li:last-child a {
	cursor: default;
	pointer-events: none;
	color: black;
	background: transparent !important;
	font-weight: bold;
}
#pagePath li:last-child a:hover {
	background: none;
}
#pagePath li:last-child a::before,
#pagePath li:last-child a::after {
	content: normal;
}

@media all and (max-width: 767px) {
	#pagePath {
		padding: 12px 0 2px;
		margin-bottom: 30px;
	}
	/*#pagePath li {
		min-width: 100px;
	}*/
	#pagePath a {
		font-size: 1.2rem;
	}
	#pagePath li a:hover {
		color: #727171;
		background-color: #FFF;
	}
	#pagePath li.on a:hover {
		color: #FFF;
		background-color: #1D2088;
	}
}
@media all and (-ms-high-contrast:none){
	#pagePath a {
		padding: 6px 5px 2px;
	}
} 
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}
@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}
@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	bottom: 20px;
	right: 0;
}
.pageTop a:hover{
	opacity: 0.7;
}
#gFooter {
	margin: 0 auto 20px;
	max-width: 1140px;
}
#gFooter .fNavi {
	margin-bottom: 1px;
	text-align: center;
}
#gFooter .fNavi li {
	margin: 0 4px;
	display: inline-block;
}
#gFooter .fNavi li a {
	color: #000;
	font-size: 1.4rem;
	letter-spacing: -1px;
}
#gFooter .copyright {
	color: #000;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.7;
}
#gFooter .copyright a {
	color: #000;
}
@media all and (max-width: 767px) {
	.pageTop {
		width: 40px;
		bottom: 0;
	}
}
</pre></body></html>