@charset "UTF-8";

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6;
	width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}

header{
	text-align:center;
	padding: 3% 0;
}

header img{
  width: 30%;
	height:auto;
}

a {
	font-size: 120%;
	color: #e32532;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}

img {
	max-width: 100%;
}

main {
  padding-bottom: 3%;
  text-align: center;
  background-color: #fef7e8;
}

h1 {
  padding:  2% 0 4%;
}

em {
  margin-top: 3%;
  font-size: 110%;
  font-weight: bold;
  font-style: normal;
  color: #D80E11;
  
}

.lead {
  max-width: 1000px;
  margin: 0 auto 4%;
}

.lead>p {
  line-height: 2;
  font-size: 135%;
  font-weight: bold;
}

.lead>p:nth-of-type(2) {
  margin-top: 3%;
}

.lead>ul {
  margin: 4%;
  text-align: left;
}

.lead>ul>li {
  padding-left: 1em;
  text-indent: -1em;
}

.lead>p>span {
  color: #c81c1d;
  font-size: 150%;
  font-weight: bold;
}

.contents {
  margin-top: 4%;
  padding: 4% 0 5%;
  color: #ffffff;
  background-color: #E9AF30;
}

.contents>img {
  margin: 3% 0 2%;
}

.contents>ul {
  width: 950px;
  margin: 0 auto;
  text-align: left;
}

.contents>ul>li:first-child {
  margin-bottom: 1.5%;
  font-size: 120%;
}

.contents>ul>li {
  padding-left: 1em;
  text-indent: -1em;
}

h4 {
  font-size: 195%;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}



.none {
  max-width: 1000px;
  margin: 4% auto 0;
}

.none>ul {
  text-align: left;
}

.none>ul>li {
  padding-left: 1em;
  text-indent: -1em;
}



footer{
	margin: 2% 0 3%;
	padding: 2%;
	color: #000;
	font-size: 80%;
	text-align: center;
}


