/* for concept */
@charset "UTF-8";

#concept .bgwrap{
	width: 100%;
	background: url(/sustainability/miratane/common/images/bg_kira001.png) no-repeat bottom/contain,linear-gradient(0deg, rgb(169, 237, 216) 0%, rgba(255, 255, 255, 0.5) 100%);
}
#concept .container{
	line-height: 1.8;
	text-align: center;
}
#concept .container .main_img{
	width: 300px;
}
#concept .container p{
	margin-bottom: 3rem;
}
#concept .container p strong{
	display: inline-block;
	font-size: 2.2rem;
	padding: .6rem 0;
}

/* SP ============================================================================= */
@media screen and (max-width: 1079px) {
	#concept .container .main_img{
		width: 50%;
		padding-bottom: 12vw;
	}
	#concept .container p{
		text-align: left;
	}
	#concept .container p strong{
		font-size: 4.4vw;
		padding: 1vw 0;
	}
}
