/* スチューデントパートナーシステム
------------------------------------*/
.student_partner_system {
	margin-right: auto;
	margin-left: auto;
    max-width: 980px;
}
.student_partner_system h4{ 
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: .3em;
	background-color: #FFF;
	clear: both;
}
.student_partner_system h4 span {
	display: block;
	padding: .45em 1em;
	border: 1px dashed #ccc;
}
.student_partner_system h4::before,
.student_partner_system h4::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
}
.student_partner_system h4::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #ccc;
}
.student_partner_system h4::after {
	top: -15px;
	right: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-bottom-color: #ccc;
}

.student_partner_system_bg {
	background-color: #FFF;
}
.student_partner_system p {
	margin-top: 25px;
    padding: 10px;
}