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

@media screen and (max-width:768px) {
  body {
    background-image: url("../img/news_bg.jpg");
    background-position: top 130% left;
  }
  .date_wrap {
    padding-right: 5%;
  }
  .date_wrap ul li {
    height: auto;
  }
  .news_wrap ul li p {
    line-height: 24px;
    letter-spacing: 2px;
    padding: 0 5%;
    width: 65%;
    font-size: 1em;
  }
}

@media screen and (max-width:540px) {
  body {
    background-position: top 65% left;
    background-size: 50%;
  }
  .ja {
    font-size: 0.5rem;
    margin-top: 0;
  }
  .eng {
    font-size: 1.75rem;
  }
}