@charset "utf-8";


.movie {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}







.mainArea1 {
	max-width:840px;
	margin-left:auto;
	margin-right:auto;
	line-height:1.6 !important;
	color:#222 !important;
	font-family:"Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
}
.mainArea1 img {
	width:100%;
	border:0;
}
.mainArea1 p {
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
}
.mainArea1 ol,ul {
	margin:0;
	padding:0 0 0 1.4rem;
}
.mainArea1 li {
	margin:0;
}

.mainArea1 dl,dt,dd { margin:0; padding:0; }

.mainArea1 a { color:#000000; text-decoration:underline !important; }

.mainArea1 .small { font-size:0.92rem; }
.mainArea1 .large { font-size:1.2rem; font-weight:bold; }
.mainArea1 .larger { font-size:1.4rem; font-weight:bold; }

.mainArea1 .decimal li { list-style-type: decimal !important; }
.mainArea1 .disc li { list-style-type:disc !important; }

.mainArea1 .movie {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.mainArea1 .movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.mainArea1 .border10g {
	border:#EBEBEB solid 10px;
	padding:20px;
	background-color:#FFF;
}

.mainArea1 .space2 { margin-top:1.6rem !important; }
.mainArea1 .space2b { margin-bottom:1.6rem !important; }
.mainArea1 .space4 { margin-top:2rem !important; }
@media screen and (min-width:1024px) {
	.mainArea1 .space4 { margin-top:4rem !important; }
	}
	.mainArea1 .space4b { margin-bottom:2rem !important; }

	.mainArea1 .set1 {
	width:100%;
	line-height:1.6 !important;
	font-size:0.9rem;
	color:#222 !important;
	font-family:"Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
}

.mainArea1 .set1 h2 {
	background-color:#e6e6e6;
	margin:0;
	padding:0.4rem 0.4rem 0.4rem 0.6rem;
	font-size:medium;
	font-weight:bold;
	margin-top:2rem;
}
.mainArea1 .set1 table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	font-size:100%;
	border:#e6e6e6 solid 1px;
}
.mainArea1 .set1 th {
	background-color:#fafafa;
	padding:0.4rem 0.4rem 0.4rem 0.6rem;
	text-align:left;
}
.mainArea1 .set1 td {
	background-color:#FFFFFF;
	padding:0.4rem 0.4rem 0.4rem 0.6rem;
}
.mainArea1 .set1 ul {
	margin:0;
	padding:0 0 0 1.4rem;
}
.mainArea1 .set1 li {
	margin:0;
	list-style-type:disc !important;
}


