@charset "utf-8";

/*============================
解答試案総評
=============================*/
/*****
LIVE配信
*****/
/***LIVE配信が無い場合***/
.no_live_section .no_live_ttl{
	font-size: clamp(1.4rem,3.8vw,3.6rem);
	background-color: rgba(96,164,120,0.65);
}

#kaisoku1q #kaisoku_live{
	background-color: #60a478;
}


/* ===========================================
	MediaQueries
=========================================== */

/* PC----------------------------- */
@media screen and (min-width: 768px){
	
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	
}

