@charset "UTF-8";
/* CSS Document */
/*BLOG一覧ページ*/
.blog-txt {
	font-size: 12px;
	color: #333;
}
.news-detail .flex #main ul#newsList {
	display: flex;
	flex-wrap: wrap;
}
.news-detail .flex #main ul#newsList li {
	width: 31.5%;
	margin: 0 0.7% 25px;
	border: none;
	display: flex;
}
.news-detail .flex #main ul#newsList li a {
	display: flex;
	flex-direction: column;
	background: transparent;
	width: 100%;
}
.news-detail .flex #main ul#newsList li a .up_ymd {
	display: block;
	font-size: 13px;
	letter-spacing: 0.05em;
	transition: 0.4s;
	margin-bottom: 5px;
	color: #333;
	font-weight: 700;
}
.news-detail .flex #main ul#newsList li a .title {
	display: block;
	transition: 0.4s;
	font-size: 0.95rem;
	margin-bottom: 7px;
	color: #333;
}
.news-detail .flex #main ul#newsList li a .textarea {
	padding-top: 7px;
	line-height: 1.6;
	width: 100%;
	position: relative;
	z-index: 20;
	margin-bottom: auto;
}
.thumbNailWrap {
	position: relative;
	overflow: hidden;
}
.thumbNailWrap::before {
	content: '';
	display: block;
	padding-top: 70%; /*高さの比率*/
}
.thumbNailWrap img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s ease;
}
.news-detail .flex #main ul#newsList li a:hover img {
	transform: scale(1.1);
}
@media (max-width: 1100px) {
	.news-detail .flex #main ul#newsList li {
		width: 47.5%;
	}
	.news-detail .flex #main ul#newsList li {
		margin: 0 1.2% 15px;
	}
}
@media (max-width: 550px) {
	.news-detail .flex #main ul#newsList li {
		width: 100%;
		margin: 0 0 13px;
	}
	.news-detail .flex #main ul#newsList li a .title {
		font-size: 0.85rem;
	}
	.news-detail .flex #main ul#newsList li a .up_ymd {
		font-size: 12px;
	}
}
/*===news-detail.php用==============================*/
/* 共通設定 追加分 ==================*/
.news-detail .flex #main .text li {
	border: none !important;
	padding: 0 !important;
}
/*ol*/
.news-detail .flex #main .text ol {
	counter-reset: number 0;
}
.news-detail .flex #main .text ol li::before {
	counter-increment: number 1;
	content: counter(number)".";
	margin-right: 4px;
}
/*ul*/
.news-detail .flex #main .text ul li::before {
	content: "・";
}
/*img*/
.news-detail img {
	max-width: 100%;
}
/*=================================*/
.detail_lists li {
	border-bottom: none !important;
	padding: 0 !important;
}
.detail_lists li:first-child {
	border-top: none !important;
}
.news-detail .flex {
	display: flex;
	justify-content: space-between;
}
.news-detail .flex #main {
	width: calc(100% - 270px);
}
.news-detail .flex #side {
	width: 220px;
}
/*main*/
.news-detail .flex #main #up_ymd {
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.news-detail .flex #main #up_ymd::before {
	font-family: "Font Awesome 6 Free";
	content: '\f017';
	font-weight: 900;
	padding-right: 0.5em;
	color: #e5001c;
}
.news-detail .pages {
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
}
.news-detail .pages > div {
	width: 45%;
}
.news-detail .pages .page_next {}
.news-detail .pages .page_prev {}
.news-detail .pages a {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 0.85rem;
	padding: 15px;
	transition: 0.4s;
	color: #e5001c;
}
.news-detail .pages .page_prev a {
	text-align: right;
}
.news-detail .pages a:hover {
	background: #f5f5f5;
}
/*side*/
.news-detail .flex #side h3 {
	font-size: 1.1rem;
	margin-bottom: 10px;
	font-weight: 500;
}
.news-detail .flex #side h3::before {
	font-family: "Font Awesome 6 Free";
	content: '\f0ca';
	font-weight: 900;
	padding-right: 0.5em;
	color: #e5001c;
}
.news-detail .flex #side ul {}
.news-detail .flex #side ul li a {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 88%;
	color: #e5001c;
	padding: 15px;
	margin-bottom: 7px;
	transition: 0.4s;
}
.news-detail .flex #side ul li a::before {
	font-family: "Font Awesome 6 Free";
	content: '\f017';
	font-weight: 900;
	padding-right: 0.5em;
}
.news-detail .flex #side ul li a:hover {
	background: #f5f5f5;
}
@media (max-width: 960px) {
	.news-detail .pages {
		display: block;
		margin-top: 30px;
	}
	.news-detail .pages > div {
		width: 100%;
	}
	.news-detail .pages .page_next {
		margin-bottom: 7px;
	}
}
@media (max-width: 750px) {
	.news-detail .flex {
		display: block;
	}
	.news-detail .flex #main {
		width: 100%;
		margin-bottom: 40px;
	}
	.news-detail .flex #side {
		width: 100%;
	}
}
/*一覧ページ*/
.news-detail .flex #main li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	padding: 8px 0;
}
.news-detail .flex #main li:first-child {
	border-top: 1px solid #ddd;
}
.news-detail .flex #main li span {}
.news-detail .flex #main li .up_ymd {
	font-size: 90%;
	letter-spacing: 0.1em;
	display: block;
}
.news-detail .flex #main li .up_ymd::before {
	font-family: "Font Awesome 6 Free";
	content: '\f017';
	font-weight: 900;
	padding-right: 0.5em;
	color: #e5001c;
}
.news-detail .flex #main li .title a {
	color: #333;
	display: block;
}
.news-detail .flex #main li .title a:hover {
	opacity: 0.7;
}
/*アーカイブのスクロール指定*/
.news-detail #side ul {
	overflow-y: scroll;
	max-height: 300px;
	padding-right: 10px;
}
/*スクロールバー*/
.news-detail #side ul::-webkit-scrollbar {
	overflow: hidden;
	width: 1px;
	background: #fafafa;
}
.news-detail #side ul::-webkit-scrollbar-button {
	display: none;
}
.news-detail #side ul::-webkit-scrollbar-thumb, .news-detail #side ul::-webkit-scrollbar-corner {
	background: #e5001c;
}
.news-detail #side ul::-webkit-scrollbar-thumb, .news-detail #side ul::-webkit-scrollbar-corner {
	background: #e5001c;
}