@charset "UTF-8";
.review {
  background: url("../images/review_bg.png");
  padding: 10px;
}
.text_top {
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background: #fff;
  color: #000;
  border: 4px double #FE5C8D;
  border-radius: 15px;
}
.text_bottom {
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
form {
  width: 80%;
  margin: 0 auto;
}
select, textarea {
  padding: 5px;
}
textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: horizontal;
}
.row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  border: 4px double #FE5C8D;
  padding: 10px;
  background: #fff;
  color: #000;
  border-radius: 15px;
}
.row .ttx {
  width: 30%;
}
.row .answer {
  width: 70%;
}
.row_textarea {
  margin-top: 15px;
}
.row_textarea .ttx {
  color: #000;
  padding: 5px;
  background: #fff;
  width: 60px;
  text-align: center;
  margin-left: 1px;
  border-radius: 10px 10px 0 0;
}
.row_textarea .answer {
  display: flex;
  justify-content: center;
}
.submit_button {
  text-align: center;
  margin: 30px 0 40px;
}
.submit_button input {
  border: 0px;
  width: 250px;
  height: 60px;
  text-indent: -9999px;
  background: url("../images/review_btn.png") left top no-repeat;
}
