input,
textarea {
  padding: 5px 8px;
  font-family: "Noto Sans JP", sans-serif;
}

input[type=radio] {
  margin-top: -3px;
}

@media screen and (max-width: 750px) {
  input[type=text],
  input[type=email],
  textarea,
  input[type=radio] {
    font-size: 1.6rem;
  }
}

input[name="questionnaire[another_text]"] {
  margin-top: 0.5em;
}

.btn {
  cursor: pointer;
}
.btn-md {
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(12, 24, 54, 0.6);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(12, 24, 54, 0.6);
          box-shadow: 0px 0px 20px 0px rgba(12, 24, 54, 0.6);
  background: #0C1836;
  color: white;
  display: block;
  height: 60px;
  line-height: 60px;
  position: relative;
  width: 240px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 200px;
  padding: 0 !important;
}
@media screen and (max-width: 750px) {
  .btn-md {
    width: 90%;
    line-height: 60px;
    font-size: 1.6rem;
    height: 50px;
    line-height: 50px;
  }
}
.btn_back {
  height: 100px;
  line-height: 100px;
  margin-right: 30px;
  font-size: 2.4rem;
}
@media screen and (max-width: 750px) {
  .btn_back {
    width: 60%;
    height: 50px;
    line-height: 50px;
    margin-right: 0;
    font-size: 1.8rem;
    margin: 0 auto 20px;
  }
}
.btn_area {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btn.upload {
  background-color: #578F75;
}

.enq-note {
  display: inline-block;
}
.enq-note li {
  padding-left: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  .enq-note li {
    padding-left: 1em;
  }
}
.enq-note li:before {
  background: #CCA654;
  top: 0.3em;
}
@media screen and (max-width: 750px) {
  .enq-note li:before {
    top: 0.3em;
  }
}

.confirmation__contents {
  color: #0C1836;
}
.confirmation__contents strong {
  font-size: 150%;
}
.confirmation__contents_box {
  background: rgba(12, 24, 54, 0.2);
  border: solid 1px rgba(12, 24, 54, 0.4);
  padding: 30px;
  text-align: center;
  color: white;
  margin: 30px auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .confirmation__contents_box {
    padding: 4vw 2.6666666667vw 4vw 5.3333333333vw;
  }
}

.table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px rgba(12, 24, 54, 0.4);
  padding: 40px 0;
  text-align: left;
}
.table_row:first-child {
  border-top: solid 1px rgba(12, 24, 54, 0.4);
}
@media screen and (max-width: 750px) {
  .table_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.3333333333vw 0;
  }
}
.table_row .row_title {
  width: 25%;
  padding: 0 0 0 40px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .table_row .row_title {
    width: 100%;
    padding: 0 0 2.6666666667vw;
  }
}
.table_row .row_detail {
  width: 75%;
  padding: 0 40px;
}
@media screen and (max-width: 750px) {
  .table_row .row_detail {
    width: 100%;
    padding: 0;
  }
}
.table_row .row_detail label {
  padding-right: 1em;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .table_row .row_detail label {
    padding: 0.5em 1em 0.5em 0;
  }
}
.table_row.required .row_title label:after {
  content: "*";
  padding-left: 0.5em;
}

.error-message {
  color: red;
  font-size: 80%;
  margin-top: 10px;
}

.notes {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 80%;
}

.form_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .form_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form_items .btn {
  margin-left: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .form_items .btn {
    margin-top: 10px;
    margin-left: 0;
  }
}