@charset "UTF-8";
.text-box p {
  background-image: url("../../src/message/message.webp");
  background-size: contain;
  background-position: center;
}

.text-box2 {
  text-align: center;
  margin: 10% auto 5% auto;
  width: 90%;
  border-bottom: solid 1px;
}
.text-box2 h3 {
  font-size: 2.5vw;
}
.text-box2 p {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN";
  font-weight: 300;
  margin: 1% auto;
  font-size: max(1.3vw, 10px);
  line-height: 250%;
}
.text-box2 h4 {
  width: 30%;
  margin: 5% 5% 5% auto;
  text-align: left;
  font-size: 1.5vw;
}

.model-box {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  margin: 10% auto 20% auto;
  justify-content: center;
  align-items: center;
  position: relative;
}
.model-box .model {
  width: 50%;
  flex: 50%;
}
.model-box .m-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 5% 0% 5% auto;
}
.model-box .model-left .m-box {
  margin: 5% auto 5% 5%;
}
.model-box .model:nth-child(1) {
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
}
.model-box .model:nth-child(2) {
  border-bottom: solid 1px #707070;
}
.model-box .model:nth-child(3) {
  border-right: solid 1px #707070;
}
.model-box .model-number {
  flex: 30%;
  width: 30%;
}
.model-box .model-text {
  flex: 70%;
  width: 70%;
}
.model-box .model-text h5 {
  font-size: 1.7vw;
}
.model-box .model-text p {
  font-size: max(1.2vw, 10px);
}
.model-box .circle img {
  width: 70%;
  margin: 30% 15% 30% 10%;
}
.model-box .model-title {
  background-color: #007bd5;
  color: white;
  font-size: 1.9vw;
  padding: 2%;
  line-height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 700px) {
  .text-box2 {
    margin-top: 10%;
    padding-bottom: 20%;
  }
  .text-box2 h3 {
    font-size: 18px;
  }
  .text-box2 h4 {
    width: 60%;
    font-size: 15px;
  }
  .text-box2 p {
    font-size: 15px;
    text-align: left;
  }
  .model-box {
    width: 95%;
  }
  .model-box .m-box {
    width: 90%;
  }
  .model-box .model-text h5 {
    font-size: 15px;
    margin-top: 40%;
  }
  .model-box .model-text p {
    font-size: 14px;
    margin-bottom: 40%;
    line-height: 170%;
  }
  .model-box .model-title {
    font-size: 18px;
  }
}/*# sourceMappingURL=message.css.map */