@charset "utf-8";

/* .slide */
.product{
	max-width:1090px;
	/* max-width:550px; */
	margin:100px auto;
	/* display: -webkit-flex; */
	display: flex;
	-webkit-justify-content: space-between;
	/* justify-content: space-between; */
	/* -webkit-flex-direction: row-reverse; */
	flex-direction: row;
	flex-wrap: wrap;
}
.product section{
	/* width:50%; */
	/* padding:10px 20px 0 0; */
	text-align:left;
	width: 100%;
	padding-top: 10px;
}
.product .slick_farm{
	width:50%;
}

.product section h2{
	font-size:20px;
}
.product section h2.dot{
	text-align:left;
	letter-spacing:0.1em;
}
.product section h2.dot:before{
	content:'●';
	color:#FE8512;
	margin-right:0.5em;
}
.product section h2 + span{
	margin-bottom:30px;
	display:block;
	font-size:12px;
	opacity:0.7;
}
.product_box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	width: 45%;
}
.product_btn {
	margin-top: 20px;
	text-align: right;
}
