@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  line-height: 1.9;
  letter-spacing: 0.2em;
  box-sizing: border-box;
}

body {
  width: 100%;
  position: relative;
}

img {
  width: 50%;
  margin:5px 0 16px 0;
}

h1 {color: #000; font-size: 28px; text-align: center;}

.container {
  width: 100%;
  height: 550px;
      position: relative;
    background-color: #ffffe7;
    background-image:
        linear-gradient(rgba(153,204,255,.3) .1em, transparent .1em);
    background-size: 100% 1.5em;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.lined-paper {
  width: 80%;
  height: 100%;
  margin-left:10px;
}
.lined-paper h2 {
  font-family: "ふい字","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  src: url("https://mondo-lab.com/public_html/prof/HuiFont109.woff") format("woff") ,
	url("https://mondo-lab.com/public_html/prof/HuiFont109.eot") format("eot") ,
	url("https://mondo-lab.com/public_html/prof/HuiFont109.woff2") format("woff2") ,
	url("https://mondo-lab.com/public_html/prof/HuiFont109.ttf") format("ttf") ;
  line-height: 1.2em;
  font-size: 20px;
  padding: 0 7px;
}

.lined-paper p {
  font-family: "ふい字","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  src: url("https://mondo-lab.com/public_html/prof/HuiFont109.woff") format("woff") ,
	url("https://mondo-lab.com/public_html/prof/HuiFont109.eot") format("eot") ,
	url("https://mondo-lab.com/public_html/prof/HuiFont109.woff2") format("woff2") ,
	url("https://mondo-lab.com/public_html/prof/HuiFont109.ttf") format("ttf") ;
  line-height: 1.77em;
  font-size: 14px;
  padding: 0 2px;
  margin: 0;
}
