<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%;
}

@font-face {
	font-family: 'Sawarabi Mincho';
	src: url('../../Fonts/sawarabi-mincho-medium.otf');
}

@font-face {
	font-family: 'Noto Sans';
	src: url('../../Fonts/NotoSansCJKjp-DemiLight.otf');
}

body, table, input, textarea, select, option {
	font-family: 'Sawarabi Mincho';
}

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;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 980px;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
    margin-bottom: 100px;
}

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: 45px;
    }

	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.leadBox {
	position: relative;
}

#gHeader {
    width: 100%;
	position: absolute;
    left: 0;
    top: 32px;
	z-index: 1000;
}

#gHeader h1 {
    text-align: center;
}

#gHeader h1 a {
    display: inline-block;
}

#gHeader h1 img {
	width: 115px;
}

@media all and (max-width: 767px) {
    #gHeader {
        top: 15px;
    }

    #gHeader h1 img {
        width: 100px;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 43px 0 44px;
	position: relative;
	background-color: #1E5627;
	overflow: hidden;
	z-index: 10;
}

#gFooter .copyright {
	color: #FFF;
	font-size: 0.85rem;
	letter-spacing: 1.7px;
	font-weight: normal;
	text-align: center;
    font-family: 'Noto Sans';
}

@media all and (max-width: 767px) {
	#gFooter {
		padding: 20px 10px;
	}

	#gFooter .pageTop img {
		width: 40px;
	}
}</pre></body></html>