@charset "utf-8";

.howToUseText p span {
  font-size: 80%;
  font-family: noto-sans-cjk-jp, sans-serif;
}
.howToUseText p a, .howToUseText p span.forPc {
  font-size: 100%;
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 981px) {
  /* =========================================================
　How to use-ご利用方法-
========================================================= */
  #howToUseContents {
  margin: 50px auto;
  }
  .howToUseBox {
    margin-bottom: 88px;
  }
  .howToUseBox h3 {
    background-image: none;
    padding: 0;
    height: auto;
    line-height: 56px;
    color: #ffffff;
    border: none;
    background-color: #c2ad61;
    width: 940px;
    height: 50px;
    font-weight: bold;
    font-size: 26px;
  }
  .howToUseBox h3 span.step {
  }
  .howToUseBox h3 span.step span:first-of-type {
  }
  .howToUseBox h3 span.step span:last-of-type {
  }
  .howToUseBox h3 span.heading {
    font-size: 36px;
    font-weight: bold;
    left: 55px;
  }
  .howToUseText {
    font-size: 16px;
    margin-top: 43px;
  }
  .howToUseText p {
    font-family: heisei-mincho-std, serif;
    line-height: 1.8;
    text-align: center;
    font-size: 22px;
    margin-bottom: 31px;
  }
  .howToUseText:after {
  }
  .howToUseBox:last-of-type .howToUseText:after {
    content: none;
  }
  .PrecautionsText {
    margin-top: 27px;
  }
}
/* =========================================================
 IE (PC表示)
========================================================= */
@media all and (-ms-high-contrast:none) and (min-width: 981px) {
  .howToUseBox h3 span.step span:first-of-type {
    top: 8px;
    left: 9px;
  }
  .howToUseBox h3 span.step span:last-of-type {
    top: 16px;
    left: 6px;
  }
  .directions span::before {
    top: -275px;
  }
  .directions span::after {
    top: -262px;
  }
}
/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 980px) {
  /* =========================================================
　How to use-ご利用方法-
========================================================= */
  #howToUseContents {
    margin: 0 auto;
  }
  .howToUseText {
  width: 94%;
  margin: 5vw auto 8vw;
  }
  .howToUseText p {}
  .howToUseText p {
    font-family: heisei-mincho-std, serif;
    text-align: center;
    line-height: 1.75;
    font-size: 3.6vw;
    margin-bottom: 5vw;
  }
  .howToUseText:after {
  }
  .PrecautionsText {
    margin-top: 27px;
  }
  .howToUseBox:last-of-type .howToUseText:after {
    content: none;
  }
  .howToUseBox h3 {
  font-size: 4vw;
  font-weight: bold;
  border: none;
  background-color: #c2ad61;
  color: #ffffff;
  width: 94%;
  }
  .howToUseBox h3 span.step {
    border: 1px solid #44221b;
    border-radius: 50%;
    width: 9.5vw;
    min-width: 32px;
    height: 9.5vw;
    min-height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 3%;
  }
  .howToUseBox h3 span.step span {
    position: absolute;
  }
  .howToUseBox h3 span.step span:first-of-type {
    font-size: 1.8vw;
    top: 30%;
    left: 0;
  }
  .howToUseBox h3 span.step span:last-of-type {
    font-weight: bold;
    font-size: 4.1vw;
    letter-spacing: -1px;
    bottom: 34%;
    left: 0;
  }
  .howToUseBlock h2 {
    margin: 9% auto 6%;
  }
  .howToUseBox h3 span.heading {
    background-image: none;
    padding: 0;
    height: auto;
    color: #44221b;
    text-align: center;
    position: static;
    font-weight: bold;
    font-size: 6.25vw;
    margin-bottom: 3%;
    letter-spacing: -1px;
    font-family: tbudmincho-std, serif;
  }
  .middleContents {
    padding-bottom: 1px;
  }
}
