#hidden3,
#hidden5 {
  display: none;
}

.sp-on {
  display: none;
}

.my-checkbox.d-inline {
  margin-right: 2vw;
  line-height: 2.5rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .sp-on {
    display: block;
  }
}
.enq-06 {
  display: block;
  width: 100%;
}
.enq-06 dl {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  height: 50px;
  line-height: 50px;
}
.enq-06 dl dt {
  width: 6rem;
  font-size: 14px;
  font-weight: 400;
}
.enq-06 dl dt:first-of-type {
  width: 18rem;
}
.enq-06 dl dd {
  width: 6rem;
  font-size: 14px;
  line-height: 50px;
}
.enq-06 dl.q-data dt {
  font-size: 14px;
}
.enq-06 dl.q-data dd {
  position: relative;
}
.enq-06 dl.q-data dd label {
  margin-right: 2vw;
  line-height: 2.5rem;
  white-space: nowrap;
}
.enq-06 dl.q-data:nth-of-type(odd) {
  background-color: #f2f2f2;
}
.enq-06 dl.q-data:nth-of-type(even) {
  background-color: #b3b3b3;
}

@media screen and (max-width: 1024px) {
  .enq-06 dl dt {
    width: 4rem;
  }
  .enq-06 dl dt:first-of-type {
    width: 14rem;
  }
  .enq-06 dl dd {
    width: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .enq-06 .q-header {
    display: none;
  }
  .enq-06 .q-data {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 115px;
  }
  .enq-06 .q-data .side-ttl {
    width: 100%;
    background: #b3b3b3 !important;
  }
  .enq-06 .q-data .side-ttl label {
    display: block;
    width: 100%;
    height: 50px;
  }
  .enq-06 .q-data dd {
    display: block;
    width: 25%;
    height: 65px;
    margin-bottom: 0 !important;
    background-color: #f2f2f2 !important;
  }
  .enq-06 .q-data dd label .sp-on {
    position: absolute;
    top: -10px;
    left: 40px;
    display: block;
  }
  .enq-06 .q-data dd label .checkmark {
    left: 10px;
  }
  .enq-06 .q-data dd:last-of-type {
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: calc(100% - 30px);
    height: 20px;
    line-height: 20px;
    background-color: transparent !important;
  }
}
/*# sourceMappingURL=update.css.map */