.contents-kyouikukunren h3 {
	font-size: 18px;
	border-bottom: 3px solid #e5e5e5;
	padding: 0.7em 0px 0.7em;
	margin: 0px 0px 15px;
}
.contents-kyouikukunren h3::before {
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/images/common/title_icon.gif);
	background-size: contain;
	vertical-align: middle;
}
.kyouikukunren-box {
    margin-bottom: 35px;
}
.kyouikukunren-box-last {
    margin-bottom: 100px;
}
.kyouikukunren-box p {
    margin-bottom: 1em;
}
.kyouikukunren-box ul li {
    margin-bottom: 0.5em;
    list-style-type: disc;
    list-style-position: inside;
}
.kyouikukunren-box ul li a {
    color: #cb2836;
    text-decoration: underline;
}
.kyouikukunren-box table {
    width: 100%;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}
.kyouikukunren-box table th,.kyouikukunren-box table td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 1em;
    vertical-align: middle;
}
.kyouikukunren-box table th {
    background: #f7f7f7;
}
.kyouikukunren-box table a {
    color: #cb2836;
    text-decoration: underline;
}