@charset "UTF-8";
.event .content:before {
  background: url(../img/in_event/bg_taiga.png) no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
}

.event .list_content li a .news_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.event .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;
}

.event .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;
}

.event .list_content_detail_in .news_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  word-break: break-all;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.event .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;
}

.event .list_content_detail_in .news_txt {
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
}

.event .list_content_detail_in .content_line {
  margin: 13px 0;
}

.event .list_content_detail_in iframe {
  width: 100%;
  height: auto;
}

.event .list_content_detail_in strong {
  font-weight: bold !important;
}


.event table {
  position: relative;
  width: 90%;
  margin: 5% auto 0;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1.3;
  z-index: 10;
}

.event table:before {
  position: absolute;
  left: -6%;
  top: 0;
  content: '';
  width: 112%;
  height: 36px;
  background-color: #f0efed;
  z-index: -1;
}

.event table tr td {
  padding: 15px 2%;
  border: 0;
  border-bottom: 1px solid rgba(89, 85, 68, 0.2);
  vertical-align: middle;
}

.event table tr td:first-child {
  text-align: center;
  padding-left: 0;
}

.event table tr td:nth-child(3) {
  padding-right: 0;
}

.event table tr td:last-child {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.event table tr:first-child td {
  padding: 10px 2%;
  border-bottom: 0;
  font-weight: bold;
  white-space: nowrap;
}

.event table tr:first-child td:first-child {
  padding-left: 0;
}

.event table tr:first-child td:nth-child(3) {
  padding-right: 0;
}

.event table tr:first-child td:last-child {
  padding-left: 0;
  padding-right: 0;
}