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

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  #container #contents .box2_divi .tit {
    border-bottom: 2px solid #d0cfcf;
    color: inherit;
    background: none;
    font-size: 2rem;
  }
  #contents .tab {
    margin-bottom: 60px;
    width: 100%;
    margin-left: 0 !important;
    font-size: 1.6rem;
  }
  #container #contents .box2_divi p {
    line-height: 2.7rem;
  }
  #contents td p {
    font-size: 1.5rem;
  }
  #contents .img {
    float: none;
  }
  #contents img {
    margin-left: 0;
  }
  table {
    width: 100%;
    text-align: center;
  }
  table tr:first-child td:nth-child(2) {
    width: 200px;
  }
  table tr:first-child td:nth-child(4) {
    width: 55px;
  }
  #contents td {
    font-size: 1.5rem;
  }
}
