@charset "utf-8";

/* common.css　INDEX 共通設定*/

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: #231815;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-align :center;
	background: #FFF;
}


/* 2.リンク設定
----------------------------------------------------------------------------- */

a:link ,
a:visited {
	color :#000 ;
	text-decoration :none ;
}
a:hover {
	color :#000 ;
	text-decoration :none ;
}


/* 3.Ｈ_タグ
----------------------------------------------------------------------------- */
h2 , h3 , h4 , h5 {
	clear :both ;
	text-align :left ;
}


.for_sp {
	display: none;
}
.for_tb {
	display: none;
}
	@media only screen and (max-width: 820px) { 
		.for_tb {
			display: block;
		}
	}
	@media only screen and (max-width: 767px) { 
		.for_pc {
			display: none;
		}
		.for_sp {
			display: block;
		}
	}
