@charset "utf-8";
/* CSS Document */
/* 引越先 */
span.span_red {
  color: red;
}
i.span_red {
  color: red;
  display: inline-block;
  text-indent: 2px;
  background-color: none;
  font-style: normal;
  font-size: clamp(9px, 3vw, 10px);
  margin: 0;
  padding: 0;
  line-height: 0;
}
#form2_contents ul.height-area {
  height: 188px;
}
@media (max-width:767px) {
  #form2_contents ul.height-area {
    height: auto;
  }
}
form select {
  color: #111;
  appearance: auto !important;
}

