/*botton*/
table {
  width: 100%;
  margin-bottom: 10px;
}
td,
th {
  display: block;
}
th {
  padding-top: 7px;
}
.translation {
  display: block;
  text-align: right;
}
/* td {
    text-align: center;
} */
.query-input {
  margin-left: 10%;
}
.no-unit {
  width: 20em;
  z-index:10;
}
.has-unit {
  width: 100px;
}
/* incremental search */
.mansionsWrap {
  width: 304px;
  border: solid 1px rgba(0, 0, 0, 1);
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  z-index:100;
}

.item p {
  margin: 0px;
  background-color: rgba(255, 255, 255, 0.7);
}

.isEven {
  background-color: rgba(224, 202, 228, 0.9);
  color: rgba(0, 0, 0, 1);
}
/* address auto input */
#inputAddress {
  background-color: rgba(153, 153, 153, 0.4);
  border: solid 0px;
  width: 280px;
  border-radius: 15px;
  padding: 0 10px;
  line-height: 40px;
}
/*check box*/

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + label {
  background: #31a9ee;
  color: #ffffff;
}
#termCheck {
  display: inline-block;
}
.dis-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.label {
  display: inline-block;
  height: 45px;
  width: 100px;
  margin: 5px 5px;
  text-align: center;
  line-height: 45px;
  padding: 0 3px;
  cursor: pointer;
  color: #777;
  border-radius: 5px;
  background: #eee;
  font-size: 0.9em;
}

#app {
  background-color: rgba(255, 255, 255, 0.7);
  /* margin: 0em 1em; */
  padding: 15px 5px;
  border-radius: 15px;
}

@media screen and (min-width: 480px) {
  /*index table*/
  table {
    width: 100%;
    margin: 0 auto 30px;
  }
  td,
  th {
    display: inline-block;
    padding: 20px 3px;
  }
  th {
    width: 20%;
    text-align: right;
    vertical-align: top;
  }
  td {
    width: 65%;
    text-align: left;
  }
  .no-unit {
    width: 20em;
  }
  .has-unit {
    width: 100px;
  }
  /*check box*/
  .dis-flex {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  td.query-input {
    margin-left: 0%;
  }
  th {
    width: 20%;
    text-align: right;
    vertical-align: inherit;
  }
  p.query-input {
    margin-left: 21.5%;
  }
}
