@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: #333;
	font-size: 1.7rem;
	font-family: 'Noto Sans JP', sans-serif;
	text-align :center ;
	background: #FFF;
}


/* 2.リンク設定
----------------------------------------------------------------------------- */
a:link ,
a:visited {
	color :#333 ;
	text-decoration :none;
}
a:hover {
	color :#333 ;
	text-decoration :none;
}


/* 3.Ｈ_タグ
----------------------------------------------------------------------------- */
h2 , h3 , h4 , h5 {
	clear: both;
	text-align: left;
}

button {
	border: none;
	appearance: none;
}

/* その他
----------------------------------------------- */
.for_sp {
	display: none;
}

	@media only screen and (max-width: 568px) { 
		.for_sp {
			display: block;
		}
		.for_pc {
			display: none;
		}
	}
