@charset "utf-8";


.catch {
	font-size: 20px;
	font-weight: bold;
	color: #EA6697;
}
.case {
	display: inline-block;
	color: #FFF;
	padding: 0.2em 1em 0;
	margin-bottom: 8px;
}
.txtPink {
	color: #EA6697;
	font-weight: bold;
}
.txtPurple {
	color: #7F099F;
	font-weight: bold;
}
.txtBlue {
	color: #00a8f6;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
.point-sp {
	background-color: #ea6697;

}
.catch {
	font-size: 1.8rem;
}
}