@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;
    margin-left: 0;
  }
  #contents .img {
    width: 100%;
  }
  #contents img {
    margin-left: 0px;
  }
  #contents .tab {
    width: 100%;
  }
  .table_wrapper {
    overflow-x: unset;
    margin-bottom: 10px;
  }
  .table_wrapper table {
    min-width: unset;
    width: 95%;
    table-layout: fixed;
  }
  #contents td p {
    font-size: 1.2rem;
    word-wrap: break-word;
  }
}
