@charset "UTF-8";
/* CSS Document */
/*上書き*/
body {
  margin: 10px;
  color: hsla(0, 0%, 20%, 1.00);
  font-family: "BIZ UDPGothic", sans-serif;
  font-style: normal;
  line-height: 1.8;
  background-color: hsla(0, 0%, 95%, 1.00);
}



header {
  text-align: center;
	    font-size: 18px;
	  font-weight: 700;
}


h1 {
  margin-top: 1em;
  font-weight: 700;
  margin-bottom: 0px;
  clear: both;
}
h2 {
  margin-top: 1em;
  background: #EEEEEE; /*背景色*/
  border-left: solid 5px #99CCFF; /*左線*/
  border-bottom: solid 3px #cccccc;
  clear: both;
}
h3 {
  margin-top: 1em;
  border-bottom: double 2px #cccccc;
  clear: both;
}
h4 {
  margin-top: 1em;
  clear: both;
}
a {
  font-weight: bold;
  text-decoration: none;
}
a:link {
  color: hsla(20, 100%, 40%, 1.00);
}
a:visited {
  color: hsla(40, 100%, 50%, 1.00);
}
a:hover, a:active, a:focus {
  color: hsla(30, 100%, 25%, 1.00);
  text-decoration: underline;
}
/*全体用div*/
#wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: hsla(0, 0%, 100%, 1.00);
}
/*トップサイトロゴ*/
#toplogo {
  max-width: 960px;
}
#toplogo img {
  width: 100%;
}
/*ヘッダーイメージ_ホーム用div*/
#headerimg article {
  padding-left: 20px;
  padding-right: 10px;
  position: absolute;
  top: 30%;
}
#headerimg {
  position: relative;
}
#headerimg img {
  width: 100%;
}
#headerimg p {
  font-size: 2.5vw;
  color: hsla(0, 0%, 80%, 1.00);
}
/*ヘッダーイメージ各ページ用div*/
#headerimg2 article {
  /*width: 400px;*/
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 15%;
}
#headerimg2 {
  position: relative;
}
#headerimg2 img {
  width: 100%;
}
#headerimg2 h1 {
  margin-top: em;
  font-size: 3.75vw;
}
#headerimg2 p {
  font-size: 2.5vw;
}
.maintext {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.clear_right {
  clear: right;
}
.clear_left {
  clear: left;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
footer {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2%;
  background-color: hsla(0, 0%, 40%, 1.00);
  color: hsla(0, 0%, 80%, 1.00);
  clear: right;
  font-size: 11px;
}
/*図表用*/
figure {
  display: block;
  margin: 2em auto;
  text-align: center;
}
.flame {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  -webkit-box-shadow: 1px 1px 15px hsla(0, 0%, 60%, 1.00);
  box-shadow: 1px 1px 15px hsla(0, 0%, 60%, 1.00);
  position: relative;
  display: block;
  margin: 0 auto;
  /*	width: 90vw;*/
  max-width: 98%;
}
.top-img {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  position: relative;
  display: block;
  margin: 0 auto;
  /*	width: 90vw;*/
  max-width: clamp(200px, 45vw, 45vw)45vw;
}
figcaption {
  font-weight: normal;
  text-align: Center;
  font-size: 80%;
  font-weight: 700;
  margin-top: 0em;
  margin-left: 4px;
}
figure.img-box {
  float: left;
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
/*引用*/
blockquote {
  display: block;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  /*Font*/
  line-height: 1.2;
  color: hsla(0, 0%, 30%, 1.00);
  text-align: justify;
  /*Borders - (Optional)*/
  border-left: 10px solid hsla(125, 50%, 50%, 1.00);
  border-right: 4px solid hsla(125, 50%, 50%, 1.00);
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px hsla(0, 0%, 80%, 1.00);
  -webkit-box-shadow: 2px 2px 15px hsla(0, 0%, 80%, 1.00);
  box-shadow: 2px 2px 15px hsla(0, 0%, 80%, 1.00);
}
blockquote::before {
  content: "\201C"; /*Unicode for Left Double Quote*/
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  /*Positioning*/
  position: absolute;
  left: 10px;
  top: 5px;
}
blockquote::after {
  /*Reset to make sure*/
  content: "";
}
/*テキストサイズ調整用*/
.small_txt060 {
  font-size: 60%;
}
.small_txt070 {
  font-size: 70%;
}
.small_txt090 {
  font-size: 90%;
}
.underline-y {
  background: linear-gradient(transparent 60%, yellow 50%);
  display: inline-block;
}
.red_big {
  color: red;
  font-size: 125%;
}
.red {
  color: red;
}
@media screen and (min-width:720px) {
  /*　画面サイズが960pxからはここを読み込む　*/
  #headerimg p {
    font-size: 18px;
  }
  #headerimg2 h1 {
    font-size: 27px;
  }
  #headerimg2 p {
    font-size: 18px;
  }
}