h1 {
    font-size: 300%;    /*　タイトルサイズ　*/
}

h2 {
    font-size: 200%;    /* 見出しサイズ */
}

h3 {
    font-size: 150%;    /* "せいかい!!", "ふせいかい" サイズ */
}

h4 {
    font-size: 150%;    /* 文章サイズ */
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.kakudai {
	display: inline-block;
	transition: all .3s ease 0s;
	text-decoration: none;
}
.kakudai:hover {
	cursor: pointer;
	transform: scale(1.8);
}
