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

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  #contents .mamalat h3 {
    font-weight: normal;
  }
  #contents .mamalat .box h4 {
    font-weight: normal;
    font-size: 1.6rem;
  }
  #contents .mamalat .box dl dt {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  #contents .mamalat .box dl dd {
    float: none;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}
