@media screen and (min-width: 960px), print {
  #contents.newsletter #archive {
    padding-top: 80px;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive {
    padding-top: 10.66667vw;
  }
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive {
    padding-bottom: 21.33333vw;
  }
}
#contents.newsletter #archive .back-number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .back-number {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .back-number {
    margin-bottom: 6.66667vw;
  }
}
#contents.newsletter #archive .back-number label {
  color: #1D1D1D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .back-number label {
    font-size: 160%;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .back-number label {
    font-size: 200%;
  }
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .back-number label {
    margin-right: 15px;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .back-number label {
    margin-right: 4vw;
  }
}
#contents.newsletter #archive .back-number .select {
  position: relative;
}
#contents.newsletter #archive .back-number .select select {
  display: block;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: #fff;
  color: #1D1D1D;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .back-number .select select {
    font-size: 140%;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .back-number .select select {
    font-size: 220%;
  }
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .back-number .select select {
    min-width: 200px;
    height: 50px;
    padding: 0 40px 0 16px;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .back-number .select select {
    min-width: 32vw;
    height: 8.53333vw;
    padding: 0 7.46667vw 0 2.66667vw;
  }
}
#contents.newsletter #archive .back-number .select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  box-sizing: border-box;
  border-right: 1.5px solid #1D1D1D;
  border-bottom: 1.5px solid #1D1D1D;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .back-number .select::after {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .back-number .select::after {
    right: 2.66667vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
#contents.newsletter #archive .news-category {
  display: flex;
  flex-wrap: wrap;
}
#contents.newsletter #archive .news-category a {
  display: inline-block;
  border-radius: 1.56em;
  border: 1px solid #1255A2;
  color: #1255A2;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .news-category a {
    font-size: 140%;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .news-category a {
    font-size: 200%;
  }
}
#contents.newsletter #archive .news-category a {
  overflow-wrap: anywhere;
}
#contents.newsletter #archive .news-category a.is-current {
  border-color: #1255A2;
  color: #FFF;
  background-color: #1255A2;
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .news-category a {
    padding: 0.8em 1.6em;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .news-category a {
    padding: 1.33333vw 2.93333vw;
  }
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .news-category {
    gap: 10px;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .news-category {
    gap: 1.33333vw;
  }
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .note {
    margin-top: 40px;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .note {
    margin-top: 6.66667vw;
  }
}
#contents.newsletter #archive .note p {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .note p {
    font-size: 160%;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .note p {
    font-size: 220%;
  }
}
#contents.newsletter #archive .note p {
  color: #1D1D1D;
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .list {
    margin-top: 45px;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .list {
    margin-top: 10.66667vw;
  }
}
#contents.newsletter #archive .list ul {
  display: flex;
  flex-wrap: wrap;
}
#contents.newsletter #archive .list ul li a {
  display: block;
  width: 100%;
  aspect-ratio: 285/160;
}
#contents.newsletter #archive .list ul li a picture, #contents.newsletter #archive .list ul li a img {
  display: block;
  width: 100%;
  background-color: #1255A2;
  height: 100%;
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .list ul li .meta {
    margin-top: 12px;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .list ul li .meta {
    margin-top: 1.6vw;
  }
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .list ul li .meta .txt {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .list ul li .meta .txt {
    margin-bottom: 1.6vw;
  }
}
#contents.newsletter #archive .list ul li .meta .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .list ul li .meta .txt {
    font-size: 160%;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .list ul li .meta .txt {
    font-size: 220%;
  }
}
#contents.newsletter #archive .list ul li .meta .txt {
  color: #1D1D1D;
}
#contents.newsletter #archive .list ul li .meta .category {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .list ul li .meta .category {
    font-size: 120%;
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .list ul li .meta .category {
    font-size: 180%;
  }
}
#contents.newsletter #archive .list ul li .meta .category {
  color: #1255A2;
  border: 1px solid #1255A2;
  padding: 0.25em 1.25em;
  border-radius: 999px;
}
@media screen and (min-width: 960px), print {
  #contents.newsletter #archive .list ul {
    gap: 30px 20px;
  }
  #contents.newsletter #archive .list ul li {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 959px) {
  #contents.newsletter #archive .list ul {
    gap: 5.33333vw 2.66667vw;
  }
  #contents.newsletter #archive .list ul li {
    width: calc(50% - 1.333335vw);
  }
}