section > .inner {
	border-bottom:solid 1px #ddd;
	padding-bottom:70px;
}
section:last-child > .inner {
	border-bottom:none;
	padding-bottom:0px;
}
.section_content > h2 {
	font-size:22px;
	font-weight:normal;
	margin-bottom:1.5em;
}
span.halp_indent {
	display:inline-block;
	text-indent:-0.5em;
}

/* -----------------------------------------------------------------------------
総合プロデュース力
----------------------------------------------------------------------------- */
#section_produce{
  padding-top:50px;
}
#section_produce p {
	margin-bottom:1em;
}
#section_produce h3 {
	margin-top:2em;
	margin-bottom:1em;
	text-align:center;
}




/* -----------------------------------------------------------------------------
技術力
----------------------------------------------------------------------------- */
#section_skill p {
	margin-bottom:2em;
}
#section_skill .figure img{
	width:100%;
}



/* -----------------------------------------------------------------------------
ノウハウの蓄積
----------------------------------------------------------------------------- */
#section_knowhow p {
	margin-bottom:2em;
}


/* -----------------------------------------------------------------------------
対応力・開発力
----------------------------------------------------------------------------- */
#section_development p {
	margin-bottom:2em;
}
#section_development .btn_more_entries ul {
	min-height:400px;
	background:url(../images/common/loading.gif) center center no-repeat;
}
#section_development .btn_more_entries ul.loaded {
	background:none;
}
#section_development .entry_thumb {
	background-color: #fff;
	overflow: hidden;
	height: 161px;
}
#section_development .entry_thumb img{
	position: relative;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}



/* *****************************************************************************

-768px

***************************************************************************** */
@media only screen and (max-width: 768px) {
	body {
		font-size:2.4vw;
	}
	.section_content > h2 {
		font-size: 4vw;
	}

	/* -----------------------------------------------------------------------------
	総合プロデュース力
	----------------------------------------------------------------------------- */
	#section_produce{
	  padding-top:5em;
	}
	#section_development .entry_thumb {
		height: 29.4vw
	}


}
