@charset "UTF-8";
@font-face {
  font-family: 'hannari';
  src: url("../fonts/hannari.eot");
  src: url("../fonts/hannari.eot?iefix") format("eot"), url("../fonts/hannari.woff") format("woff"), url("../fonts/hannari.ttf") format("truetype");
  font-display: swap;
}

/*基本設定
----------------------------------------------------*/
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background: #fff;
  color: #222;
  line-height: 2;
  font-size: 15px;
 text-align: center;
}

 .head-line{
  position: relative;
  border-top: 20px solid #016540;/*緑*/
  padding: 20px 0 0 0;
  margin: 0;
}
.head-line::before{
  content: '';
  position: absolute;
  top: -20px;
  width: 50%;
  height: 20px;
  background: #c62030;/*赤*/
}

h1 {
	  font-size: 30px;

}

h2 {

}

h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #016540;
}

p {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}

.image {
	width: auto;
	text-align: center;
}

.image img {
	max-width: 100%;
	height: auto;
}

footer {
    padding: 20px 0;
    margin: 50px 0 0 0;
    background: #016540;
    color: #faf1e3;
}

.copyright {
    font-size: 10pt;
}
