@charset "utf-8";

/* .slide */
.slide{
	max-width:1366px;
	margin:150px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.slide section{
	width:50%;
	padding:10px 20px 0 70px;
	text-align:left;
}
.slide .slick_farm{
	width:50%;
}

.slide section h2{
	font-size:20px;
}
.slide section h2.dot{
	text-align:left;
	letter-spacing:0.1em;
}
.slide section h2.dot:before{
	content:'●';
	color:#FE8512;
	margin-right:0.5em;
}
.slide section h2 + span{
	margin-bottom:30px;
	display:block;
	font-size:12px;
	opacity:0.7;
}

.anchor{
  padding-top:100px;
  margin-top:-100px;
}
