#concept {
	margin-bottom: 9%;
}
#concept .fish {
    width: 100%;
    background-image: url(../img/fish.png);
    background-position: right 55px;
	background-repeat: no-repeat;
	background-size: 55%;
}
#concept h3 {
    background: #eee;
   padding: 2% 3.125%;
    font-size: 18px;
    border-bottom: #999 1px solid;
    clear: both;
	margin-top: 40px;
}
#concept .item {
	margin-bottom: 20px;
}
/*#concept .item h3 {
	background-color: #EEE;
	font-size: 18px;
	line-height: 1;
	padding: 2% 3.125%;
	margin-bottom: 3.125%;
	clear: both;
}*/
#concept .text {
    font-size: 12px;
    margin-top: 3.125%;
}
#concept .item h4 {
	background:#eee;
	padding:2% 3.125%;
	font-size:15px;
	text-align:left;
	margin-top:20px;
}
#concept .item .pic {
}
#concept .item .subtext {
	overflow: hidden;
	padding: 3.125% 3.125% 0;
	font-size:12px;
}

#concept .more_btn {
	width:100%;
	margin-bottom:3.125%;
}
#concept .more_btn a {
	background-color: #EAD4A3;
	padding: 3.125%;
	display: block;
	text-align: center;
	line-height: 1;
}
#concept .more_btn a span.icoPc {
	display: inline-block;
	vertical-align: middle;
	background: url(../../img/common/ico_pc_title.png) no-repeat left top;
	width: 16px;
	height: 14px;
	background-size: 16px 14px;
	margin-left: 5px;
	line-height: 1;
}

#concept ul.concept_btn {
	overflow:hidden;
	padding:0;
	margin-bottom:8.375%;
	list-style:none;
}
#concept ul.concept_btn li {
	float:left;
	width:48.3%;
	margin:0 3.125% 3.125% 0;
}
#concept ul.concept_btn li:nth-child(2n) {
	margin-right:0;
}


/*====== media ======*/
.media {
	margin: 6.8% 0 0;
}

.media p {
	margin: -10px 0 10px !important;
}

/*====== Youtube ======*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	left: 7%;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 85%;
	height: 85%;
}