@import url("sub_development_benefit.css");

.content-header {
	height: 500px;
	}
.content-header .header-wrap h2 em {
	width: 184px;
	}
.content-header hr {
	top: 100px;
	}
.content-section {
	margin-top: -140px;
	}
.content-section .portpolio {
	margin: 0;
	padding: 0 5%;
	border: none;
	}
.content-section .portpolio img {
	width: 100%;
	}
.content-section h3 i {
    margin: 0 10px;
    vertical-align: middle;
	}
.content-section .portpolio + h3 {
	margin-bottom: 0;
	}
.content-section .benefit-wrap h3 {
	margin: 20px 0 10px;
	padding-bottom: 0;
	border: none;
	font-size: 24px;
	}
.content-section .benefit-wrap h4 {
    margin: 0 0 12px;
	}
.content-section .benefit-wrap dl {
	min-height: 160px;
	cursor: pointer;
	}
.content-section .benefit-wrap dd ul {
	display: none;
	position: absolute; top: 69px; left: -11px;
	width: calc(100% + 22px);
	height: 200px;
	margin-top: 0;
	padding: 10px;
	border: 1px solid #000938; border-top: none;
	background-color: #fff;
	z-index: 2;
	}
.content-section .benefit-wrap dl:hover {
	border-color: #000938;
	}
.content-section .benefit-wrap dl:hover dd ul {
	display: block;
	}