.aw-notices,
.aw-notices *,
.aw-notice-ticker,
.aw-notice-ticker *,
.aw-notice-archive,
.aw-notice-archive *,
.aw-notice-single,
.aw-notice-single * {
  box-sizing: border-box;
}

.aw-notice-single-shell .aw-breadcrumb {
  margin: 0 0 34px;
  color: #7a8794;
  font-size: 12px;
  line-height: 1.6;
}

.aw-notice-single-shell .aw-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aw-notice-single-shell .aw-breadcrumb__item {
  min-width: 0;
}

.aw-notice-single-shell .aw-breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin: 0 10px;
  color: #c0c9d2;
}

.aw-notice-single-shell .aw-breadcrumb__item a {
  color: #617284;
}

.aw-notice-single-shell .aw-breadcrumb__item[aria-current="page"] {
  overflow: hidden;
  max-width: 52em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aw-notices__list {
  overflow: hidden;
  border-top: 1px solid #dfe5ec;
}

.aw-notice-item {
  margin: 0;
  border-bottom: 1px solid #dfe5ec;
  background: #fff;
}

.aw-notice-item__link {
  position: relative;
  display: block;
  padding: 23px 54px 23px 22px;
  color: #26384b;
  text-decoration: none !important;
  transition: background .16s ease;
}

.aw-notice-item__link:hover {
  background: #f8faff;
}

.aw-notice-item__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.aw-notice-item__meta time {
  color: #687586;
  font-size: 12px;
  line-height: 1.5;
}

.aw-notice-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 3px 9px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.aw-notice-label--notice {
  background: #eaf1ff;
  color: #1d4ed8;
}

.aw-notice-label--maintenance {
  background: #fff0e6;
  color: #c2410c;
}

.aw-notice-label--improvement {
  background: #e9f8ef;
  color: #187744;
}

.aw-notice-label--new-feature {
  background: #f2ebff;
  color: #6d28d9;
}

.aw-notice-item__title {
  margin: 0 !important;
  color: #1d2e40 !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.aw-notice-item__link:hover .aw-notice-item__title {
  color: #2563eb !important;
}

.aw-notice-item__excerpt {
  margin: 9px 0 0 !important;
  color: #667384 !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
}

.aw-notice-item__arrow {
  position: absolute;
  top: 50%;
  right: 22px;
  color: #2563eb;
  font-size: 25px;
  line-height: 1;
  transform: translateY(-50%);
}

.aw-notices__empty {
  margin: 0;
  padding: 20px;
  border: 1px solid #dfe5ec;
  background: #f8fafc;
  color: #667384;
  text-align: center;
}

.aw-notices__more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.aw-notices__more a,
.aw-notice-single__back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 46px;
  padding: 10px 22px;
  border: 1px solid #2563eb;
  border-radius: 5px;
  background: #fff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none !important;
  transition: background .16s ease, color .16s ease;
}

.aw-notices__more a:hover,
.aw-notice-single__back a:hover {
  background: #2563eb;
  color: #fff;
}

.aw-notice-archive,
.aw-notice-single-shell {
  padding-top: 32px;
  padding-bottom: 72px;
}

.aw-notice-archive__header {
  margin: 28px 0 34px;
  text-align: center;
}

.aw-notice-archive__header > p {
  margin: 0 0 8px;
  color: #2563eb;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
}

.aw-notice-archive__header h1 {
  margin: 0;
  color: #172b3d;
  font-size: 32px;
  line-height: 1.45;
}

.aw-notice-archive__header > div {
  margin-top: 12px;
  color: #667384;
  font-size: 14px;
  line-height: 1.8;
}

.aw-notice-archive .navigation.pagination {
  margin-top: 34px;
}

.aw-notice-single {
  width: min(880px, 100%);
  margin: 30px auto 0;
  padding: 38px 42px 44px;
  border: 1px solid #dfe5ec;
  border-radius: 8px;
  background: #fff;
}

.aw-notice-single__header {
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e8ee;
}

.aw-notice-single__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.aw-notice-single__meta time {
  color: #687586;
  font-size: 12px;
}

.aw-notice-single__header h1 {
  margin: 0;
  color: #172b3d;
  font-size: 30px;
  line-height: 1.55;
}

.aw-notice-single__content {
  padding-top: 28px;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
}

.aw-notice-single__content > :first-child {
  margin-top: 0;
}

.aw-notice-single__content > :last-child {
  margin-bottom: 0;
}

.aw-notice-single__back {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.aw-notice-related {
  width: min(880px, 100%);
  margin: 48px auto 0;
}

.aw-notice-related > h2 {
  margin: 0 0 18px;
  color: #172b3d;
  font-size: 22px;
  line-height: 1.5;
}

.aw-notice-related .aw-notice-item__title {
  font-size: 16px !important;
}

.aw-notice-related .aw-notice-item__excerpt {
  display: none;
}

.aw-notice-ticker {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  min-height: 54px;
  border-top: 1px solid #dfe5ec;
  border-bottom: 1px solid #dfe5ec;
  background: #fff;
	padding:10px;
}

.aw-notice-ticker__heading {
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: #102d49;
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
}

.aw-notice-ticker__items {
  position: relative;
  min-width: 0;
}

.aw-notice-ticker__item {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 52px;
  padding: 8px 20px;
  color: #26384b;
  text-decoration: none !important;
}

.aw-notice-ticker__item[hidden] {
  display: none;
}

.aw-notice-ticker__item:hover strong {
  color: #2563eb;
}

.aw-notice-ticker__item time {
  color: #748092;
  font-size: 11px;
  white-space: nowrap;
}

.aw-notice-ticker__item strong {
  overflow: hidden;
  color: #26384b;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aw-notice-ticker__arrow {
  color: #2563eb;
  font-size: 21px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .aw-notice-item__link {
    padding: 20px 36px 20px 14px;
  }

  .aw-notice-item__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .aw-notice-item__title {
    font-size: 16px !important;
  }

  .aw-notice-item__excerpt {
    font-size: 12px !important;
  }

  .aw-notice-item__arrow {
    right: 12px;
  }

  .aw-notice-archive,
  .aw-notice-single-shell {
    padding-top: 20px;
    padding-bottom: 52px;
  }

  .aw-notice-single-shell .aw-breadcrumb {
    margin-bottom: 25px;
  }

  .aw-notice-archive__header {
    margin: 22px 0 27px;
  }

  .aw-notice-archive__header h1 {
    font-size: 26px;
  }

  .aw-notice-archive__header > div {
    font-size: 13px;
  }

  .aw-notice-single {
    margin-top: 22px;
    padding: 26px 18px 30px;
  }

  .aw-notice-single__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .aw-notice-single__header h1 {
    font-size: 23px;
  }

  .aw-notice-single__content {
    padding-top: 22px;
    font-size: 14px;
  }

  .aw-notice-related {
    margin-top: 38px;
  }

  .aw-notice-related > h2 {
    margin-bottom: 14px;
    font-size: 19px;
  }

  .aw-notice-related .aw-notice-item__title {
    font-size: 14px !important;
  }

  .aw-notice-ticker {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .aw-notice-ticker__heading {
    justify-content: center;
    padding: 0 8px;
    font-size: 9px;
  }

  .aw-notice-ticker__item {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px 12px;
  }

  .aw-notice-ticker__item time {
    display: none;
  }

  .aw-notice-ticker__item strong {
    font-size: 12px;
  }

  .aw-notice-ticker .aw-notice-label {
    max-width: 92px;
    overflow: hidden;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 9px;
    text-overflow: ellipsis;
  }
}
