.inline-rb {
  width: 100%;
}

.inline-rb input[type="radio"] {
  width: auto;
}

.inline-rb label {
  display: inline;
}

.fi-x {
  width: 50%;
  max-width: 20px;
}

.s-text7-d {
  font-family: "微軟正黑體", "新細明體";
  font-size: 16px;
  color: #555555;
  line-height: 1.8;
}

.size6-d {
  width: 100%;
  height: 36px;
}

input[type="checkbox"], input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 100;
  padding-left: 2.55em;
  padding-right: 0.75em;
  position: relative;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  content: '';
  display: inline-block;
  height: 1.8em;
  left: 0;
  line-height: 1.725em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.8em;
}

input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
  background: rgb(0, 173, 169);
  color: white;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}

input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before {
  border-color: #00ada9;
}

input[type="checkbox"] + label:before {
  border-radius: 4px;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

