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

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  #contents h2 {
    color: inherit;
    background: none;
    line-height: 3rem;
    border-bottom: 1px solid #d0cfcf;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .gover p {
    line-height: 2.72rem;
  }
  #container ul.navi {
    justify-content: center;
  }
  #container .navi li {
    width: 110px;
    height: 110px;
    margin: 0 3px 6px;
    font-size: 1.5rem;
    line-height: 2.7rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .yoko_img_p {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .yoko_img_p img {
    width: auto;
    max-width: max-content;
    height: 50vh;
    display: block;
  }
  .yoko_img_p span {
    text-align: center !important;
    margin-bottom: 15px;
  }
  .txt_center {
    text-align: center !important;
  }
  #yoko_img_p2 img {
    height: 38vh;
  }
  .gover .gover_box .right {
    float: none;
    text-align: center;
    margin: 580px auto 60px;
  }
  .gover .gover_box .right img {
    width: 70%;
  }
}
