/* リセット */

a {
	text-decoration: none
}
html, body {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none
}

/* フォント書体 */

html {
	font-family: MyYuGothicM, /* Windows 游ゴシック */
	YuGothic, /* OS X 游ゴシック */
	-apple-system, /* iOS San Francisco */
	BlinkMacSystemFont, /* iOS Chrome San Francisco */
	"Hiragino Kaku Gothic ProN", /* OS X, iOS ヒラギノ */
	Meiryo, /* Windows メイリオ */
	sans-serif;
}

/* フォントサイズ */

html {
	font-size: 62.5%;
}
body {
	font-size: 1.4em;
}
h1 {
	font-size: 2.6rem;
}
h2 {
	font-size: 2.1rem;
}
h3 {
	font-size: 1.7rem;
}
h4 {
	font-size: 1.4rem;
}
h5 {
	font-size: 1.2rem;
}
h6 {
	font-size: 1.1rem;
}