@charset "utf-8";

.review_write_select {
  width: 200px;
  position: relative;
}
.review_write_select::after {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 6px;
  border-top: 11px solid #000;
  position: absolute;
  right: 10px;
  top: 40%;
  pointer-events: none;
}
.star_box select {
  border: none;
  color: #fec002;
  font-size: 50px;
  padding: 0;
  margin: 0 0 0 -10px;
  line-height: 40px;
}
.star_box option {
  font-size: 16px;
}
.title_input input {
  width: 600px;
  margin-right: 10px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
}
.check {
  color: #c90037;
  font-weight: bold;
  font-size: 15px;
}
.terms {
  background: #f6f6f6;
  padding: 10px;
  font-size: 14px;
  height: 70px;
  overflow-y: scroll;
}
.tems_btn,
.submit {
  text-align: center;
}
.submit button {
  background: #c90037;
  border: none;
  color: #fff;
  width: 370px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  font-size: 17px;
}
.tems_btn input[type="checkbox"] {
  width: 20px;
  height: 20px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.level_satisfaction span {
  font-size: 13px;
}
.terms_ttl {
  font-size: 15px;
}

.tems_btn .mb20 {
  display: inline-block;
  margin: 0 10px 20px;
}

input[type="checkbox"] {
  display: none;
}
.check_box {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}
.check_box::before {
  background-color: white;
  border: 2px solid red;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
}
input[type="checkbox"]:checked + .check_box::before {
  background-color: red;
}
input[type="checkbox"]:checked + .check_box::after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  height: 11px;
  width: 6px;
  transform: rotate(40deg);
}
.err_msg {
  color: #ff1d0c;
  margin-bottom: 10px;
  padding: 10px;
  border: solid 2px #ff1d0c;
}
.satisfaction {
  font-weight: bold;
}
.textarea_comment textarea {
  font-size: 15px;
}

.rating {
  line-height: 1;
  color: gold;
  font-size: 32px;
}

.rating input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rating label {
  display: inline-block;
}

.rating input:focus + label {
  outline: 1px solid currentColor;
}

.rating input:checked + label ~ label {
  color: grey;
}
.review_input_txt {
  margin-bottom: 20px;
  font-size: 12px;
}

.q {
  margin-bottom: 20px;
  display: grid;
  gap: 10px;
  justify-content: center;
}
.q__text {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.q__checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.textarea_comment {
  height: 110px;
  margin-bottom: 5px;
}
.review_btn {
  display: block;
  width: 25%;
  margin: 0 auto;
  border: 1px solid #ccc;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0;
  border-radius: 5px;
  margin-bottom: 15px;
}
