.hero-wrapper {
	width: 1200px;
    margin: 0 auto;
	display: flex;
	justify-content: center;
}
.hero-wrapper img {
	width: 100%;
	height: auto;

}

/* .hero-image {
	width: 1280px;
	height: 530px;
	margin-bottom: 1rem;
	border-radius: .3rem;
	background-image:url(../img/top/top_slide01.jpeg);
} */
.swiper {
	width: 1200px;
	height: 350px;
	margin: 0 0 30px;
	border-radius: 10px;
}
.news-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
	width: 1200px;
	margin: auto;
}
.news-header {
	display: flex;
	align-items: center;
	color: #fff;
	width: 1200px;
	height: 3rem;
	background-color: #0D7415;
	border-radius: .2rem;
}

.news-header__heading {
	padding-left: 3rem;
}

.news-header__index-link {
	margin-left: auto;
	font-size: 1.4em;
	padding-right: 3rem;
	margin-bottom: 0rem
}

.news-header__link {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.news-header__link:hover {
	color: #e9e9e9;
	text-decoration: none;
}

.news-index {
	background-color: #f8f8f8;
	border: 1px solid #bdbdbd;
	margin: 1rem 0 1rem 0;
	border-radius: .2rem;
}

.news-index__contents {
	display: flex;
	width: 95%;
	margin: 0 auto;
	font-size: 1.2em;
}

.news-index__block {
	display: flex;
	width: 100%;
}

.news-index__content-title {
	padding: 1.1rem;
	width: 8%
}

.news-index__content {
	padding: 1.1rem;
}

.news-index__contents:not(:last-of-type) {
    border-bottom: 1px solid #73A76C;
}

.news-index__content > p {
	margin-bottom: 0;
}
