@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:500,600,700");
body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #111111;
  font-weight: 500;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7em;
  margin-bottom: 1.3em;
}
p.min-tx {
  font-size: 0.8em;
}

h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: auto;
  margin-bottom: 1.2em;
}
h3.head {
  position: relative;
  width: fit-content;
}
h3.head:before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 40px;
  top: 0;
  left: -50px;
}
h3.head:after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 40px;
  top: 0;
  right: -50px;
}
h3.head.h-white {
  color: #fff;
}
h3.head.h-white:before {
  background-image: url(../images/hw_left.svg);
}
h3.head.h-white:after {
  background-image: url(../images/hw_right.svg);
}
h3.head.h-gold {
  color: #957b00;
}
h3.head.h-gold:before {
  background-image: url(../images/hg_left.svg);
}
h3.head.h-gold:after {
  background-image: url(../images/hg_right.svg);
}

h4 {
  font-weight: 700;
  text-align: center;
  font-size: 32px;
  color: #957b00;
  position: relative;
  margin-bottom: 1em;
}
h4:after {
  content: "";
  position: relative;
  display: block;
  width: 100px;
  height: 20px;
  background-image: url(../images/h4_bm.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}

h5 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 600;
  margin-bottom: 8px;
}

h6 {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
}

#diagnosis .d-form-item input {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}
#diagnosis .d-form-item a {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}
#diagnosis #d-form .d-form-wrap p {
  font-size: 2em;
  font-family: "Noto Serif JP", serif;
}
#diagnosis .restriction .kome {
  font-size: 12px;
}

.d-txt {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

#d-pop .stand-detail h5 {
  font-size: 19px;
}

.mystand p span {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

#campain2 .inner-wrap .campain-left .campain-head {
  font-size: 20px;
  font-weight: bold;
}
#campain2 .inner-wrap .campain-left .kome {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  h2 span {
    font-size: 14px;
    line-height: 1.6em;
  }

  h3 {
    font-size: 30px;
  }
  h3 span {
    font-size: 14px;
  }

  h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 525px) {
  h2 span {
    font-size: 12px;
  }

  h3 {
    font-size: 24px;
    letter-spacing: 0;
  }
  h3 span {
    font-size: 12px;
  }
  h3.head:before {
    left: -38px;
  }
  h3.head:after {
    right: -38px;
  }

  h4 {
    font-size: 20px;
  }

  #diagnosis #d-form .d-form-wrap p {
    font-size: 1.8em;
  }

  .d-txt {
    font-size: 4vw;
    font-family: "Noto Serif JP", serif;
  }

  .mystand p span {
    font-size: 5.5vw;
  }
}
/*# sourceMappingURL=font.css.map */

/*# sourceMappingURL=font.css.map */
