/* ママモが選ばれる理由 */

@media screen and (min-width: 641px){

#rea {
	font-size: 14px;
	line-height: 200%;
	}

#rea section {
	width: 100%;
	background: url(../img/line01.png) repeat-x left bottom;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 53px 0px;
	display: flex;
	flex-wrap: wrap;
	}

#rea section:last-child {
	background: none;
	margin: 0px;
	padding: 0px;
	}

#rea dl {
	width: 50%;
	box-sizing: border-box;
	}

#rea dl:nth-child(1) {
	padding: 0px 50px 0px 0px;
	}

#rea dl:nth-child(2) {
	background: url(../img/line02.png) repeat-y left top;
	padding: 0px 0px 0px 50px;
	}

#rea section:nth-child(2) dl,
#rea section:nth-child(3) dl {
	width: 100%;
	padding: 0px;
	display: table;
	}

#rea dt {
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#rea section:nth-child(2) dt,
#rea section:nth-child(3) dt {
	width: 420px;
	display: table-cell;
	vertical-align: middle;
	}

#rea dd {
	width: 100%;
	box-sizing: border-box;
	}

#rea section:nth-child(2) dd,
#rea section:nth-child(3) dd {
	width: 480px;
	padding: 0px 0px 0px 30px;
	display: table-cell;
	vertical-align: middle;
	}

#rea section:nth-child(3) dd {
	padding: 0px 30px 0px 0px;
	}

#rea dd p {
	font-family: 'Varela Round', sans-serif;
	font-size: 21px;
	font-weight: bold;
	line-height: 34px;
	color: #DE576A;
	margin: 0px 0px 30px 0px;
	}

#rea dd p img {
	margin: 0px 10px 0px 0px;
	}

#rea dd p font {
	font-size: 28px;
	margin: 0px 0px 0px 5px;
	}

#rea dd h2 {
	font-size: 24px;
	margin: 0px 0px 20px 0px;
	}

#rea section a {
	width: 100px;
	background: #DE576A;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-family: 'Varela Round', sans-serif;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 32px;
	margin: 20px auto 0px auto;
	text-align: center;
	display: block;
	box-sizing: border-box;
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.15); /* CSS3 */
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.15); /* Safari, Chrome用 */
	-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.15); /* Firefox用 */
	}

#rea ol {
	width: 100%;
	background: #FDF6F7;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 30px 0px 0px 0px;
	padding: 30px;
	overflow: hidden;
	box-sizing: border-box;
	}

#rea ol p {
	width: 520px;
	margin: 0px;
	float: left;
	}

#rea ol p img {
	margin: 0px 20px 0px 0px;
	float: left;
	}

#rea ol h3 {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	}

#rea ol a {
	background: #ffffff;
	color: #684E3E;
	float: right;
	}

}

@media screen and (max-width: 640px){

#rea {
	line-height: 200%;
	}

#rea section {
	width: 100%;
	background: url(../img/line01.png) repeat-x left bottom;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 53px 0px;
	display: flex;
	flex-wrap: wrap;
	}

#rea section:last-child {
	background: none;
	padding: 0px;
	}

#rea dl {
	width: 50%;
	box-sizing: border-box;
	}

#rea dl:nth-child(1) {
	padding: 0px 5% 0px 0px;
	}

#rea dl:nth-child(2) {
	background: url(../img/line02.png) repeat-y left top;
	padding: 0px 0px 0px 5%;
	}

#rea section:nth-child(2) dl,
#rea section:nth-child(3) dl {
	width: 100%;
	padding: 0px;
	display: flex;
	flex-direction: column;
	}

#rea dt {
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#rea section:nth-child(2) dt,
#rea section:nth-child(3) dt {
	order: 1;
	}

#rea dt img {
	width: 100%;
	}

#rea section:nth-child(4) dl:nth-child(1) dt img {
	width: 70%;
	}

#rea dd {
	width: 100%;
	box-sizing: border-box;
	}

#rea section:nth-child(2) dd,
#rea section:nth-child(3) dd {
	order: 2;
	}

#rea dd p {
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	color: #DE576A;
	margin: 0px 0px 30px 0px;
	}

#rea section:nth-child(2) dd p,
#rea section:nth-child(3) dd p {
	font-size: 21px;
	line-height: 34px;
	}

#rea dd p img {
	height: 28px;
	margin: 0px 10px 0px 0px;
	}

#rea section:nth-child(2) dd p img,
#rea section:nth-child(3) dd p img {
	height: auto;
	}

#rea dd p font {
	font-size: 21px;
	margin: 0px 0px 0px 5px;
	}

#rea section:nth-child(2) dd p font,
#rea section:nth-child(3) dd p font {
	font-size: 28px;
	}

#rea dd h2 {
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	}

#rea section:nth-child(2) dd h2,
#rea section:nth-child(3) dd h2 {
	font-size: 24px;
	}

#rea section a {
	width: 100px;
	background: #DE576A;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-family: 'Varela Round', sans-serif;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 32px;
	margin: 20px auto 0px auto;
	text-align: center;
	display: block;
	box-sizing: border-box;
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.15); /* CSS3 */
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.15); /* Safari, Chrome用 */
	-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.15); /* Firefox用 */
	}

#rea ol {
	width: 100%;
	background: #FDF6F7;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 30px 0px 0px 0px;
	padding: 20px;
	overflow: hidden;
	box-sizing: border-box;
	}

#rea ol p {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	}

#rea ol p img {
	width: 48.5%;
	margin: 0px 3% 0px 0px;
	float: left;
	}

#rea ol p img:last-child {
	margin: 0px;
	}

#rea ol h3 {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	}

#rea ol a {
	background: #ffffff;
	color: #684E3E;
	}

}

