<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
*{
outline:none;
}
.contents h3.title{
	/* margin:100px 0 50px; */
	text-align: center;
	margin-bottom: 60px;
}
.package_thumb{
	text-align:center;
	margin: 0;
}
.btn_buy{
	display:block;
	width:201px;
	margin: 0 0 50px;
}
.contents {
	color:#6f6364;
}

.contents h3 {
  font-size: 22px;
  color: #596075;
  font-weight: normal;
  margin: 65px 0 20px;
  line-height: 1.6em;
}
.contents p{
	font-size:18px;
	line-height:1.6em;
}
.contents .block{
	border: 1px solid #596075;
	border-radius:8px;
	padding:25px 20px;
	margin:20px 0;
	line-height:1.6em;
}
.contents .block dl{margin-bottom: 15px;}
.contents .block dl dt{
	float: left;
	width: 9.2em;
	text-align: right;
}
.contents .block dl dd{
	float: right;
	width: calc(100% - 10em);
}
.contents .block ul{
	margin:15px 0;
}
.notice{
	font-size:14px;
}
hr {
  border-top: 1px solid #cccccc;
  margin: 60px 0 50px;
  padding: 0;
}
.dvd{
	margin: 0 0 40px;
}
.contents h4 {
  font-size:18px;
  color: #596075;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 1.6em;
}</pre></body></html>