@charset "utf-8";

.point-duck{width: 839px;
    margin-top: 13px;}

.catch {
	font-size: 18px;
	font-weight: bold;
}
.catch-futai {
    font-size: 20px;
    font-weight: bold;
    color: #0075C2;
}
.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-cut {
	float: right;
}
.type-icn li {
	display: inline-block;
	margin-left: 1px;
}
.super {
	vertical-align: super;
	font-size: 75%;
}
.cut{float: left;width: 73%;}
@media screen and (max-width: 640px) {
.point-sp {
	background-color: #006E36;

}
.catch {
	font-size: 1.6rem;
}

.large-red {
	font-size: 2.0rem;
}
    .type-cut {float:none;text-align: center;}
    .sp_none{display: none;}
    .cut{width: auto;    margin-bottom: 20px;}
    .point-duck{width: 100%;}

}

