@charset "UTF-8";
/* ====================
Layout
 ==================== */
@media screen and (max-width: 960px) {
  .l-in__container {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .l-in__header {
    padding: 0 5%;
  }
}

/* ====================
Project
 ==================== */
@media screen and (max-width: 960px) {
  .p-news__inner {
    padding-top: 25px;
  }
}

.p-news__item:first-child {
  border-top: 2px solid #eeeff1;
}

@media screen and (max-width: 960px) {
  .p-news__item:first-child {
    border-width: 1px;
  }
}

.p-news_data {
  position: relative;
  margin: 0 auto;
  border-bottom: 2px solid #eeeff1;
  padding: 35px 0 54px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-news_data {
    border-width: 1px;
    padding: 25px 5% 36px;
  }
}

.p-news_data__header {
  position: relative;
  margin: 0 auto 23px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-news_data__header {
    margin-bottom: 10px;
  }
}

.p-news_data__date {
  display: block;
  position: relative;
  font-family: 'Montserrat', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .p-news_data__date {
    font-size: 12px;
  }
}

.p-news_data__title {
  display: block;
  position: relative;
  margin-top: 6px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .p-news_data__title {
    font-size: 16px;
    line-height: 1.7;
  }
}

.p-news_data__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-news_data__text {
  font-size: 18px;
  line-height: 1.9;
}

@media screen and (max-width: 960px) {
  .p-news_data__text {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}

.p-news_data__text img,
.p-news_data__text video,
.p-news_data__text iframe {
  display: block;
  margin: 1em 0;
  max-width: 100%;
}

/* ====================
COMPONENT
 ==================== */
