@charset "utf-8";
/* =============================================
	1級土木施工　一次試験直前Check
============================================= */
/*---------------------------------------------
	section
---------------------------------------------*/
/*****
まとめBOOKダウンロード
*****/
.naiyou_ttl{
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
	margin: 1em 0 0 0;
	padding: 0.5em;
	background-color: #e69118;
}
.naiyou_detail{
	padding: 1em;
	border: solid 1px #e69118;
}
.naiyou_detail ul{}
.naiyou_detail ul li{
	display: inline-block;
	margin-right: 2em;
}

.matome_book_img{}

/*****
解答速報案内
*****/
.kaisoku_date{
	text-align: center;
}

/*WEB採点サービス*/
.ttl_gradingservice{
	border: solid 6px #974509;
}
.icon_kentei{
	background-color: #974509;
}

.saiten_detail{
	font-size: 1.8rem;
	text-align: center;
}
.saiten_detail .saiten_arrow{
	font-size: 2em;
	color: #e69118;
}

/*****
合格実績 調整
*****/
.succes_section{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.succes_section li{
	font-size: 1.4rem;
}

/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media (min-width: 768px){
	/*---------------------------------------------
		section
	---------------------------------------------*/
	/*****
	まとめBOOKダウンロード
	*****/
	.matome_book_img{
		flex-shrink: 0;
		margin-right: 2em;
	}
}

/* スマホ----------------------------- */
@media (max-width: 767px){
 /*---------------------------------------------
		section
	---------------------------------------------*/
	/*****
	まとめBOOKダウンロード
	*****/
	.matome_book_img{
		text-align: center;
		margin-bottom: 1em;
	}
	
	/*****
	解答速報案内
	*****/
	.saiten_detail{
		font-size: 1.6rem;
	}
	
}