@charset "utf-8";

.st-Header_Title {
  font-size: calc(90em / 27);
}
@media print, screen and (min-width: 48em) {
  .st-Header_Title {
    font-size: calc(90em / 18);
  }
}


.spo-Container {
  font-size: calc(16em / 20);
  margin-top: calc(43em / 16);
}
.spo-Unit {
  background-color: #f7f7f7;
  padding: calc(20em / 16);
}
.spo-Unit + .spo-Unit {
  margin-top: calc(40em / 24);
}
.spo-Title {
  color: #909090;
  font-size: calc(18em / 24 * 2);
  font-weight: 500;
  line-height: 1.77777778;
  line-height: calc(32 / 18);
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.Bronze .spo-Title {
  color: #998054;
}
.Silver .spo-Title {
  color: #96a9be;
}
.Gold .spo-Title {
  color: #b39d76;
}
.spo-Title::before {
  content: '';
  display: block;
  margin-bottom: calc(-7em / 18);
}
.spo-Price {
  color: #a0a0a0;
  font-size: calc(28em / 24 * 2);
  font-weight: 500;
  line-height: 1.21428571;
  line-height: calc(34em / 28);
  margin-top: 0;
  margin-bottom: calc(30em / 28);
  position: relative;
  text-align: center;
}
.spo-Price::after {
  content: '';
  display: block;
  margin-bottom: calc(-3em / 28);
}
.spo-Price span {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: calc(16em / 28);
  font-weight: 300;
  position: absolute;
  right: 0;
  left: 0;
  bottom: calc(-22em / 14);
  text-transform: none;
  -webkit-transform: scale(.875);
  transform: scale(.875);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.spo-List {
  border-top: 1px solid #e5e5e5;
  line-height: 1.5;
  line-height: calc(24 / 16);
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: calc(23em / 16);
  padding-left: 0;
}
.spo-List > li {
  padding-left: calc(30em / 16);
  text-indent: calc(-30em / 16);
}
.spo-List > li + li {
  margin-top: calc(20em / 16);
}
.spo-List .icon::before {
  color: #1c731c;
  display: inline-block;
  font-size: calc(20em / 16);
  text-indent: 0;
  vertical-align: bottom;
  width: calc(30em / 20);
}
@media print, screen and (min-width: 48em) {
  .spo-Unit {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .spo-Unit_Header {
    width: calc(180em / 20);
    padding-top: calc(8em / 16);
  }
  .spo-Unit_Body {
    flex: 1;
    border-left: 1px solid #e5e5e5;
    padding-left: calc(16em / 16);
    margin-left: calc(16em / 16);
  }
  .spo-List {
    border-top: none;
    line-height: 1.5;
    line-height: calc(24em / 16);
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
  .spo-List > li + li {
    margin-top: calc(8em / 16);
  }
  .spo-Title {
    font-size: calc(28em / 16);
    line-height: calc(20em / 16);
  }
  .spo-Price {
    font-size: calc(22em / 16);
    margin-top: calc(8em / 16);
  }
  .spo-Caption {
    font-size: calc(13em / 16);
    margin-top: calc(16em / 16);
    margin-bottom: 0;
  }
}

.st-Section_Text .exh-List {
  list-style-type: none;
}
.exh-List li a::before {
  margin-right: 1em;
}

.exh-Img_Container .st-Section_Text {
  padding-top: calc(12em / 16);
}
@media print, screen and (min-width: 48em) {
  .exh-Img_Container {
    overflow: hidden;
  }
  .exh-Img_Container img {
    float: right;
    width: 60%;
    margin-left: calc(12em / 16);
  }
  .exh-Img_Container .st-Section_Text {
    text-align: left;
  }
}
