.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.newsrelease-info {
  margin: 40px 0;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .newsrelease-info {
    font-size: 3.8vw;
  }
}
.newsrelease-info__inner {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .newsrelease-info__inner {
    width: 92%;
  }
}
.newsrelease-info__date-company {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  text-align: right;
}
.newsrelease-info__title {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .newsrelease-info__title {
    font-size: 4vw;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.newsrelease-info__message-section {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.newsrelease-info__message + .newsrelease-info__message {
  margin-top: 20px;
}
.newsrelease-info__service-section {
  margin-top: 20px;
}
.newsrelease-info__service-title {
  text-decoration: underline;
}
.newsrelease-info__service-item {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .newsrelease-info__service-item {
    margin-top: 30px;
  }
}
.newsrelease-info__service-item-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.newsrelease-info__service-item-text + .newsrelease-info__service-item-text {
  margin-top: 20px;
}
.newsrelease-info__service-item-text + .newsrelease-info__service-item-img {
  margin-top: 10px;
}
.newsrelease-info__service-item-note {
  margin-top: 20px;
}
.newsrelease-info__service-item-img {
  margin-top: 20px;
}
.newsrelease-info__service-item-img img {
  width: 100%;
}
.newsrelease-info__service-item-img-note {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .newsrelease-info__service-item-img-note {
    font-size: 3vw;
  }
}
.newsrelease-info__service-item-img-note + .newsrelease-info__service-item-detail {
  margin-top: 10px;
}
/*# sourceMappingURL=style.css.map */
