@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 {
  margin-top: 30px;
  padding: 30px 30px 20px;
  background: rgba(255, 255, 255, 0.4);
}
.area_contents .block_contents .box_readcopy h3 {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.area_contents .block_contents .box_readcopy p {
  margin-top: 10px;
}
.area_contents .block_contents .history {
  width: 100%;
  box-sizing: border-box;
  margin: 50px auto 0;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .history {
    margin: 25px auto 0;
  }
}
.area_contents .block_contents .history dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  border-bottom: #2A1710 dotted 1px;
  padding: 0 0 8px;
  line-height: 1.8em;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .history dl {
    display: block;
  }
}
.area_contents .block_contents .history dl:last-child {
  margin-bottom: 0;
}
.area_contents .block_contents .history dl dt {
  width: 37%;
  padding: 15px 0 15px 15px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.5em;
  background: #f2e1b7;
}
@media all and (max-width: 1280px) {
  .area_contents .block_contents .history dl dt {
    width: 52%;
  }
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .history dl dt {
    width: 100%;
    padding: 10px;
  }
}
@media all and (max-width: 375px) {
  .area_contents .block_contents .history dl dt {
    font-size: 5vw;
  }
}
.area_contents .block_contents .history dl dt span {
  font-weight: normal;
  font-size: 0.8em;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .history dl dt span {
    display: block;
  }
}
.area_contents .block_contents .history dl dd {
  width: 61%;
  font-weight: bold;
  font-size: 1.5em;
  padding: 15px;
  background: rgba(255, 255, 255, 0.4);
}
@media all and (max-width: 1280px) {
  .area_contents .block_contents .history dl dd {
    width: 46%;
  }
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .history dl dd {
    width: 100%;
    padding: 10px;
  }
}
.area_contents .block_contents .history dl dd span {
  font-weight: normal;
  font-size: 0.8em;
}
.area_contents .block_contents .area_bottom_navi {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .area_bottom_navi {
    margin-top: 50px;
  }
}