@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	margin: 0 auto;
	 font-family: "M PLUS Rounded 1c";
}
#wrapper {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	max-width: 100%;
	border: 1px solid #666;
}
a:hover {
	opacity: 0.3;
}
a {
	text-decoration: none;
}
#nav {
	width:960px;
	max-width: 100%;
	line-height: 50px;
	margin: 5px 0px 5px opx;
	padding:0;
}
#nav2{
	width: 960px;
	max-width: 100%;
	margin: 0 0 40px 0;
	padding:0px;
}
.nav2-title {
	text-align: center;
	padding: 10px 0;
}
#nav2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}
#nav2 li{
	list-style:none;
	width: 300px;
	text-align:center;
	font-weight:bold;
	}
#top {
	width:960px;
	max-width: 100%;
	margin-top: 31px;
	border: 1px solid #666;
}
#self-check {
	width: 960px;
	max-width: 100%;
	height: auto;
	min-height: 800px;
	padding: 5px;
	background:url(imegs/selfback.gif) no-repeat;
}
#self-check h1 {
	text-align: center;
	padding-top:15px;
	}
#self-check h3{
	margin-bottom:30px;
	text-align: center;
	text-shadow:1px 2px 2px #fff;
}
#self-check p {
	text-align:left;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom:0px;
}
#self-check ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	width: 870px;
	max-width: 100%;
	margin: 0 auto;
}
#self-check li {
	width: 270px;
	border: 1px solid #666;
	margin: 10px;
	padding-bottom: 10px;
	list-style: none;
	text-align:left;
	background:#fff;
}
#self-check li p {
	padding: 0 5px;
	margin: 0;
}
@media screen and (max-width: 960px) {
	#self-check h1 {
		font-size: 24px;
	}
}
#remote {
	text-align: center;
}
#remote img{
	width: auto;
	max-width: 100%;
	margin:5px auto;
}
#remote h3{
	text-align:center;
}
#notice{
	width:850px;
	max-width: 90%;
	margin: 10px auto;
	padding: 10px 16px;
	border: 1px solid #666;
}
		
#notice .blink {
	-webkit-animation: blink 2s ease infinite;
	animation: blink 2s ease infinite;
	z-index: 0;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
#notice h5 {
	margin: 0px;
	padding: 0;
	font-size: 1rem;
}
#notice p {
	margin: 0px;
	padding: 0;
}
#menu {
	width: 960px;
	max-width: 100%;
	height: auto;
}
#menu h2 {
	text-align: center;
	padding-block: 10px;
	width: 100%;
	background:#000;
	color: #FFF;
}
#menu h4 {
	margin:0 auto;
	text-align:center;
}
#menu p {
	text-align:left;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom:0px;
}
#menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}
#menu li {
	width: 270px;
	height: auto;
	border: 1px solid #666;
	margin: 10px;
	list-style: none;
	background:#fff;
}
@media screen and (max-width: 960px) {
	#menu h2 {
		
	}
}
#syotokukoujyo {
	clear:both;
}
#remote  h3{
	text-align:center;
	}
#remote p{
		width: 960px;
		height: 30px;
		color: #000;
		}
#remote a:hover {
	opacity: 0.3;
}
#footer{
	margin-top:20px;
	widows:1200px;
	height:50px;
	background:#000;
	}
#footer p{
	padding-top:15px;
	color:#fff;
	text-align:center;
}

@media screen and (max-width: 640px) {
	#remote {
		padding: 5px;
	}
	#remote img {
		border: 1px solid #666;
	}
}
	
/*ヘッダーまわりはサイトに合わせて調整してください*/
#nav-drawer h3 {
	float: right;
}
#nav-drawer {
	position: fixed;
	background: #000;
	width: 960px;
	max-width: 100%;
	height:100px;
	z-index: 9999;
}
@media screen and (max-width: 870px) {
	#nav-drawer {
		height: auto;
	}
	#nav-drawer h3 {
		margin: 5px;
	}
	#nav-drawer h3 img {
		width: auto;
		height: 45px;
	}
}
/*チェックボックス等は非表示に*/
.nav-unshown {
	display: none;
}
/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 66px;
	height: 66px;
	vertical-align: middle;
	margin-left: 10px;
	padding: 20px 0 0 0;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 4px;/*線の太さ*/
	width: 50px;/*長さ*/
	border-radius: 3px;
	background: #fff;
	display: block;
	content: '';
	cursor: pointer;
	}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}
@media screen and (max-width: 640px) {
	#nav-open {
		width: 50px;
		height: 50px;
		padding: 13px 0 0 0;
	}
	#nav-open span, #nav-open span:before, #nav-open span:after {
		width: 40px;
	}
}
/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
.menu-text {
	color: #FFF;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.menu-text {
		display: none;
	}
}
/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}
#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
@media screen and (max-width: 640px) {
	#nav-content p {
		padding: 0 5px;
		margin: 5px 0;
	}
	#nav-content img {
		width: auto;
		height: 30px;
	}
	#nav-drawer h3 img {
		height: 7.26vw;
		min-height: 28px;
	}
}

/* Youtube動画 */
@media screen and (max-width: 960px) {
.youtube {
	max-width: 100%;
	height: 390px;
}