@charset "utf-8";
#top {
	margin-top: 30px;
}
#top .swiper-button-prev, #top .swiper-button-next {
	width: 50px;
	height: 50px;
	outline: 0;
}
@media all and (-ms-high-contrast: none) {
	#top .swiper-button-prev, #top .swiper-button-next {
		top: 155px;
	}
}
#top .swiper-button-prev::after, #top .swiper-button-next::after {
	content: "";
}
#top .swiper-button-prev {
	background: url(../../img/pc/story/index/btn_ban_prev.webp) no-repeat;
}
#top .swiper-button-next {
	background: url(../../img/pc/story/index/btn_ban_next.webp) no-repeat;
}
#top .swiper-container ul li {
	position: relative;
	width: 480px;
	height: 360px;
}
#top .swiper-container ul li .ttl {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 480px;
	height: 100px;
	padding: 20px 30px 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}
#top .swiper-container ul li .date {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	font-size: 10px;
}
#contents .inner {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0 80px;
}
#contents .inner .left {
	width: 830px;
}
#contents .inner .right {
	width: 320px;
	margin-left: 50px;
}
#contents .inner .btn-s {
	width: 260px;
	margin: 20px auto 0;
	background-position: 235px center;
}
#article .ttl {
	display: flex;
	height: 50px;
	border: solid 1px #e3e3e3;
}
#article .ttl h1 {
	width: 240px;
	margin-top: 14px;
	padding: 0 0 8px 20px;
	border-bottom: solid 5px #fac900;
	font-size: 24px;
	font-weight: bold;
}
#article .ttl .bn-select {
	display: flex;
	margin: 8px 0 0 170px;
}
#article .ttl .bn-select a {
	display: block;
	width: 100%;
	height: 100%;
}
#article .ttl .bn-select .btn-prev, #article .ttl .bn-select .btn-next {
	box-sizing: border-box;
	width: 30px;
	height: 34px;
	border: solid 1px #e3e3e3;
	background: #f1f1f1 no-repeat center center;
	background-size: 8px 14px;
}
#article .ttl .bn-select .btn-prev {
	margin-right: 5px;
	background-image: url(../../img/pc/common/icon_arrow_black_left.webp);
}
#article .ttl .bn-select .btn-next {
	margin-left: 5px;
	background-image: url(../../img/pc/common/icon_arrow_black_right.webp);
}
#article .ttl .bn-select .date {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 170px;
	height: 34px;
	padding-top: 2px;
	border: solid 1px #e3e3e3;
	background: #f1f1f1;
	font-size: 18px;
	font-weight: bold;
}
#article article {
	padding: 30px 0 20px;
}
#article article a {
	display: flex;
}
#article article a:hover {
	background: #dde9ee;
}
#article article .img img {
	width: 240px;
	height: 180px;
}
#article article .main {
	position: relative;
	box-sizing: border-box;
	min-height: 180px;
	margin-left: 30px;
	border-bottom: solid 1px #e3e3e3;
}
#article article .main h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
#article article .main .txt {
	margin-top: 20px;
	font-size: 14px;
	line-height: 26px;
}
#article article .main .date {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
}