@charset "UTF-8";
/*******************************************
    /css/feedbacks.css
*******************************************/
#form_btn, textarea, input,
select,
option {
  width: 100%;
  padding: 0.5em;
  font-size: 1.8rem;
  border: 1px solid rgb(169, 169, 169);
  border-radius: 4px;
}
@media screen and (max-width: 750px) {
  #form_btn, textarea, input,
  select,
  option {
    font-size: 1.6rem;
  }
}

#feedbacks {
  font-size: 1.8rem;
}

h3 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

p {
  margin-top: 0.5em;
  text-align: center;
}
p span {
  color: #d20015;
}
p .is-bold {
  font-weight: bold;
  color: #333;
}

fieldset,
legend {
  border: none;
}

fieldset {
  margin-top: 60px;
}

legend {
  width: 100%;
  padding: 0.2em 0;
  font-size: 2.6rem;
  border-bottom: 2px solid #DC4013;
}

table {
  width: 100%;
  margin-top: 1.5em;
}

th,
td {
  padding: 0.5em 0;
}

th {
  width: 30%;
  font-weight: 400;
  text-align: left;
}

.required::before {
  content: "※";
  color: #d20015;
}

td {
  width: 70%;
}

input[type=text],
input[type=mail],
input[type=tel],
select {
  height: 2.5em;
}

label.error {
  font-size: 1.4rem;
  color: #d20015;
}

.visit_date {
  width: auto;
  margin-right: 0.3em;
}
.visit_date:not(:first-of-type) {
  margin-left: 0.3em;
}

input[type=radio] {
  width: auto;
}

.questionnaire_area {
  display: flex;
  flex-wrap: wrap;
}

.questionnaire {
  width: 50%;
  margin-top: 1.5em;
}

.answer {
  font-size: 1.4rem;
}
.answer .radio_box {
  display: inline-block;
  margin-top: 0.5em;
}
.answer label {
  padding-right: 1em;
}

textarea {
  margin-top: 1.5em;
}

.reply_area {
  display: flex;
  margin-top: 1.5em;
}
.reply_area .question {
  padding-right: 1.5em;
}
.reply_area .answer label {
  padding-right: 0.5em;
}

.remarks {
  margin-top: 1.5em;
}

.remarks_list {
  padding-left: 3em;
  font-size: 1.4rem;
}
.remarks_list li {
  list-style-type: disc;
}
.remarks_list li a {
  text-decoration: underline;
}

.submit_area {
  margin-top: 60px;
  text-align: center;
}

#form_btn {
  width: 100px;
  margin: 0 auto;
  color: #fff;
  background-color: #eee;
  pointer-events: none;
  border: none;
  cursor: pointer;
}

#send_area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.loader {
  width: 10em;
  height: 10em;
  font-size: 10px;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #fff;
  border-radius: 50%;
  animation: load 1.1s infinite linear;
}

@keyframes load {
  0% {
    transform: translateZ(0) rotate(0deg);
  }
  100% {
    transform: translateZ(0) rotate(359deg);
  }
}
.loader_txt {
  margin-top: 0.5em;
  font-size: 20px;
  color: #fff;
}

.js-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

@media screen and (max-width: 750px) {
  #feedbacks {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 2.4rem;
    text-align: left;
  }
  p {
    text-align: left;
  }
  legend {
    font-size: 2rem;
  }
  th,
  td {
    display: block;
    width: 100%;
    padding: 0;
  }
  th {
    margin-top: 1em;
  }
  td {
    margin-top: 0.5em;
  }
  /* chrome sp bugfix */
}
@media screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  select {
    padding-top: 0.35em;
  }
}
@media screen and (max-width: 750px) {
  label.error {
    font-size: 1.2rem;
  }
  input#feedback_mail_addr_confirmation::-webkit-input-placeholder {
    font-size: 1.2rem;
  }
  input#feedback_mail_addr_confirmation:-moz-placeholder {
    font-size: 1.2rem;
  }
  input#feedback_mail_addr_confirmation::-moz-placeholder {
    font-size: 1.2rem;
  }
  input#feedback_mail_addr_confirmation:-ms-input-placeholder {
    font-size: 1.2rem;
  }
  .questionnaire_area {
    display: block;
  }
  .questionnaire {
    width: 100%;
  }
  .answer {
    font-size: 1.2rem;
  }
  .answer .radio_box {
    display: block;
  }
  .answer label {
    padding-right: 0.5em;
  }
  .reply_area {
    display: block;
  }
  .reply_area .question {
    padding-right: 0;
  }
  .remarks_list {
    padding-left: 1.5em;
    font-size: 1.2rem;
  }
  .loader {
    font-size: 5px;
  }
  .loader_txt {
    margin-top: 0;
    font-size: 16px;
  }
}
/*------------------------------------------
	completed
------------------------------------------*/
.completed_area, .error_area {
  padding: 0 19%;
  text-align: center;
}

.completed_img {
  width: 100px;
  margin: 30px auto 0 auto;
}

.completed_to_top, .error_to_back {
  position: relative;
  display: inline-block;
  width: 200px;
  padding: 0.5em 30px 0.5em 1em;
  margin-top: 30px;
  border: 1px solid #E4E4E4;
}
.completed_to_top::after, .error_to_back::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #DC4013;
  border-right: 1px solid #DC4013;
  transform: rotate(45deg);
  content: "";
}
.completed_to_top:hover, .error_to_back:hover {
  color: #fff;
  background-color: #DC4013;
  border-color: #DC4013;
  opacity: 1;
}
.completed_to_top:hover::after, .error_to_back:hover::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

@media screen and (max-width: 750px) {
  .completed_area, .error_area {
    padding: 0;
  }
  .completed_tit, .error_tit {
    text-align: center;
  }
}
/*------------------------------------------
	error
------------------------------------------*/
.error_to_back {
  width: 100px;
}

.footer_fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .error_txt {
    text-align: center;
  }
}/*# sourceMappingURL=feedbacks.css.map */