<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contents-body-news {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.news-header-text {
  text-align: center;
  margin: 10px;
}

.news-header-text-1 {
  font-size: 28px;
}

.news-header-text-2 {
  color: #fca29f;
  font-size: 16px;
}

.news-main-contents {
  width: 80%;
  margin: 10px auto;
}

.news-text-content {
  display: flex;
  flex-direction: column;
  margin: 20px 20px;
}

.news-sep-icon {
  height: 15px;
  margin: 10px auto;
}

.news-sep-pic {
  display: flex;
}

.news-text-date {
  background-color: rgb(240, 123, 136);
  text-align: center;
  color: white;
  width: 15vw;
  font-size: 2.3vw;
}

.news-text-title-area {
  margin: 3px;
  word-wrap: break-word;
}

.news-text-main-area {
  word-wrap: break-word;
}

.header-pc {
  display: none;
}

.side-menu {
  display: none;
}

.footer-pc {
  display: none;
}

.news-form-bottom-space {
  height: 50px;
}

.contact-form-line-title {
  font-size: 20px;
}

.contact-form-line-for-company {
  display: none;
}
</pre></body></html>