@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: #333;
  line-height: 2;
  font-size: 14px;
	text-align: center;
    /*border-top:solid 10px #e2803f;*/
    margin: 0;
    padding: 0 7%;
}


.slant-bg {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    position: relative;
    top: 50px;
}



.slant-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e5f2ef;
    transform: skewY(-7deg);
    z-index: -1;
}


h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 15px;

}

h2 {
    font-size: 15px;
    color: #007e65;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}

h3 { 

}

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

.image {
	width: auto;
	text-align: center;
    margin-bottom: 50px;
}

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

.image2 {
	width: auto;
	text-align: center;
    margin-bottom: 60px;
}

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

.cr {
    font-size: 11px;
}
