.feedback_wrap {
  width: 100%; box-sizing: border-box; margin-top: var(--page-gap); padding: var(--page-gap); border: #eee 1px solid
}
.feedback_wrap div.tip {
  padding: calc(var(--page-gap) / 2) 0px; color: #999
}
.feedback_form {
  width: 100%
}
.feedback_form ul li {
  padding-bottom: var(--page-gap)
}

.feedback_form div.gbook {
  display: flex;
  align-items: end;
  margin-bottom: 10px;
}
.feedback_form div.gbook textarea {
  width: 100%;
  height: 30px;
  line-height: 24px;
  border: none;
  padding:  3px 6px;
  box-shadow: none;
  border-bottom: #000 1px solid;
  overflow: hidden;
  font-size: 16px;
  transition: none;
}
.feedback_form div.message {
  padding-bottom: var(--page-gap); text-align: center; color: #de2910
}
.feedback_form div.message:empty {
  display: none
}
.feedback_form div.button {
  width: 80px;
  text-align: center;
  margin-right: -5px;
}
.feedback_list .feedback_list_item {
  margin-top: 20px;
}
.feedback_list p {
  font-size: 16px;
}
.feedback_list p.feedback_reply {
  margin-top: 10px;
  background-color: aliceblue;
  padding: 15px;
  border-radius: 5px;
}
header box mainmenu {
	flex: unset;
}