@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* news -webkit-line-clamp: 2;// 表示したい行数を指定 */
/* ============================================ */
.area__newslist {
  padding: 4vw 0 8vw;
}
@media all and (max-width: 480px) {
  .area__newslist {
    padding: 30px 0 50px;
  }
}
.area__newslist--list {
  border-top: #BABCB0 solid 1px;
}
.area__newslist--list .item_nl {
  border-bottom: #BABCB0 solid 1px;
  display: flex;
}
.area__newslist--list .item_nl a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 16px 0;
  position: relative;
}
.area__newslist--list .item_nl a .date {
  width: 110px;
  padding: 4px 0;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.area__newslist--list .item_nl a .label_cat {
  width: 140px;
  margin: 0 20px 0 0;
}
.area__newslist--list .item_nl a .label_cat .mark {
  line-height: 1.2em;
  text-align: center;
  padding: 4px 0;
}
.area__newslist--list .item_nl a .label_cat .mark.oshirase {
  color: #4CABB1;
  border: #4CABB1 solid 1px;
}
.area__newslist--list .item_nl a .label_cat .mark.blog {
  color: #EF6E94;
  border: #EF6E94 solid 1px;
}
.area__newslist--list .item_nl a .txt_list {
  padding: 2px 0 0;
  width: calc(100% - 270px);
  line-height: 1.6em;
}
@media all and (max-width: 480px) {
  .area__newslist--list .item_nl a .txt_list {
    width: 100%;
  }
}

.area__newsdetail {
  padding: 4vw 0 8vw;
}
@media all and (max-width: 480px) {
  .area__newsdetail {
    padding: 30px 0 50px;
  }
}
.area__newsdetail--ttl .txt_update {
  font-size: 1.4rem;
  line-height: 1.4em;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.area__newsdetail--ttl .title_news {
  font-size: clamp(2rem, 2vw, 3.25rem);
  line-height: 1.2em;
  text-align: justify;
  border-bottom: #666 dotted 1px;
  padding: 5px 0 10px;
}
.area__newsdetail--comment_top, .area__newsdetail--comment_bottom {
  clear: both;
  padding: 1.5vw 0 0;
}
@media all and (max-width: 896px) {
  .area__newsdetail--comment_top, .area__newsdetail--comment_bottom {
    padding: 16px 0 0;
  }
}
.area__newsdetail--comment_top img, .area__newsdetail--comment_bottom img {
  width: 100%;
  height: auto;
}
.area__newsdetail--comment_top p, .area__newsdetail--comment_bottom p {
  line-height: 1.6em;
  padding: 0 0 16px;
}
.area__newsdetail--comment_top .img_news {
  width: 45%;
  float: right;
  margin: 0 0 0 16px;
}
@media all and (max-width: 480px) {
  .area__newsdetail--comment_top .img_news {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.area__newsdetail--comment_bottom .img_news {
  width: 45%;
  float: left;
  margin: 0 16px 0 0;
}
@media all and (max-width: 480px) {
  .area__newsdetail--comment_bottom .img_news {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.area__newsdetail .btn_link {
  text-align: center;
}