@media screen and (max-width: 768px) {
  .content {
    width: 100%;
    padding: 0 15px;
  }
}
/*---------------------------------
  news
---------------------------------*/
.news--list {
  width: 100%;
  position: relative;
}
.news--heading {
  writing-mode: vertical-rl;
  max-height: 7em;
  margin: 20px 0 0 !important;
  text-align: left !important;
  position: relative;
  z-index: 2;
}
.news--heading .ttl-h2--en {
  display: inline-block;
  margin-top: 20px;
}
.news--item {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 20px;
  border-top: 1px solid #ccc;
  position: relative;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 2;
}
.news--item:hover {
  opacity: 0.5;
}
.news--item:last-of-type {
  border-bottom: 1px solid #ccc;
}
.news--category {
  display: inline-block;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  margin: 0 20px;
  background: #666;
  text-align: center;
  color: #ffffff;
}
.news--category.c-event {
  background: #e8660f;
}
.news--category.c-shop {
  background: #87b607;
}
.news--category.c-business {
  background: #1758c4;
}
.news--category.c-service {
  background: #0eb795;
}
.news--category.c-general {
  background: #178dc4;
}
.news--title a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .news {
    margin: 40px auto 0;
  }
  .news--heading {
    text-align: left !important;
  }
  .news--heading .ttl-h2--en {
    display: none;
  }
  .news--list {
    width: 100%;
    margin: 0;
  }
  .news--list::before {
    content: none;
  }
  .news--item {
    flex-wrap: wrap;
    height: auto;
    line-height: 1.8;
    margin: 15px 0 0;
    padding: 0;
    border: none !important;
  }
  .news--category {
    order: 1;
  }
  .news--date {
    order: 2;
  }
  .news--title {
    order: 3;
  }
  .news--category {
    height: 20px;
    line-height: 20px;
    margin: 0 15px 0 0;
    font-size: 1.2rem;
  }
  .news--title {
    display: block;
    width: 100%;
    margin-top: 5px;
    line-height: 1.6;
  }
  .news--indexLink {
    display: block;
  }
  .news--indexLink a {
    margin: -25px auto 50px;
  }
}