@charset "utf-8";

/* =============================================
	style
============================================= */
.value {
	margin: 15px 0 30px;
	padding-bottom: 0;
}
.recom_area{
  margin-bottom: 10px;
	border: solid 2px #99cdff;
}
.recom_area .recom_lead{
	padding: 1em;
}
.recom_area .recom_box{
	display: flex;
}
.recom_area .recom_course{
	width: 50%;
	padding: 1em;
	border-top: solid 1px #99cdff;
}
.recom_area .recom_course:first-of-type{
	border-right: dashed 1px #99cdff;
}
.recom_course li{
	font-size: 1.6rem;
}
.recom_ttl_lead{
	font-size: 1.6rem;
	color: #e04536;
	margin-bottom: 0.5em;
}
.recom_ttl{
	font-size: 1.8rem;
	font-weight: bold;
	color: #3e3e3e;
}
.passrate_btn{
  text-align: center;
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){

}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){

}
