<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.subpage_tit {
	margin-bottom: 40px;
}

.news_list {
	width: 100%;
}

.news_list li {
	width: 100%;
	font-size: 1.4rem;
	display: table;
	border-top: 1px dotted #969696;
	padding: 20px 0;
}

.news_list li:last-of-type {
	border-bottom: 1px dotted #969696;
}

.news_date {
	width: 100px;
	display: table-cell;
	vertical-align: top;
	color: #646464;
}

.news_tit {
	width: auto;
	display: table-cell;
	vertical-align: top;
}

.news_link {
	color: #f25212;
	text-decoration: underline;
}

.news_link:hover {
	text-decoration: none;
}

.news_detail .subpage_tit {
	text-align: left;
}

.page_list {
	text-align: center;
	margin-top: 40px;
}

.page_list span,
.page_list a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 1.4rem;
	color: #000000;
	border: 1px solid #000000;
	margin-right: 10px;
	vertical-align: middle;
}

.page_list span.current {
	color: #FFFFFF;
	background: #F25212;
	border-color: #F25212;
}
.page_list span.extend{
	border: none;
	width: auto;
	height: auto;
}

.previouspostslink,
.nextpostslink {
	border: none !important;
	color: transparent !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.previouspostslink {
	background-image: url(../img/ico_prev02.png) !important;
}

.nextpostslink {
	background-image: url(../img/ico_next02.png) !important;
}

.wp-block-gallery {
	width: 100%;
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 0;
}

.wp-block-gallery figure {
	display: inline-block;
	width: 49%;
	margin: 0 2% 0 0;
}

.wp-block-gallery figure:last-of-type {
	margin-right: 0;
}
.wp-block-gallery figure img{
	display: block;
	margin: 0 auto;
	height: auto;
}
.newsDetail h2{
	font-size: 2rem;
    margin-bottom: 40px;
    font-weight: normal;
}
.newsDetail p{
	font-size: 1.4rem;
    line-height: 1.875;
}

.btn_news {
	margin-top: 40px;
}

@media only screen and (max-width:1024px) {
	.news_link:hover {
		text-decoration: underline;
	}
}

@media only screen and (max-width:1023px) {}

@media only screen and (max-width:767px) {
	.subpage_tit {
		margin-bottom: 30px;
	}
	.wp-block-gallery {
		max-width: 475px;
		margin: 0 auto 30px auto;
	}
	.wp-block-gallery figure {
		display: block;
		width: auto;
		margin: 0 auto;
	}
	.wp-block-gallery figure:last-of-type {
		margin: 20px auto 0 auto;
	}
	
	.newsDetail h2{
	    margin-bottom: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.news_list li {
		display: block;
		padding: 15px 0;
	}
	.news_date {
		width: 100%;
		display: block;
	}
	.news_tit {
		width: 100%;
		display: block;
		margin-top: 5px;
	}
	
	.newsDetail h2{
		font-size: 1.8rem;
	}
}</pre></body></html>