@charset "utf-8";

/*============================
解答速報
=============================*/
/*****
解答速報LIVE
*****/
/***LIVE配信が無い場合***/
.no_live_section .no_live_ttl{
	background-color: rgba(47,81,209,0.65);
}

/*****
WEB採点サービス
*****/
/***タイトル***/
.ttl_gradingservice{
	border: solid 6px #2f51d1;
}
.icon_kentei{
	background-color: #2f51d1;
}

/*****
二次検定 問題・解答参考例プレゼント
*****/
#sankou_present{
	margin-top: 4em;
}

/*****
一次検定問題・解答解説集プレゼント
*****/
#kaisetsu_present{
	margin-top: 4em;
}


/* ===========================================
	MediaQueries
=========================================== */

/* PC----------------------------- */
@media screen and (min-width: 768px){
	/*****
	ページナビ調整
	*****/
	#page_nav{
		font-size: clamp(1.2rem,1.2vw,1.5rem);
	}
	
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	/*****
	ページナビ調整
	*****/
	#menu_list{
		flex-wrap: wrap;
		justify-content: center;
	}
	#menu_list li{
		width: calc(100% / 3);
		border-bottom: solid 1px #ccc;
	}
	#menu_list li:nth-of-type(3n){
		border-right: none;
	}
	#menu_list li.on_anchor a::after{
		display: none;
	}
	#menu_list li a{
		padding: 0.5em;
	}
	
	
}

