@charset "UTF-8";
strong {
  font-size: 16px;
}

/*------------page-title--------------*/
.page-title {
  width: 100vw;
  background: url(../img/page-title-bg.png) no-repeat;
  background-size: cover;
  border-bottom: #ccc solid 1px;
}
.page-title .page-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/page-title-news.png) no-repeat;
  background-size: 200px;
  background-position: center center;
}
.page-title .page-title-container img {
  margin-top: 160px;
  width: 46px;
  height: auto;
}
.page-title .page-title-container h2 {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 64px;
  padding-top: 16px;
}
.page-title .page-title-container p {
  color: #888;
  font-size: 16px;
  margin-bottom: 120px;
}

/*------------news--------------*/
#news {
  margin-bottom: 120px;
}
#news .news-container {
  width: 100%;
  max-width: 1100px;
  margin: 100px auto 120px;
  border: #ccc solid 1px;
  /* &:nth-child(1) {
      border-top: #ccc solid 1px;
  } */
}
#news .news-container .news-outer {
  padding: 0 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#news .news-container .news-outer .title-outer {
  padding: 120px 0 70px;
  width: 100%;
  display: block;
}
#news .news-container .news-outer .title-outer .news-date {
  font-size: 12px;
  vertical-align: text-top;
}
#news .news-container .news-outer .title-outer .news-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 20px 0;
}
#news .news-container .news-outer .title-outer .news-category {
  /* margin: 0 80px; */
  display: inline-block;
  color: #82A2DB;
  font-size: 10px;
  padding: 2px 10px;
  border: #82A2DB solid 1px;
  border-radius: 4px;
  line-height: 10px;
}
#news .news-container .news-outer .news-text {
  padding: 70px 0;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}
#news .news-container .news-outer .news-text a {
  display: inline-block;
  color: #82A2DB;
  text-decoration: underline;
}
#news .news-container .news-outer .news-text a:hover {
  color: #333;
}
#news .news-container .news-outer .prev-btn {
  margin: 70px auto;
}
#news .news-container .news-outer .prev-btn a {
  padding: 10px 60px;
  background: #333;
  border-radius: 4px;
  color: #eee;
}

/*----------------------------responsive--------------------------*/
@media screen and (max-width: 640px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .break {
    flex-basis: 100%;
  }
  /*------------news--------------*/
  #news .news-container {
    margin: 0 auto 120px;
    border: none;
  }
  #news .news-container .news-outer {
    padding: 0 10%;
  }
}
/*----------------------------youtube--------------------------*/
.youtube-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 比率 */
  height: 0;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=news-detail.css.map */