<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&amp;display=swap");
.forum__header {
  background: url(../images/forum/theme_bk.png) center bottom no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.forum__header--title {
  background: url(../images/forum/theme_title.png) center bottom no-repeat;
  width: 562px;
  height: 142px;
  margin: auto;
  background-size: cover;
  position: relative;
}
.forum__header--title--text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  bottom: 20px;
  left: 55px;
  width: 120px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .forum__header--title {
    width: 100%;
    height: 0;
    padding-bottom: 25.1555555556%;
  }
  .forum__header--title--text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    bottom: 10px;
    left: 40px;
    width: 21%;
  }
}
.forum__contents {
  padding: 40px 0;
}
.forum__contents .container {
  padding: 0;
}
.forum__contents--wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .forum__contents--wrapper {
    flex-direction: column;
  }
}
.forum__contents--text {
  flex: 0 0 16.6%;
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .forum__contents--text {
    flex: auto;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .forum__contents--text br {
    display: none;
  }
}
.forum__contents--title {
  color: #E1C673;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125;
  text-align: center;
}
.forum__contents--name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857142857;
  margin: 15px 0;
  text-align: center;
}
.forum__contents--comment {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8571428571;
  padding: 0 10px;
}

.letters {
  background: url(../images/forum/letters_bk.png) center bottom repeat;
  padding: 30px 0;
  height: 100%;
  width: 100%;
}
.letters__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .letters__header {
    flex-direction: column;
    padding: 0 15px;
    margin-bottom: 0;
  }
}
.letters__header h1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4444444444;
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .letters__header h1 {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
  }
}
.letters__contents--wrapper {
  display: block;
  column-count: 4;
  column-gap: 16px;
}
@media (max-width: 767.98px) {
  .letters__contents--wrapper {
    flex-direction: column;
    column-count: 1;
  }
}
.letters__contents--text {
  flex: 0 0 23%;
  padding: 0 10px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .letters__contents--text {
    flex: auto;
  }
}
.letters__contents--comment {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  justify-content: center;
}
.letters__contents--comment p {
  margin-bottom: 0;
}
.letters__contents--name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}</pre></body></html>