@charset "utf-8";
/*  howto  */

#howto section .table01 {
  max-width: 500px;
  font-size: 1.3rem;
}
#howto section .table01 th:first-child,
#howto section .table01 td:first-child {
  text-align: left;
}
#howto section .div_h3 {
  margin: 30px 0 40px;
}
#howto section .div_h3:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  /*  iPad、PC  */
  #howto section .table01 {
    font-size: 1.4rem;
  }
  
}
@media (min-width: 1024px) {
  /*  iPad、PC  */
  #howto section .div_h3 {
    margin-bottom: 50px;
  }  
  #howto section .div_h3:last-child {
    margin-bottom: 0;
  }
}
