@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* 1280 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;700&display=swap");
/*　font-family: 'Noto Serif JP', serif;　*/
@import url("https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap");
/*　font-family: 'Yuji Syuku', serif;　*/
.area_contents .block_contents .box_readcopy p {
  margin-top: 40px;
}
.area_contents .block_contents .box_readcopy p:first-child {
  text-align: center;
}
.area_contents .block_contents .box_readcopy p:first-child img {
  width: 100%;
  max-width: 800px;
}
.area_contents .block_contents .projectArea {
  margin-top: 40px;
}
.area_contents .block_contents .projectArea > li {
  margin-bottom: 40px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.4);
}
.area_contents .block_contents .projectArea > li p {
  padding: 10px 0 0;
  font-size: 1.5rem;
  line-height: 1.8em;
}
.area_contents .block_contents .projectArea > li p.title {
  font-size: 2.5rem;
  padding: 0;
  border-bottom: #2A1710 dotted 1px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4em;
  padding: 0 0 8px;
}
.area_contents .block_contents .projectArea > li .notice {
  font-size: 1.5rem;
  line-height: 1.8em;
  margin-top: 10px;
}
.area_contents .block_contents .projectArea > li .notice.mt0 {
  margin-top: 0;
}
.area_contents .block_contents .projectArea > li .notice li {
  padding-left: 1em;
  text-indent: -1em;
}
.area_contents .block_contents .projectArea > li .notice li.note {
  font-size: 1.4rem;
  margin-top: 10px;
}
.area_contents .block_contents .projectArea > li .notice.firstletter li::first-letter {
  font-size: 2rem;
}
.area_contents .block_contents .projectArea > li .notice.firstletter li.note::first-letter {
  font-size: 1.4rem;
}
.area_contents .block_contents .projectArea > li .btn_more {
  padding: 1vh 0 0;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .projectArea > li .btn_more {
    text-align: left;
  }
}
.area_contents .block_contents .projectArea > li .btn_more a {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.area_contents .block_contents .projectArea > li .btn_more a::after {
  position: absolute;
  content: "";
  background: url(../../common/images/icon_externallink.svg);
  width: 20px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}