@charset "UTF-8";
.mocoHeadline {
	color: #333;
}
.mocoPla {
	background-color: #eff7fd;
	padding: 20px 15px;
	text-align: center;
	color: #333;
	margin-top: 15px;
	margin-bottom: 20px;
}
.mocoPla_title {
	font-size: 1.8rem;
	line-height: 1.3;
}
.mocoPla_text {
	font-weight: bold;
	line-height: 1.5;
}
.oneMsg {
	color: #0275d8;
}
.-point {
	color: #e44951;
}
.-spInline {
	display: none;
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.mocoHeadline {}
	.mocoPla {}
	.mocoPla_title {}
	.mocoPla_text {}
	.oneMsg {}
	.-point {}
}
@media screen and (max-width:767px) {
	.mocoHeadline {}
	.mocoPla {
		padding: 15px 15px;
	}
	.mocoPla_title {
		font-size: 1.6rem;
	}
	.mocoPla_text {}
	.oneMsg {}
	.-point {}
	.-spInline {
		display: block;
	}
}
