@charset "UTF-8";
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img {
    vertical-align: top;
    display: block;
  }
  .honbun-area {
    padding: 0em 2em 0em 2em;
    text-align: left;
  }
  .honbun-notice {
    font-size: 0.9em;
    line-height: 1.5em;
    color: #333;
    font-family: 'M PLUS 1', sans-serif;
    font-weight: 400;
  }
  .honbun-notice_b {
    font-size: 1.6em;
    line-height: 1.8em;
    color: #333;
    font-family: 'M PLUS 1', sans-serif;
    font-weight: 800;
  }
  .honbun-notice_c {
    font-size: 1.4em;
    line-height: 1.6em;
    font-family: 'M PLUS 1', sans-serif;
    font-weight: 700;
  }
  .kuwashiku {
    width: 70%;
  }
}