@charset "utf-8";



.title_sdgs_movie > span {

  width: calc(891 / 1550 * 100%);

  height: calc(94 / 260 * 100%);

  min-width: 500px;

  min-height: 66px;

  max-width: 891px;

  max-height: 94px;

  background-image: url(../images/txt_sdgs_movie.svg);

}



@media screen and (max-width:767px) {

  .title_sdgs_movie > span {

    min-width: 96%;

  }

}