@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* ページタイトル
------------------------------------ */
.pageHeadDeco {
	position: absolute;
}

#pageHeadDeco01 {
	bottom: -170px;
	left: 0;
}

#pageHeadDeco02 {
	top: -25px;
	right: 2.5%;
}

#pageHeadDeco03 {
	bottom: -60px;
	right: 11%;
}

@media screen and (max-width: 1280px) {
	#pageHeadDeco01 {
		width: 41.016vw;
		bottom: -13.281vw;
	}

	#pageHeadDeco02 {
		width: 35.938vw;
		bottom: -1.953vw;
	}

	#pageHeadDeco03 {
		width: 9.609vw;
		bottom: -4.687vw;
	}
}

#pageTitle::after {
	content: "";
	width: 63px;
	height: 18px;
	margin-top: 15px;
	margin-inline: auto;
	display: block;
	background: url(../../img/news/page-head_text_news.svg) no-repeat center center / contain;
}

#newsContainer {
	padding-top: 80px;
	padding-bottom: 120px;
}

/* 一覧ページ
------------------------------------ */
#selectWrap {
	width: 500px;
	max-width: 100%;
	margin-bottom: 60px;
	margin-inline: auto;
	display: flex;
	border: 1px solid #b2b2b2;
	border-radius: 40px;
	overflow: hidden;
}

#selectHead {
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
}

#select {
	appearance: none;
	padding: 20px 60px 20px 30px;
	flex-grow: 1;
	font-size: 1.8rem;
	background: #feeddf url(../../img/news/icon_pulldown.svg) no-repeat right 30px center / 16px;
	border: none;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	outline: none;
}

#select::-ms-expand {
	display: none;
}

/* ニュース一覧 */
#newsListWrap {
	margin-bottom: 50px;
}

/* ページャー */
#pager {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

#pager .page-numbers {
	width: 58px;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	line-height: 1;
	color: #705e3a;
	background-color: #fff;
	border: 1px solid #d8d7d7;
	border-radius: 50%;
}

#pager .page-numbers.prev,
#pager .page-numbers.next {
	background-color: #ffffff;
	background-size: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	border-color: #f88335;
}

#pager .page-numbers.prev {
	background-image: url(../../img/news/icon_prev.svg);
}

#pager .page-numbers.next {
	background-image: url(../../img/news/icon_next.svg);
}

#pager .page-numbers.current {
	color: #ffffff;
	background-color: #f88335;
	border-color: #f88335;
}

#pager .page-numbers.dots {
	width: auto;
	font-size: 1.6rem;
	background-color: transparent;
	border: none;
}

#sortTxt {
	padding-bottom: 20px;
	font-size: 1.8rem;
	text-align: center;
}

/* 詳細ページ
------------------------------------ */
#articleCategory {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.articleCategoryLabel {
	min-width: 100px;
	display: inline-block;
	padding: 4px 8px;
	font-size: 1.4rem;
	text-align: center;
	color: #f88335;
	border: 1px solid currentColor;
	border-radius: 40px;
}

#articleTitle {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}

#articleDate {
	margin-bottom: 30px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	text-align: center;
}

#articleContent {
	margin-bottom: 60px;
	padding: 60px 30px;
	background-color: #fff;
	border: 1px solid #d8d7d7;
}

#articleContentInner {
	max-width: 800px;
	margin-inline: auto;
}

#articleContentInner > *:first-child {
	margin-top: 0;
}

#articleContentInner > *:last-child {
	margin-bottom: 0;
}

#articleContentInner h2 {
	margin-top: 4em;
	margin-bottom: 1em;
	padding: 12px 15px;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: rgba(252, 144, 4, 0.15);
}

#articleContentInner h3 {
	margin-top: 2em;
	margin-bottom: 1em;
	padding-bottom: 0.7em;
	font-size: 1.8rem;
	font-weight: 700;
	border-bottom: 1px solid #fc9004;
}

#articleContentInner p {
	margin-bottom: 1.5em;
	line-height: calc(35 / 16);
}

#articleContentInner a {
	color: #f88335;
}

#articleReturn {
	text-align: center;
}

/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
	#pager a.page-numbers {
		transition: all 0.3s ease 0s;
	}

	#pager a.page-numbers:hover {
		color: #ffffff;
		background-color: #f88335;
		border-color: #f88335;
	}

	#pager .page-numbers.prev:hover {
		background-image: url(../../img/news/icon_prev_hover.svg);
	}

	#pager .page-numbers.next:hover {
		background-image: url(../../img/news/icon_next_hover.svg);
	}

	#articleContentInner a {
		transition: all 0.3s ease 0s;
	}

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

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

}


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

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#pageTitle::after {
		width: 40px;
		height: 12px;
		margin-top: 5px;
	}

	#newsContainer {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	/* 一覧ページ
	------------------------------------ */
	#selectWrap {
		margin-bottom: 40px;
	}

	#selectHead {
		width: 120px;
		font-size: 1.5rem;
	}

	#select {
		padding: 15px 50px 15px 20px;
		font-size: 1.5rem;
		background-position: right 20px center;
		background-size: 14px;
	}


	#sortTxt {
		text-align: left;
	}

	/* ページャー */
	#pager {
		gap: 8px;
	}

	#pager .page-numbers {
		width: 40px;
		height: 40px;
		font-size: 1.4rem;
	}

	#pager .page-numbers.dots {
		font-size: 1rem;
	}

	#pager .page-numbers.prev,
	#pager .page-numbers.next {
		background-size: 12px;
	}

	/* 詳細ページ
	------------------------------------ */
	#articleCategory {
		margin-bottom: 15px;
	}

	.articleCategoryLabel {
		padding: 2px 8px;
		font-size: 1.3rem;
	}

	#articleTitle {
		font-size: 2rem;
		text-align: left;
	}

	#articleDate {
		font-size: 1.3rem;
	}

	#articleContent {
		margin-bottom: 40px;
		padding: 30px 15px;
	}

	#articleContentInner h2,
	#articleContentInner h3 {
		margin-top: 2.5em;
		font-size: 1.6rem;
	}

	#articleContentInner p {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}