#banner {
	background-image: url(/image/banner_about.jpg);
}
#banner > div {
	width: 180px;
}
#bd-main h2 {
	font-size: 35px;
	font-weight: bold;
	margin: 50px 0 20px;
	text-align: center;
}
#bd-main h2:first-child {
	margin-top: 0;
}
#bd-main h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#bd-main article {
	margin-bottom: 20px;
}
#bd-main .main {
	font-size: 18px;
	margin-bottom: 30px;
}
#bd-main .point {
	margin-top: 10px;
}
#bd-main .point dd {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
}
#bd-main .point dd::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0px;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	background: #e3b81d;
	border-radius: 50%;
}
#bd-main .p1p1 {
	padding-top: 90px;
	background: url(/image/icon_02.png) center top no-repeat;
}
#bd-main .p1p2 {
	overflow: hidden;
	margin-bottom: 30px;
}
#bd-main .p1p2 dd {
	float: left;
	width: 220px;
	margin-left: calc((100% - 660px) / 2);
}
#bd-main .p1p2 dd:first-child {
	margin-left: 0;
}
#bd-main .p1p2 dd h3 {
	margin-bottom: 5px;
}
#bd-main .p2img {
	margin-bottom: 20px;
	border: 1px solid #e3b81d;
}
#bd-main .p2img img {
	display: block;
	width: 100%;
}
#bd-main .p3p1 dl {
	overflow: hidden;
	padding: 30px 0;
}
#bd-main .p3p1 dd {
	float: left;
	margin: 0 8px 8px 0;
	padding: 7px 14px;
	border-radius: 5px;
	background: #ffc905;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
#banner > div {
	width: auto;
}
#bd-main .p1p2 dd {
	width: 100%;
	margin-bottom: 20px;
	margin-left: 0;
}
}
