<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =====================================
	全体・共通パーツ
===================================== */

#rside .article02 li.a02 {
	display: none;
}
.gray {
	background:#DAD1BA;
}
.blue .gray {
	background:#B2E0F7;
}

.rel {
	position: relative;	
}
.abs {
	position: absolute;	
}
hr.bdr_dot {
	height: 0px;
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px dotted #191919;
}

a.blue {
	color: #009ee6;
	text-decoration: underline;
}
.blue {
	color: #009ee6;
}

.ls {
	letter-spacing: -0.05em;
	
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
#wrapper {
	font-family: 'Noto Sans JP','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
}

/* =====================================
	contents
===================================== */

#main {
	margin-bottom: 25px;
}
#ttl {
	width: 638px;
	margin: 0 auto 60px;	
}
#ttl .num {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
#ttl h2 {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
}
#ttl p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 2.0;
	letter-spacing: -0.05em;
}
.sns {
	margin-bottom: 0px;	
}

#mainbox {
	width: 638px;
	margin: 0 auto 50px;
	line-height: 2.0;
	letter-spacing: -0.05em;
	font-size: 15px;
}
#mainbox h3 {
	margin-bottom: 58px;
}
#mainbox section {
	position: relative;
	margin-bottom: 58px;
}
#mainbox section h4 {
}
#mainbox section h5 {
	margin-bottom: 20px;
}
#mainbox section hr.bdr_dot {
	border-top: 1px dotted #008080;
}
section .contbox{
	position: relative;
	padding: 35px 20px 30px;
	border-bottom: 1px solid #008080;
}

section .contbox .box01 {
	box-sizing: border-box;
	width: 640px;
	padding: 0 40px 40px;
	border: 1px solid #a06304;
	background: #fff;
}
section .contbox .box01 h4{
	margin: -10px 0 20px;
	text-align: center;
}

#mainbox .c02 h3 {
	margin-bottom: 35px;
}
#mainbox .c02 .ttl02 {
	margin-bottom: 25px;
	text-align: center;
}
#mainbox .c02 .box02 {
	padding: 50px 40px 40px;
	background: #e8e9e4;
}
#mainbox .c02 h5 {
	position: relative;
	margin-bottom: -20px;
	text-align: center;
}
#mainbox .c02 .box02 h6 {
	margin-bottom: 18px;
}
#mainbox .c02 .box02 p {
	margin-bottom: 35px;
}
.c02 section .contbox{
	border-bottom: 1px solid #204e93;
}
#mainbox section#column {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 58px;
	padding: 40px;
	border: 4px solid #e8e9e4;
}
#mainbox section#column .ttl {
	position: absolute;
	top: -10px;
	left: 50%;
    transform: translateX(-50%);
	}
#mainbox section#column .ttl img {
	display: block;
}
#mainbox section#column h4 {
	margin-bottom: 25px;
	text-align: center;
}


#conclusion {
	width: 638px;
	margin: 0 auto 60px;
	padding: 25px 0;
	border-top: 1px solid #e4e4e4;	
	border-bottom: 1px solid #e4e4e4;	
}

#conclusion .profbox {
	margin-bottom: 60px;
	letter-spacing: -0.05em;
}
#conclusion .profbox .fr {
	
}
#conclusion .profbox h5 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.75;
	
}
#conclusion .profbox p {
	font-size: 13px;
	line-height: 1.75;
	
}

#conclusion .sns ul {
	float: none;
}

.btn_to_list {
	margin-bottom: 30px;
	text-align: center;
}
.btn_to_list a {
	display: inline-block;
	box-sizing: border-box;
	width: 260px;
	height: 40px;
	padding-top: 13px;
	text-align: center;
	background: #000;
	line-height: 1.0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.btn_to_list a:hover {
	background: #666666;
	color: #fff;
}

.bnr_a02 {
	margin-bottom: 60px;
}
.bnr_a02 a {
	display: flex;
	width: 638px;
	margin: 0 auto;
	background: #e5e5e5;
}
.bnr_a02 .img {
	background: #fff;
}
.bnr_a02 a:hover img {
	opacity: 0.7;
}
.bnr_a02 .txt {
	padding: 38px 0 0 28px;
}
.bnr_a02 p.ttl {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.625;
}
.bnr_a02 p.vol {
	font-size: 11px;
}

</pre></body></html>