@charset "UTF-8";

.crm--header {
  background-color: #fff;
}

/* contents_area
=========================== */
.contents_area {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin-inline: auto;
}
.news_title {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 10px;
  border-bottom: 2px solid #888;
  padding: 0 0 10px;
}
.news_date {
  color: #000;
  font-size: 16px;
  text-align: right;
  margin-bottom: 24px;
}
.news_text {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .news_title {
    font-size: 18px;
    padding: 0 0 10px;
  }
  .news_date {
    font-size: 14px;
    text-align: right;
    margin-bottom: 18px;
  }
  .news_text {
    font-size: 14px;
  }
}
