@charset "utf-8";
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.abswh100 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  display: block;
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.abscenter-h {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
.main {
  padding-top: 130px;
  padding-bottom: 150px;
}
.main__read {
  width: 1034px;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1.6px;
  margin: 0 auto 120px;
}
.main__list__detail {
  margin-top: 80px;
}
.main__list__detail:first-of-type {
  margin-top: 0;
}
.main__list__detail dl dt {
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
  /* 39px */
  letter-spacing: 1.3px;
}
.main__list__detail dl dd {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 1.6px;
  margin-top: 30px;
}
.main__list__detail dl dd .comment {
  font-size: 14px;
  margin-top: 26px;
}
.main__list__detail dl dd ul li {
  list-style: inside;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.main__list__detail dl dd ol {
  padding-left: 2em;
}
.main__list__detail dl dd ol li {
  list-style: decimal;
  text-indent: -1em;
  padding-left: 1em;
}
.main__info {
  margin-top: 140px;
  font-size: 14px;
  line-height: 180%;
  text-align: right;
}
