.lt__notice {
  font-size: 14px;
  line-height: 1;
}
.lt__notice .notice__title {
  font-size: 20px;
  padding-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lt__notice .notice__title h2 {
  font-size: 40px;
  font-weight: 800;
}
.lt__notice .notice__title a {
  font-weight: 600;
  color: var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 10px;
}
.lt__notice .notice__title a::after {
  content: "";
  width: 0.6em;
  height: 0.8em;
  margin-left: 0.5em;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: url(/img/common/icon/chevron-theme.svg) center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt__notice .notice__title a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--theme-color);
}
.lt__notice .notice__title a:hover::after {
  translate: 6px 0;
}
.lt__notice .notice__list li {
  padding: 30px 0;
  border-bottom: 1px solid #e4e4e4;
}
.lt__notice .notice__list a {
  position: relative;
}
.lt__notice .notice__list a .list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
.lt__notice .notice__list a .list__title em {
  font-size: 16px;
  font-style: normal;
  color: #fff;
  width: 3.5em;
  height: 1.87em;
  background: var(--theme-color);
  border-radius: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lt__notice .notice__list a .list__title strong {
  margin-left: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 20em;
}
.lt__notice .notice__list a .list__date {
  font-size: 16px;
  padding-left: calc(3.5em + 20px);
}
.lt__notice .notice__list a .list__date span {
  font-size: 14px;
  margin-top: 1em;
  color: #bababa;
  display: block;
}
.lt__notice .notice__list a .list__icon {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  font-size: 26px;
  width: 1em;
  aspect-ratio: 1/1;
}
.lt__notice .notice__list a .list__icon::before, .lt__notice .notice__list a .list__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 1em;
  height: 2px;
  background: var(--theme-color);
}
.lt__notice .notice__list a .list__icon::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lt__notice .notice__empty {
  font-size: 16px;
  height: 22.3em;
  border-bottom: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}/*# sourceMappingURL=style.css.map */