section{
  max-width: 1000px;
  font-size: 16px;
  margin: 0 auto;
  font-family: "ヒラギノUD角ゴ W4 JIS2004";
	margin-top: 100px;
	margin-bottom: 100px;
}

section h1 {
  font-size: 36px;
  text-align: center;
  font-family: "ヒラギノUD角ゴ W6 JIS2004";
  margin-bottom: 40px;
	line-height: 1.6em;
}

section h1 span{
	font-size: 24px;
	color: #4D5FA6;
}

.lead{
line-height: 1.8em;
	text-align: justify;
}
.contest{
	margin: 50px 0;
	border: 1px solid #000;
	padding: 50px;
}

.contest_img{
	float: left;
	margin-right: 50px;
}
.contest_img img{
	width: 350px;
}

.contest_youkou{
	float: left;
}

.contest_youkou h2{
	font-size: 24px;
	margin-bottom: 20px;
}
.contest_youkou li{
	font-size: 16px;
	line-height: 1.8em;
}

.textred{
	color: #FF0004;
	padding: 10px 0;
}

h3{
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.8em;
}

.notes{
	margin-top: 40px;
	letter-spacing: 0.05em;
}

.notes dt{
	font-size: 18px;
	margin-bottom: 10px;
	color: #4D5FA6;
	margin-top: 20px;
}

.notes dd{
	font-size: 16px;
	line-height: 1.8em;
}

.notes dd a{
	text-decoration: underline!important;
}

.indent{
	margin-left: 1em;
	text-indent: -1em;

}

.date{
	border: 1px solid #000;
	padding: 10px;
	display: inline-block;
	margin-bottom: 10px;
}

.cation{
	font-size: 14px!important;
	line-height: 1.8em!important;
}

.spbr {
  display: none;
}



@media screen and (max-width: 600px) {
  .spbr {
    display: block;
  }

	.cation{
		line-height: 1.6em;
	}
  section {
		margin-top: 0px;
	  width: 90%;
  }
	section h1 span{
	font-size: 16px;
}
	section h1 {
  font-size: 24px;
		line-height:1.6em;
}
.contest{
	margin: 20px 0;
	padding: 10px;
}
	.contest_img{
	float: inherit;
	margin-right: 0px;
}
.contest_img img{
	width: 100%;
}
	.contest_youkou h2{
	font-size: 18px;
		margin-top: 20px;
	margin-bottom: 20px;
}
	
	.lead{
		width: 100%;
}


}