@charset "UTF-8";
/* =====================================================================================================================
=
= なにわ歯科衛生専門学校
= history
=
===================================================================================================================== */

/*
- About 共通
--------------------------------------------------------------------------------------------------------------------- */
#about{}
#about #content-header h1{
	background-image:url('/_assets/img/pc/about/main_image.jpg');
}

/*
- About 沿革・歴史
--------------------------------------------------------------------------------------------------------------------- */
#about.access{}

.historyList{
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px dotted #E68092;
	margin-top: 30px;
}
.historyList dt{
	border-bottom: 1px dotted #E68092;
	background: #FCEBF0;
	margin-bottom: 1px;
	padding: 10px 25px;
	width: 25%;
	text-align: center;
}
.historyList dd{
	border-bottom: 1px dotted #E68092;
	width: 75%;
	margin-bottom: 1px;
	padding: 10px 25px;
}



/*
- media query (smart phone)
--------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:767px){
.historyList{
	margin-top: 30px;
}
.historyList dt{
	margin-bottom: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
.historyList dd{
	width: 100%;
	margin-bottom: 0;
	padding: 10px 0;
	font-size: 14px;
}

}