@charset "UTF-8";
#price_info2 {
  font-family: " Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 90%;
  border: 1px solid rgb(75, 75, 75);
  border-radius: 10px;
  text-align: center;
  margin: auto;
  margin-top: 5em;
}
@media screen and (max-width: 700px) {
  #price_info2 {
    max-width: 100%;
    text-align: center;
  }
}
#price_info2 .info {
  margin: auto;
  width: 80%;
}
@media screen and (max-width: 700px) {
  #price_info2 .info {
    max-width: 100%;
    text-align: left;
  }
}
#price_info2 .info h2 {
  font-size: 25px;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-top: 3em;
  margin-bottom: 2em;
  background-color: rgb(148, 41, 41);
}
@media screen and (max-width: 700px) {
  #price_info2 .info h2 {
    font-size: 5vw;
  }
}
#price_info2 .info .textbox01 {
  width: 95%;
  margin: auto;
  margin-bottom: 3em;
}
@media screen and (max-width: 700px) {
  #price_info2 .info .textbox01 {
    width: 90%;
    text-align: left;
    margin: auto;
    margin-bottom: 3vw;
  }
}
#price_info2 .info .textbox01 .inner {
  width: 100%;
  margin: auto;
}
#price_info2 .info .textbox01 .inner p {
  font-family: sans-serif;
  font-size: 17px;
  font-weight: 600;
}
#price_info2 .info .textbox01 p.message {
  font-size: 15px;
  width: 100%;
  text-align: left;
  margin: auto;
  line-height: 2em;
}
@media screen and (max-width: 700px) {
  #price_info2 .info .textbox01 p.message {
    font-size: 3vw;
  }
}
#price_info2 .info .textbox02 {
  width: 95%;
  padding-bottom: 1em;
  padding-top: 1em;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 700px) {
  #price_info2 .info .textbox02 {
    width: 90%;
    text-align: center;
  }
}
#price_info2 .info .textbox02 .gray {
  width: 75%;
  background-color: rgb(241, 239, 236);
  text-align: center;
  padding: 2em;
  margin: auto;
  margin-bottom: 4em;
}
@media screen and (max-width: 700px) {
  #price_info2 .info .textbox02 .gray {
    width: 90%;
    text-align: left;
    padding: 4vw;
    margin: auto;
  }
}
#price_info2 .info .textbox02 .gray .hedding {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #price_info2 .info .textbox02 .gray .hedding {
    margin-bottom: 3vw;
  }
}
#price_info2 .info .textbox02 .gray .inner {
  font-size: 14px;
  margin-left: 1em;
  margin-right: 1em;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #price_info2 .info .textbox02 .gray .inner {
    margin: auto;
    text-align: left;
  }
}
#price_info2 .info .textbox02 .contact {
  width: 90%;
  text-align: center;
  margin: auto;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  #price_info2 .info .textbox02 .contact {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-top: 2em;
  }
}
#price_info2 .info .textbox02 .contact a {
  color: rgb(143, 92, 33);
  font-weight: bold;
  border-bottom: 0.5px solid rgb(143, 92, 33);
}
#price_info2 .info .logo {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 4em;
  margin-top: 4em;
}
@media screen and (max-width: 700px) {
  #price_info2 .info .logo img {
    width: 50%;
  }
}/*# sourceMappingURL=price_info2.css.map */