@charset "UTF-8";

/* ==========================================
 保護者体験記TOP
========================================== */

/* override
------------------------------------------ */

/* タイトル
--------------------------- */
#exp #contents_header {
	background-color: #fcc3cc;
	background-image: url("../images/parents_ttl_bg.jpg");
}

@media only screen and (max-width: 767px) {
	#exp #contents_header {
		background-image: url("../images/parents_ttl_bg_sp.jpg");
	}
}

.common_btn {
	background-color: #fcc3cc;
}



.exp_list > li .exp_name {
	margin-bottom: 1.2em;
}
.exp_list > li .exp_univ {
	margin-bottom: 0.3em;
}


/* contents
------------------------------------------ */

.exp_list > li {
	background-image: linear-gradient(90deg, #fcc3cc 0%, #fcc3cc 78%, #fff 78%, #fff 100%);
}


