/* Scss Document */
section .wrap {
	padding: 0px 0 151px;
}
.h2_tit {
	padding: 0px 0 40px;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
}
#sec1 {
	text-align: center;
	font-size: 18px;
	line-height: 38px;
	padding-top: 160px;
}
#sec1 h2 {
	font-size: 40px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 68px;
}
#sec1 h2 span {
	position: relative;
}
#sec1 h2 span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 16px solid #FFFF00;
	z-index: -1;
}
#sec1 h2 span:last-child:after {
	right: 21px;
}
#sec1 .txt p {
	padding-bottom: 38px;
}
#sec1 .txt p:last-child {
	padding-bottom: 0;
}
#sec1 .txt .tit {
	font-weight: 600;
}
#sec2 .wrap {
	padding-bottom: 70px;
}
#sec3 {
	background: #F2F1F1;
}
#sec3 .wrap {
	padding: 160px 0 80px;
}
#sec3 .news_shared .news.feature {
	padding-bottom: 70px;
}
#sec3 .news_shared .news.feature dt {
	padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
section .wrap {
	padding-top: 0px;
	padding-bottom: 113px;
}
.h2_tit {
	padding: 0px 0 30px;
	font-size: 18px;
	line-height: 1;
}
#sec1 {
	padding-top: 106px;
	font-size: 16px;
	line-height: 32px;
}
#sec1 h2 {
	font-size: 30px;
	line-height: 46px;
	margin-bottom: 48px;
}
#sec1 h2 span:after {
	right: 13px;
}
#sec1 .txt {
	font-size: 16px;
	line-height: 32px;
}
#sec1 .txt p {
	padding-bottom: 32px;
}
#sec2 .wrap {
	padding-bottom: 60px;
}
#sec3 .wrap {
	padding: 120px 0 60px;
}
#sec3 .news_shared .news.feature .photo {
	padding-top: 55%;
}
}
