@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html { scroll-behavior: smooth;}

@media screen and (min-width: 768px) {
	img.sp {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.school-sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.school-pc {
		display: none;
	}
	.school-sp {
		margin: 0 auto 30px;
		width: 100%;
	}
	.school-sp img {
		display: block;
		margin: 0 auto;
	}
}

#contest {
	width: 1000px;
	margin: 0 auto !important;
	background: #fff1d3;
	color: #383528;
	font-size: 124%;
	font-weight: 400;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#contest h1 {
	margin: 0;
	letter-spacing: 1px;
}
#contest .header {
	margin: 0;
	background: #57b652;
	color: #fff;
	position: relative;
}
#contest .header .home {
	color: #fff;
	font-size: 70%;
	position: absolute;
	top: 5px;
	right: 10px;
}
#contest .header .home::before {
	left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#contest .header a.arrow,
#contest .nav li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
#contest .header a.arrow::before,
#contest .header a.arrow::after,
#contest .nav li a::before,
#contest .nav li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#contest .header a.arrow::before{
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #57b652;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #fff;
}
#contest .header a.arrow::after{
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #57b652;
    border-right: 1px solid #57b652;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#contest .header .home a,
#contest .header .home a:hover {
	color: #fff;
	text-decoration: none;
}
#contest .header .head {
	display: flex;
}
#contest .header .school-pc {
	position: relative;
	top: 5px;
	left: 5px;
	margin-right: 8px;
}
#contest .header .school-pc img {
	width: 180px;
}
#contest .header .sign {
	padding: 10px;
}

#contest .header .sign span {
	display: block;
	font-size: 80%;
}
#contest .visual {
	margin: 0;
}
#contest .visual .date {
	font-size: 150%;
	width: 100%;
	text-align: center;
	font-weight: 700;
	background: #f0e7be;
	padding: 10px 0 15px;
}
#contest h2 {
	font-weight: bold;
	font-size: 180%;
	color: #6e4817;
	text-align: center;
	margin: 20px 0 2px;
}
#contest div.lead {
	width: 70%;
	margin: 30px auto 10px;
	margin-bottom: 60px;
	font-size: 118%;
	font-weight: 500;
} 
#contest div.lead .red_com {
	font-size: 14px;
	color: #ff0000;
	font-weight: 300;
	margin-top: 10px;
}
#contest .nav {
	width: 100%;
	margin: 15px auto;
	text-align: center;
	font-size: 80%;
	background: #fff6e4;
	padding: 20px 0 12px;
	border-top: 1px solid #f6e7ca;
	border-bottom: 1px solid #f8eedc;
}
#contest .nav ul {
	margin: 0 auto;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#contest .nav li {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	line-height: 1;
	list-style-type: none;
}
#contest .nav li a {
	display: block;
	border: 1px solid #b06d17;
	color: #b06d17;
	background: #fff;
	text-decoration: none;
	padding: 7px 18px 7px 27px;
	border-radius: 16px; 
}
#contest .nav li a:hover {
	background: #f0d4b1;
}
#contest .nav li:last-child {
	margin-right: 0;
}
#contest .jmpOutline {
	margin: -10px 0 36px;
} 
#contest .nav li a::before {
	left: 14px;
    width: 1px;
    height: 7px;
    background: #b06d17;

}
#contest .nav li a::after {
	left: 11px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #b06d17;
    border-right: 1px solid #b06d17;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#contest .contents {
	margin: 15px 0 10px;
	font-size: 118%;
}
#contest .kome {
	margin: 5px 2% 10px;
	font-weight: 300;
	font-size: 88%;
}
#contest h3 {
	text-align: center;
	letter-spacing: 3px;
	font-size: 200%;
	color: #b06d17;
	font-weight: 800;
	padding-bottom: 6px;
	border-bottom: 8px dotted #b06d17;
	margin-bottom: 12px;
}
#contest div#sec1 {
	width: 80%;
	margin: 30px auto 20px;
	margin-bottom: 60px;
}
#contest div#sec2 {
	width: 80%;
	margin: 30px auto 20px;
	margin-bottom: 60px;
}
#contest div#sec3 {
	width: 80%;
	margin: 30px auto 20px;
	margin-bottom: 60px;
}
#contest div#sec4 {
	width: 80%;
	margin: 30px auto 20px;
	margin-bottom: 60px;
}
#contest div#award {
	width: 80%;
	margin: 30px auto 20px;
	margin-bottom: 60px;
}
#contest div#inquiry {
	width: 84%;
	margin: 30px auto 20px;
	background: #f3ebbc;
	padding: 10px 0 36px;
}
#contest div#inquiry .download {
	margin: 15px auto 25px;
	width: 50%;
}
#contest div#inquiry .download a {
	display: block;
	background: #7c4907;
	text-align: center;
	padding: 10px 30px 9px;
	text-decoration: none;
	color: #fff;
}
#contest div#inquiry .deli {
	padding: 12px 20px;
	background: #fff;
	color: #222;
	margin: 20px 10% 10px;
	font-size: 92%;
}


#contest div#sec3 a:hover{
	position: relative;
	top: 2px;
}

#contest #award h3 {
	margin-bottom: 12px;
}
#contest #award p {
	margin:0 auto 6px;
	width: 90%;
}
#contest #award p a {
	display: block;
	text-align: center;
	padding: 8px;
	background: #78b221;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}
#contest #award p a:hover {
	background: #679f12;
}

#contest div#inquiry .contents {
	margin-top: 15px;
}
#contest div#caution {
	width: 80%;
	margin: 30px auto 20px;
	margin-bottom: 40px;
}

#contest div#caution dl {
	text-align: left;
	margin: 10px 25px;
	margin-bottom: 40px;
}
#contest div#caution dt {
	font-weight: bold;
	margin: 24px 0 5px;
	letter-spacing: 1px;
	color: #36ae30;
	border-bottom: 1px dotted #36ae30;
}
#contest div#caution dd {
	font-size: 80%;
	margin-bottom: 7px;
	text-indent: -1.4em;
	margin-left: 1.4em;
}
#contest div#caution dd:before {
	content: url(img/sign-check.png);
	margin-right: 5px;
	position: relative;
	top: 2px;
}
#contest div#caution dd li {
	text-indent: 0;
}
#contest div#caution .block {
	background: #fff;
	border-radius: 10px;
	padding: 12px;
	margin: 12px;
}
#contest div#caution .block h4 {
	text-align: center;
	color: #57b652;
	margin-bottom: 7px;
}
#contest div#caution .block li {
	list-style-type: none;
	text-indent: 1em;
	font-weight: 500;
	margin-bottom: 4px;
}
#contest div#caution .block li span {
	font-size: 80%;
	margin-left: 2em;
	font-weight: 300;
}
#contest .footer {
	width: 100%;
	text-align: center;
	background: #57b652;
}
#contest .josei {
	margin: 8px 0;
	text-align: center;
	font-size: 86%;
}

@media screen and (max-width: 767px) {
	img.pc {
		display: none;
	}
	img.sp {
		width: 100%;
	}
	#contest {
	overflow-x: hidden;
	width: 100%;
	margin: 0 auto !important;
	padding: 0;
	background: #fff1d3;
	color: #383528;
	font-size: 124%;
	font-weight: 400;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	}
	#contest .header {
	margin: 0;
	background: #57b652;
	color: #fff;
	position: relative;
	}
	#contest .header .home {
	color: #fff;
	font-size: 70%;
	text-align: right;
	height: 28px;
	position: relative;
	background: #3ba035;
	padding: 6px 6px 1px;
	margin: 0;
	top: 0;
	right: 0;
	}
	#contest .header .home::before {
	left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	#contest .header a.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
	}
	#contest .header a.arrow::before,
	#contest .header a.arrow::after,
	#contest .nav li a::before,
	#contest .nav li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	}
	#contest .header a.arrow::before{
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #57b652;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #fff;
	}	
	#contest .header a.arrow::after{
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #57b652;
    border-right: 1px solid #57b652;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	#contest .header .home a,
	#contest .header .home a:hover {
	color: #fff;
	text-decoration: none;
	}
	#contest .header .sign {
	padding: 10px;
	font-size: 72%;
	}
	#contest .header .sign span {
	display: block;
	font-size: 80%;
	}
	#contest .visual .date {
	font-size: 118%;
	width: 100%;
	text-align: left;
	font-weight: 700;
	left: 14px;
	line-height: 140%;
	padding: 0 18px 12px 18px;
	}
	#contest .visual .date span {
		display: block;
	}
	#contest h2 {
	font-size: 142%;
	font-weight: 800;
	}
	#contest div.lead {
	width: 90%;
	margin: 15px auto 10px;
	margin-bottom: 30px;
	font-size: 108%;
	font-weight: 500;
	}	
	#contest .nav {
	width: 100%;
	margin: 15px auto;
	text-align: center;
	font-size: 80%;
	background: #fff6e4;
	padding: 20px 0;
	border-top: 1px solid #f6e7ca;
	border-bottom: 1px solid #f8eedc;
	}
	#contest .nav ul {
	margin: 0 auto;
	padding: 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
	#contest .nav li {
	float: left;
	margin-right: 8px;
	line-height: 1;
	list-style-type: none;
	margin-bottom: 5px;
	}
	#contest .nav li a {
	display: block;
	border: 1px solid #b06d17;
	color: #b06d17;
	background: #fff;
	text-decoration: none;
	padding: 7px 18px 7px 27px;
	border-radius: 16px; 
	}
	#contest .nav li a:hover {
	background: #f0d4b1;
	}
	#contest .nav li:last-child {
	margin-right: 0;
	}
	#contest .jmpOutline {
	margin: -10px 0 36px;
	} 
	#contest .nav li a::before {
	left: 14px;
    width: 1px;
    height: 7px;
    background: #b06d17;

	}
	#contest .nav li a::after {
	left: 11px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #b06d17;
    border-right: 1px solid #b06d17;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	}
	#contest h2 span {
		display: block;
	}
	#contest h3 {
	text-align: center;
	font-size: 160%;
	letter-spacing: 1px;
	}
	#contest h3 span {
		display: block;
	}
	#contest #award p {
	margin:0 auto 6px;
	width: 100%;
	}
	#contest div#inquiry {
	width: 92%;
	}
	#inquiry .entryTxt {
	text-align: left;
	font-size: 90% !important;
	line-height: 180%;
	width: 94% !important;
	margin: 0 auto 15px;
	}
	#contest div#inquiry .download {
	margin: 15px auto 25px;
	width: 80%;
	}
	#contest div#inquiry .deli {
	margin: 20px 3% 2px !important;
	}
	#contest div#caution .block li {
	list-style-type: none;
	text-indent: 0;
	font-weight: 500;
	margin-bottom: 4px;
	}
	#contest div#caution .block li span {
	font-size: 80%;
	margin-left: 0;
	display: block;
	}
	#contest div#caution {
	width: 96%;
	margin: 30px auto 20px;
	margin-bottom: 40px;
	}
	#contest .contents_date {
	font-weight: 800;
	font-size: 130% !important;
	letter-spacing: 1.2px;
	text-align: center;
	}
	#contest .contents_date span {
	font-size: 150%;
	}
	#contest div#caution dl {
	text-align: left;
	margin: 10px;
	margin-bottom: 30px;
	}
	#contest div#caution dd {
	font-size: 70%;
	margin-bottom: 5px;
	text-indent: -1.5em;
	margin-left: 1.4em;
	}
	#contest .footer {
		padding-bottom: 10px;
	}
	#contest .footer img {
		width: 100%;
	}

	#contest div#sec1 {
	width: 92%;
	margin: 30px auto 20px;
	margin-bottom: 60px;
	}
	#contest div#sec2 {
	width: 92%;
	margin: 30px auto 20px;
	margin-bottom: 60px;
	}
	#contest div#sec3 {
	width: 92%;
	margin: 30px auto 20px;
	margin-bottom: 60px;
	}
	#contest div#sec4 {
	width: 92%;
	margin: 30px auto 20px;
	margin-bottom: 60px;
	}
	#contest div#award {
	width: 92%;
	margin: 30px auto 20px;
	margin-bottom: 60px;
	}
	#contest .josei {
	margin: 8px 5%;
	text-align: left;
	font-size: 80%;
}


}





#contest .award1 {
	width: 800px;
	margin: 10px auto 40px;
	position: relative;
}
#contest .award1 p.popup {
	position: absolute;
	top: 190px;
	left: 255px;
}
#contest .award1 p.popup span,
#contest .award2 p.popup span {
	display: block;
	margin-top: 3px;
	color: #454545;
	font-size: 84%;
}
#contest .award2 {
	margin: 15px 65px;
}
#contest .award2 ul {
	margin-right: -80px;
}
#contest .award2 li {
	list-style-type: none;
	float: left;
	margin-right: 80px;
	margin-bottom: 40px;
}

#contest .award21 {
	width: 800px;
	margin: 10px auto 40px;
	position: relative;
}
#contest .award21 p.popup {
	position: absolute;
	top: 190px;
	left: 255px;
}
#contest .award21 p.popup span,
#contest .award22 p.popup span,
#contest .award31 p.popup span,
#contest .award32 p.popup span {
	display: block;
	margin-top: 3px;
	color: #454545;
	font-size: 84%;
}
#contest .award22 {
	margin: 15px 60px;
}
#contest .award22 ul {
	margin-right: -80px;
}
#contest .award22 li {
	list-style-type: none;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}

#contest .award31 {
	width: 800px;
	margin: 10px auto 40px;
	position: relative;
}
#contest .award32 {
	margin: 15px 60px;
}
#contest .award32 ul {
	margin-right: -80px;
}
#contest .award32 li {
	list-style-type: none;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
#contest .contents_date {
	font-weight: 800;
	font-size: 160%;
	letter-spacing: 1.2px;
	text-align: center;
}
#contest .contents_date span {
	font-size: 150%;
}
#contest #sec3 .kome_data {
	text-align: center;
	font-weight: 500;
	margin-top: 8px;
}
#contest .img1 {
	background: #fbe7bc;
	text-align: center;
	margin: 15px 0 40px;
	padding: 20px;
	border-bottom: 1px solid #fff;
	
}
#contest .img1 span {
	display: block;
	margin-bottom: 3px;
	color: #8d7c2b;
	font-size: 110%;
	letter-spacing: 3px;
	font-weight: bold;
}
#contest .img1 p a {
	text-decoration: none;
	display: block;
	padding: 6px 0;
	border: 1px solid #d2be5f;
	background: #fff;
	letter-spacing: 1px;
	color: #7c713a;
	width: 360px;
	margin: 0 auto;
	font-size: 92%;
}
#contest .img1 p a:hover {
	background: #faf3d1;
}
#contest .modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
line-height: 1.3;
display: none\9;
}
#contest .modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
#contest .is-active.modal-window {
display: block\9;
}
#contest .modal-window:target {
display: block\9;
}
#contest .modal-window .modal-inner {
position: absolute;
top: 50px;
left: 50%;
z-index: 20;
margin-left: -325px;
width: 760px;
overflow-x: hidden;
border-radius: 2px;
background: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#contest .modal-window .modal-inner p {
padding: 0 20px;
}
#contest .modal-window .modal-close {
display: block;
text-indent: -100px;
overflow: hidden;
}
#contest .modal-window .modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
}
#contest .modal-window .modal-close:after {
content: '\00d7';
position: absolute;
top: 25px;
left: 50%;
z-index: 20;
margin-left: 285px;
background: #fff;
border-radius: 2px;
padding: 2px 8px;
font-size: 1.2em;
text-decoration: none;
text-indent: 0;
}
#contest .modal-window {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}

#contest .logo{
    display: block;
    margin: 0 auto;
	padding: 7px;
}
#contest div#caution .txtCenter {
    text-align: center;
    font-size: 80%;
	color: #454545;
}
#contest div#caution dd.txtCenter:before {
    content: none;
}

#contest .pcNone{
	display: none;
}

#caution .entry {
	margin: 24px 0 15px;
}
#caution .entry .download {
	text-align: center;
	width: 300px;
	margin: 0 auto;
}
#caution .entry .download a {
	display: block;
	padding: 10px 0 8px;
	background: #000;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
}
#caution .entry .download a:hover {
	opacity: 0.7;
}
#inquiry .entryTxt {
	text-align: left;
	font-size: 110%;
	line-height: 180%;
	width: 80%;
	margin: 0 auto 15px;
}
.jmpJiyukenkyu {

}
.fixed{
	position: fixed;
	right: 30px;
	bottom: 30px;
}
.jmpJiyukenkyu a {
	transition-duration: 0.4s;
	transition-timing-function: ease;
}
.jmpJiyukenkyu a img:hover {
	position: relative;
	bottom: 10px;
	transform: rotate(-730deg);
	transition-duration: 0.4s;
	transition-timing-function: ease;
}
@media screen and (max-width: 767px) {
	.jmpJiyukenkyu {
		width: 90px;
	}
	.jmpJiyukenkyu img {
		width: 100%;
	}
	.fixed{
	position: fixed;
	right: 15px;
	bottom: 0px;
	}
}


.precaution2020 {
	background: #138c0d;
	margin: 0;
	width: 100%;
	opacity: 90%;
	position: fixed;
	top: 0;
	left: 0;
}
.precaution2020 p {
	padding: 20px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 108%;
}
.fade-in2020 {
	animation-name:sample01;
	animation-duration:2.5s; 
	animation-iteration-count: 1;

}
@keyframes sample01 {
0% {
 opacity: 0;
 transform: translateY(-30px);
}
  50%{
    opacity: 1;
     transform: translateY(0);
  }
 
}

@media screen and (max-width: 500px) {
	#contest .pcNone{
		display: block;
	}
}
