.NewsListBox {
	clear: both;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #CCC;
	max-width: 1000px;
	margin: auto;
}

.NewsListBox a {
	clear: both;
	overflow: hidden;
	position: relative;
	color: #222;
	line-height: 1.7;
	display: block;
	text-decoration: none;
	padding: 20px;
	padding-left: 0;
}

.NewsListBox img {
	width: 100px;
	float: left;
	padding-right: 10px;
}

@media screen and (max-width: 750px) {
	.NewsListBox a {
		padding: 20px;
	}
}

.NewsListBox a:hover {
	color: #42A36F;
}

.NewsListBox dt {
	font-size: 0.85em;
}

.NewsListBox dt strong {
	display: inline-block;
	background: #42A36F;
	color: #FFF;
	font-size: 0.8em;
	margin-left: 10px;
	padding-left: 7px;
	padding-right: 7px;
	border-radius: 3px;
}

.NewsListBox a i {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #CCC;
}

.PagesItem {
	clear: both;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
}

.PagesItem:first-child {
	padding-top: 0;
}

.PagesItem span,
.PagesItem a {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}

.PagesItem a.link_next {
	border-right: 0
}

.PagesItem a.link_page,
.PagesItem a.link_before {
	color: #008DE6;
	border-right: 1px solid #CCC;
}

.current_page {
	color: #222;
	border-right: 1px solid #CCC;
}

.PagesItem a {
	color: #008DE6;
}

.PagesItem a:hover {
	text-decoration: none;
}


/* カテゴリ */
#CategoryTab {
	text-align: center;
	max-width: 1000px;
	margin: auto;
	color: #FFF;
	font-size: 0.9em;
}

#CategoryTab a {
	display: block;
	background: #42A36F;
	padding: 15px;
	box-sizing: border-box;
	cursor: pointer;
}

#CategoryTab i {
	padding-right: 10px;
}

#CategoryTab .fas.fa-chevron-up {
	display: none;
}

#CategoryTab.open .fa-chevron-up {
	display: inline-block;
}

#CategoryTab.open .fa-chevron-down {
	display: none;
}


#category01Box {
	background: #F1F1F1;
	text-align: center;
	max-width: 1000px;
	margin: auto;
	box-sizing: border-box;
	padding: 20px;
	line-height: 2em;
	position: relative;
	display: none;
}

#category01Box ul,
#category01Box li {
	display: inline-block;
}

#category01Box li {
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (max-width: 750px) {

	#category01Box ul,
	#category01Box li {
		display: block;
	}

	#category01Box li {
		padding-left: 0;
		padding-right: 0;
	}
}

#category01Box a {
	color: #222;
	text-decoration: none;
}

#category01Box a i {
	padding-right: 5px;
}

#category01Box .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 20px 0 20px;
	border-color: #42a36f transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* 記事ページ */
.ContBox .TitleBox {
	position: relative;
	margin-bottom: 15px;
}

.ContBox .TitleBox h4 {
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.6;
}

.ContBox .TitleBox span {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	font-weight: normal;
}


/* お知らせ */
.EntryBody {
	clear: both;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
	line-height: 1.6;
}

.EntryDate {
	padding-bottom: 10px;
	font-size: 0.8em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 3rem;
}

.EntryDate i {
	padding-right: 5px;
}

.EntryImg {
	text-align: center;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

.EntryImg img {
	max-width: 100%;
	display: block;
}

@media screen and (max-width: 750px) {
.EntryBody iframe {
width: 100%;
height: 56vw;
}
}

.EntryBackBtn {
	padding-bottom: 60px;
	text-align: center;
}

.EntryBackBtn a {
	display: block;
	width: 30%;
	margin: auto;
	border-radius: 5px;
	background: #FF760F;
	color: #FFF !important;
	padding: 10px;
	font-size: 0.9em;
	text-decoration: none;
	line-height: 18px;
	transition: all 0.3s ease;
	opacity: 1;
}

.EntryBackBtn a i {
	padding-right: 5px;
	opacity: 0.5;
	font-size: 0.8em;
}

.EntryBackBtn a:hover {
	opacity: 0.7
}

@media screen and (max-width: 750px) {
	.EntryBackBtn a {
		width: 70%;
	}
}


/* PDFファイルを開く */
.newsPDF {
	padding-top: 15px;
	padding-bottom: 10px;
	clear: both;
	width: 40%;
}

.newsPDF a {
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background: #F12B24;
	padding: 7px;
	border-radius: 5px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

.newsPDF a span {
	font-size: 0.8em;
}

.newsPDF a:hover {
	opacity: 0.7;
}

/* 2025.11.11追加 */
#ContmainImg {
	position: relative;
}

#ContmainImg .pc_img,
#ContmainImg .sp_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#ContmainImg .pc_img img,
#ContmainImg .sp_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#ContmainImg .pc_img {
	display: block;
}
#ContmainImg .sp_img {
	display: none;
}

#ContmainImg.mv_pc {
	height: 25vw;
}

@media screen and (max-width: 750px) {
	#ContmainImg.mv_pc,
	#ContmainImg.mv_sp {
		height: 45vw;
	}
	#ContmainImg .pc_img {
		display: none;
	}
	#ContmainImg .sp_img {
		display: block;
	}
}