@charset "utf-8";
html{
	font-size:62.5%;
}
html *{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:1.6rem;
	line-height:1.5;
	color:#333;
	box-sizing:border-box;
}
html *::before,
html *::after{
	box-sizing:border-box;
}
.inner{
	text-align:center;
	margin:0 auto;
	width:80%;
	max-width:1000px;
}
.sp-only{
		display:none;
	}

@media screen and (max-width: 769px) {
	.sp-only{
		display:block;
	}
}