<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("/jutaku/common/css/rn03/fonts2.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&amp;display=swap');
/* ****************************************************************************

　目次

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

　01. モジュール

******************************************************************************* */
#container {
	margin-top: 0;
	padding-bottom: 0;
}
.fnFade:hover {
	opacity: .6;
}
/* ==

　01. モジュール

=============================================================================== */
/* ビジュアル
------------------------------------------------------------------------------- */
.baVisual01 {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 417px;
	background-image: url(../images/visual_bg01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.baVisual01_tit {
	line-height: 1;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 209%;
	font-weight: 500;
	text-shadow: 0 0 10px #aaa;
}
/* リスト
------------------------------------------------------------------------------- */
.baList01 {
	padding: 100px 20px 100px;
	background-color: #f5f5f5;
	color: #000;
}
.baList01_list {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: -60px auto 0;
	font-size: 100%;
}
.baList01_item {
	width: 33%;
	margin: 60px 0 0;
	background-color: #fff;
	box-sizing: border-box;
}
.baList01_wrap {
	display: block;
	color: #000;
	text-decoration: none;
}
.baList01_img {
	display: block;
}
.baList01_info {
	padding: 25px 30px 31px;
}
.baList01_tit {
	line-height: 1.7;
	margin: 0 -10px 21px;
	font-family: 'Noto Serif JP', serif;
	font-size: 167%;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.03em;
}
.baList01_tit span {
	display: inline-block;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.5;
	font-size: 80%;
	font-weight: 500;
}
.baList01_txt {
	line-height: 1.6875;
	margin: 0;
	color: #737373;
	font-size: 134%;
	font-weight: 400;
	letter-spacing: -0.02em;
}
.baList01_link {
	margin: 23px auto 0;
	color: #727272;
	font-size: 117%;
	font-weight: 400;
	text-align: right;
}
.baList01_link::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0 0 12px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	transform:rotate(45deg);
	vertical-align: -0.03em;
}</pre></body></html>