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

/* common.css　共通設定*/

html {
	-webkit-text-size-adjust: 100%;
	/*font-size: 62.5%;*/
	font-size: 10px;
}

* { 
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}


/* clearfix
----------------------------------------------------------------------------- */
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }


/* 1.固定
----------------------------------------------------------------------------- */
body {
	margin: 0 auto;
	padding: 0;
	color: #000;
	font-size: 1.6rem;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 400;
	text-align :center ;
	background: #FFF;
}


/* 2.リンク設定
----------------------------------------------------------------------------- */
a:link ,
a:visited {
	color :#000 ;
	text-decoration :none;
}


/* 3.Ｈ_タグ
----------------------------------------------------------------------------- */
h2 , h3 , h4 , h5 {
	clear: both;
	text-align: left;
}


/* その他
----------------------------------------------- */
.for_sp {
	display: none;
}

	@media only screen and (max-width: 568px) { 
		.for_sp {
			display: block;
		}
		.for_pc {
			display: none;
		}
	}
</pre></body></html>