a:hover {
	text-decoration: underline;
}

.section-title {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 22px;
	color: #333;
	width: 100%;
	margin:15px 0;
	padding-bottom: 10px;
	display: flex;
	align-items: baseline;
	position: relative;
}

.section-title::after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	border-top: 3px solid #efefef;
	border-bottom: 4px solid #cccccc;
	position: absolute;
	bottom: 0;
	left: 0;
}

.section-title .sub-title {
	font-size: 15px;
	font-weight: normal;
	color: #c587b3;
	margin-left: 15px;
}

.explanation {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 15px;
}


table .pressrelease{
	border-collapse: collapse;
	width: 100%;
}

.pressrelease th,.pressrelease td {
	padding: 15px 10px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.pressrelease th {
	font-weight:  bold;
	z-index: 10;
	width: 130px;
	text-align: left;
	vertical-align: top;
}

.pressrelease td {
	padding-left: 25px;
}

.pressrelease tr {
	border-bottom:  1px solid #e0e0e0;
}

.pressrelease tr:last-child {
	border-bottom:  none;
}

