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

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  .location_a dl dt {
    font-weight: normal;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  dd {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  .location_a .text {
    width: 100%;
  }
  .location_a .text .train {
    margin-bottom: 30px;
  }
  .location_a.clearfix .location_map ul li a {
    color: inherit;
    font-size: 1.5rem;
  }
  .location_a.clearfix .location_map ul li:nth-child(2) a {
    display: none;
  }
}
