@charset "shift_jis";

@media screen and (max-width: 640px) {

/* -----------------------------------------------------------------------------

	mechanism
  
----------------------------------------------------------------------------- */
.mechanism .contentsBox h3 + section >  div {
	padding:15px 0!important; 
}
.mechanism .contentsBox h3 + section >  div li{
	padding:10px 0;
	border-bottom:1px solid #8dce93;
	text-align: center;
}
.mechanism .contentsBox h3 + section >  div li:last-child {
	border-bottom:0;
}
.mechanism .contentsBox h3 + section >  div li span {
	font-size:128%;
	display:block;
	margin-bottom: 20px;
	line-height: 25px;
	text-align: center;
	position:relative;
}
.mechanism .contentsBox h3 + section > div li span:before {
	content:"";
	width: 24px;
	height: 25px;
	position: relative;
	background: url(/brand/aroe_n/img/icon_point.png) no-repeat 0 0;
	display: inline-block;
	top: 4px;
	margin-right: 5px;
	background-size: 24px;
}
.mechanism .contentsBox h3 + section > div li img {
	width: 70%;
}

/* cause
-----------------------------------------------*/
.mechanism .cause .copy {
	font-weight:bold;
	color:#007d45;
	font-size:128%;
}
.mechanism .cause .method span{
	display:block;
	width:100%;
	font-size: 107%;
	text-align:center;
	font-weight:bold;
	color:#bf0f18;
	padding:10px 0;
	background-color:#e8fcdb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:15px;
}
.mechanism .cause > div  div dl {
	margin-top:20px;
}
.mechanism .cause > div  div dl dt {
	font-weight:bold;
	font-size: 114%;
	margin-bottom:10px;
	text-align: center;
}
.mechanism .cause > div  div dl dd {
	text-align: center;
}

/* point
-----------------------------------------------*/
.mechanism .point > div div li {
	background-color:#e8fcdb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:15px;
	padding:10px 15px;
}
.mechanism .point > div div li .ttl {
	text-align:center;
	font-weight:bold;
	color:#007d45;
	font-size: 107%!important;
	margin-bottom: 5px!important;
}
.mechanism .point > div div li .txt {
	font-weight: bold;
	margin-bottom: 0!important;
}
.mechanism .point > div div dl {
	margin-top:20px;
}
.mechanism .point > div div dl dt {
	font-weight:bold;
	font-size: 114%;
	margin-bottom:10px;
	text-align: center;
}
.mechanism .point > div div dl dd {
	text-align:center;
}
.mechanism p.btn {
	margin-top:30px;
}
.mechanism p.btn a {
	display:block;
	padding:15px 0;
	width:100%;
	background: url(/brand/aroe_n/img/sp_btn_icon.gif) no-repeat 96% center #23962d;
	background-size: 7px;
	-moz-background-size: 7px;
	text-align:center;
	color:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}


}