@charset "utf-8";


.catch {
	font-size: 18px;
	font-weight: bold;
}
.large-red {
	font-size: 24px;
	color: #F00;
}.case {
	display: inline-block;
	color: #FFF;
	padding: 0.2em 1em 0;
	margin-bottom: 8px;
}
h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
h3 span {
	font-size: 18px;
	margin-left: 1.5em;
}
@media screen and (max-width: 640px) {
.point-sp {
	background-color: #009bde;

}
.catch {
	font-size: 1.6rem;
}
.large-red {
	font-size: 2.0rem;
}
h3 {
	font-size: 1.8rem;
}
h3 span {
	font-size: 1.4rem;
}
}
