@charset "UTF-8";
/***
TOP　お知らせ
*/
.top-informations {
  padding: 0 16px;
}
.top-informations__title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 1;
}
.top-informations__list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.top-informations__item {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.top-informations__item:first-child {
  border-top: 1px solid #e0e0e0;
}
.top-informations__item:last-child {
  margin-bottom: 0;
}
.top-informations__item::after {
  content: "→";
  font-size: 80%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.top-informations__link {
  display: flex;
  text-decoration: none;
  color: #000;
  padding: 20px 0;
}
.top-informations__link:hover {
  text-decoration: none;
}
.top-informations__item-date {
  width: 90px;
  font-weight: bold;
  margin-right: 20px;
  font-size: 12px;
}
.top-informations__text {
  display: block;
  width: calc(100% - 90px);
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  padding-right: 40px;
}
.top-informations__viewall {
  margin: 0 auto;
}
.top-informations__viewall-link {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  /***
  TOP　お知らせ
  */
  .top-informations {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .top-informations__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .top-informations__viewall {
    margin: 0 auto;
  }
  .top-informations__item-date {
    font-size: 15px;
    margin-right: 30px;
  }
  .top-informations__item-text {
    font-size: 15px;
  }
  .top-informations__text {
    font-size: 14px;
    padding-right: 85px;
  }
}/*# sourceMappingURL=styles_add.css.map */