@font-face { 
  /* ① ここにfont-familyで指定したい名前を書く*/
  font-family: "gennokakugothic"; 

  /* フォントが置かれているパスを書く */ 
  src: url("../font/41305.ttf") format("truetype")}

 body{
  background-color:#e4e6e2;
  font-family:gennokakugothic;
  font-size: 15px;
  color: #363636;
  word-break: break-all;
    height: 100%;
    text-align: center;


    margin: 0;
    display: flex;
  
    /* This centers our sketch horizontally. */
    justify-content: center;
    overflow: hidden;



  }
      .centering_parent {             /* 中央寄せしたい親要素 */
      text-align:  center;  
      margin-left: auto;
      margin-right: auto;      /* 中央寄せの指定 */
  }
.midashi{color: #363636;}
a:link, a:visited, a:hover, a:active {
  color: #363636;
  text-decoration:none; 
}