<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*---------------------------------------
	reset CSS
---------------------------------------*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,button,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
*, ::after, ::before {
  box-sizing: border-box;
}

/*---------------------------------------
	default style
---------------------------------------*/
::selection {
	background: #53BD40;
	color: #fff;
}
::-moz-selection {
	background: #53BD40;
	color: #fff;
}
* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'source-han-sans-japanese','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	-webkit-text-size-adjust: 100%;
	color: #1D1D1D;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	overflow-x: hidden;;
}
@media (min-width: 768px) {
	body {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: all linear .3s;
}
object {
	display: inline-block;
	pointer-events: none;
}
a {
	color: #53BD40;
	transition: all linear .3s;
}
a:hover {
	text-decoration: none;
}
@media (min-width: 1200px) {
	a:hover img,
	a:hover i {
		opacity: 0.6;
	}
}
i {
	transition: all linear .3s;
}
i:hover {
	cursor: pointer;
}
input,button,textarea,select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
}
button {
	border: none;
}
input[type=text], input[type=submit] {
	border: none;
	display: inline-block;
}
input[type=text] {
	max-width: 100%;
	border-radius: 0;
}
a[href^=tel]:hover {
	text-decoration: none!important;
	cursor: default!important;
}
select::-ms-expand {
	display: none;
}
</pre></body></html>