@charset "utf-8";

/* =======================================
Top visual
========================================== */
.category .main__visual div {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	min-height: 185px;
	position: relative;
	border-bottom: 2px solid #DDE3E6;
	background-color: #ffffff !important;
}

.category .main__visual {
	position: relative;
	overflow: hidden;
	padding-bottom: 88px;
	background: none;
}

.category .main__visual::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: -10px;
	width: 812px;
	height: 249px;
	background: url("/assets/images/category/2026other_mv.png") no-repeat bottom right;
	margin-right: 0;
}

@media screen and (max-width: 1400px) {
	.category .main__visual::after {
		right: 50%;
		margin-right: -800px !important;
	}
}

.category .main__visual h1 {
	color: #3D4760 !important;
	text-align: left !important;
	padding: 20px 0 0 !important;
	width: 100%;
	font-size: 4.0rem;
	font-weight: 900;
}

.category .main__visual h1 span {
	display: block;
	margin: 0;
	color: #00A9E9;
	font-weight: bold;
	font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
	.gnavi {
		height: 66px;
	}

	.category .main__visual div {
		padding: 0;
		min-height: 140px !important;
	}

	.category .main__visual {
		padding-bottom: 60px;
	}

	.category .main__visual h1 {
		padding: 15px 0;
		font-size: 2.8rem;
		line-height: 1.3;
	}

	.category .main__visual h1 span {
		font-size: 1.6rem;
	}

	.category .main__visual::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 15px;
		right: -20px;
		width: 300px;
		height: 92px;
		background: url(/assets/images/category/2026other_mv.png) no-repeat bottom right;
		background-size: cover;
		margin-right: 0 !important;
	}
}

.category .breadcrumbs {
	background-color: #F3F8FC !important;
}

.news {
	margin: 0;
	color: #3D4760;
}

.news .inner--width {
	max-width: 900px;
	margin: 0 auto;
}

.news h2 {
	background: #fff;
	color: #3D4760;
	padding: 20px 0;
	border-top: 1px solid #DDE3E6;
	border-bottom: 1px solid #DDE3E6;
	font-size: 3.0rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.news-date {
	margin: 0 0 30px;
	color: #888888;
}

.news__list {
	margin-top: 40px;
}

.news__list li {
	/*border-bottom: 1px solid #eee;*/
	padding: 23px 0;
	border-top: 1px solid #DDE3E6;
}

.news__list li:last-child {
	border-bottom: 1px solid #DDE3E6;
}

.news__list dl {
	margin: 0;
	display: flex;
}

.news__list dt {
	margin: 0 2rem 0 0;
	/* border-left: 3px solid #00a7e9; */
	display: inline-block;
	font-size: 1.4rem;
	text-align: center;
	padding: 0;
	flex-shrink: 0;
	color: #888888;

}

.news__list dd {
	padding: 0;
}

.news__list dd a {
	/*color: #00a7e9;*/
	text-decoration: underline;
}

.news__list dt span {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 80%;
	margin: 0 0 0 10px;
	padding: 2px 5px;
}

.news .inner--width p a {
	text-decoration: underline;
	color: #00a7e9;
}

@media screen and (max-width: 940px) {
	.news {
		margin: 0;
	}

	.news .inner--width {
		padding: 0;
	}

	.news__list {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.news h2 {
		padding: 12px 0;
		font-size: 2.0rem;
		line-height: 1.5;
	}
}

@media screen and (max-width: 640px) {
	.news__list li {
		padding: 15px 0;
	}

	.news__list dl {
		flex-wrap: wrap;
	}

	.news__list dl dt,
	.news__list dd {
		width: 100%;
		text-align: left;
	}

	.news__list dl dt,
	.news__list dd {
		width: 100%;
		text-align: left;
	}
}