@charset "utf-8";
/*--京home.css--*/

/*--------PC--------*/
/*カリキュラムol*/
ol.no_dic {
	margin: 1.5em 1em;
}
ol.no_dic li {
	clear: both;
	margin-bottom: 1em;
	overflow: hidden;
	line-height: 1.7em;
	font-size: 1.1em;
	padding: 0.5em;
	border-bottom: 1px solid #e6e6e6;
}
ol.no_dic li span {
	display: block;
	float: left;
	font-size: 1.8em;
	font-family: Century;
	color: #bebebe;
	margin: -0.3em 0.5em 0 0.2em;
	padding: 0.2em 0 0 0;
}
ol.no_dic li:last-child {
	border-bottom: 0;
}


#gairai_yoyaku {
	margin-bottom: 50px;
}


/*--------SP--------*/
@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
ol.no_dic {
	margin: 1.5em 0;
}

}