@charset "utf-8";

/* CSS Information========
Table of Contents:
 * info
 
========================== */

#container {
  width: 90%;
  margin: 0 auto;
}
#container .topicpath {
  margin-bottom: 60px;
}
.news-item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.news-item:last-child {
  border-bottom: none;
}
.news-item .news-image {
  margin-bottom: 15px;
}
.news-item .news-content .news-meta {
  margin-bottom: 10px;
}
.news-item .news-content .news-meta .news-label {
  background-color: #063641;
  color: #fff;
  padding: 2px 15px;
  margin-right: 10px;
}
.news-item .news-content h3.news-title {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.news-item .news-content h3.news-title img {
  width: 17px;
  padding-bottom: 3px;
}
.news-text:lang(ja) {
  display: block;
  overflow-wrap: anywhere;
  line-break: strict;
  word-break: auto-phrase;
}
.news-item .news-content .scroll_img {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 5px;
}
.news-item .news-content .scroll_img img {
  width: auto;
  max-width: 500px;
  display: block;
}
@media screen and (min-width: 768px) {
  .news-item {
    display: flex;
    justify-content: space-between;
  }
  .news-item .news-image {
    width: 34%;
  }
  .news-item .news-content {
    width: 62%;
  }
  .news-text:lang(ja) {
    word-break: keep-all;
  }
}
@media screen and (min-width: 1024px) {
  #container {
    width: 1000px;
    margin: 10px auto 30px;
  }
  .news-item {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
