@charset "UTF-8";
/* CSS Document */
.seminar-title h1 {
    padding-right: 115px;
}

@media only screen and (max-width: 767px) {
.seminar-title h1 {
    padding-right: 0;
}
}


.before-title {
	background-color: #4a50a5;
	color: #fff;
	text-align: left;
	padding: 4px 16px 6px;
	margin-bottom: 10px;
	display: inline-block;
	border-radius: 3px;
}

.linkBox {
	position: relative;
	width: 100%;
	margin-bottom: 2.5em;
	padding: 0 20px 40px 20px;
	background: url(../../fukuri/img/index/detail-link.png) no-repeat right bottom;
}
.linkBox a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(165,74,139,0.1);
}
.linkBox a:hover {
	background: none;
	border: 1px solid #a54a8b;
}
.box-title {
	margin-bottom: 10px;
	display: block;
	margin-bottom: 15px;
	padding: 0 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;
}
