@charset "UTF-8";

.archive {
  text-align: center;
  padding: 40px 30px;
}

.archive__list {
  margin-top: 20px;
  text-align: start;
}

.archive__list,
.archive__list--news {
  margin-top: 30px;
}

.archive__text {
  margin-top: 30px;
}

.archive__item {
  background-color: #ffffff;
  padding: 10px 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.archive__title {
  position: relative;
  padding: 10px 10px 10px 10px;
  font-weight: bold;
  border-bottom: dotted 3px #727171;
}

/* .archive__title::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 1em;
  color: #231815;
} */

.archive__title a {
  text-decoration: underline;
}

.archive__note {
  padding: 10px 10px 0 10px;
}

.archive__note--news {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border-bottom: dotted 3px #727171;
}

.archive__note:last-child {
  padding-top: 0;
}

.archive__nolist {
  margin-top: 20px;
  text-align: center;
}

/* 新着情報一覧 */
.news__list {
  text-align: start;
  margin-top: 40px;
}

.news__day {
  margin-top: 20px;
}

.news__day span {
  padding-left: 20px;
}

.news__content {
  padding-block: 5px;
  border-bottom: solid 1px #CCCCCC;
}