.section_contact {
  padding: 40px 0;
}
.section_contact .section_contact__inner {
  width: 100%;
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1320px) {
  .section_contact .section_contact__inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .section_contact .section_contact__inner {
    padding: 0 10px;
  }
}
.section_contact .title_logo {
  text-align: center;
}
.section_contact .title_logo img {
  max-width: 300px;
}
.section_contact h2 {
  font-size: 28px;
  text-align: center;
  padding: 5px 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section_contact h2 {
    font-size: 23px;
  }
}
.section_contact .txt01 {
  background: #f5f5f5;
  margin-top: 16px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .section_contact .txt01 {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .section_contact .txt01 {
    padding: 16px;
  }
}
.section_contact .txt02 {
  margin-top: 16px;
  padding: 24px;
}
@media screen and (max-width: 480px) {
  .section_contact .txt02 {
    padding: 16px;
  }
}
.section_contact .txt03 {
  border: 1px solid #bdbdbd;
  margin-top: 16px;
  padding: 24px;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .section_contact .txt03 {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .section_contact .txt03 {
    padding: 16px;
  }
}
.section_contact .txt03 a {
  font-size: 30px;
  font-weight: bold;
  color: #ff7f00;
}
.section_contact .form_contact {
  margin-top: 30px;
  border: 1px solid #bdbdbd;
  padding: 24px;
}
@media screen and (max-width: 480px) {
  .section_contact .form_contact {
    padding: 16px;
  }
}
.section_contact .form_contact table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section_contact .form_contact table {
    display: block;
  }
}
.section_contact .form_contact th,
.section_contact .form_contact td {
  border-bottom: 1px dotted #bdbdbd;
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .section_contact .form_contact th,
  .section_contact .form_contact td {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .section_contact .form_contact th,
  .section_contact .form_contact td {
    padding: 16px 0;
  }
}
.section_contact .form_contact th {
  width: 30%;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section_contact .form_contact th {
    border-bottom: none;
    width: 100%;
  }
}
.section_contact .form_contact th span {
  display: inline-block;
  background: #f93d46;
  border: 1px solid #f93d46;
  margin-left: 8px;
  padding: 4px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.section_contact .form_contact td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .section_contact .form_contact td {
    width: 100%;
    padding-top: 0;
  }
}
.section_contact .form_contact .form-group {
  display: flex;
  border-bottom: 1px dotted #bdbdbd;
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .section_contact .form_contact .form-group {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .section_contact .form_contact .form-group {
    padding: 16px 0;
  }
}
.section_contact .form_contact .form-group label {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .section_contact .form_contact .form-group label {
    width: 100%;
  }
}
.section_contact .form_contact .form-group label span {
  display: inline-block;
  background: #f93d46;
  border: 1px solid #f93d46;
  margin-left: 8px;
  padding: 4px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.section_contact .form_contact .form-group__body {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .section_contact .form_contact .form-group__body {
    width: 100%;
    margin-top: 16px;
  }
}
.section_contact .form_contact input,
.section_contact .form_contact textarea {
  position: relative;
  background: #fff;
  border: 1px solid #757575;
  border-radius: 2px;
  width: 100%;
  padding: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.section_contact .form_contact input:hover, .section_contact .form_contact input:active, .section_contact .form_contact input:focus,
.section_contact .form_contact textarea:hover,
.section_contact .form_contact textarea:active,
.section_contact .form_contact textarea:focus {
  border-color: #ff7f00;
  box-shadow: 0 0 0 0.125em rgba(255, 127, 0, 0.25);
  outline: 0;
}
.section_contact .form_contact textarea {
  min-height: 200px;
  resize: vertical;
}
.section_contact .form_contact .error {
  font-size: 14px;
  color: #f93d46;
}
.section_contact .submit_btn {
  margin-top: 24px;
  text-align: center;
}
.section_contact .submit_btn input {
  background: #ff7f00;
  border: 1px solid #ff7f00;
  border-radius: 2em;
  width: 100%;
  max-width: 370px;
  padding: 8px 24px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease;
}
.section_contact .submit_btn input:hover {
  background-color: #fff;
  color: #ff7f00;
}

.section_confirm .section_confirm__inner {
  width: 100%;
  max-width: 1048px;
  margin: 0 auto;
  padding: 60px 40px;
}
@media screen and (max-width: 1320px) {
  .section_confirm .section_confirm__inner {
    width: 100%;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1320px) {
  .section_confirm .section_confirm__inner {
    padding: 40px 10px;
  }
}
.section_confirm .section_confirm__inner h2 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.section_confirm .section_confirm__inner h2 + p {
  margin-top: 30px;
}
.section_confirm .section_confirm__inner table {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}
@media screen and (max-width: 1320px) {
  .section_confirm .section_confirm__inner table {
    display: block;
    max-width: 100%;
  }
}
.section_confirm .section_confirm__inner table th {
  width: 160px;
  padding: 10px 10px 0;
  vertical-align: top;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 1320px) {
  .section_confirm .section_confirm__inner table th {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
  }
}
.section_confirm .section_confirm__inner table td {
  padding: 10px 5px;
}
@media screen and (max-width: 1320px) {
  .section_confirm .section_confirm__inner table td {
    display: block;
    padding: 2px 0;
  }
}
.section_confirm .section_confirm__inner .box_btn {
  display: table;
  margin-top: 60px;
  width: 100%;
}
@media screen and (max-width: 1320px) {
  .section_confirm .section_confirm__inner .box_btn {
    display: block;
  }
}
.section_confirm .section_confirm__inner .box_btn form {
  display: table-cell;
  width: 50%;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 1320px) {
  .section_confirm .section_confirm__inner .box_btn form {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
}
.section_confirm .section_confirm__inner .box_btn form .btn {
  background-color: #fff;
  border: 1px solid #ff7f00;
  border-radius: 2em;
  width: 100%;
  max-width: 370px;
  padding: 8px 24px;
  font-size: 20px;
  line-height: 1;
  color: #ff7f00;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section_confirm .section_confirm__inner .box_btn form .btn:hover {
  background-color: #ff7f00;
  color: #fff;
}
.section_confirm .section_confirm__inner .box_btn form .back_btn {
  background-color: #ff7f00;
  color: #fff;
}
.section_confirm .section_confirm__inner .box_btn form .back_btn:hover {
  background-color: #fff;
  color: #ff7f00;
}

.section_finish .section_finish__inner {
  width: 100%;
  max-width: 1048px;
  margin: 0 auto;
  padding: 60px 40px;
}
@media screen and (max-width: 1320px) {
  .section_finish .section_finish__inner {
    width: 100%;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1320px) {
  .section_finish .section_finish__inner {
    padding: 40px 10px;
  }
}
.section_finish .section_finish__inner h2 {
  font-size: 22px;
  font-weight: bold;
  color: #ff7f00;
}
.section_finish .section_finish__inner h2 + p {
  margin-top: 30px;
}
.section_finish .section_finish__inner .tel {
  background: #f5f5f5;
  margin-top: 16px;
  padding: 24px;
  font-size: 30px;
}
.section_finish .section_finish__inner .tel a {
  font-size: 30px;
  color: #333;
}
.section_finish .section_finish__inner .box_btn {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.section_finish .section_finish__inner .box_btn ul li {
  margin-top: 20px;
}
.section_finish .section_finish__inner .box_btn ul .btn a {
  display: inline-block;
  background-color: #ff7f00;
  border: 1px solid #ff7f00;
  border-radius: 2em;
  width: 100%;
  max-width: 370px;
  padding: 8px 24px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.section_finish .section_finish__inner .box_btn ul .btn a:hover {
  background-color: #fff;
  color: #ff7f00;
  text-decoration: none;
}

.section_error .section_error__inner {
  width: 100%;
  max-width: 1048px;
  margin: 0 auto;
  padding: 60px 40px;
}
@media screen and (max-width: 1320px) {
  .section_error .section_error__inner {
    width: 100%;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1320px) {
  .section_error .section_error__inner {
    padding: 40px 10px;
  }
}
.section_error .section_error__inner h2 {
  font-size: 22px;
  font-weight: bold;
  color: #ff7f00;
}
.section_error .section_error__inner h2 + p {
  margin-top: 30px;
}
.section_error .section_error__inner .tel {
  margin-top: 10px;
  font-weight: bold;
  color: #ff7f00;
}
.section_error .section_error__inner .box_error {
  margin-top: 30px;
}
.section_error .section_error__inner .box_btn {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.section_error .section_error__inner .box_btn .btn a {
  display: inline-block;
  background-color: #ff7f00;
  border: 1px solid #ff7f00;
  width: 100%;
  max-width: 370px;
  padding: 8px 0 4px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.section_error .section_error__inner .box_btn .btn a:hover {
  background-color: #fff;
  color: #ff7f00;
  text-decoration: none;
}
