@charset "utf-8";
/*slide*/
.jcarousel { 
	position: relative; 
	overflow: hidden; 
	width: auto;
}
.jcarousel ul { 
	width: 20000em; 
	position: relative;
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.jcarousel ul li {
	float: left;
}
/*end slide*/
.top_01 {
	padding: 6% 2% 0;
}
.top_list li {
	background: url("../images/icon_tick.png") no-repeat top 3px left;
	-webkit-background-size: 16px;
	background-size: 16px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.top_list li span {
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
}
.top_02 {
	background: #f5f5f5;
	padding: 4% 2%;
	margin-top: 6%;
}
.top_02 a {
	font-size: 18px;
	font-weight: bold;
	color: #a38400;
}
.box_txt {
	background: #fff;
	padding: 2%;
	margin-top: 5%;
}
.box_txt h4 {
	font-size: 18px;
	color: #000;
	margin-bottom: 7px;
}
.top_03 {
	padding: 6% 2% 4%;
}
.top_03 h3 {
	border-bottom: 5px solid #f3f3f3;
	padding-bottom: 5px;
}
.sec_news {
	border-top: 2px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
	height: 300px;
	overflow: auto;
}
.sec_news .cont_news {
	margin: 0 10px;
}
.sec_news dl {
	padding: 15px 0;
	border-bottom: 2px solid #e2e2e2;
}
.sec_news dt {
	color: #797979;
}
.sec_news dd a {
	color: #2ab3c6;
}
@media(max-width: 415px) {
	.top_02 a {
		font-size: 17px;
	}
}
@media(max-width: 375px) {
	.top_02 a {
		font-size: 15px;
	}
}
@media(max-width: 320px) {
	.top_02 a {
		font-size: 13px;
	}
}