.h_type01 h1 {
  text-align: left;
  line-height: 1em;
  margin-top: 20px;
  }
  h2 {
    clear: both;
  }
  dl.free-page.company {
    margin-bottom: 40px;
  }
  table.normal-table th {
    width: 25%;
    background-color: #FAFBFD;
    border-bottom: 2px solid #88807F;
  }
  table.normal-table tr:last-child th {
    border-bottom: none;
  }
  table.normal-table td {
    border-bottom: 2px solid #88807F;
    border-left: 2px solid #88807F;
    padding: 10px 15px;
  }
  table.normal-table tr:last-child td{
    border-bottom: none;
  }
  #payment h2, #delivery h2 {
    background-color: #000;
    color: #fff;
    padding: 5px 25px;
  }
  #payment dl, #delivery dl {
    padding: 15px 25px;
  }
  #payment dl dd:last-child {
    margin-bottom: 0;
  }
  #payment img {
    margin: 0 0 10px 0px;
  }
  @media (max-width: 480px) {
    /* ~480px */
    .h_type01 h1 {
      font-size: 23px;
      margin-top: 9vw !important;
      line-height: 1.3em !important;
    }


}