
/******************************
	common
******************************/




#system h3 {
	margin-bottom: 16px;
	text-align: center;
	font-size: 25px;
	letter-spacing: 4px;
	font-weight: bold;
	color: #ea839d;
}
#system p {
	font-feature-settings: "palt";
	text-align: justify;
	font-size: 25px;
}
#system .system_caption {
	padding: 24px;
}
#system .system_caption p {
	max-width: 1100px;
	margin: 0 auto 16px;
}
#system .system_caption p:last-child {
	margin-bottom: 0;
}
#system .system_caption p span {
	color: #ea839d;
}
#system .system_course {
	padding: 24px;
	background: #d8bf9d;
}
#system .system_course h3 {
	color: #fff;
	font-size: 50px;
}
#system .system_course > div {
	max-width: 1100px;
	margin: 0 auto 24px;
	padding: 16px 24px;
	background: rgba(255, 255, 255, 0.9);
}
#system .system_course > div:last-child {
	margin-bottom: 0;
}
#system .system_course .system_course_title {
	margin-bottom: 8px;
	text-align: center;
	font-weight: bold;
}
#system .system_course .system_course_caption {
	margin-bottom: 16px;
	font-size: 40px;
	background: #d8bf9d;
	border-radius: 4px;
	color: #fff;
	padding: 8px 16px;
}
#system .system_course dl {
	padding: 16px 0;
	border: 1px solid #757575;
}
#system .system_course dl div {
	width: 80%;
	margin: 0 auto 16px;
	display: flex;
	text-align: right;
}
#system .system_course dl dt {
	width: 50%;
	font-size: 45px;
	border-bottom: 1px solid #e6dcce;
}
#system .system_course dl dd {
	width: 50%;
	font-size: 45px;
	border-bottom: 1px solid #e6dcce;
}
#system .system_course dl dt span {
	font-size: 45px;
	margin-right: 10%;
}
#system .system_course dl dd span {
	font-size: 45px;
}
#system .system_course dl.system_course_op div {
	display: block;
}
#system .system_course dl.system_course_op dt {
	width: 100%;
	text-align: center;
	font-size: 45px;
	letter-spacing: 2px;
}
#system .system_course dl.system_course_op dd {
	width: 100%;
	text-align: center;
	border: none;
}
#system .system_detail {
	padding: 24px;
	font-size: 25px;
	background: #d2d2d2;
}
#system .system_detail h3 {
	color: #fff;
	font-size: 25px;
}
#system .system_detail p {
	max-width: 1100px;
	margin: 0 auto 16px;
	background: #fff;
	padding: 16px 24px;
}
#system .system_detail p:last-child {
	margin-bottom: 0;
}
#system .system_caution {
	padding: 24px;
	background: #f5f5f5;
}
#system .system_caution p {
	max-width: 1100px;
	margin: 0 auto 16px;
	background: #fff;
	padding: 16px 24px;
}
#system .system_caution p:last-child {
	margin-bottom: 0;
}
