@charset "utf-8";

.subtitle_visual {
  background-image: url(../img/title_news_pc.png);
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: calc(1440 / 4930 * 100%);
}
@media screen and (max-width:650px){
  .subtitle_visual {
    background-image: url(../img/title_news_sp.png);
    padding-top: calc(1019 / 3200 * 100%);
  }

  .news_content_inner .title_text{
    margin-top: 20px;
    flex-grow: 4;
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
    text-align: left;
    flex-basis: 100%;
  }
}


