@charset "UTF-8";
.cont-url a {
    display: inline-block;
    word-break: break-all;
    line-height: 1.2;
    width: calc(100% - 50px);
    vertical-align: top;
    margin-left: 5px;
    margin-top: 10px;
}
.news-content-wrap .news-top-thumb {
  margin-top: 100px;
  width: 990px;
  margin-left: -100px;
  margin-bottom: 95px;
}
.news-content-wrap .news-top-thumb img {
  width: 100%;
}
.news-wrap {
  margin-top: 190px;
  padding-bottom: 80px;
}

.news-date {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.50394444444;
  vertical-align: -3px;
}

.news-tag {
  vertical-align: top;
  display: inline-block;
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  background-color: #000;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

.news-ttl {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.20882352941;
  letter-spacing: -0.34px;
  margin-top: 20px;
}

.news-thumb {
  margin-top: 100px;
  width: 100%;
  height: 0;
  padding-top: 52%;
  background-color: #D9D9D9;
  background-position: center;
  background-size: cover;
  margin-bottom: 95px;
}

.news-content-wrap {
  max-width: 790px;
  margin: auto;
  font-size: 1.803rem;
  font-weight: 400;
  line-height: 2.27953410982;
  letter-spacing: -0.361px;
}

.news-content-wrap h3 {
  position: relative;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.3px;
  margin-bottom: 87px;
}

.news-content-wrap h3::after {
  position: absolute;
  content: '';
  display: block;
  width: 56px;
  height: 2px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -36px;
}

.news-content-wrap h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7125;
  letter-spacing: -0.48px;
  margin-top: 60px;
  margin-bottom: 50px;
}

.news-content-wrap p+p {
  margin-top: 2em;
}

.news-content-wrap a {
  color: #007BD4;
}

.return-news a {
  display: block;
  width: 100%;
  max-width: 790px;
  margin: auto;
  height: 73px;
  line-height: 73px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 44px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.36px;
  margin-top: 80px;
}

@media only screen and (max-width: 1000px) {
  .news-date {
    font-size: 1.8rem;
    line-height: 1.50394444444;
  }
.news-content-wrap .news-top-thumb {
width: 100%;
margin-left: 0;
}
  .news-tag {
    font-size: 1.8rem;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    vertical-align: -4px;
  }

  .news-ttl {
    font-size: 2.4rem;
    line-height: 1.45833333333;
    letter-spacing: -0.24px;
  }

  .news-ttl br {
    display: none;
  }

  .news-thumb {
    margin-top: 30px;
    padding-top: 60%;
    margin-bottom: 30px;
  }

  .news-content-wrap h3 {
    font-size: 2.4rem;
    line-height: 1.875;
    letter-spacing: -0.24px;
    margin-bottom: 66px;
  }

  .news-content-wrap h3::after {
    bottom: -31px;
  }

  .news-content-wrap h4 {
    font-size: 1.8rem;
    line-height: 1.50394444444;
    letter-spacing: -0.36px;
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .news-content-wrap p {
    font-size: 1.6rem;
    line-height: 2.1875;
    letter-spacing: -0.32px;
  }

  .return-news a {
    margin-top: 100px;
  }
}