<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content-main p.right{
	text-align: right;
	font-size: 75%;
}
#content-main p.text{
	font-size: 85%;
}
#content-main .content-button {
	margin-top: 10px;
}
#content-main .page-text{
	margin-top: 20px;
	width: 330px;
}
#content-main .sub-title{
	margin-bottom: 30px;
}
#content-main .title{
	font-size: 150%;
	font-weight: 400;
	margin-top: 10px;
}
#content-main span.block{
	display: block;
}
#content-main .content-button {
	margin-top: 25px;
}
#content-main .content-button a{
	background: #ff7033 url(/images/common/arrow01.svg)  no-repeat  right 14px center;
	color: #fff;
	padding: 10px 28px 10px 15px; 
	font-size: 75%;
	font-weight: 400;
	border-radius: 5px;
}
#content-main .content-button a:hover{
	transition: 0.3s;
	background: #ff4d00 url(/images/common/arrow01.svg)  no-repeat right 11px center;
}
#content-main .line{
	margin:10px 3px;
	margin-left: 3px;
	height: 2px;
	width:25px; 
	background: #e4e4e4;
}
#content-main .page-content{
	height: 400px;
	padding-top: 20px;
	padding-left: 10px;
}

#content-main .contents-etc{
	border: 1px solid #e7e7e7;
	background-color: #f7f7f7;
	line-height: 1.5em;
	padding: 20px;
}

#content-main .content-button a{
	background: #FF4D00 url(/images/common/arrow01.svg)  no-repeat  right 14px center;
	color: #fff;
	padding: 10px 28px 10px 15px; 
	font-size: 75%;
	font-weight: 400;
	border-radius: 5px;
}
#content-main .content-button a:hover{
	transition: 0.3s;
	background: #e54500 url(/images/common/arrow01.svg)  no-repeat right 11px center;
}

#content-main  span.point {
	font-weight: 400;
	color:#e15170;
}
#content-main span.bold{
	font-weight: 400;
}</pre></body></html>