@charset "utf-8";

#contents .info_area h2 {
	margin-bottom: 50px;
}
#contents .info_area h3 {
	margin-bottom: 40px;
	padding-bottom: 5px;
	font-size: 20px;
	line-height: 1.4;
	border-bottom: solid 3px #bb8d59;
}
#contents .info_area h3 span {
	margin-right: 10px;
	font-size: 15px;
}
#contents .info_area .mt0 {
	margin-top: 0;
}
#contents .info_area .mt10 {
	margin-top: 10px;
}
#contents .info_area .mt20 {
	margin-top: 20px;
}
#contents .info_area .pt0 {
	padding-top: 0;
}
#contents .info_area .taC {
	text-align: center;
}
#contents .info_area .taR {
	text-align: right;
}
#contents .info_area img {
	width: 100%;
	height: auto;
}
#contents .info_area .txtRed {
	color: #dd0012;
}
#contents .info_area .pdf {
	color: #333;
}
#contents .info_area .pdf:after {
	display: inline-block;
	content:"";
	background: url(/base/corp/img/share/ico-pdf.gif) no-repeat right top;
	width: 20px;
	height: 12px;
	margin: 0 0 -1px 6px;
}
#contents .info_area .sp {
	display: none;
}

/* box */
.info_area .box {
	margin-top: 15px;
	background: #f2f2f2;
	padding: 25px 30px;
}
.info_area .box .date {
	font-size: 13px;
}
.info_area .box .btn {
	margin-top: 15px;
}
.info_area .box .btn a {
	display: block;
	box-sizing: border-box;
	width: 298px;
	height: 50px;
	line-height: 50px;
	border: 2px solid #bb8d59;
	background-color: #fff;
	color: #bb8d59;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.info_area .box .pdfList {
	margin-top: 10px;
}
