@charset "utf-8";

/*********************************************************************
*
*  For ALL
*
*********************************************************************/
@media (max-width: 1020px) and (min-width: 768px) { #css {width:98%;margin:0 1%;} }


.SAITENbutton{
	position: fixed;
	display: inline-block;
	align-content:center;
	right:2%;
	width: 7%;
	height: 7%;
	background-color: #4169e1;
	padding:1.1% 5px;
	text-align: center;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	z-index:10;
	border-radius: 10px;
}
.SAITENbutton:hover{
	opacity: 0.7;
}

.empitsu{
	position: fixed;
	display: inline-block;
	top: 25%;
	right:2%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #4169e1;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	z-index:2;
}
.empitsu:hover{
	opacity: 0.7;
}
.eraser{
	position: fixed;
	display: inline-block;
	top: 32%;
	right:2%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #4169e1;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	z-index:2;
}
.eraser:hover{
	opacity: 0.7;
}	
.modoru{
	position: fixed;
	display: inline-block;
	top: 32%;
	right:2%;
	width: 40px;
	height: 40px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	z-index:2;
}
.modoru:hover{
	opacity: 0.7;
}

.tojiru{
	position: fixed;
	display: block;
	bottom: 26%;
	right:2%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #696969;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	z-index:2;
}
.tojiru:hover{
	opacity: 0.7;
}

.OKbutton{
	position: fixed;
	display: block;
	bottom: 26%;
	right:2%;
	width: 6%;
	height: 6%;
	background-color: #4169e1;
	align-content:center;
	padding:0.9% 5px;
	text-align: center;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	z-index:10;
}
.OKbutton:hover{
	opacity: 0.7;
}

.CLEARbutton{
	position: fixed;
	display: block;
	bottom: 26%;
	right:22%;
	width: 6%;
	height: 50px;
	background-color: #4169e1;
	align-content:center;
	padding:0.9% 5px;
	text-align: center;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	z-index:10;
	border-radius: 5px;
}
.CLEARbutton:hover{
	opacity: 0.7;
}

.MEMObutton{
	position: fixed;
	display: block;
	bottom: 26%;
	right:6%;
	width: 6%;
	height: 50px;
	background-color: #ffffcc;
	align-content:center;
	padding:0.9% 5px;
	text-align: center;
	box-sizing: border-box;
	color: #696969;
	text-decoration: none;
	z-index:10;
	border-radius: 5px;
}
.MEMObutton:hover{
	opacity: 0.7;
}

.TOOLbutton{
	position: fixed;
	display: block;
	bottom: 26%;
	right:13%;
	width: 8%;
	height: 50px;
	background-color: #4169e1;
	align-content:center;
	padding:0.9% 5px;
	text-align: center;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	z-index:10;
	border-radius: 5px;
}
.TOOLbutton:hover{
	opacity: 0.7;
}

.BACKbutton{
	position: fixed;
	display: block;
	bottom: 26%;
	right:29%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #4169e1;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	z-index:2;
}
.BACKbutton:hover{
	opacity: 0.7;
}


.MEMObutton2{
	position: fixed;
	display: block;
	bottom: 16%;
	right:1%;
	width: 8%;
	height: 6%;
	background-color: #4169e1;
	align-content:center;
	padding:0.9% 5px;
	text-align: center;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	z-index:10;
}
.MEMObutton2:hover{
	opacity: 0.7;
}






.picture{
	position: relative;
}
.picture2{
	position: relative;
}
.picture a {/*aタグを画像の真ん中に*/
	position: absolute;
	font-weight:900;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
	border: solid #ff0000 2px; /*線で囲う*/
	padding: 7px;/*文字と線の間の余白*/
	color: #ff0000;/*文字色*/
	text-decoration: none;/*下線を表示させない*/
}
.picture p {/*aタグを画像の真ん中に*/
	display:inline-block;
	position: absolute;
	top: 81%;
	left: 73%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
	padding: 7px;/*文字と線の間の余白*/
	color: #ff0000;/*文字色*/
	text-decoration: none;/*下線を表示させない*/
}

.sousa {
	position: absolute;
	top: 76%;
	left: 58%;
	width:30%;
	height:auto;
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
}

.answer1 {
	position: absolute;
	top: 16.3%;
	left: 62%;
	width:30%;
	height:auto;
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
}
.answer2 {
	position: absolute;
	top: 20.2%;
	left: 62%;
	width:30%;
	height:auto;
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
}
	.answer3 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 29.1%;
	left: 62%;
	width:30%;
	height:auto;
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
}
.answer4 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 32.6%;
	left: 62%;
	width:30%;
	height:auto;
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
}
.answer5 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 41.5%;
	left: 62%;
	width:30%;
	height:auto;
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
}
.answer6 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 45.4%;
	left: 62%;
	width:30%;
	height:auto;
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
}
.answer7 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 49%;
	left: 62%;
	width:30%;
	height:auto;
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
}
.answer8 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 57.5%;
	left: 62%;
	width:30%;
	height:auto;
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
}
.answer9 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 61%;
	left: 62%;
	width:30%;
	height:auto;
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
}
.answer10 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 64.5%;
	left: 62%;
	width:30%;
	height:auto;
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
}
.answer11 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 68%;
	left: 62%;
	width:30%;
	height:auto;
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
}
.answer12 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 71.5%;
	left: 62%;
	width:30%;
	height:auto;
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
}

.answer12 a{/*aタグを画像の真ん中に*/
	position:relative;
	padding:0;
}
.maru1-1 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 17%;
	left: 56%;
	font-size:35px;
	font-weight:bold;
	color:#ff0000;
	width:6%;
	height:auto;
}
.maru1-2 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 20.9%;
	left: 56%;
	font-size:35px;
	font-weight:bold;
	color:#ff0000;
	width:6%;
	height:auto;
}
.maru1-3 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 30%;
	left: 56%;
	font-size:35px;
	font-weight:bold;
	color:#ff0000;
	width:6%;
	height:auto;
}
.maru1-4 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 33.7%;
	left: 56%;
	font-size:35px;
	font-weight:bold;
	color:#ff0000;
	width:6%;
	height:auto;
}
.maru1-5 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 42.9%;
	left: 56%;
	font-size:35px;
	font-weight:bold;
	color:#ff0000;
	width:6%;
	height:auto;
}
.maru1-6 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 46.5%;
	left: 56%;
	font-size:35px;
	font-weight:bold;
	color:#ff0000;
	width:6%;
	height:auto;
}
.maru1-7 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 50%;
	left: 56%;
	font-size:35px;
	font-weight:bold;
	color:#ff0000;
	width:6%;
	height:auto;
}
.maru1-8 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 58.3%;
	left: 56%;
	font-size:35px;
	font-weight:bold;
	color:#ff0000;
	width:6%;
	height:auto;
}
.maru1-9 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 61.9%;
	left: 56%;
	font-size:35px;
	font-weight:bold;
	color:#ff0000;
	width:6%;
	height:auto;
}
.maru1-10 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 65.5%;
	left: 56%;
	font-size:35px;
	font-weight:bold;
	color:#ff0000;
	width:6%;
	height:auto;
}
.maru1-11 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 69%;
	left: 56%;
	font-size:35px;
	font-weight:bold;
	color:#ff0000;
	width:6%;
	height:auto;
}
.maru1-12 {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 72.5%;
	left: 56%;
	font-size:35px;
	font-weight:bold;
	color:#ff0000;
	width:6%;
	height:auto;
}

.relative-img {
  position: relative;
}
.absolute-img {
  position: absolute;
 left: 0px;
  bottom: 5px;
  width:13%;
}


.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 450px;
	height: 240px;
	border:5px solid #6699ff;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.open2 {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up2 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay2 {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up2:checked + .overlay2 {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window2 {
	width: 90vw;
	max-width: 450px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text2 {
	font-size: 18px;
	margin: 0;
}
.close2 {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.open3 {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up3 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay3 {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up3:checked + .overlay3 {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window3 {
	width: 90vw;
	max-width: 450px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text3 {
	font-size: 18px;
	margin: 0;
}
.close3 {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.open4 {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up4 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay4 {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up4:checked + .overlay4 {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window4 {
	width: 90vw;
	max-width: 450px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text4 {
	font-size: 18px;
	margin: 0;
}
.close4 {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.open5 {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up5 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay5 {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up5:checked + .overlay5 {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window5 {
	width: 90vw;
	max-width: 450px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text5 {
	font-size: 18px;
	margin: 0;
}
.close5 {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.open6 {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up6 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay6 {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up6:checked + .overlay6 {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window6 {
	width: 90vw;
	max-width: 450px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text6 {
	font-size: 18px;
	margin: 0;
}
.close6 {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.open7 {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up7 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay7 {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up7:checked + .overlay7 {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window7 {
	width: 90vw;
	max-width: 450px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text7 {
	font-size: 18px;
	margin: 0;
}
.close7 {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.open8 {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up8 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay8 {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up8:checked + .overlay8 {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window8 {
	width: 90vw;
	max-width: 450px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text8 {
	font-size: 18px;
	margin: 0;
}
.close8 {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.open9 {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up9 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay9 {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up9:checked + .overlay9 {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window9 {
	width: 90vw;
	max-width: 450px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text9 {
	font-size: 18px;
	margin: 0;
}
.close9 {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.open10 {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up10 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay10 {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up10:checked + .overlay10 {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window10 {
	width: 90vw;
	max-width: 450px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text10 {
	font-size: 18px;
	margin: 0;
}
.close10 {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.open11 {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up11 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay11 {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up11:checked + .overlay11 {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window11 {
	width: 90vw;
	max-width: 450px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text11 {
	font-size: 18px;
	margin: 0;
}
.close11 {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.open12 {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up12 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay12 {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up12:checked + .overlay12 {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window12 {
	width: 90vw;
	max-width: 450px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text12 {
	font-size: 18px;
	margin: 0;
}
.close12 {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.btn,
a.btn,
button.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
.btn2,
a.btn2{
	line-height: 1.5;
	position: relative;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
}
.btn--yes,
a.btn--yes {
	color: #fff;
	background-color: #0066ff;
}
.btn--yes:hover,
a.btn--yes:hover {
	color: #fff;
	 opacity: 0.6;
}
.btn--no,
a.btn--no {
	color: #fff;
	background-color: #ff0066;
}
.btn--no:hover,
a.btn--no:hover {
	color: #fff;
	opacity: 0.6;
}
.wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 0.1fr 1fr 1fr;
	grid-gap: 10px;
	align-items: center;
    justify-items: center;
}

.box1 {
	grid-column: 1 / 2;
	grid-row: 4 / 4;
}

.box2 {
	grid-column: 2 / 3;
	grid-row: 4 / 4;
}

.box3 {
	grid-column: 1 / 3;
	grid-row: 2 / 4;
}

.tegaki1-1{
	/*コレ*/margin:0px;
	border-top: 2px solid #6699ff;
	background: #ffffff;
	padding: 10px;
	position: fixed;
	bottom: 0;
	height:25%;
	width:100%;
	z-index:5;
}

.tegaki1-1 img{
	padding: 0px 30px 50px 30px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 60%;
	height: auto;
}


.tegaki1-1 a {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
	border: solid red 2px; /*線で囲う*/
	padding: 7px;/*文字と線の間の余白*/
	color: red;/*文字色*/
	text-decoration: none;/*下線を表示させない*/
}


.tegaki1-1 a:hover{/*カーソルを当てたとき*/
	background: rgba(255,0,0, 0.3);/*背景を半透明に*/
}


.tegaki1-1-2{
	/*コレ*/margin:0px;
	border-top: 2px solid #6699ff;
	background: #ffffff;
	padding: 10px;
	position: fixed;
	bottom: 0;
	height:25%;
	width:100%;
	z-index:5;
}

.tegaki1-1-2 img{
	padding: 0px 30px 50px 30px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 60%;
	height: auto;
}




.tegaki1-3{
	/*コレ*/margin:0px;
	border: 0px solid #333;
	background: #ffffcc;
	padding: 10px;
	position: fixed;
	bottom: 0;
	height:25%;
	width:100%;
	z-index:3;
}
.tegaki1-3 img{
	padding: 50px 30px 50px 30px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 60%;
	height: auto;
}
.tegaki1-3 a {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/*以下装飾*/
	margin:0;/*余計な隙間を除く*/
	font-weight:bold;
	border: none; /*線で囲う*/
	padding: 7px;/*文字と線の間の余白*/
	color: #335371;/*文字色*/
	text-decoration: none;/*下線を表示させない*/
}





#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  bottom:-120%;
    left:0;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background:#999;
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    bottom: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center; 
}

#g-nav li a{
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:10px;
  right: 10px;
  cursor: pointer;
    width: 50px;
    height:50px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #666;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}



/*========= レイアウトのためのCSS ===============*/

h1{
  font-size:1.2rem;
}

h2{
  font-size:1.2rem;
  text-align: center;
  margin: 0 0 30px 0;
}

p{
  margin-top:20px;  
}

small{
  color:#fff;
  display: block;
  text-align: center;
}

#header{
  width:100%;
  background:#333;
  color:#fff;
  text-align: center;
  padding: 20px;
}

section{
  padding:100px 30px;
}



#footer{
  background:#333;
  padding:20px;
}


------------

body{
  margin:0;
  padding:0;
}
p{
  margin: 0 0 1em;
}
.btn2{
  line-height: 44px;
  text-align: center;
  border:none;
  border: 1px solid #8dc8ec;
}
.btn2_open{
  background: #0a0;
}
.btn2_close{
  background: #a0a;
}
#slide{ display: none;
  position: fixed;
  z-index: 2;
  width: 100%;
  bottom: 0;
  background: #f2f2f2;
  border-top: 1px solid #ccc;
}
.overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}



----------------


.pnow{
font-size:20pt;
}

.sort.desc:after {
    content:"▼";
}
.sort.asc:after {
    content:"▲";
}

.comp {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/ico/tangen.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#score::placeholder {
  text-align: left;
  font-size: 50%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}

.etc.is-show{
  display:block;
}

.etc{
  display:none;
}

.ja.is-show{
  display:block;
}

.ja{
  display:none;
}

.so.is-show{
  display:block;
}

.so{
  display:none;
}

.sc.is-show{
  display:block;
}

.sc{
  display:none;
}

.ma.is-show{
  display:block;
}

.ma{
  display:none;
}

.en.is-show{
  display:block;
}

.en{
  display:none;
}

/* ---------------------------------------------------- */
/* html body */
/* ---------------------------------------------------- */
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    /* iPhone */
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #335371;
    line-height: 1.4;
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    background-color: #f0f5fa;
    overflow: hidden;
}

@media (min-width: 1040px) {
    body {
        min-width: 1040px;
        font-size: 1.6rem;
    }
}

@media (max-width: 1039px) {
    body {
        min-width: 320px;
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    body {
        min-width: 280px;
        font-size: 1.5rem;
    }
}

/* ---------------------------------------------------- */
/* img */
/* ---------------------------------------------------- */
img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
a {
    color: #335371;
    text-decoration: none;
    outline: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

/* ---------------------------------------------------- */
/* body_wrap */
/* ---------------------------------------------------- */
.body_wrap {
    max-height: 999999px;
    /* android chrome フォントサイズバグ回避 */
    opacity: 0;
}

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
.pt_1 .contents_wrap {
    padding-top: 80px;
}

.pt_2 .contents_wrap {
    padding-top: 70px;
}

@media (max-width: 1039px) {
    .pt_1 .contents_wrap {
        padding-top: 60px;
    }

    .pt_2 .contents_wrap {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .pt_1 .contents_wrap {
        padding-top: 60px;
    }

    .pt_2 .contents_wrap {
        padding-top: 50px;
    }
}

/* ---------------------------------------------------- */
/* header_1 */
/* ---------------------------------------------------- */
.header_1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #FFF;
    box-shadow: 0px 5px 10px -5px rgba(51, 118, 170, 0.2);
    z-index: 1000;
}

.header_1 .header_inner {
    position: relative;
    margin: 0 auto;
    min-width: 1000px;
    height: 100%;
    display: flex;
    align-items: center;
}

.header_1 .header_logo {
    display: inline-flex;
    width: 50px;
    height: 100%;
    margin-left: 30px;
}

.header_1 .site_ttl {
    display: flex;
    height: 100%;
    background-image: url(../files/icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    image-rendering: -webkit-optimize-contrast;
}

.header_1 .nav_h1_wrap {
    position: absolute;
    left: 120px;
    top: 0;
    height: 100%;
}

.header_1 .nav_h1_wrap ul {
    display: flex;
    height: 100%;
}

.header_1 .nav_h1_wrap li+li {
    margin-left: 40px;
}

.header_1 .nav_h1_wrap a {
    display: flex;
    align-items: center;
    color: #007bc9;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
    height: 100%;
    border-bottom: 3px solid transparent;
}

.header_1 .nav_h1_wrap .is_current a {
    border-color: #007bc9;
}

.header_1 .myaccount_wrap {
    position: absolute;
    right: 0;
    top: 0;
}

.header_1 .myaccount_wrap .btn_toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 80px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.header_1 .myaccount_wrap .btn_toggle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    display: block;
    width: 1px;
    height: 50px;
    background-color: #dddddd;
}

.header_1 .myaccount_wrap .btn_toggle::after {
    content: "";
    display: block;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #007bc9 transparent transparent transparent;
}

.header_1 .myaccount_wrap .btn_toggle span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_1 .myaccount_wrap .btn_toggle span::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../files/myaccount_1.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.header_1 .myaccount_wrap .btn_toggle span::after {
    content: "マイアカウント";
    display: block;
    margin-left: 10px;
    font-size: 1.3rem;
    line-height: 1;
}

.header_1 .myaccount_wrap .toggle_wrap {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    min-width: 180px;
    background-color: #FFF;
    box-shadow: 0px 5px 10px -5px rgba(51, 118, 170, 0.2);
}

.header_1 .myaccount_wrap .nav_h2_wrap li+li {
    border-top: 1px solid #eeeeee;
}

.header_1 .myaccount_wrap .nav_h2_wrap a {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    font-size: 1.4rem;
    white-space: nowrap;
}

.header_1 .myaccount_wrap .nav_h2_wrap a::before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.header_1 .myaccount_wrap .nav_h2_wrap .mydata a::before {
    background-image: url(../files/mydata_1.svg);
}

.header_1 .myaccount_wrap .nav_h2_wrap .logout a::before {
    background-image: url(../files/logout_1.svg);
}

.header_1 .myaccount_wrap .nav_h2_wrap .manual a::before {
    background-image: url(../files/manual_2.svg);
}

@media (max-width: 1039px) {
    .header_1 {
        height: 70px;
    }
    
    .header_1 .header_inner {
        min-width: auto;
    }
    
    .header_1 .header_logo {
        width: 40px;
        margin-left: 15px;
    }
    
    .header_1 .nav_h1_wrap {
        left: 70px;
    }
    
    .header_1 .nav_h1_wrap li+li {
        margin-left: 15px;
    }
    
    .header_1 .nav_h1_wrap a {
        font-size: 1.6rem;
    }
    
    .header_1 .myaccount_wrap .btn_toggle {
        width: 70px;
        height: 70px;
    }
    
    .header_1 .myaccount_wrap .btn_toggle::before {
        top: 10px;
        height: 50px;
    }
    
    .header_1 .myaccount_wrap .btn_toggle::after {
        margin-left: 8px;
    }
    
    .header_1 .myaccount_wrap .btn_toggle span::after {
        display: none;
    }
    
    .header_1 .myaccount_wrap .toggle_wrap {
        top: 70px;
        min-width: auto;
    }
}

@media (max-width: 767px) {
    .header_1 {
        height: 60px;
    }
    
    .header_1 .header_inner {
        min-width: auto;
    }
    
    .header_1 .header_logo {
        margin-left: 13px;
        width: 35px;
    }
    
    .header_1 .nav_h1_wrap {
        left: 60px;
    }
    
    .header_1 .nav_h1_wrap li+li {
        margin-left: 10px;
    }
    
    .header_1 .nav_h1_wrap a {
        font-size: 1.4rem;
        letter-spacing: 0;
    }
    
    .header_1 .myaccount_wrap .btn_toggle {
        width: 55px;
        height: 60px;
    }
    
    .header_1 .myaccount_wrap .btn_toggle::before {
        top: 10px;
        height: 40px;
    }
    
    .header_1 .myaccount_wrap .btn_toggle::after {
        margin-left: 5px;
    }
    
    .header_1 .myaccount_wrap .btn_toggle span::after {
        display: none;
    }
    
    .header_1 .myaccount_wrap .toggle_wrap {
        top: 60px;
        min-width: auto;
    }
}

/* ---------------------------------------------------- */
/* header_2 */
/* ---------------------------------------------------- */
.header_2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    /* background: linear-gradient(270deg, rgba(88, 196, 220, 1) 0%, rgba(96, 143, 242, 1) 100%); */
    background-color: #1c4aa4;
    z-index: 100;
}

.header_2 .header_inner {
    position: relative;
    margin: 0 auto;
    min-width: 1000px;
    height: 100%;
}

.header_2 .page_ttl {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    max-width: calc(100% - 325px);
    color: #FFF;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    word-break: break-all;
}

.header_2 .nav_h1_wrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.header_2 .nav_h1_wrap ul {
    display: flex;
    height: 100%;
}

.header_2 .nav_h1_wrap li {
    width: 60px;
}

.header_2 .nav_h1_wrap a {
    display: block;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center;
    background-size: 30px auto;
    background-repeat: no-repeat;
}

.header_2 .nav_h1_wrap .continue {
    width: auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 5px 3px;
}

.header_2 .nav_h1_wrap .continue label {
    color:white;
    font-size:1.3rem;
}


.header_2 .nav_h1_wrap .tochuhozon {
    width: 100px;
    align-items: center;
    display: flex;
    align-content: center;
    margin: 10px 5px;
    padding: 5px 3px;
    text-indent: 11%;
    background-color: #696969;
					border-radius: 10px;
					color: #ffffff;
					text-align: center;
					text-decoration: none;
					z-index:2;
					<!--font-size: 15px;-->
}
.header_2 .nav_h1_wrap .tochuhozon:hover{
					opacity: 0.7;
				}

.header_2 .nav_h1_wrap .kaitomiru {
    width: 100px;
    align-items: center;
    display: flex;
    align-content: center;
    margin: 10px 5px;
    padding: 5px 3px;
    text-indent: 0%;
    background-color: #ff6347;
					border-radius: 10px;
					color: #ffffff;
					text-align: center;
					text-decoration: none;
					z-index:2;
					<!--font-size: 15px;-->
}
.header_2 .nav_h1_wrap .kaitomiru:hover{
					opacity: 0.7;
				}


.header_2 .nav_h1_wrap .larning a {
    background-image: url(../files/view_learning.svg);
}

.header_2 .nav_h1_wrap .question a {
    background-image: url(../files/view_q.svg);
}

.header_2 .nav_h1_wrap .print a {
    background-image: url(../files/print_1.svg);
}

.header_2 .nav_h1_wrap .hozon a {
    background-image: url(../files/hozon_1.svg);
}

.header_2 .nav_h1_wrap .bookmark a {
    background-image: url(../files/bookmark_1.svg);
}

.header_2 .nav_h1_wrap .close_a a {
    background-image: url(../files/close_1.svg);
    /* background-color: #43afcc; */
    background-color: #1c4aa4;
}

.header_2 .nav_h1_wrap .close_q a {
    background-image: url(../files/close_1.svg);
    /* background-color: #43afcc; */
    background-color: #1c4aa4;
}

@media (max-width: 1039px) {
    .header_2 {
        height: 60px;
    }
    
    .header_2 .header_inner {
        min-width: auto;
    }
    
    .header_2 .page_ttl {
        left: 10px;
        max-width: calc(100% - 285px);
        font-size: 1.6rem;
        letter-spacing: 0em;
    }
    
    .header_2 .nav_h1_wrap li {
        width: 50px;
    }
    
    .header_2 .nav_h1_wrap a {
        background-size: 25px auto;
    }

    .header_2 .nav_h1_wrap .continue label {
        font-size:1.2rem;
    }
}

@media (max-width: 767px) {
    .header_2 {
        height: 55px;
    }
    
    .header_2 .page_ttl {
        max-width: calc(100% - 218px);
        font-size: 1.35rem;
    }
    
    .header_2 .nav_h1_wrap li {
        width: 40px;
    }
    
    .header_2 .nav_h1_wrap a {
        background-size: 20px auto;
    }

    .header_2 .nav_h1_wrap .continue label {
        font-size:1.1rem;
    }
}

/* ---------------------------------------------------- */
/* footer_1 */
/* ---------------------------------------------------- */
.footer_1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer_1 .copyright {
    color: #798693;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.1em;
}

@media (max-width: 1039px) {
    .footer_1 .copyright {
        font-size: 1.1rem;
    }

@media print{
#cwm1{display:none;}
#cbw2{display:none;}
.footer_1{display:none;}
.header_2{display:none;}
label{display:none}
radio{display:none}
body{background-color:white}
.header_inner{display:none}
.error{display:none}
.cs_widget_score_1{display:none}
#prn{width:98%; float:none;box-shadow:none;}
.cs_sec_wrap{padding-top:0px;padding-bottom:0px;}
.contents_wrap{padding-top:0px;}
}