@charset "UTF-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}

h1 {
	text-align: center;
	color: #235BC1;
	margin-top: 50px;
	font-size: 16px;
}

@media (min-width: 768px){
h1 {
	text-align: center;
	margin-top: 100px;
	color: #235BC1;
	font-size: 32px;
	font-weight: 200
}
}