@charset "UTF-8";
/* CSS Document */

#main-image .slides li {
    position: relative;
    height: 430px;
}

.html_index_news_area{
	width: 950px;
}
.html_index_news_area .emergency_info {
	margin: 30px 0 50px;
	padding: 20px;
	background-color: #ffcece;
}
.html_index_news_area .emergency_info p {
	color: #333;
	text-align: left;
}
.html_index_news_area .emergency_info p a {
	color: #333;
}
.html_index_news_area h3 a .news_history_btn {
	width: 117px;
	height: 30px;
}
.html_index_news_area .image_box {
	margin: 0 0 30px;
}
.html_index_news_area .image_box ul li {
	float: left;
	width: 218px;
	margin-right: 26px;
}
.html_index_news_area .image_box ul li:last-child {
	margin: 0;
}
.html_index_news_area .image_box ul li .figure {
	display: block;
	width: 218px;
}
.html_index_news_area .image_box ul li .date {
	color: #777777;
	font-size: 14px;
	display: inline-block;
	margin: 10px 0 2px;
}
.html_index_news_area .image_box ul li .new {
  display: inline-block;
  margin: 10px 0 2px 4px;
}
.html_index_news_area .image_box ul li .tit {
	display: block;
}
.html_index_news_area .image_box ul li .tit a {
	color: #007D5A;
	font-size: 14px;
}
.html_index_news_area .image_box ul li .tit .info_thanks {
	color: red;
	font-size: 12px;
	display: block;
}
.html_index_news_area .image_box ul li .figure a img {
	width: 218px;
	height: 218px;
	box-sizing: border-box;
	border: solid 1px #ccc;
}
.html_index_news_area .image_box ul li .tag_new {
    display: none;
    background-color: #DB340B;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    color: white;
    vertical-align: baseline;
    padding: 2px 6px;
    /* margin-top: 12px; */
	margin-left: 2px;
}
.html_index_news_area .text_box{
	padding: 10px 0 10px 40px;
	background-color: #fafafa;
	margin-bottom: 30px;
}
.html_index_news_area .text_box dt{
	float: left;
	margin-right: 25px;
	color: #777777;
	font-size: 14px;
}
.html_index_news_area .text_box dd{
	float: left;
}
.html_index_news_area .text_box dd a{
	color: #007D5A;
	font-size: 14px;
}
.html_index_news_area .text_box dd .tag_new img {
	float: none;
	margin: 0;
	margin-top: -4px;
	margin-right: 5px;
}
.html_index_news_area .text_box dd .tag_new {
	/* display: none; */
	background-color: #DB340B;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: white;
	vertical-align: baseline;
	margin-top: -4px;
	margin-right: 5px;
	padding: 0.1em 0.6em;
}

.html_index_news_area a{
	text-decoration: none;
}
.html_index_news_area a:hover{
	text-decoration: underline;
}
.html_index_news_area .caution{
	margin-bottom: 30px;
}
.html_index_news_area .caution a{
	width: 950px;
	height: 50px;
}

.swiper-container {
	height: 450px;
}
.swiper-slide>a {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.swiper-slide>a>img {
	margin-left: 50%;
	transform: translateX(-50%);
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #ccc;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #000;
}


