

.content-top {
	padding-bottom: 60px;
	width: 100%;
	text-align: left;
}


/* ------------------ notices */

.notices {
	background: #cce8da;
	padding: 52px 0 30px 0;
}
.notices .inner {
	margin: 0 auto;
	width: 720px;
}
.notices * {
	box-sizing: border-box;
}
.notices h2 {
	display: block;
	padding-top: 5px;
	height: 36px;
	background: #0a9e60;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.125rem;
}
.notices p {
	font-size: 0.875rem;
	line-height: 1.7;
}
.notices-inner {
	max-width: 1280px;
	min-width: 940px;
	margin: auto;
}
.notices .notices-ttl {
	position: relative;
	display: block;
	padding-left: 16px;
	color: #0a9e60;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.4;
}
.notices .notices-ttl:before {
	content: "";
	position: absolute;
	display: block;
	top: 6px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #0a9e60;
}
.notices-box {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	background: #fff;
}
@media (max-width: 1176px) {
  .notices-box {
		display: block;
		min-width: 940px;
  }
}

.notices-howto {
	display: flex;
	/* width: 100%; */
}

.notices-howto-txt {
	width: calc(100% - 95px);
	padding-right: 20px;
}
.notices-howto-img {
	width: 95px;
}
.notices-list {
	min-width: 460px;
	padding-left: 30px;
	margin-left: 30px;
	border-left: dotted 4px #0a9e60;
}
.notices-list li:not(:first-child) {
	margin-top: 8px;
}
.notices-list li a {
	padding-right: 16px;
}
@media (max-width: 1176px) {
  .notices-list {
		padding-top: 20px;
		margin-top: 20px;
		border-top: dotted 4px #0a9e60;
		padding-left: 0;
		margin-left: 0;
		border-left: 0;
  }
}
/*
.notices-list li a:after {
	content: "";
	position: absolute;
	display: block;
	top: 3px;
	right: 0;
	width: 9px;
	height: 15px;
	background: url(../images/icon_arrow.svg) no-repeat;
}
*/
/* .notices-list li a:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 3px;
	width: 7px;
	height: 7px;
	border-right: 2px solid #009a5a;
	border-bottom: 2px solid #009a5a;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-moz-transform: translateY(-50%) rotate(-45deg);
	-o-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
} */


/* ------------------ notices */

.recommend {
	padding: 30px 0 60px 0;
}
.recommend-list {
	display: flex;
	justify-content: space-between;
	max-width: 1280px;
	min-width: 940px;
	margin: auto;
}
.recommend-list li {
	width: min(280px, 22.58%);
}
.recommend-list li p + p {
	margin-top: 10px;
	text-align: center;
}


/* ------------------ Sdsearch */
/*
#sdsearch.sdsearch-top {
	display: flex;
	width: 100%;
	border: solid 2px #0a9e60;
	box-sizing: border-box;
}
#sdsearch.sdsearch-top * {
	box-sizing: border-box;
}
#sdsearch.sdsearch-top .search-ttl {
	display: flex;
	align-items: center;
	padding: 20px;
	width: 200px;
	border-right: solid 2px #0a9e60;
	background: #0a9e60;
}
#sdsearch.sdsearch-top .search-form {
	padding: 30px 40px 26px 40px;
	width: calc(100% - 200px);
	background: #fff;
}
#sdsearch.sdsearch-top .area-box::after {
	right: -30px;
}
*/

/* ------------------ Pickup */

.pickup {
	margin-top: calc(60px - 26px);
}
.pickup-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pickup-list li{
	width: 217px;
	margin-top: 26px;
}
.pickup-list li.pickup-list-l{
	width: 458px;
}
.pickup-list:after,
.pickup-list:before{
	content:"";
	display:block;
	width: 217px;
	height:0;
}
.pickup-list:before{
	order:1;
}
.pickup-bnr {
	margin-top: 26px;
}

.slider-for.slick-dotted.slick-slider{
margin-bottom:0
}
.slider-for .slick-dots {
bottom:-30px;
}

.slider-for .slick-dots li button:before{
color:#fff;
font-size: 14px;
opacity:1;
}
.slider-for .slick-dots li.slick-active button:before {
color:#575757;
opacity:1;
}
.slider-for .slick-slide:not(.slick-center) {
	overflow: hidden;
}
.slider-for .slick-slide:not(.slick-center) img {
	opacity: 0.5;
   -ms-filter: blur(3px);
   filter: blur(3px);
}
