@charset "UTF-8";

/* material top styles */
.txt_top_message {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}
.font_italic {
	font-style: italic;
}

@media print, screen and (min-width:768px) {
	.ttl_page {
		margin-bottom: 40px;
	}
	.mv_img {
		margin-bottom: 40px;
	}
	.txt_top_message{
		margin-bottom: 40px;
		font-size: 24px;
	}
}
@media screen and (max-width:767px) {
	.mv_img {
		margin-bottom: 20px;
	}
	.txt_top_message{
		margin-bottom: 20px;
		font-size: 18px;
	}
}

