@charset "utf-8";

.newsBoxWrapper{
	display: flex;
	justify-content: space-between;
}
.newsBoxWrapper a:hover{
	opacity: 0.6;
}
.newsBox01 {
	max-width: 740px;
	flex-shrink: 0;
	width: 100%;
}
.newsBox01 .innerBox{
	padding: 0;
}
.newsBox01 .tbl01 {
	width: 100%;
    border-collapse:collapse;
    border-spacing:0;
}
.newsBox01 .tbl01 th ,
.newsBox01 .tbl01 td {
	text-align: left;
	vertical-align: top;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 1em 0;
	border-bottom: 1px dashed #7dcfa9;
}
.newsBox01 .tbl01 th {
	white-space: nowrap;
}
.newsBox01 .tbl01 td {
	width: 100%;
	padding-left: 1em;
	box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
	.newsBox01 .tbl01 th ,
	.newsBox01 .tbl01 td {
		display: block;
		font-size: 1.2rem;
		border-bottom: none;
	}
	.newsBox01 .tbl01 th {
		padding-bottom: 0;
	}
	.newsBox01 .tbl01 td {
		padding-top: 0;
		padding-left: 0;
		border-bottom: 1px dashed #7dcfa9;
	}
}
.newsBox01 .tbl01 .iconNew {
	display: inline-block;
	color: #7dcfa9;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
	margin: 0 1em 0 0;
	padding: 0.2em 0.5em;
	border: 1px solid #7dcfa9;
}
/* newsList for archive page */
.newsList{
	list-style: none;
	padding: 0;
	margin: 0;
}
.newsList li{
	border-bottom: 1px dashed #7dcfa9;
}
.newsList li a{
	display: block;
	padding: 1em 0;
	text-decoration: none;
	color: #333;
}
.newsList li a time{
	font-size: 1.6rem;
	margin-right: 1em;
}
.newsList li a .iconNew{
	display: inline-block;
	color: #7dcfa9;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-right: 1em;
	padding: 0.2em 0.5em;
	border: 1px solid #7dcfa9;
}
.newsList li a p{
	font-size: 1.6rem;
	margin: 0.5em 0 0;
}
@media only screen and (max-width: 999px) {
	.newsList li a time{
		font-size: 1.2rem;
	}
	.newsList li a .iconNew{
		font-size: 0.9rem;
	}
	.newsList li a p{
		font-size: 1.2rem;
	}
}
.newsBox02{
	width: 210px;
	padding-left: 5%;
	flex-shrink: 0;
}
.newsBox02 .widget{
	border: 1px solid #6DC49C;
	width: 100%;
}
/* 人気記事ウィジェット */
.newsBox02 .widget-popular h4.popular-title{
	margin: 0;
	background: #6DC49C;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	padding: .5em 3em;
}
.newsBox02 .widget-popular .popular-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.newsBox02 .widget-popular .popular-list li{
	padding: 0 .5em;
}
.newsBox02 .widget-popular .popular-list li a{
	font-size: 1.4rem;
	color: #46B481;
	text-decoration: none;
	display: block;
	padding: .8em;
	border-top: 1px dashed #7DCFA9;
	line-height: 1.5;
	text-align: left;
}
.newsBox02 .widget-popular .popular-list li:first-child a{
	border-top: none;
}
.newsBox02 .widget-popular .popular-list li a:hover{
	opacity: 0.6;
}
.newsBox02 .widget-popular .popular-list li a img{
	display: none;
}
.newsBox02 .widget-popular .no-posts{
	font-size: 1.4rem;
	color: #666;
	padding: 1em;
	text-align: center;
}
@media only screen and (max-width: 999px) {
	.newsBox02 .widget-popular h4.popular-title{
		font-size: 1.2rem;
	}
	.newsBox02 .widget-popular .popular-list li a{
		font-size: 1.2rem;
	}
}
.newsBox02 .widget h4.monthly-archive-title{
	margin: 0;
	background: #6DC49C;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	padding: .5em 3em;
}
.newsBox02 .widget ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.newsBox02 .widget ul.archive-list{
}
.newsBox02 .widget ul.archive-list h5{
	font-size: 1.6rem;
	background: #E8F5EF;
	margin: 0;
	color: #46B481;
	font-weight: normal;
	padding: .5em;
	cursor: pointer;
	position: relative;
	border-top: 1px solid #7DCFA9;
}
.newsBox02 .widget ul.archive-list h5:before{
	content: '';
	border-bottom: 1px solid #7DCFA9;
	width: 1.4rem;
	height: 1px;
	position: absolute;
	right: 1rem;
	top: 50%;
}
.newsBox02 .widget ul.archive-list h5:after{
	content: '';
	border-right: 1px solid #7DCFA9;
	width: 1px;
	height: 1.4rem;
	position: absolute;
	right: 1.6rem;
	top: 54%;
	transform: translateY(-50%);
}
.newsBox02 .widget ul.archive-list li.acv_open h5:after{
	display: none;
}
.newsBox02 .widget ul.archive-list li.current h5{
	display: none;
}

.newsBox02 .month-archive-list{
	border-top: 1px solid #7DCFA9;
	display: none;
}
.newsBox02 .widget ul.archive-list li.current  .month-archive-list{
	display: block;
}
.newsBox02 .month-archive-list li {
	padding: 0 .5em;
}
.newsBox02 .month-archive-list li:last-child{
}
.newsBox02 ul.archive-list li:last-child ul.month-archive-list li:last-child{
	border-bottom: none;
}
.newsBox02 .month-archive-list li a{
	font-size: 1.6rem;
	color: #46B481;
	text-decoration: none;
	display: block;
	position: relative;
	padding: .5em 0;
	border-top: 1px dashed #7DCFA9;
}

.newsBox02 .month-archive-list li:first-child a{
	border-top: none;
}
.newsBox02 .month-archive-list li a:after{
	content: '';
	width: 1.3em;
	height: 2em;
	background: url("../img/news/month_arrow.svg")no-repeat top center/contain;
	position: absolute;
	right: 0rem;
	top: 40%;
}
.pageNation{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.5em;
}
.pageNation .preview a,
.pageNation .next a{
	display: block;
	font-size: 1.6rem;
	color: #7DCFA9;
	padding: .2em 1.5rem;
	position: relative;
	text-decoration: none;
	border: 2px solid #7DCFA9;
	white-space: nowrap;

}
.pageNation .preview a{
	padding-left: 3em;
}
.pageNation .preview a:before{
	content: '';
	width: 1.5em;
	height: 1em;
	background: url("../img/news/prev_arrow.svg") no-repeat top center/contain;
	position: absolute;
	top: 34%;
	left: 1em;
}

.pageNation .next a{
	padding-right: 3em;
}

.pageNation .next a:after{
	content: '';
	width: 1.5em;
	height: 1em;
	background: url("../img/news/next_arrow.svg") no-repeat top center/contain;
	position: absolute;
	top: 34%;
	right: 1em;
}

.pageNation ol{
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 auto;
}
.pageNation ol li{
	margin:.5em;
}
.pageNation ol li a{
	font-size: 1.6rem;
	line-height: 1;
	display: block;
	text-align: center;
	color: #7DCFA9;
	min-width: 1.6em;
	padding: .3em;
	box-sizing: border-box;
	background: #fff;
	text-decoration: none;
}
.pageNation ol li.current a{
	background: #7DCFA9;
	color: #fff;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

img[class*="wp-image-"].alignleft { margin-right: 1em; }
img[class*="wp-image-"].alignright { margin-left: 1em; }
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.entry{

}
.entry .entry-header h1{
	font-size: 2.5rem;
	margin: 0;
	padding-top: .3em;
	padding-bottom: .2em;
	border-bottom: 1px dashed #7BCEA8;
	font-weight: normal;
}
.entry .entry-header	time{
	font-size: 1.6rem;
}
.entry .entry-header span.iconNew{
	display: inline-block;
color: #7dcfa9;
font-size: 1.5rem;
line-height: 1;
letter-spacing: 0.1em;
margin: 0 0 0 1em;
padding: 0.2em 0.5em;
border: 1px solid #7dcfa9;
}
.entry .entry-header{
	padding: 1em 0;
}
.entry .entry-content h2{
	font-size: 2rem;
	color: #46B481;
	border-left: 10px solid #46B481;
	padding-left: 1em;
}
.entry .entry-content h3{
	font-size: 1.8rem;
	line-height: 1.6;
	color: #46B481;
	margin-bottom: 0;
	padding-bottom: 0;
}
.entry .entry-content p{
	font-size: 1.6rem;
	margin: 0 0 1.75em;
}
.entry .entry-content a{
	font-size: 1.6rem;
	color: #1E9FB5;
	position: relative;
}
.entry a[target="_blank"]::after{
	content:'';
	background: url("../img/news/link_icon.svg")no-repeat top center/cover;
	width: .9em;
	height: .9em;
	position: absolute;
	right: -1.4em;
	top: 50%;
	transform: translateY(-50%);
}
.entry figure{
	margin: 0 auto;
}
.entry figure figcaption{
	font-size: 1.4rem;
	padding-bottom: 2em;
}
.wp-block-image{
	margin-bottom: 2em;
}
.wp-block-image:last-of-type{
	margin-bottom: 0;
}
.LinkNewsList{
	text-align: center;
	padding-top: 2em;
}
.LinkNewsList a{
	color: #46B481;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-left: 2em;
}
.LinkNewsList a:after{
	content: '';
	position: absolute;
	top: 56%;
	width: 1.4em;
	height: 1em;
	background: url("../img/common/arrow_back.svg")no-repeat top center/contain;
	transform: translateY(-50%);
	left: 0;
}

.wp-block-image img {
    max-width: 100%;
}
.clear::after,
.entry-content::after,
.entry-footer::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after,
.nav-links::after,
.pagination::after,
.comment-author::after,
.widget-area::after,
.widget::after,
.comment-meta::after {
    clear: both;
}
.wp-block-media-text {
    display: grid;
	display: -ms-grid;
    grid-template-rows: auto;
    align-items: start;
    grid-template-areas: "media-text-media media-text-content";
	-ms-gird-rows: 50% 50%;
}
.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
	-ms-grid-column: 2;
}
.wp-block-media-text .wp-block-media-text__content p{
    margin: 0 0 0 8%;
}
.wp-block-media-text {
    margin-bottom: 1.75em;
}
.wp-block-media-text .wp-block-media-text__media{
	-ms-grid-column: 1;
}
.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 999px) {
	.newsBoxWrapper{
		display: block;
	}
	.newsBox02{
		padding-left: 0;
		margin: 5% auto 0;
		width: 100%;
	}
	.newsBox02 .widget h4.monthly-archive-title{
		font-size: 1.2rem;
	}
	.newsBox02 .widget ul.archive-list h5{
		font-size: 1.2rem;
	}
	.newsBox02 .widget ul.archive-list h5:before{
		width: 1rem;
		right: 1rem;
	}
	.newsBox02 .widget ul.archive-list h5:after{
		height: 1rem;
		right: 1.4rem;
	}
	.newsBox02 .month-archive-list li a{
		font-size: 1.2rem;
	}
/*	.newsBox02 .month-archive-list li a:before{
		top: 50%;
		width: .6rem;
		height: 1px;
	}
	.newsBox02 .month-archive-list li a:after{
		width: 1.6rem;
	}*/
	.pageNation{
		display: grid;
		grid-template-columns: 30% 40% 30%;
		justify-content: center;
	}
	.pageNation ol {
		grid-row: 1;
		grid-column: 1/4;
		justify-content: center;
		padding-bottom: 1em;
	}
	.pageNation .preview{
		grid-row: 2;
		grid-column: 1;
	}
	.pageNation .next{
		grid-row: 2;
		grid-column: 3;
	}
	.pageNation .preview a,
	.pageNation .next a{
		font-size: 1.2rem;
	}
	.pageNation .preview a{
		text-align: right;
	}
	.pageNation ol li a{
		font-size: 1.2rem;
	}
	.pageNation .preview a:after{
		left: 1em;
	}
	.pageNation .next a:after{
		right: 1em;
	}
	.pageNation ol{
		margin: 0 1em;
	}
	.entry .entry-header	time{
		font-size: 1.2rem;
	}
	.entry .entry-header span.iconNew{
		font-size: 1.1rem;
	}
	.entry .entry-header h1{
		font-size: 2.1rem;
	}
	.entry .entry-content h2{
		font-size: 1.6rem;
	}
	.entry .entry-content h3{
		font-size: 1.4rem;
	}
	.entry .entry-content p{
		font-size: 1.2rem;
	}
	.entry .entry-content a{
		font-size: 1.2rem;
	}
	.alignright { float: none; }
	.alignleft { float: none; }

img[class*="wp-image-"].alignleft { float: none; margin-right: 0; margin: 0 auto; display: block;}
img[class*="wp-image-"].alignright { float: none; margin-left: 0; margin: 0 auto; display: block;}
	 figure.alignright{
		 width: auto;
		padding-left: 0;
	}
     figure.alignleft{
     	width: auto;
    	padding-right: 0;
	}
	.entry figure figcaption{
		font-size: 1rem;
	}
	.LinkNewsList a{
		font-size: 1.2rem;
	}
	.wp-block-media-text {
		display: block;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}
}
.imgBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.imgBox .wp-block-image {
	width: 49%;
}
@media only screen and (max-width: 999px) {
	.newsBox01 .tbl01 .iconNew {
		font-size: 0.9rem;
	}
	.imgBox{
	width: 100%;
	display: block;
}
	.imgBox .wp-block-image {
		width: auto;
	}
	.wp-block-media-text .wp-block-media-text__content p{
		margin: 0;
	}
}

/*table*/

.column table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
	margin: 3.2rem 0;
}

.column th,
.column td {
  border: 1px solid #e5e7eb;
  padding: 12px 14px;
  vertical-align: top;
  text-align: left;
}

.column thead th {
  background: #f7f7f7;
  font-weight: 700;
}

.column tbody tr:nth-child(even) {
  background: #fafafa;
}

.column tbody tr:hover {
  background: #f3f4f6;
}

.column td {
  word-break: break-word;
}

/* ========================================
   カード型レイアウト（2カラム）
======================================== */
.newsList.cardList {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.newsList.cardList .cardItem {
	width: calc(50% - 15px);
	border-bottom: none;
}

.newsList.cardList .cardLink {
	display: block;
	text-decoration: none;
	color: #333;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.newsList.cardList .cardLink:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
	transform: translateY(-3px);
}

.newsList.cardList .cardThumbnail {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 アスペクト比 */
	overflow: hidden;
}

.newsList.cardList .cardThumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsList.cardList .cardThumbnail .iconNew {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	color: #fff;
	background: #7dcfa9;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 0.4em 0.6em;
	border: none;
	border-radius: 3px;
	z-index: 1;
}

.newsList.cardList .cardContent {
	padding: 15px;
}

.newsList.cardList .cardTitle {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* レスポンシブ（タブレット・スマホ） */
@media only screen and (max-width: 999px) {
	.newsList.cardList {
		gap: 20px;
	}

	.newsList.cardList .cardItem {
		width: calc(50% - 10px);
	}

	.newsList.cardList .cardTitle {
		font-size: 1.3rem;
	}

	.newsList.cardList .cardThumbnail .iconNew {
		font-size: 1rem;
		top: 8px;
		left: 8px;
	}

	.newsList.cardList .cardContent {
		padding: 12px;
	}
}

/* スマホ縦向き */
@media only screen and (max-width: 599px) {
	.newsList.cardList .cardItem {
		width: 100%;
	}
}
