@charset "UTF-8";
/* ------------------------------------------------
font-family: 'Zen Maru Gothic', serif;
--------------------------------------------------- */

.news-title{
text-align: center;

}
.news span{
  display: block;
  text-align: center;
  margin-top: 40px;
}

.subText {
  text-align: justify;
  margin: 20px auto 38px;
  line-height: 1.5;
}

@media (min-width: 1025px) {

.news-title{
  font-size: 3.6rem;
text-align: center;
}

.subText {
  margin: 25px auto 50px;
}

}


