<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.page_title{	margin-bottom: 30px;}

.chambox{
	padding: 20px 20px 40px 20px;
}
.chambox div{
	padding: 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.chambox div:first-of-type{	padding-top: 0;}
.chambox dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 5px 0;
}
.chambox dt,
.chambox dd{
	display: table-cell;
	vertical-align: top;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
	font-size: 20px;
	line-height: 25px;
}
.chambox dt{
	text-align: left;
	color: #efd78b;
}
.chambox dd{
	width: 110px;
	text-align: right;
}
.chambox p{
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #ccc;
}

.maintxt{
	font-size: 16px;
	line-height: 1.4;
	padding: 40px 20px;
	text-align: left;
}
.maintxt i{	font-style: italic; font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Yu Gothic UI', Meiryo, sans-serif;}
.maintxt u{	text-decoration: underline;}
.maintxt &gt; p{	margin-bottom: 20px;}

.chambt{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-bottom: 20px;
}
.chambt:last-of-type{	margin-bottom: 0;}
</pre></body></html>