@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: 22.66667vw;
  padding-bottom: 10.66667vw;
}
.main__read {
  font-size: 3.46667vw;
  margin-bottom: 18.66667vw;
}
.main__list__detail {
  margin-top: 16vw;
}
.main__list__detail:first-of-type {
  margin-top: 0;
}
.main__list__detail dl dt {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 150%;
  /* 39px */
  letter-spacing: 0.05em;
}
.main__list__detail dl dd {
  font-size: 3.46667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.1em;
  margin-top: 8vw;
}
.main__list__detail dl dd .comment {
  font-size: 2.93333vw;
  margin-top: 8vw;
  line-height: 150%;
  padding-left: 1em;
  text-indent: -1em;
}
.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;
}
.main__info {
  margin-top: 18.66667vw;
  font-size: 2.66667vw;
  line-height: 180%;
  text-align: right;
}
