body {
  color: #151514;
  font-size: 16px;
  line-height: 1.75;
}

a {
  color: #a59aca;
}

.container {
  max-width: 100%;
  border: 0;
  padding: 0;
}

.help-block {
  font-size: 0.75em;
}

.form-column {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 1em;
}

input[type="radio"] {
  border-radius: 40px;
  border: 1px solid #cccccc;
}

input[type="date"] {
  border: 1px solid #6a767d;
}

.form-column-heading h2 {
  font-size: 1.5em;
  margin: 0;
  font-weight: bold;
}

label h3 {
  font-size: 1em;
  display: inline-block;
  margin: 0 0 0.5em;
  font-weight: bold;
}

label .badge-required {
  width: auto;
  display: inline-block;
  margin-left: 0.25em;
  padding: 4px 6px;
  line-height: 1em;
  font-size: 0.75em;
  color: #fff;
  top: -2px;
  position: relative;
  background-color: #c73b3b;
  border-radius: 4px;
}

.description-block {
  color: #151514;
  margin-top: 0.5em;
}

.button-group {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .button-group {
    text-align: center;
    font-size: 14px;
  }
}

.button-group .help-block {
  margin-top: 0.5em;
  font-size: 0.75em;
}

button {
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
  cursor: pointer;
  border: 1px solid #6a767d;
  border-radius: 4px;
  margin: 0 0.5em 0 0;
  background-color: #fff;
}

button.button-submit {
  background-color: #666666;
  border: 1px solid #666666;
  color: #fff;
}

button.button-submit span.fa {
  margin-right: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  height: 1.75em;
  width: 60%;
  min-width: 500px;
  line-height: 1.75em;
  padding: 2px 4px;
  border: 1px solid #6a767d;
  transition: all 0.3s;
}

textarea {
  width: 99.9% !important;
  height: 10em;
}

input[type="file"] {
  display: block;
  line-height: 1.75;
}

input[type="password"] {
  height: 1.75em;
  width: 100%;
  border: 1px solid #6a767d;
  transition: all 0.3s;
}

input[readonly],
textarea[readonly] {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.form-column-date .input-group select {
  width: auto;
  display: inline-block;
}

.form-column-calendar input {
  width: auto;
}

.form-column-zip-code-jp .input-group input {
  width: auto;
  min-width: auto;
  display: inline-block;
}

.form-column-zip-code-autofill.form-column {
  border-bottom: 0;
  margin-bottom: 0;
}

.form-column-checkbox label,
.form-column-radio label {
  margin-right: 1em;
}

select {
  width: auto;
  height: 1.75em;
  display: block;
  border: 1px solid #6a767d;
}

.message-block-complete,
.message-block-closed {
  padding: 20px;
  text-align: center;
}

@media (max-width: 640px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  textarea {
    width: 100%;
    min-width: 100%;
  }
  select {
    width: 100%;
  }
  .form-column-calendar input {
    width: auto;
    min-width: auto;
  }
  .form-column-heading h2 {
    font-size: 1.25em;
  }
}

/* 追加 */
.form-page {
  font-family: "Noto Sans JP", sans-serif;
}

.contact-section__lead,
.contact-section__name {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .contact-section__lead,
  .contact-section__name {
    font-size: 14px;
  }
}

.form-column {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .form-column {
    flex-direction: column;
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}

.label {
  width: 198px;
  flex-shrink: 0;
  padding-left: 0.8571em;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding-top: 14px;
}

@media screen and (max-width: 768px) {
  .label {
    margin-bottom: 0 !important;
    padding-top: 0;
    font-size: 14px;
  }
}

.label::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #315497;
  border-radius: 50%;
  position: absolute;
  top: 1.65em;
  left: 0;
}

@media screen and (max-width: 768px) {
  .label::before {
    top: 0.75em;
  }
}

.label::after {
  content: "※";
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  color: #ea634b;
  width: 5px;
  height: 5px;
}

@media screen and (max-width: 768px) {
  .label::after {
    font-size: 14px;
  }
}

.badge.badge-required {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  width: 99.9%;
  background-color: #f7f8fa;
  font-family: inherit;
  font-size: 16px;
  color: inherit;
  padding: 30px 1em;
  outline: solid 1px #5e7aae;
  outline-offset: -2px;
}

@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  textarea {
    padding: 25px 1em;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"] {
  max-width: 520px;
}

@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"]:hover {
    max-width: initial;
  }
}

textarea {
  resize: none;
  height: 289px;
  padding: 1em !important;
}

.form-column-217bff56-b782-469e-873e-6afe12d5f009 {
  display: none;
}

.contact-section__name {
  margin-top: 15px;
}

a.tel {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  letter-spacing: -0.05em;
  color: #333;
}

a.tel .icon-phone {
  display: inline-block;
  width: 0.6875rem;
  padding-bottom: 4px;
}

/* プライバシーポリシー */
.form-column-9a73d49b-f8d1-46ad-9caf-90278731eb46,
.form-column-checkbox,
.button-group {
  margin-left: 238px;
}

@media screen and (max-width: 768px) {
  .form-column-9a73d49b-f8d1-46ad-9caf-90278731eb46,
  .form-column-checkbox,
  .button-group {
    margin-left: 0;
  }
}

.form-column-9a73d49b-f8d1-46ad-9caf-90278731eb46 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.form-column-9a73d49b-f8d1-46ad-9caf-90278731eb46 p {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .form-column-9a73d49b-f8d1-46ad-9caf-90278731eb46 p {
    font-size: 14px;
  }
}

.form-column-9a73d49b-f8d1-46ad-9caf-90278731eb46 a {
  text-decoration: underline;
  color: #333;
}

.form-column-checkbox .option-text {
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .form-column-checkbox .option-text {
    font-size: 14px;
  }
}

.form-column-checkbox .option-text::after {
  content: "※";
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  color: #ea634b;
  width: 5px;
  height: 5px;
}

@media screen and (max-width: 768px) {
  .form-column-checkbox .option-text::after {
    font-size: 14px;
  }
}

/* チェックボックス */
.form-column-checkbox fieldset legend {
  display: none;
}

.form-column-checkbox fieldset {
  border: none;
  padding: 0;
}

/* 送信ボタン */
.button {
  width: min(220px, 100%);
  cursor: pointer;
  background-color: #315497;
  font-size: 15px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  border-radius: 28px;
  border: 1px solid #315497;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 0.9083em;
  transition: opacity 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    opacity: 0.7;
  }
}

/* 確認画面 */
.content-confirmation .form-column:nth-of-type(n + 2) {
  border-bottom: 1px solid #8ca0c5;
}

#confirmation-container {
  margin-top: 3em;
}

#confirmation-container .form-column-9a73d49b-f8d1-46ad-9caf-90278731eb46 {
  display: none;
}

#confirmation-container .form-column-checkbox,
#confirmation-container .button-group {
  margin-left: 0;
}

#confirmation-container .button-group {
  margin-top: 40px;
  text-align: center;
}

#confirmation-container .message-block-confirmation {
  font-size: 14px;
}

#confirmation-container .form-column-36fa1675-824f-489a-bad8-2491237f9cf7 {
  display: none;
}

#confirmation-container .form-column {
  align-items: center;
}

@media screen and (max-width: 768px) {
  #confirmation-container .form-column {
    align-items: initial;
  }
}

#confirmation-container .label {
  padding-top: 8px;
}

#confirmation-container .label::before {
  top: 1.2em;
}

@media screen and (max-width: 768px) {
  #confirmation-container .preview-block {
    padding: 0 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #confirmation-container .button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column-reverse;
    align-items: center;
  }
}
