@charset "utf-8";
/**********************************************************
news
***********************************************************/
h1 {
  line-height: 1.7em;
}
.content__wrapper {
  padding-top: 0px;
}

.news_content {
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.prevBox {
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
  position: absolute;
  bottom: 0;
}

/**********************************************************
news list
***********************************************************/
.fixed .content__wrapper {
  padding-top: 0;
}
.newsList__item {
  color: #333333;
  padding: 0;
}
.newsList__item:hover,
.newsList__item:active,
.newsList__item:focus {
  color: #333333;
}
.newsList {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: solid 1px #cccccc;
}
.newsList:first-child {
  padding-top: 0;
  border-top: none;
}
.newsList:last-child {
  padding-bottom: 0;
}
.news_title_block {
  line-height: 1.5;
  margin: 0;
}
.newsList__dayTime {
  display: inline-block;
  font-weight: bold;
  margin: 0 8px 8px 0;
}
.newNews {
  font-weight: bold;
}

/* ラベル */
.newsList__label.-important {
  display: inline-block;
  width: 40px;
  height: 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  background-color: #c82527;
  color: #ffffff;
  border-radius: 0;
}

.newsList__noList {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .newsList__noList {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    margin-top: 14px;
  }
}