html{
overflow-x:hidden;
}
#mainimage {
	margin: 0 0 65px;
}

#section1 {
	width: 940px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
}

#section1 article {
	width: 460px;
	flex: none;
	background: url('../images/common/bg_article.png');
	border-bottom: 6px solid #e87f00;
}

#section1 h3 {
	font-family: yu-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	padding: 0 20px;
	font-size: 21px;
	line-height: 40px;
	color: #525252;
	border-bottom: 6px solid #e87f00;
	margin: 0 0 20px;
	font-weight: bold;
}

#section1 h3 span.eng {
	position: absolute;
	right: 20px;
	top: 0px;
	color: #7c7c7c;
	font-size: 18px;
	font-weight: normal;
}

.event {
	position: relative;
	display: flex;
	padding: 0 20px;
}

.event .col1 {
	width: 105px;
}

.event .col2 {
	width: calc(100% - 105px);
	padding-left: 20px;
}

.event .btn {
	position: absolute;
	bottom: -30px;
	right: 20px;
}

.news {
	overflow: auto;
	height: 208px;
	padding: 0 20px;
}

.news dl {}

.news dl dt {
	color: #f0aa27;
	font-weight: bold;
}

.news dl dd {
	color: #666666;
}

#section2 {
	width: 940px;
	margin: 0 auto 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#section2 article {
	width: 460px;
	flex: none;
	background: url('../images/common/bg_article.png');
	margin: 0 0 20px;
}

#section2 h3 {
	font-family: yu-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	padding: 0 20px;
	font-size: 21px;
	line-height: 40px;
	color: #525252;
	margin: 0 0 20px;
	font-weight: bold;
}

#section2 h3 span.eng {
	position: absolute;
	right: 20px;
	top: 0px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

#section2 a {
	display: block;
	text-align: center;
	position: relative;
	/* height: 206px; */
	box-sizing: border-box;
}

#section2-1 {
	/* border-bottom: 6px solid #04762e; */
}

#section2-1 h3 {
	/* border-bottom: 2px solid #fff; */
	background-color: #04762e;
	color: #fff;
}

#section2-2 {
	/* border-bottom: 6px solid #e87f00; */
}

#section2-2 h3 {
	/* border-bottom: 2px solid #fff; */
	background-color: #e87f00;
	color: #fff;
}

#section2-2 a {
	color: #472700;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	padding: 3px 0 0 0;
}

#section2-2 a img {
	/* position: absolute; */
	/* left: 20px; */
	/* bottom: 0; */
}

#section2-3 {
	width: 100% !important;
	/* border-bottom: 6px solid #68bad5; */
}

#section2-3 h3 {
	/* border-bottom: 2px solid #68bad5; */
	background-color: #68bad5;
	color: #fff;
}

#section2-3 a {
	color: #472700;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	/* padding: 30px 0 0 0; */
}

#section2-3 a #after1 {
	position: absolute;
	bottom: 0;
	left: 20px;
}

#section2-3 a #after2 {
	position: absolute;
	bottom: 0;
	right: 20px;
}

#section3 {
	width: 100vw;
	margin: 0 auto 60px;
}

#construction_ex .slick-slide .box_inner img{
	height: auto;
}

#section3 h3 {
	font-family: yu-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	padding: 0 20px;
	font-size: 21px;
	line-height: 40px;
	color: #fff;
	margin: 0 0 3px;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
}

#section3 h3 span.eng {
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 18px;
	font-weight: normal;
}

#section3 article {
	padding: 20px;
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
}

#section3 article a {
	color: #fff;
	text-decoration: none;
}

#construction_ex .box {
	width: 140px;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.slick-slide img{
	width: 100% !important;
}

#section2-1,
#section2-2,
#section2-3{
	background: none !important;
}
