@charset "UTF-8";
/* CSS Document */

.aboutbox {
	position: relative;
	width: 100%;
	margin-bottom: 2.5em;
	padding: 0 20px 20px 20px;
	background: rgba(165, 74, 139, 0.1);
}

.aboutbox p:last-of-type {
	margin-bottom: 0;
}

.box-title {
	display: block;
	margin-bottom: 15px;
	padding: 20px 0 4px 16px;
	color: #000;
	vertical-align: middle;
	font-size: 120%;
	font-weight: normal;
	border-bottom: 2px solid #A54A8B;
}
.box-title::before, .box-title::after {
	position: absolute;
	top: 29px;
	left: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: #B05796;
}
.box-title::before {
	width: 12px;
	height: 12px;
	background: #B05796;
}
.box-title::after {
	top: 32px;
	left: 25px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}

@media only screen and (max-width: 767px) {

}