@charset "UTF-8";
.news .content:before {
  background: url(../img/in_news/bg_shin.png) no-repeat center center;
}

.news .list_content li a .news_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.news .list_content li a .news_day {
  margin-top: 5px;
  font-size: 12px;
  color: #b39242;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.news .list_content li a .news_txt {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.4;
  display: box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news .list_content_detail_in .news_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.news .list_content_detail_in .news_day {
  margin-top: 5px;
  font-size: 12px;
  color: #b39242;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.news .list_content_detail_in .news_txt {
  font-size: 15px;
  line-height: 1.6;
}

.news .list_content_detail_in .content_line {
  margin: 30px 0 25px;
}

.news .list_content_detail_in strong {
  font-weight: bold !important;
}

.news .list_content_detail_in img {
  max-width: 100%;
  height: auto !important;
}

.news table {
  position: relative;
  width: 100%;
  margin: 20px auto 0;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1.3;
  z-index: 10;
}

.news table tr td {
  padding: 22px 20px 21px;
  border: 0;
  border-bottom: 1px solid rgba(89, 85, 68, 0.2);
  vertical-align: middle;
  text-align: center;
}

.news table tr td:nth-child(2) {
  text-align: left;
}

.news table tr:first-child td {
  padding: 14px 20px;
  border-bottom: 0;
  font-weight: bold;
  white-space: nowrap;
  background-color: #f0efed;
}

.news table tr:first-child th {
  padding: 15px 2%;
  border-bottom: 0;
  font-weight: bold;
  white-space: nowrap;
  background-color: #f0efed;
}
