@import url(common.css);
@import url(slick.css);
@import url(slick-theme.css);


header {
	border-bottom: 5px solid #FFF;
}

/* ------------------------------------------------
  #kv
------------------------------------------------ */

#kv {
	overflow: hidden;
	padding: 0;
}
#kv .inner{

}
#kv .inner .slick-list{
	overflow: visible;
}

/* ------------------------------------------------
  #contents
------------------------------------------------ */

#contents{
	background-color: #fff;
	background-image: none;
	padding-bottom: 0;
}

/* ----------------------------
  #sec1
---------------------------- */

#sec1 {
	padding: 30px 0;
}
#sec1 .inner ul {
	width: 92.603129%;
	margin: 0 auto;
}
#sec1 .inner ul li {
	text-align: center;
}
#sec1 .inner ul li + li {
	margin-top: 27px;
}

#sec1 .inner ul li .ph {
	width: 74.76923%;
	margin: 0 auto;
}
#sec1 .inner ul li .lead {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 13px;
}
#sec1 .inner ul li .txt {
	font-size: 15px;
	text-align: left;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 6px;
}
#sec1 .inner ul li .btn {
	color: #5cb531;
	background-color: #e0f2c3;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.05em;
	display: block;
	border-radius: 20px;
	padding: 15px 10px;
	margin-top: 15px;
	position: relative;
	line-height: 1;
}
#sec1 .inner ul li .btn::before {
	content: '';
	width: 17px;
	height: 17px;
	font-size: 0;
	background-image: url(../img/top/btn.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 8px;
}

/* ----------------------------
  #sec_products
---------------------------- */

#sec_products {
	background-color: #f2f8e9;
	background-image: url(../img/bg_dot.png);
	background-size: contain;
	padding: 25px 0 35px;
	margin-top: 10px;
}
#sec_products .inner h2{
	color: #5cb531;
	font-size: 23px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	padding-bottom: 25px;
}
#sec_products .inner h2::before,
#sec_products .inner h2::after{
	vertical-align: middle;
	margin-top: -2px;
}
#sec_products .inner h2.b_clover::before{
	margin-right: 11px;
}
#sec_products .inner h2.a_clover::after{
	margin-left: 11px;
}
