@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;
}
.type-icn {
	font-size: 0;
	text-align: right;
}
.type-icn li {
	display: inline-block;
	margin-left: 1px;
}
.super {
	vertical-align: super;
	font-size: 75%;
}
@media screen and (max-width: 640px) {
.point-sp {
	background-color: #EA6697;

}
.catch {
	font-size: 1.6rem;
}
.large-red {
	font-size: 2.0rem;
}
}

