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

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  .sto_nav {
    background-color: #f6f6f6;
    padding: 30px 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
  .sto_nav li a {
    color: inherit;
    padding-left: 15px;
  }
  p {
    line-height: 2.7rem;
  }
  .stockholder .left {
    width: 100%;
  }
  .right {
    float: none;
    margin: 0 auto;
  }
  #contents .link_to a {
    font-size: 1.4rem;
    color: inherit;
  }
}
