@charset "UTF-8";

body{
	font-family:"Noto Sans JP Bold";
	font-size: 100%;
	line-height: 150%;
	width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}

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

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

.Keyvisual {
	width: 75%
	text-align:center;
}

.Keyvisual img {
	width: 100%
	
}

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

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

img {
	max-width: 100%;
	text-align: center;
}

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

h1 {
  padding:  0% 0 4%;
}

small {
	font-size: 0.7em;
	line-height: 100%;
}

em {
  font-size: 100%;
  font-weight: bold;
  font-style: normal;
  line-height: 1.6;
  color: #ff0000;
}

sup {
	vertical-align: super;
	font-size: smaller;
}


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

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

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

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

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

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

.contents {
  margin-top: 2%;
  padding: 5% 10% 5%;
  color: #fff;
  background-color: #8cd1d1;
  background-size: 75%;
  text-align: center;
}

.contents>img {
  margin: 3% 0 3%;
  text-align: center;s
}

.contents>p {
  text-align: center!important;
  margin-bottom: 3%;
}
.entry {
  margin: 1.5% 0 1.5%;
}

.contents>h2 {
  margin: 1% 0 1%;
}

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

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

.exp{
	text-align: center;
}

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

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

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

hr{
	border: solid 2px #00b2cf;
	width: auto;
}
.note>p {
  font-size: 90%;
}



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


