@charset "UTF-8";

/* ----------------------------------------

content

---------------------------------------- */
.mv_copy{
	margin-bottom: 60px;
	font-size: 16px;
	color: #0088ee;
}

/* message1
------------------------------- */
.message1 .imgSec02_txt{
	line-height: 2.1428;
}

.mv_copy .ex{
	display: none;
}

@media screen and (max-width: 767px) {

/*スマホ指定*/


.mv_copy{
	font-weight: bold;
	text-align: center;
}

.mv_copyIn{
	display: inline-block;
	text-align: left;
}

}


@media screen and (max-width: 380px) {

/*微調整*/
.mv_copy .ex{
	display: inline-block;
}

}