.detail .flex1 {
  padding-left: 5%;
}
.detail .flex1 h6 {
  width: 80%;
  margin-left: 10%;
  font-size: 1.7vw;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 7%;
  width: 50%;
  padding: 1% 2%;
  background-color: #5e9e99;
  text-align: center;
  color: white;
}
.detail .flex-sign {
  width: 30%;
}
.detail .flex-sign2 {
  width: 70%;
}

.detail .border {
  border: solid 2px #929292;
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10%;
}
.detail .border .flex-box {
  border: 0;
  width: 100%;
  margin-bottom: 3%;
  margin-top: 5%;
}

.detail .green-title {
  top: 8.5%;
  white-space: nowrap;
}

.detail2 .green-title {
  white-space: nowrap;
  top: 3.5%;
}

.detail .border .flex-box:nth-child(1) {
  margin-bottom: 0;
}

.detail .border .flex-box:nth-child(2) {
  margin-top: 0;
}

.green-box .green-box2 .green1 p {
  width: 69%;
}

@media (max-width: 700px) {
  .detail {
    margin-top: 20%;
  }
  .detail .flex1 {
    padding-left: 0;
  }
  .detail .green-title {
    font-size: 17px;
    top: -5%;
    line-height: 150%;
    padding-bottom: 1%;
    padding-top: 1%;
    white-space: nowrap;
  }
  .detail2 .green-title {
    font-size: 17px;
    top: 0%;
    line-height: 150%;
    padding-bottom: 1%;
    padding-top: 1%;
    white-space: nowrap;
  }
  .detail2 {
    margin-top: 10%;
  }
}/*# sourceMappingURL=signboard.css.map */