@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  #header_out {
    display: none;
  }
  img[src$="img/common/spe.gif"] {
    display: none !important;
  }
  table {
    width: 100%;
  }
  body {
    font-size: 1.6rem;
  }
  #contents h2:first-of-type {
    margin-top: 30px;
    color: inherit;
  }
  img[src$="button_stop_e.gif"] {
    width: 80px;
    margin-top: 30px;
  }
  #mt30 {
    margin-top: 30px;
  }
  #contents .border_box dl dt {
    width: 150px;
  }
  #contents .border_box2 dl dt {
    width: 100%;
    margin-bottom: 10px;
  }

  #contents .border_box2 dl dd {
    display: table;
    margin-bottom: 20px;
  }
  #mb30 {
    margin-bottom: 30px;
  }
}
