@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem; }

#formWrap {
  max-width: 800px;
  margin: 0 auto;
  color: #707070;
  line-height: 120%;
  width: 90%; }
  #formWrap h3 {
    text-align: center;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
    font-size: 4.6rem;
    margin-bottom: 55px;
    padding-top: 80px;
    color: #2B2B2B; }

.form-step__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
  margin-bottom: 50px; }

.form-step__item {
  max-width: 308px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: #BEBDBA;
  color: #fff;
  font-size: 3rem;
  margin-right: 40px;
  text-align: center; }
  .form-step__item:last-of-type {
    margin-right: 0; }
  .form-step__item span {
    margin-right: 15px; }

.step1 {
  position: relative;
  background-color: #D3B845; }
  .step1::after {
    content: '';
    position: absolute;
    top: 0;
    right: -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 32px solid #D3B845;
    border-right: 0; }

.step2 {
  position: relative; }
  .step2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35px solid #BEBDBA;
    border-bottom: 35px solid #BEBDBA;
    border-left: 32px solid transparent;
    border-right: 0; }
  .step2::after {
    content: '';
    position: absolute;
    top: 0;
    right: -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 32px solid #BEBDBA;
    border-right: 0; }

.step3 {
  position: relative; }
  .step3::before {
    content: '';
    position: absolute;
    top: 0;
    left: -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35px solid #BEBDBA;
    border-bottom: 35px solid #BEBDBA;
    border-left: 32px solid transparent;
    border-right: 0; }

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse; }

table.formTable td,
table.formTable th {
  padding: 10px;
  line-height: 1.5; }

table.formTable th {
  width: 30%;
  font-weight: normal;
  text-align: left;
  position: relative;
  padding-right: 75px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #ccc;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #383838;
  vertical-align: top; }

table.formTable th span {
  position: absolute;
  right: 20px;
  top: 23px;
  font-size: 1.2rem; }

table.formTable td {
  padding-left: 20px;
  color: #383838;
  padding-top: 20px;
  padding-bottom: 20px; }
  table.formTable td input[type="file"] {
    margin-bottom: 8px; }
    table.formTable td input[type="file"]:last-of-type {
      margin-bottom: 0; }

input[type="text"],
textarea {
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px; }

/*input[type="text"] {
  height: 40px; }*/

textarea {
  height: 120px;
  padding: 10px 15px; }

/*.required {
  background-color: #B26568;
  font-size: 1.2rem;
  color: #fff;
  width: 40px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: inline-block; }

.optional {
  background-color: #C1C1C1;
  font-size: 1.2rem;
  color: #fff;
  width: 40px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: inline-block; }*/

input[name="電話番号[][-]"],
input[name="電話番号[][]"] {
  max-width: 100px;
  width: 100%; }

input[name="電話番号[][-]"]:first-of-type {
  max-width: 80px;
  width: 100%; }

.privacy-policy {
  text-align: center;
  margin-top: 40px;
  color: #313131; }
  .privacy-policy label {
    margin-left: 40px; }

input[type="submit"] {
  margin-top: 50px;
  margin-bottom: 80px;
  margin-inline: auto;
  cursor: pointer;
  width: 280px;
  height: 80px;
  line-height: 73px;
  background-color: #8A2E31;
  color: #fff;
  font-size: 1.8rem;
  border-color: #8A2E31;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold; }

@media screen and (max-width: 700px) {
  .form-step__item {
    font-size: 2.4rem; }

  table.formTable th {
    font-size: 1.4rem; }

  table.formTable td {
    font-size: 1.4rem; } }
@media screen and (max-width: 572px) {
  #formWrap {
    width: 90%;
    margin: 0 auto;
    table-layout: fixed; }
    #formWrap h3 {
      font-size: 3.6rem;
      margin-bottom: 45px;
      padding-top: 60px; }

  .form-step__wrapper {
    margin-bottom: 30px; }

  .form-step__item {
    max-width: 88px;
    height: 28px;
    line-height: 28px;
    font-size: 1.2rem;
    margin-right: 35px; }
    .form-step__item span {
      margin-right: 8px;
      font-size: 1.3rem; }

  .step1::after {
    right: -23px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 23px solid #D3B845; }

  .step2::before {
    left: -23px;
    border-top: 14px solid #BEBDBA;
    border-bottom: 14px solid #BEBDBA;
    border-left: 23px solid transparent; }
  .step2::after {
    right: -23px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 23px solid #BEBDBA; }

  .step3::before {
    left: -23px;
    border-top: 14px solid #BEBDBA;
    border-bottom: 14px solid #BEBDBA;
    border-left: 23px solid transparent;
    border-right: 0; }

  table.formTable {
    width: 100%;
    table-layout: fixed; }

  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
    padding: 0; }

  table.formTable th {
    margin-top: 15px;
    border-bottom: 0; }

  table.formTable th {
    padding-right: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: none; }

  table.formTable th span {
    right: 110px;
    top: 0;
    transform: translateY(75%); }

  table.formTable td {
    padding-top: 15px;
    padding-bottom: 15px; }

  form input[type="text"],
  form textarea {
    padding: 5px 5px 5px 15px;
    display: block;
    width: 100%; }

  form input[type="submit"],
  form input[type="reset"],
  form input[type="button"] {
    display: block;
    max-width: 280px;
    width: 100%; }

  table.formTable .tel-number {
    display: flex;
    align-items: center;
    gap: 7px; } }
