@charset "UTF-8";
/* =========================================================
parts
========================================================= */
.customSelect {
  padding: 11px 53px 11px 13px;
  display: inline-block;
  background: none;
  border: 2px solid #111;
  text-align: left;
  font-size: 1.4rem !important;
  position: relative;
  z-index: -1;
}
.customSelect:before {
  content: "";
  width: 40px;
  height: 41px;
  background: #eee;
  position: absolute;
  top: 0;
  right: 0;
}
.customSelect:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 13px;
  right: 13px;
}

.customSelectInner {
  vertical-align: top;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.customSelect.active:before {
  background: #111;
}
.customSelect.active:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* =========================================================
layout
========================================================= */
.news-block {
  width: 100%;
  padding: 30px 13px 0;
}

.select-area {
  width: 100%;
  margin: 0 0 30px;
  padding: 0 13px;
}

.news-selectbox {
  width: 100%;
  font-size: 1.6rem !important;
  line-height: 19px;
}

.news-bknb-ttl {
  margin: 0 0 20px;
  padding: 20px 13px;
  background: #f6f6f6;
  font-size: 1.5rem;
  line-height: 15px;
  font-weight: 500;
}

.news .news-list, .news-bknb .news-list {
  margin: 0 0 10px;
  letter-spacing: -.4em;
}
.news .news-list li, .news-bknb .news-list li {
  letter-spacing: .03em;
}
.news .news-list .news-item, .news-bknb .news-list .news-item {
  width: 50%;
  padding: 0 7px 0 0;
  margin: 0 0 20px 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.03em;
}
.news .news-list .news-item:nth-child(even), .news-bknb .news-list .news-item:nth-child(even) {
  padding: 0 0 0 7px;
}
.news .news-list .img, .news-bknb .news-list .img {
  width: 100%;
  padding-bottom: 120%;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  line-height: 0;
}
.news .news-list .date, .news-bknb .news-list .date {
  margin: 9px 0 5px;
  font-family: 'Lato','Noto Sans','ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 10px;
  color: #9f9f9f;
}
.news .news-list .txt, .news-bknb .news-list .txt {
  font-size: 1.3rem;
  line-height: 22px;
}
.news .more-btn, .news-bknb .more-btn {
  width: 100%;
  margin: 0 0 30px;
  padding: 0 13px;
}
.news .more-btn .cmn-btn, .news-bknb .more-btn .cmn-btn {
  width: 100%;
}

.news-bknb .news-block {
  padding: 30px 0 0;
}
.news-bknb .select-area {
  padding: 0 26px;
}
.news-bknb .news-list {
  padding: 0 13px;
}
.news-bknb .more-btn {
  padding: 0 26px;
}

.news-detail-block {
  width: 100%;
}
.news-detail-block.block02 {
  padding: 0 13px;
}

.news-article {
  margin: 0 0 25px;
  padding: 25px 13px 23px;
  border-bottom: 2px solid #111;
}
.news-article .news-ttl {
  margin: 0 0 3px;
  font-size: 1.9rem;
  line-height: 24px;
}
.news-article .news-date {
  margin: 0 0 20px;
  font-family: 'Lato','Noto Sans','ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 15px;
  color: #9f9f9f;
}
.news-article .entry {
  margin: 0 0 20px;
  line-height: 26px;
}
.news-article .entry:last-child {
  margin-bottom: 0;
}
.news-article .entry p {
  display: inline;
}
.news-article .entry img {
  width: 100%;
}
.news-article .entry a {
  display: inline;
  color: #8f0a15;
  text-decoration: underline;
}

.prev-next {
  width: 100%;
  margin: 0 0 30px;
  padding: 0 13px 25px;
  border-bottom: 2px solid #111;
}
.prev-next dl {
  width: 100%;
  margin: 0 0 20px;
  display: block;
  table-layout: fixed;
  font-size: 1.3rem;
  line-height: 22px;
}
.prev-next dl:last-child {
  margin-bottom: 0;
}
.prev-next dt {
  width: 50px;
  display: table-cell;
  font-weight: 500;
}
.prev-next dd {
  display: table-cell;
}
.prev-next dd a {
  text-decoration: underline;
}

.recent-entry h2 {
  margin: 0 0 25px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 18px;
}
.recent-entry .entry-list {
  margin: 0 0 30px;
}
.recent-entry .entry-list .entry-item {
  width: 100%;
  margin: 0 0 20px 0;
  text-align: left;
}
.recent-entry .entry-list .entry-item:last-child {
  margin-bottom: 0;
}
.recent-entry .entry-list .entry-item a {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.recent-entry .entry-list .img {
  width: 25.5%;
  display: table-cell;
  vertical-align: top;
}
.recent-entry .entry-list .img img {
  width: 100%;
}
.recent-entry .entry-list .detail {
  width: 74.5%;
  padding: 0 0 0 15px;
  display: table-cell;
  vertical-align: middle;
}
.recent-entry .entry-list .date {
  margin: 0 0 8px;
  font-family: 'Lato','Noto Sans','ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 10px;
  color: #9f9f9f;
}
.recent-entry .entry-list .ttl {
  font-size: 1.3rem;
  line-height: 22px;
}

.back-btn {
  width: 100%;
  margin: 0 0 30px;
  padding: 0 13px;
}