@media only screen and (max-width: 768px) {
  .dlform dl {
    width: 100%;
    display: block;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 769px) {
  .dlform dl {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
  }
}
.dlform dt {
  font-weight: 400;
}
.dlform dt span {
  display: inline-block;
  background: #4da592;
  color: #fff;
  line-height: 1;
  padding: 3px 5px;
  font-size: 0.625rem;
  font-weight: 800;
  margin-left: 10px;
  border-radius: 2px;
}
@media only screen and (max-width: 768px) {
  .dlform dt {
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .dlform dt {
    display: table-cell;
    vertical-align: top;
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .dlform dd {
    display: table-cell;
    vertical-align: top;
    width: 75%;
  }
}
.dlform dd input[type=text], .dlform dd input[type=tel], .dlform dd input[type=email], .dlform dd textarea {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 2px;
  box-sizing: border-box;
  width: 100%;
}
.dlform dd .mwform-tel-field input[type=text], .dlform dd .mwform-zip-field input {
  width: 14%;
}
.dlform dd div + div {
  margin-top: 7px;
}
.dlform.pp-area {
  border: 1px solid #dedede;
  height: 200px;
  box-sizing: border-box;
  overflow-y: scroll;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #f7f7f7;
}
.dlform.pp-area pre {
  padding: 20px;
  width: 80%;
  height: 200px;
  box-sizing: s;
  margin-bottom: 10px;
  white-space: pre-wrap;
  word-break: break-all;
  display: block;
  font-size: 0.8125rem;
}
.dlform div {
  margin-bottom: 10px;
}
.dlform input[type=submit] {
  padding: 10px 30px;
  background: #4da592;
  color: #fff;
  text-align: center;
  border: 1px solid #4da592;
  transition: 0.3s;
  border-radius: 10px;
}
.dlform input[type=submit]:hover {
  background: #fff;
  color: #4da592;
}

.front-note {
  width: 1280px;
  margin: 40px auto 80px;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .front-note {
    width: 80%;
    margin: 5vw auto 7vw;
    padding: 0;
  }
}
.front-note ul {
  list-style: disc;
  margin: 0.7rem 0;
}
.front-note ul li {
  margin-left: 1.5em;
}
.front-note p + p {
  margin-top: 0.5rem;
}
.front-note h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1vw;
}

#reco3 .ib {
  margin-bottom: 5vw;
}
#reco3 .ib img {
  width: 100%;
  height: auto;
}

#schoolAndSalon .ib {
  margin-bottom: 5vw;
}
#schoolAndSalon .ib img {
  width: 100%;
  height: auto;
}

#suisenGoods li {
  margin-bottom: 5vw;
}/*# sourceMappingURL=renew-2002311.css.map */