@charset "UTF-8";

#contents {
	font-size: 14px;
	line-height: 1.86;
}

#contents h3 {
	margin-bottom: 25px;
	padding: 8px 0 0;
	border-top: 1px solid #333;
	border-top: 4px solid #333;
	font-size: 24px;
	font-weight: bold;
}
.bdrbox {
	position: relative;
	box-sizing: border-box;
	padding: 30px;
	border: 1px solid #333333;
}
.bdrbox:before {
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	display: block;
	width: 24px;
	height: 24px;
	background: url(../../../images/article/box_parts01.png) left top no-repeat;
}
.bdrbox h4 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
.flexbox01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flexbox01 dl {
	width: 338px;
	margin-bottom: 20px;
}
.flexbox01 dl dt {
	margin-bottom: 10px;
}
.bdrbox .flexbox .flexchild {
	width: 307px;
}
.arrow {
	margin-bottom: 7px;
	width: 307px;
	text-align: center;
	
}

.cont a {
	text-decoration: underline;
}	

	