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

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  h4 {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  .twitter {
    width: 75%;
    display: block;
    margin-top: -30px;
  }
  #footer4_160411 {
    margin-bottom: 60px;
  }
  #contents h1 {
    line-height: 3.1rem;
  }
  .fv {
    margin-bottom: 30px !important;
  }
}
