<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

* {
	/zoom : 1;
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.center {
	text-align: center;
}
body {
	font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;
	line-height: 180%;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
}


#wrapper {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	/*border: 1px solid #000;*/
	overflow: hidden;
}
.main {
	margin-bottom: 50px;
}
h1 {
	text-align: center;
	margin-bottom: 50px;
	line-height: 180%;
}
h2 {
	margin-bottom: 10px;
	background-color: #F3DA5E;
	text-align: center;
	padding: 10px;
	position: absolute;
	left: 30px;
	top: -20px;
	width: 380px;
}

dl {
	display: inline-block;
	vertical-align: top;
}
dt {
	float: left;
	text-align: right;
}
dd {}
ul {
	padding-left: 1em;
}
table {
	border: 1px solid #000;
	border-collapse: collapse;
	background-color: #FFF;
	width: 100%;
	margin-bottom: 5px;
}
th,td {
	padding: 10px;
	border: 1px solid #000;
	width: 33%;
}
th {
	background-color: #F5CBCB;
	font-weight: normal;
}
td {
	text-align: center;
}

.gbox {
	width: 896px;
	margin: 50px auto 0 auto;
	background-color: #E6E6E7;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 50px 30px 30px 30px;
	position: relative;
}
.box {
	display: inline-block;
	vertical-align: top;
	width: 430px;
	margin-right: 20px;
}
.box img {
	max-width: 100%;
}
.box:nth-of-type(2n) {
	margin-right: 0;
}

.m-target {
	width: 740px;
	margin: 0 auto;
}
.target {
	background-color: #FFF;
	border: 2px dotted #000;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	width: 740px;
	padding: 20px;
	margin: 0 auto;
}
.target .line {
	border-left: 1px solid #000;
}
.target dl:first-child {
	margin-right: 20px;
}
.target dt {
	width: 7em;
}
.target dd {
	margin-left: 8em;
}
.spec td.sp1 {
	width: 30% !important;
}
.spec td.sp2 {
	width: 70% !important;
	text-align: left;
}


.wbox {
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}
.wbox2 {
	background-color: #FFF;
	padding: 10px;
	font-size: 12px;
	line-height: 180%;
	margin-bottom: 20px;
}

.fuki1 {
	position: absolute;
	top: 95%;
	left: 10%;
}
.fuki2 {
	position: absolute;
	top: 95%;
	right: 30%;
}
.fuki3 {
	position: absolute;
	top: -40px;
	left: 20%;
}
.fuki4 {
	position: absolute;
	top: -30px;
	right: 50px;
}

.eng {
	font-size: 110%;
	color: #F00;
	font-weight: bold;
	margin: 10px 0;
}
.add dt {
	width: 4em;
}
.add dd {
	margin-left: 5em;
}


.red {color: #F00;}
.small {
	font-size: 12px;
	line-height: 150%;
}

.txt {
	display: table;
	text-indent: -2em;
	margin-left: 2em;
}
.movie img {
	max-width: 100%;
}
.mb0 {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.alignC {text-align: center;}
.alignR {text-align: right;}
.relative {position: relative;}


@media only screen and (min-width:481px) {
	
.sp {display:none;}

}


@media only screen and (max-width:768px) {

#wrapper,
h2 {
	width: auto;
	left: 20px;
	top: -20px;
}
.gbox{
	width: auto;
	margin: 50px 20px 0 20px;
	padding: 50px 20px 20px 20px;
}
.gbox img {
	width: 100%;
}
.box {
	width: 100%;
	display: block;
}

.m-target {
	width: auto;
	margin: 0 auto;
}
.target {
	width: auto;
	padding: 20px;
	margin: 0 auto;
}
.target .line {
	border-left: none;
}
.spec td.sp1,
.spec td.sp2 {
	width: auto;
	text-align:left;
}


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