.main-area{margin: 0 auto 50px;}
.main-area::after{
	content: none;
}
#concept_wrap {
	max-width: 1000px;
	margin: 0 auto;
}
#concept_wrap h2 {
	font-size: 25px;
	margin: 0;
	padding: 80px 0;
	line-height: 1;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.w100 {
	width: 100% !important;
}
#concept_wrap h3 {
	text-align: center;
}
#concept_wrap #concept_emmi dl {
	width: 100%;
	float: none;
	margin: 0 auto;
	padding-bottom: 70px;
}
#concept_wrap dt {
	margin: 50px auto;
}
#concept_wrap dd p {
	width: 100%;
	margin: 0 auto 50px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
}
.more_button {
	text-align: center;
	line-height: 1.5;
}
.more_button a {
	display: block;
	line-height: 35px;
	max-width: 220px;
	margin: 0 auto;
	font-size: 15px;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	letter-spacing: 0.025em;
	font-family: futura-pt;
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#concept_emmi, #concept_other {
	margin: 0 auto;
	width: 90%;
}
.border_bottom {
	border-bottom: 1px solid;
}
.more_button a:hover {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}

/*==============================================================================================
 iPad
 ==============================================================================================*/
@media screen and (max-width:1024px) {
	#concept_wrap dl {
    margin: 0 2%;
    width: 46%;
}
}