@charset "utf-8";
/* CSS Document */
.main {
  padding-top: 100px;
}
.section-news-description {
  width: 100%;
  padding: 50px 24px;
  background-color: #F4F4F4;
}
.section-news-description__title {
  max-width: 1200px;
  margin: 0 auto;
}
.section-news-description__title h5 {
  font-size: 2.5rem;
  line-height: 3.7rem;
}
.section-news-description__title h5 span {
  padding-bottom: 5px;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 95%, #444444 95%, #444444 100%);
  background-size: 35px;
  background-repeat: no-repeat;
}
/*.under-bar {
  margin-top: 8px;
  width: 35px;
  height: 1px;
  display: block;
  border: solid 1px #444444;
}
*/
.section-news-description__title h2 {
  margin-top: 50px;
  font-size: 3.0rem;
  line-height: 4.5rem;
  font-weight: 600;
}
.section-news-description__content-wrapper {
  margin: 50px auto 0;
  max-width: 1200px;
}
.section-news-description__atricle__image-container {
  float: right;
  width: 100%;
  max-width: 500px;
  min-height: 200px;
  max-height: 300px;
}
.section-news-description__atricle__image-container img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
}
.section-news-description__article__text-content {
  margin: 50px auto 0;
  display: inline-block;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
@media(min-width: 1200px) {
  .section-news-description {
    padding: 60px;
  }
  .section-news-description__title h2 {
    font-size: 4.5rem;
    line-height: 6.6rem;
  }
  .section-news-description__atricle__image-container {
    margin-left: 50px;
  }
  .section-news-description__article__text-content {
    display: block;
  }
}
