/* Scss Document */
section .wrap {
	padding: 0px 0 160px;
}
.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 dt {
	font-weight: 600;
	padding-top: 38px;
}
#sec1 dl {
	padding-bottom: 27px;
}
#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;
}
#sec2 .banner li {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	overflow: hidden;
	width: calc(50% - 32px);
	margin-bottom: 40px;
}
#sec2 .banner li a {
	display: block;
	text-align: center;
	line-height: 1;
	padding: 49px 0;
	background: #F2F1F1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
#sec2 .banner li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#sec2 .banner li a span {
	display: inline-block;
	font-size: 32px;
	line-height: 1;
	font-weight: 600;
	padding-bottom: 17px;
}
#sec3 .tbl_info {
	background: #F2F1F1;
	border-radius: 16px;
	padding: 70px 80px 44px;
}
#sec3 .tbl_info dl {
	display: table;
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 30px;
}
#sec3 .tbl_info dl dt, #sec3 .tbl_info dl dd {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}
#sec3 .tbl_info dl dt {
	font-weight: 600;
	width: 105px;
}
#sec4 .gallery {
	padding-bottom: 40px;
}
#sec4 .gallery dl {
	width: calc(50% - 20px);
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
#sec4 .gallery dl dd {
	background-color: #333333;
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
#sec4 .gallery dl img {
	width: 100%;
	height: auto;
	border-radius: 16px;
}
#sec4 .link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding-left: 18px;
}
#sec4 .link li {
	margin: 0 10px;
	position: relative;
}
#sec4 .link li:after {
	content: '';
	background: #999999;
	width: 1px;
	height: 12px;
	position: absolute;
	top: 8px;
	left: -10px;
}
#sec4 .link li:first-child:after {
	display: none;
}
#sec4 .link li:hover, #sec4 .link li.active {
	background: #FFFF00;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
#sec4 .link a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	display: block;
	padding: 0 14px;
}
#sec4 .link a:hover {
	text-decoration: none;
	color: #111;	font-weight: 600;
}

@media screen and (max-width: 820px) {
#sec1 h2 {
	font-size: 37px;
}
}

@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 dt {
	padding-top: 32px;
}
#sec1 dl {
	padding-bottom: 0;
}
#sec2 .wrap {
	padding-bottom: 102px;
}
#sec2 .banner {
	padding-bottom: 0;
}
#sec2 .banner li {
	width: 100%;
	margin-bottom: 15px;
}
#sec2 .banner li a {
	font-size: 14px;
	padding: 29px 0;
}
#sec2 .banner li a span {
	padding-bottom: 16px;
	font-size: 24px;
}
#sec3 .tbl_info {
	padding: 52px 10px 22px 20px;
}
#sec3 .tbl_info dl {
	font-size: 14px;
}
#sec3 .tbl_info dl dt {
	width: 85px;
}
#sec4 .wrap {
	padding-bottom: 100px;
}
#sec4 .gallery {
	padding-bottom: 40px;
}
#sec4 .gallery dl {
	width: 100%;
	margin-bottom: 20px;
}
#sec4 .gallery dl dd {
	font-size: 14px;
	line-height: 42px;
}
#sec4 .link {
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 350px;
	margin: 0 auto;
}
#sec4 .link li {
	width: 140px;
	margin: 0 20px 20px 0;
}
#sec4 .link li:nth-child(even) {
	margin-right: 0;
}
#sec4 .link li:nth-child(3):after {
	display: none;
}
}

@media screen and (max-width: 767px) and (max-width: 374px) {
#sec4 .link li {
	width: 130px;
}
#sec4 .link li a {
	font-size: 14px;
}
}

@media screen and (max-width: 374px) {
#sec1 h2 {
	font-size: 26px;
}
}
