h1 {
	border-bottom: 1px solid #000000;
}
h2 {
	border-radius: 17px;
	font-size: 30px;
	background: #62d8fe;
}
p {font-size: 22px;}
p.NoEng {
	font-size: 15px;
	text-align: left;
	margin-top: -25px;
}
span.number {
	background: #62d8fe;
}
a:visited {
	color: #62d8fe;
}
div.small {
	text-align: center;
}
div.small > a.small {
	text-align: center;
	display: inline-block;
	width: 16em;
	font-size: 22px;
	line-height: 2.5em;
}
/* iped 横画面 */
@media screen and (max-width: 1370px) {
	.image img {
	left: -230px;
	top: 24px;
	}
}
	/* iped pro　縦画面 */
@media screen and (max-width: 1024px) {
	.image img {
	left: -80px;
	top: 24px;
	}
}
	/* iped iphone 縦画面 */
@media screen and (max-width: 780px) {
	.image img {
	left: -80px;
	top: 24px;
	}
	p {
		font-size: 18px;
	}
	div.small > a.small {
		font-size: 18px;
	}
	p.NoEng {
		margin-top: -15px;
	}
}
/* android 縦画面 */
@media screen and (max-width: 640px) {
	.image img {
	left: -60px;
	top: -15px;
	}
}
/* android iphone 縦画面 */
@media screen and (max-width: 480px) {
	.image img {
	left: -40px;
	top: 15px;
	}
}
/* android iphone 縦画面 */
@media screen and (max-width: 360px) {
	div.small > a.small {
	font-size: 18px;
}
}