<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 .article li.a01{
	display: none;
}
.red {
	color: #c33a4c;	
}
hr.bdr_dot {
	height: 0px;
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px dotted #191919;
}
#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: 20px;
	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 section {
	position: relative;
	margin-bottom: 60px;
	padding: 0 40px;
}
#mainbox section h3 {
	margin-bottom: 25px;
	text-align: center;
}
#mainbox section .box01 {
	box-sizing: border-box;
	position: relative;
	clear: both;
	margin-bottom: 15px;
	background:
	url(../images/p01/box01_head.png) center top no-repeat,
	url(../images/p01/box01_foot.png) center bottom no-repeat,
	url(../images/p01/box01_main.png) repeat
	;
	background-size: 638px auto;
}
#mainbox section .box01 .inner {
	padding: 40px 43px 40px;
}
#mainbox section .box01 h4 {
	margin-bottom: 25px;
	text-align: center;
}
#mainbox section .box01 .wbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 15px 0 10px;
	padding: 20px 20px 20px 15px;
	background: #ffffff;
	
}
#mainbox section .box01 .wbox h5 {
	width: 105px;
	color: #d13e26;
	font-weight: bold;
}
#mainbox section .box01 .wbox p {
	width: 410px;
}
#mainbox section .box01 h5 img {
	display: block;
}

#mainbox section .box01 hr {
	height: 0;
	margin: 25px 0 25px;
	border: none;
	border-top: 1px dotted #a08b3a;
}

.yellow {
	background: #f5e849;
	font-weight: bold;	
}
#mainbox section .column_box {
	box-sizing: border-box;
	position: relative;
	padding: 0 38px 40px;
	border: 6px solid #bfe3e0;
}
#mainbox section .column_box .ttl_colmun {
	width: 100px;
	margin: -12px auto 45px;

}

#conclusion {
	width: 638px;
	margin: 0 auto 60px;
	padding: 25px 0;
	/*border-top: 1px solid #e4e4e4;*/	
	border-bottom: 1px solid #e4e4e4;	
}
#conclusion p {
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 2.0;
	letter-spacing: -0.05em;
}

/* =====================================
	pager
===================================== */

#pager {
	background: #fff;
	padding: 0;
	margin-bottom: 40px;
}
#pager ul {
	margin-left: 202px;
}
#pager ul li {
	float: left;
	margin-right: 6px;
	background: #fff;
}
#pager ul li.prev {
	width: 84px;
}
#pager ul li.next {
	width: 84px;
	margin-right: 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>