@charset "utf-8";

#contest {
	width: 1000px;
	margin: 0 auto !important;
	background: #fff1d3;
	text-align: center;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
#contest h1 {
	margin: 0;
}
#contest .header {
	margin: 0;
}
#contest .visual {
	margin: 0;
}
#contest div.lead {
	margin-bottom: 60px;
}
#contest .nav {
	width: 999px;
	height: 60px;
	background: #f8f1cd;
	text-align: center;
}
#contest .nav ul {
	margin: 0 auto;
	padding: 0px;
	height: 60px;
	display: inline-block;
}
#contest .nav li {
	float: left;
	margin-right: 25px;
	height: 60px;
	line-height: 1;
	list-style-type: none;
}
#contest .nav li:last-child {
	margin-right: 0;
}
#contest .nav ul.list2 {
	clear: both;
	float: none;
	margin-top: 5px;
	padding: 0;
}
#contest .nav ul.list2 li {
	float: none;
	margin-right: 0;
	text-align: center;
}
#contest .jmpOutline {
	margin: -10px 0 36px;
} 

#contest .nav li a:hover {
	position: relative;
	left: 2px;
}
#contest h3 {
	margin: 30px 0 40px;
}
#contest div#sec1 {
	margin-bottom: 80px;
}
#contest div#sec2 {
	margin-bottom: 80px;
}
#contest div#sec3 {
	margin-bottom: 80px;
}
#contest div#sec4 {
	margin-bottom: 80px;
}
#contest div#sec5 {
	margin-bottom: 80px;
}
#contest div#inquiry {
	background: #f3ebbc;
	padding: 10px 0 36px;
}
#contest div#inquiry .download {
	margin: 15px 0 25px;
}
#contest div#inquiry .download a:hover{
	position: relative;
	top: 2px;
}
#contest div#sec3 a:hover{
	position: relative;
	top: 2px;
}
#contest div#inquiry .contents {
	margin-top: 15px;
}
#contest div#caution dl {
	text-align: left;
	margin: 10px 75px;
	margin-bottom: 40px;
}
#contest div#caution dt {
	font-weight: bold;
	margin: 24px 0 5px 20px;
	letter-spacing: 1px;
	color: #36ae30;
	border-bottom: 1px dotted #36ae30;
}
#contest div#caution dd {
	font-size: 90%;
	letter-spacing: 150%;
	margin-bottom: 7px;
	text-indent: -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 .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: bold;
	font-size: 160%;
	letter-spacing: 1.2px;
}
#contest .contents_date span {
	font-size: 150%;
}
#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;
}
#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: 115%;
	line-height: 180%;
	width: 600px;
	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;
}

.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);
  }
 
}