@charset "UTF-8";

/* コンテンツ */
.dec-01 {
	background-color: #E9EBEB;
}

.dec-02 {
	position: relative;
	font-size: 2rem;
	text-align: center;

	&::after {
		content: '';
		width: 110px;
		height: 4px;
		display: inline-block;
		background-color: #505050;
		position: absolute;
		bottom: -15px;
		left: calc(50% - 55px)
	}
}

@media screen and (max-width:991px) {
	.dec-02 {
		font-size: 1.6rem;
	}
}

.dec-03 {
	margin: 0 10vw;
	padding: 0 40px;
	background-color: #fff;
}

@media screen and (max-width:991px) {
	.dec-03 {
		margin: 0 10px;
		padding: 0 10px;
	}
}

.dec-04 {
	position: relative;

	&::before {
		content: '';
		width: 110px;
		height: 4px;
		display: inline-block;
		background-color: #505050;
		position: absolute;
		top: 0;
		left: 0;
	}
}

.dec-05 {
	font-size: 1rem;
	color: #B5000C;
}

.dec-06 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.4rem;
}

@media screen and (max-width:991px) {
	.dec-06 {
		font-size: 1.1rem;
		line-height: 1.6rem;
	}
}

.dec-07 {
	font-size: 0.9rem;

}

.dec-08 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.pagination {
	display: flex;
	align-items: center;
	list-style: none;
	background-color: #e8e8e8;
	padding: 40px 0 60px;
	border-radius: 4px;
}

.pagination li {
	display: flex;
}

.pagination a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	padding: 0 10px;
	text-decoration: none;
	color: #333;
	transition: background-color 0.2s;

	span {
		color: #B5000C;
		padding: 0 10px;
	}
}

.dec-08a {
	border-right: 1px solid #505050;
}

.pagination .current a {
	color: #B5000C;
	font-weight: 500;
	pointer-events: none;
}

.pagination .prev a,
.pagination .next a {
	color: #666;
}

/* news-info */
.dec-11 {
	background-color: #E9EBEB;
}

.dec-12 {
	text-align: center;
	font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
	.dec-12 {
		font-size: 1.1rem;
	}
}

.dec-13 {
	padding: 0 12vw;
}

@media screen and (max-width: 991px) {
	.dec-13 {
		padding: 0 20px;
	}
}

.dec-14 {
	padding-bottom: 10px;
	border-bottom: 2px solid #B5000B;
}

@media screen and (max-width: 991px) {
	.dec-14 img {
		width: 160px;
	}
}

.dec-15 {
	padding: 10px 50px 0;
}

@media screen and (max-width: 991px) {
	.dec-15 {
		padding: 5px 10px;
	}
}

.dec-16 {
	color: #B5000B;
	line-height: 2rem;
}

.dec-17 {
	padding: 0 2em;
	font-size: 1.2rem;
	line-height: 2rem;
}

@media screen and (max-width: 991px) {
	.dec-17 {
		padding: 0 1em;
		font-size: 1.1rem;
		line-height: 1.6rem;
	}
}

.dec-18 {
	border-bottom: 2px solid #505050;
	margin-top: 18px;
}

@media screen and (max-width: 991px) {
	.dec-18 {
		margin-top: 18px;
	}
}