.contents-body-news {
  display: flex;
  flex-direction: column;
  width: 100%;
}

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

.news-header-text-1 {
  font-size: 6vw;
}

.news-header-text-2 {
  color: #fca29f;
  font-size: 2.5vw;
}

.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: 13vw;
  font-size: 1.9vw;
}

.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-for-company {
  display: none;
}
