@charset "utf-8";

.informationArea {
	width: 866px;
	margin: 30px auto 60px;
}
.informationArea dl {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	border: 1px solid #c80000;
	border-radius: 5px;
	overflow: hidden;
	background: #c80000;
	box-sizing: border-box;
}
.informationArea dl dt {
	padding: 15px 0;
	width: 22%;
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: #c80000;
	letter-spacing: 0.1em;
}
.informationArea dl dd {
	width: 78.1%;
	padding: 15px 0;
	background: #ffffff;
}
.informationArea dl dd p {
	position: relative;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-indent: -0.49em;
	padding-left: 1em;
	width: 92%;
	margin-left: 3%;
}
.informationArea dl dd p:before {
	position: relative;
	display: inline-block;
	content: "\025b6";
	font-size: 18px;
	margin-right: 5px;
}
.informationArea dl dd a {
	text-decoration: none;
	color: #402b00;
}
.informationArea dl dd a:hover {
	text-decoration: underline;
}
