@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underFvWrap {
	background: url(../../img/news/under_mv_pc.jpg) center center / cover no-repeat;
}

/* #underFv::after {
	content: "";
	width: 170px;
	height: 180px;
	background: url(../../img/news/under_mv_illust.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	right: 0;
} */

/* 一覧 */
/* ----------------------------------- */
#newsWrap {
	padding-bottom: 300px;
	background: #edf3fc;
}

#newsList {
	padding-bottom: 40px;
}

.news {
	margin-bottom: 30px;
	background: #FFF;
	border-radius: 10px;
}

.news a {
	min-height: 190px;
	padding: 20px 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.news a:hover {
	opacity: 0.7;
}

.newsTitWrap {
	flex: 1;
}

.infoWrap {
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

.newsCategory {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.time {
	font-size: 1.4rem;
	color: #666;
}

.cat {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.cat span {
	padding: 8px 15px;
	display: inline-block;
	color: #0051a8;
	border: 1px solid #0051a8;
	border-radius: 100vw;
	font-size: 1.2rem;
}

.tit {
	font-size: 1.8rem;
	font-weight: 500;
	color: #333;
}

.newsImg {
	width: 200px;
	aspect-ratio: 200 / 150;
	border-radius: 10px;
	overflow: hidden;
}

.newsImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#catList {
	padding-bottom: 30px;
}

#catList select {
	padding: 20px;
	background: #FFF;
	border: 1px solid #a6b7d0;
	font-size: 1.6rem;
}

#sortTxt {
	padding-bottom: 30px;
	font-size: 2rem;
	font-weight: 500;
}

/* 詳細 */
/* ----------------------------------- */
#newsSingle {
	padding-bottom: 300px;
	background: #edf3fc;
}

#newsSingle .time {
	font-size: 1.6rem;
}

#newsContentWrap {
	padding: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	background: #FFF;
}

#newsSingleTit {
	padding-bottom: 40px;
	margin-bottom: 40px;
	font-size: 2.6rem;
	font-weight: 500;
	border-bottom: 1px solid #a6bedf;
}

#newsContent h2 {
	margin: 20px 0;
	padding: 10px 20px;
	background: #edf3fc;
	font-size: 2.2rem;
	color: #333;
	font-weight: 500;
	border-radius: 5px;
}

#newsContent h3 {
	margin: 20px 0;
	font-size: 2.2rem;
	font-weight: 500;
}

#newsContent p {
	font-size: 1.6rem;
	padding-bottom: 2em;
}

#newsContent iframe,
#newsContent iframe {
	max-width: 100%;
}

#newsContent a {
	color: #0051a8;
}

#newsContent a:hover {
	text-decoration: underline;
}

#backBtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}



/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#newsContentWrap {
		padding: 20px;
		margin-bottom: 40px;
		overflow: hidden;
		background: #FFF;
	}

	#backBtn {
		padding-bottom: 80px;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#underFvWrap {
		background: url(../../img/news/under_mv_sp.jpg) center center / cover no-repeat;
	}

	#catList select {
		padding: 10px 20px;
		font-size: 1.4rem;
	}

	#catList {
		padding-bottom: 10px;
	}

	.tit {
		font-size: 1.6rem;
	}

	.news {
		margin-bottom: 10px;
	}

	.news a {
		padding: 20px;
		flex-wrap: nowrap;
		min-height: auto;
	}

	.newsImg {
		width: 30%;
		border-radius: 5px;
		flex: 0 0 30%;
		aspect-ratio: 200 / 160;
	}

	.time {
		font-size: 1.2rem;
	}

	.cat span {
		padding: 4px 10px;
		font-size: 1rem;
	}

	.infoWrap {
		padding-bottom: 5px;
		gap: 10px;
	}

	.newsCategory {
		gap: 5px;
	}

	.tit {
		font-size: 1.4rem;
	}

	/* 詳細 */
	/* ----------------------------------- */
	#newsSingleTit {
		padding-bottom: 20px;
		margin-bottom: 20px;
		font-size: 2rem;
	}

	#newsContent h2 {
		margin: 20px 0;
		padding: 10px 20px;
		background: #edf3fc;
		font-size: 1.8rem;
		color: #333;
		font-weight: 500;
		border-radius: 5px;
	}

	#newsContent h3 {
		font-size: 1.8rem;
	}

	#backBtn {
		padding-bottom: 40px;
	}
	
}