@charset "UTF-8";

/* ==========================================
 大学合格体験記 page
========================================== */

/* override
------------------------------------------ */
#contents #main {
	padding-bottom: 80px;
}


@media only screen and (max-width: 1090px) {
	.message_header {
		margin-right: 0;
		background-size: 13vw;
	}
}
@media only screen and (max-width: 767px) {
	#exp_page #contents_header {
		background-image: url("../images/exp_ttl_bg2_sp.jpg");
	}
}



/* contents
------------------------------------------ */

/* メッセージ
------------------------------------------ */
.message_header {
	background: url("../images/icon_gokaku.png") no-repeat bottom right;
}

@media only screen and (max-width: 1090px) {
	.message_header {
		background-size: 13vw;
	}
}
@media only screen and (max-width: 480px) {
	.message_header {
		background-size: 18vw;
	}
}


