@charset "utf-8";

/*============================
解答速報
=============================*/
/*****
解答速報LIVE
*****/
/***LIVE配信が無い場合***/
.no_live_section .no_live_ttl{
	background-color: rgba(164,15,57,0.65);
}

/*****
WEB採点サービス
*****/
/***タイトル***/
.ttl_gradingservice{
	border: solid 6px #a40f39;
}
.icon_kentei{
	background-color: #a40f39;
}

/*****
問題・解答参考例プレゼント
*****/
#sankou_present{
	margin-top: 4em;
}

/* ===========================================
	MediaQueries
=========================================== */

/* PC----------------------------- */
@media screen and (min-width: 768px){
	
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	/*****
	問題・解答参考例プレゼント
	*****/
	#sankou_present{
		margin-top: 2em;
	}
}

