
html{
  font-size: 38px;

  /* Mac */
  /*
  width: 830px;
  font-size: 20px;
  */

  /* iOS */
  /*
  font-size: 38px;
  */
}

body{
  /*iPhone8 750, X=1125, 12=1170 12ProMax=1284*/
  /*文字サイズとのバランスを想定してこの幅で制作する*/
margin: 0px;
padding: 30px;
}


h1 {
  font-size: 1.05rem;
  border-bottom: 2px solid #000;
}

h2 {
  font-size: 1.03rem;
}

h3 {
  font-size: 1.01rem;
}

p{
  text-indent: 1em; /*インデント */
}

div.keyfrase{
  font-size: 1.03rem;
  padding: 0.5rem;
  background: #d6d6d6; /*背景 */
  }
