@charset "utf-8";

/*============================
解答試案総評
=============================*/
/*****
LIVE配信
*****/
/***LIVE配信が無い場合***/
.no_live_section .no_live_ttl{
	font-size: clamp(1.4rem,3.8vw,3.6rem);
	background-color: rgba(151,69,9,0.65);
}

/*****
WEB採点サービス
*****/
/***タイトル***/
.ttl_gradingservice{
	border: solid 6px #974509;
}
.icon_kentei{
	background-color: #974509;
}


/* ===========================================
	MediaQueries
=========================================== */

/* PC----------------------------- */
@media screen and (min-width: 768px){
	
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	
}

