header .logo-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 61px;
  height: 61px;
}

h1 {
  color: #333333;
  font-size: 28px;
  margin: 6px auto 18px auto;
}

.h1-subtitle {
  font-size: 20px;
  color: #747474;
  letter-spacing: 0.1rem;
}

.steps {
  width: 100%;
  max-width: 800px;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.steps .step-row {
  width: 90%;
  justify-content: start;
  align-items: center;
}
.steps .step-row:first-of-type {
  padding-top: 32px;
  border-top: 2px solid #C3A97F;
}
.steps .step-row .point-circle {
  min-width: 85px;
  min-height: 85px;
  align-items: center;
  justify-content: center;
  background-color: whitesmoke;
  border: 2px solid #45407D;
  border-radius: 60px;
}
.steps .step-row .point-circle p {
  margin: 0;
  text-align: center;
  line-height: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #45407D;
}
.steps .step-row .point-circle p:nth-of-type(2) {
  font-size: 32px;
  font-weight: 700;
  color: #C3A97F;
  font-weight: 700;
}
.steps .step-row .step-text {
  margin-left: 5%;
}
.steps .step-row .step-text p {
  margin: 0 auto;
  text-align: start;
}
.steps .step-row .step-text p.headline {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #45407D;
}
.steps .arrow-down {
  height: 40px;
  margin: 20px auto;
}

.contact-landing {
  width: 100%;
  margin-top: 100px;
  align-items: center;
}
.contact-landing h3 {
  width: 98%;
  max-width: 784px;
  background-color: #C3A97F;
  color: white;
  text-align: center;
  border-radius: 20px;
  padding: 6px 0;
  margin: 32px auto 16px auto;
}
.contact-landing ul {
  padding-left: 20px;
  max-width: 80%;
  font-size: 14px;
}

.form-area {
  width: 100%;
  max-width: 800px;
  margin-top: 60px;
  align-items: center;
}
.form-area .price {
  width: 60%;
}
.form-area .form-container {
  width: 98%;
  max-width: 500px;
  margin: auto;
}
.form-area .form-container table {
  display: flex;
  flex-direction: column;
}
.form-area .form-container table th, .form-area .form-container table td {
  display: block;
  width: 100%;
  text-align: center;
}
.form-area .form-container table th {
  color: white;
  position: relative;
  padding: 12px 0;
  background-color: #C3A97F;
  border: 1px solid rgba(84, 84, 84, 0.5);
  border-radius: 5px;
  font-weight: 600;
}
.form-area .form-container table th .required {
  position: absolute;
  background-color: #dc3232;
  padding: 6px;
  right: 6px;
  bottom: 6px;
}
.form-area .form-container table td {
  padding: 12px 0;
}
.form-area .form-container table td input[type=text],
.form-area .form-container table td input[type=tel],
.form-area .form-container table td input[type=email] {
  width: 90%;
  max-width: 90%;
  min-height: 36px;
}
.form-area .form-container table td.fx-row {
  justify-content: center;
  margin: 1vw;
  flex-wrap: wrap;
}
.form-area .form-container table td .wpcf7-list-item {
  display: inline-block;
}
.form-area .form-container p {
  display: flex;
  justify-content: center;
}
.form-area .form-container .submit-btn {
  width: 200px;
  color: white;
  background-color: #333333;
  text-align: center;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 8px 0;
  appearance: none;
  border: 1px solid #C3A97F;
  align-self: center;
  -webkit-appearance: none;
}
.form-area .form-container .submit-btn:hover {
  background-color: #383838;
  color: #f7e4c7;
}

/*# sourceMappingURL=contact.css.map */
