<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* ビジュアル
------------------------------------------------------------------------------- */
.tVisual {
	min-width: 950px;
	height: 400px;
	border-top: 1px solid #060907;
	border-bottom: 1px solid #060907;
	background: url(../images/index_bg01.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
.tVisual_tit {
	margin: 0;
	padding: 89px 0 0;
	border: none;
	background: none;
	text-align: center;
}
/* リード
------------------------------------------------------------------------------- */
.tLead {
	padding: 38px 20px 70px;
}
.tLead_tit {
	line-height: 1.5;
	margin: 0 0 44px;
	color: #365c48;
	font-size: 184%;
	font-weight: 500;
	text-align: center;	
}
.tLead_txt {
	line-height: 1.65;
	color: #333;
	font-size: 142%;
	font-weight: 400;
	text-align: center;	
}
/* 記事一覧
------------------------------------------------------------------------------- */
.tArticle {
	max-width: 765px;
	margin: 6px auto 0;
	padding: 0 0 138px;
	font-size: 100%;
}
.tArticle_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -51px -20px 0;
}
.tArticle_item {
	width: -webkit-calc(25% - 40px);
	width: calc(25% - 40px);
	margin: 51px 20px 0;
}
.tArticle_wrap {
	display: block;
	color: #333;
	text-decoration: none;
	transition: opacity .3s;
}
.d_hover .tArticle_wrap:hover {
	opacity: 0.6;
}
.tArticle_img {
	display: block;
}
.tArticle img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
.tArticle_head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 6px 0 5px;
}
.tArticle_category {
	width: 79px;
	line-height: 1;
	font-size: 10px;
}
.tArticle_date {
	line-height: 1.4;
	padding: 1px 0 0;
	color: #365c48;
	font-size: 109%;
	font-weight: 400;
}
.tArticle_tit {
	line-height: 1.5;
	margin: 0 0 2px;
	color: #333;
	font-size: 117%;
	font-weight: 500;
}
.tArticle_txt {
	line-height: 1.6;
	color: #333;
	font-size: 92%;
	font-weight: 400;
}
#container .tArticle_head:after {
	content: none;
}</pre></body></html>