#news_single .news_single_c .news_single_text img {
  display: block;
  max-width: 100%;
  height: auto;
}
#news_single .news_single_c .news_single_text a {
  text-decoration: underline;
}
#news_single .news_single_c .news_single_text .iframe {
  position: relative;
}
#news_single .news_single_c .news_single_text .iframe:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
#news_single .news_single_c .news_single_text .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#news_single .news_single_c .news_title .date,
#news_single .news_single_c .back_link,
.f2M,
.f2 {
  font-family: 'Roboto', sans-serif;
}
.f2 {
  font-weight: 400;
}
#news_single .news_single_c .back_link,
.f2M {
  font-weight: 500;
}
#news_single .news_single_c .news_title .date {
  font-weight: 600;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#news {
  padding: 75px 0 120px;
  text-align: center;
}
#news.show .ani_h2 span {
  transform: translate(0, 0);
}
#news.show .ani_h2:after {
  transform: translate(103%, 0);
}
#news .news_list {
  width: 780px;
  margin: 75px auto 0;
  text-align: left;
}
#news .news_list li {
  margin-bottom: 40px;
  transform: translate(20px, 0);
  opacity: 0;
  transition: all 0.8s ease-out;
}
#news .news_list li.show {
  transform: translate(0);
  opacity: 1;
}
#news .news_list li:last-of-type {
  margin-bottom: 0;
}
#news .news_list li a {
  display: block;
  position: relative;
}
#news .news_list li a:hover:before {
  right: -10px;
  opacity: 0.7;
}
#news .news_list li a:hover p {
  opacity: 0.7;
}
#news .news_list li a:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 1.5px solid;
  border-color: #000 #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  transition: all 0.3s ease-out;
}
#news .news_list li a p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-right: 40px;
  transition: all 0.3s ease-out;
}
#news .news_list li a p.date {
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media all and (-ms-high-contrast: none) {
  #news .news_list li {
    transition: none;
    transform: translate(0);
    opacity: 1;
  }
}
#news .page_contents {
  margin: 120px 0 0;
}
@media screen and (max-width: 768px) {
  #news {
    padding: 0 20px 45px;
  }
  #news .news_list {
    width: 100%;
    margin: 50px auto 0;
  }
  #news .news_list li {
    margin-bottom: 20px;
  }
  #news .news_list li a:hover:before {
    right: 0;
  }
  #news .news_list li a:before {
    border: 2px solid;
    border-color: #000 #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }
  #news .news_list li a p {
    font-size: 15px;
    line-height: 1.5;
    padding-right: 15px;
  }
  #news .news_list li a p.date {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
  }
  #news .page_contents {
    margin: 50px 0 0;
  }
}
#news_single {
  padding: 75px 0 120px;
  text-align: center;
}
#news_single.show .ani_h2 span {
  transform: translate(0, 0);
}
#news_single.show .ani_h2:after {
  transform: translate(103%, 0);
}
#news_single.show .news_single_c {
  transform: translate(0);
  opacity: 1;
}
#news_single .news_single_c {
  width: 780px;
  margin: auto;
  transform: translate(0, 20px);
  opacity: 0;
  transition: all 0.8s 0.5s ease-out;
}
#news_single .news_single_c .news_title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-top: 75px;
  line-height: 1.6;
}
#news_single .news_single_c .news_title .date {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
#news_single .news_single_c .news_single_text {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1.8;
  margin: 80px 0;
}
#news_single .news_single_c .back_link {
  font-size: 26px;
  letter-spacing: 0.1em;
  transition: all 0.3s ease-out;
}
#news_single .news_single_c .back_link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #news_single {
    padding: 0 20px 45px;
  }
  #news_single .news_single_c {
    width: 100%;
  }
  #news_single .news_single_c .news_title {
    font-size: 15px;
    margin-top: 50px;
  }
  #news_single .news_single_c .news_single_text {
    line-height: 1.6;
    margin: 20px 0 40px;
  }
  #news_single .news_single_c .back_link {
    font-size: 20px;
  }
}
.media_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 780px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .media_banner {
    width: 100%;
    margin-top: 30px;
  }
}
.media_banner li {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .media_banner li {
    width: 250px;
  }
}
.media_banner img {
  width: 100%;
  height: auto;
}
