@charset "utf-8";


.catch {
	font-size: 20px;
	font-weight: bold;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 5px;
}
.annotation01 {
	padding-left: 3em;
	text-indent: -2.6em;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
}
h3 {
	font-weight: bold;
	font-size: 22px;
	color: #0086cd;
}

@media screen and (max-width: 640px) {
.point-sp {
	background-color: #B279B4;

}
.catch {
	font-size: 1.8rem;
}
.annotation01 {
	font-size: 1.2rem;
}
h3 {
	font-size: 1.8rem;
}
}