/* ==== iEMORE(イエモア)ページ専用設定 ==== */

/***************************************
eventpage_basestyleを基準として
イエモアページ専用の設定を加える
***************************************/

/* ---- TOPページイエモア紹介部 ---- */
#event_area .what_is_iemore{
}
#event_area .what_is_iemore .logo_block{
	text-align: center;
}
#event_area .what_is_iemore .logo_block img{
	height: 10em;
	width: auto;
	display: inline-block;
}
#event_area .what_is_iemore .catch_block{
	margin-top: 20px;
	text-align: center;
	font-weight: 500;
	font-size: calc(1em + 0.375rem);
	line-height: 1.3;
}
#event_area .what_is_iemore .text_block{
	margin-top: 20px;
	font-size: 1em;
}
#event_area .what_is_iemore .text_block *:first-child{
	margin-top: 0;
}
#event_area .what_is_iemore .text_block *:last-child{
	margin-bottom: 0;
}
/* SP対応 */
@media (max-width: 768px) {
	#event_area .what_is_iemore .logo_block img{
		height: 7.5em;
	}
}
/* ---- TOPページイエモア紹介部 end ---- */

/* ==== iEMORE(イエモア)ページ専用設定 end ==== */