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

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

#kv {
	overflow: hidden;
}
#kv .inner{
	max-width: 1300px;
	margin: 0 auto;
}
#kv .inner .slick-list{
	overflow: visible;
}

/*----- SP -----*/

@media screen and (max-width: 768px) {
	#kv {
		padding: 0;
	}
}

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

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

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

#sec1 {
	margin: 50px 0;
}
#sec1 .inner .sec01_flex {
	display: flex;
	justify-content: space-around;
	/*width: 1000px;*/
	border-bottom: 2px solid #5cb531;
	margin: 0 auto;
	margin-bottom: 50px;
	padding-bottom: 30px;
    align-items: center;
}
#sec1 .inner .sec01_flex .l{
	width: 25%;
}
#sec1 .inner .sec01_flex .l img {
	width: auto !important;
	max-width: 100%;
}
#sec1 .inner .sec01_flex .r{
	width: 550px;
}
#sec1 .inner {
	max-width: 1280px;
}
#sec1 .inner ul{
	/*letter-spacing: -.4em;*/
}
#sec1 .inner ul li{
	text-align: center;
	margin: 0 auto;
}
#sec1 .inner ul li:last-child .sec01_flex {
	margin-bottom: 0;
}
#sec1 .inner ul li .lead{
	font-size: 32px;
	color: #5cb531;
	border-bottom: 2px solid #5cb531;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.56;
	margin-top: 25px;
	padding-bottom: 0.5em;
}
#sec1 .inner ul li .lead sup{
	font-size: 65%;
}
#sec1 .inner .sec01_flex .cap{
	font-size: 13px;
	text-align: right;
	color: #5cb531;
	padding-top: 20px;
}
@media screen and (max-width: 768px) {
	#sec1 .inner .sec01_flex .cap{
		text-align: center;
	}
}

#sec1 .inner ul li .txt{
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0.05em;
	line-height: 1.71;
	padding: 0 18px;
	margin-top: 12px;
}
#sec1 .inner ul li .btn{
	color: #fff;
    background-color: #f19db0;
	display: block;
	margin: auto 0 auto auto;
	width: 180px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 20px;
    padding: 11px 20px 10px 24px;
    margin-top: 20px;
    position: relative;
}
#sec1 .inner ul li .btn::before{
	content: '';
	width: 16px;
	height: 16px;
	background-image: url(../img/top/btn.png);
	vertical-align: middle;
	margin: 0 5px 2px 0;
	display: inline-block;
}

/*----- IE対策 -----*/

@media all and (-ms-high-contrast:none){

	#sec1 .inner ul li .btn{
		padding: 13px 20px 8px 24px;
	}

}


/*----- SP -----*/

@media screen and (max-width: 768px) {
	#sec1 {
		margin: 30px 0;
	}
	#sec1 .inner .sec01_flex {
		display: block;
    padding: 0px 20px 50px;
	}
	#sec1 .inner .sec01_flex .l, #sec1 .inner .sec01_flex .r {
		width: 100%;
	}
	#sec1 .inner .sec01_flex .l img{
		max-width: 75%;
	}
	#sec1 .inner ul li .lead {
    font-size: 17px;
		border-bottom: none;
    padding-bottom: 0;
	}
	#sec1 .inner ul li .txt {
		font-size: 14px;
    margin-bottom: 18px;
    padding: 0;
	}
	#sec1 .inner ul li .btn {
    margin: 0 auto;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
	}
}

/* ----------------------------
  #sec2
---------------------------- */

#sec2{
	background-color: #f2f8e9;
	background-image: url(../img/bg.png);
	padding: 60px 0 60px;
}
#sec2 .inner h2{
	color: #5cb531;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	padding-bottom: 40px;
}
#sec2 .inner h2::before,
#sec2 .inner h2::after{
	vertical-align: top;
}
#sec2 .inner h2.b_clover::before{
	margin-right: 20px;
}
#sec2 .inner h2.a_clover::after{
	margin-left: 13px;
}


/*----- SP -----*/

@media screen and (max-width: 768px) {
	#sec2 {
		padding: 25px 0 30px;
	}
	#sec2 .inner h2 {
		font-size: 23px;
	}
	.b_clover::before, .a_clover::after {
		margin-top: -3px;
    transform: scale(0.8);
	}
	#sec2 .inner h2.a_clover::after {
    margin-left: 5px;
	}
	#sec2 .inner h2.a_clover::before {
    margin-right: 8px;
	}
	#sec_products {
		background-color: #f2f8e9;
		background-image: url(../img/sp/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;
	}
}
