@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
/* ニュースリリース（英語版）
   ========================================================================== */
.news-single .news-single-post {
  margin-top: 10px; }
  .news-single .news-single-post p {
    margin-top: 1em; }
  .news-single .news-single-post a {
    text-decoration: underline; }
    @media (hover: hover) {
      .news-single .news-single-post a:hover {
        text-decoration: none; } }
@media (min-width: 768px) {
  .news-single {
    padding: 0; }
    .news-single .news-single-post {
      margin-top: 20px; } }
