@charset "utf-8";
.m-enemane-input-wrap {
  display: block;
}
.m-enemane-input-title {
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .m-enemane-input-title {
    width: 100%;
    margin: 0 0 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .m-enemane-input-select-box-long {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .m-enemane-input-select-box-long .m-enemane-input-select {
    width: 100%;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 769px) {
  .m-enemane-input-text-box {
    width: 100%;
  }
}
.m-enemane-input-checkbox-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px 0;
}
@media screen and (max-width: 768px) {
  .m-enemane-input-checkbox-box {
    margin-top: 3.582089552238806%;
  }
}
.m-enemane-checkbox-label {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: calc(18px + 11px);
  text-indent: calc(-18px + -11px);
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .m-enemane-checkbox-label {
    cursor: pointer;
  }
}
.m-enemane-checkbox-label input {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .m-enemane-checkbox-label input {
    margin: -2px 11px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .m-enemane-checkbox-label input {
    margin: 0 11px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .m-enemane-input-textarea-box {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .m-enemane-input-textarea {
    width: 100%;
  }
}
