@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

main {
  width: 650px;
  margin: 45px auto 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  flex: 1; /* footerを下部に固定 */
}

main p {
  text-align: left;
}

.news-title {
  text-align: center;
  color: #D5364E;
  margin-top: 30px;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
}

.news-subtitle {
  text-align: center;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
}

.news-body {
  margin: 30px 10px 20px 10px;
}

.news-text {
  font-size: 1.2rem;
  font-size: 12px;
  color: #333;
  padding-bottom: 10px;
}

.news-text span {
    color: #D5364E;
    font-weight: bold;
}

.news-img {
  width: 80%;
  text-align: center;
}

.news-bottom {
  padding-top: 15px;
  font-size: 1.2rem;
  font-size: 12px;
  color: #333;
}

.red-text {
  color: #cc2f7A;
}

.blue-text {
  color: #3c1dff;
}

.purple-text {
  color: #a600ff;
}

@media screen and (max-width: 690px) {

  main {
    width: 100%;
    height: 100%;
  }

}
