@charset "UTF-8";
/* コンテンツ */


.sub {
	background-color:#ef858c;
}
.sub2 {
	border-color:#ef858c;
	color:#ef858c;
}

.csbox {
	margin-top:60px;
}
.csbox li {
	float:left;
	width:570px;
	margin:0 60px 60px 0;
	background-color:#fdedee;
	border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
	overflow:hidden;
}
.cs_tx {
	padding:25px 30px;
}
.csbox li img {
	width:100%;
}
.cmore {
	text-align:center !important;
	margin-top:20px;
}
.cmore img {
	width:250px !important;
}
.ovfl {
	margin-bottom:30px;
}
@media screen and (min-width: 500px) {
.csbox li:nth-child(even) {
	margin-right:0 !important;
}
.csbox li:nth-child(5),.csbox li:nth-child(6) {
	margin-bottom:0 !important;
}
}

@media screen and (max-width: 499px) {
.csbox {
	margin-top:50px;
}
.csbox li {
	float:none;
	width:100%;
	margin:0 0 50px 0;
	text-align:center;
}
.csbox li p {
	text-align:left;
}
.cs_tx {
	padding:20px 25px;
}
.csbox li:last-child {
	margin-bottom:0 !important;
}

.cmore {
	text-align:center !important;
	margin-top:20px;
}
.cmore img {
	width:70% !important;
}
.ovfl {
	overflow:auto;
	margin-bottom:10px;
}
}