@charset "UTF-8";



/* concept */
#concept {
	padding:48px 0;
	text-align:center;
	background:url("../images/concept/top_bg_sp.jpg") center top / 100% no-repeat, url("../images/concept/bottom_bg_sp.jpg") center bottom / 100% no-repeat, #FFF;
}

#concept .inner {
	padding:25px 16px 48px 16px;
	border-top:2px solid #F1DC79;
	border-bottom:2px solid #F1DC79;
	background:rgba(255,255,255,0.8);
}

.concept_ttl {
	margin-bottom:24px;
	padding-top:20px;
	background:url("../images/concept/ttl_bg.png") center top / 49px 23px no-repeat;
}

.concept_ttl img {
	width:50%;
	max-width:280px;
}

#concept .inner .text .mg {margin-top:16px;}


@media screen and (min-width:1024px) {
	#concept {
		padding: 65px 48px;
		background: url("../images/concept/top_bg_pc.jpg") center  no-repeat, #FFF;
		background-size: 100%;
	}

	#concept .inner {
		padding:80px 48px;
		border:2px solid #F1DC79;
	}

	.concept_ttl {	
		margin-bottom:48px;
		padding-top:64px;
		background:url("../images/concept/ttl_bg.png") center top / 98px 46px no-repeat;
	}

	#concept .inner .text .mg {margin-top:14px;}
}


