* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

img {
  width: 100%;
}

html[lang="ja"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

section {
  padding: 80px 0;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-block;
    width: 480px;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    background-color: #af6be3;
    color: #fff;
    font-size: 28px;
    box-shadow: 12px 12px 0 #8724d3;
	border: none;
}

.form-submit {
    text-align: center;
    margin: 50px 0 20px;
}

span.wpcf7-spinner {
    display: none;
}

footer {
    background-color: #e82f8a;
    padding: 50px;
}

.footer_list {
    display: flex;
    justify-content: space-between;
}

.footer_list_item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    width: 32%;
}

.footer_sns_icon {
    width: 28px;
    margin-right: 10px;
}

h2 {
    text-align: center;
    font-size: 36px;
    color: #e82f8a;
    margin-top: -60px;
    margin-bottom: 60px;
}

.form-items {
    display: flex;
    width: 100%;
}

.form-flex {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #e82f8a;
    width: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
}

.form-answer {
    font-weight: bold;
    width: calc(100% - 240px);
    padding: 16px 35px;
    border: 1px solid #cecece;
    border-top: none;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #a3a3a3;
    border-radius: 4px;
    padding: 12px 12px 12px 25px;
}

.zip-wrapper input.wpcf7-form-control.wpcf7-text {
    width: 96px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #a3a3a3;
    border-radius: 4px;
    padding: 12px 12px 12px 25px;
}

.tel-wrapper input.wpcf7-form-control.wpcf7-text {
    width: 300px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #a3a3a3;
    border-radius: 4px;
    padding: 12px 12px 12px 25px;
}

select.wpcf7-form-control.wpcf7-select {
    width: 280px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #a3a3a3;
    border-radius: 4px;
    padding: 12px 12px 12px 25px;
}

.address-wrapper input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #a3a3a3;
    border-radius: 4px;
    padding: 12px 12px 12px 25px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #a3a3a3;
    border-radius: 4px;
    padding: 12px 12px 12px 25px;
}

input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #a3a3a3;
    border-radius: 4px;
    padding: 12px 12px 12px 25px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #a3a3a3;
    border-radius: 4px;
    padding: 12px 12px 12px 25px;
}

input.wpcf7-form-control.wpcf7-file {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

select option {
  color: #333;  /* 通常の文字色 */
}

select option:first-child {
  color: #999;  /* 薄いグレーに設定 */
}

.sp {
  display: none;
}

@media (max-width: 840px) {
  section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 480px) {
  section {
    padding-left: 20px;
    padding-right: 20px;
  }
  h2 {
    font-size: 24px;
    margin-top: -70px;
    margin-bottom: 40px;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    background-color: #af6be3;
    color: #fff;
    font-size: 20px;
    box-shadow: 6px 6px 0 #8724d3;
    border: none;
  }
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #a3a3a3;
    border-radius: 4px;
    padding: 10px 10px 10px 20px;
  }

.zip-wrapper input.wpcf7-form-control.wpcf7-text {
    width: 96px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #a3a3a3;
    border-radius: 4px;
    padding: 10px 10px 10px 20px;
}

.tel-wrapper input.wpcf7-form-control.wpcf7-text {
    width: 280px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #a3a3a3;
    border-radius: 4px;
    padding: 10px 10px 10px 20px;
}

select.wpcf7-form-control.wpcf7-select {
    width: 280px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #a3a3a3;
    border-radius: 4px;
    padding: 10px 10px 10px 20px;
}

.address-wrapper input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #a3a3a3;
    border-radius: 4px;
    padding: 10px 10px 10px 20px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #a3a3a3;
    border-radius: 4px;
    padding: 10px 10px 10px 20px;
}

input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #a3a3a3;
    border-radius: 4px;
    padding: 10px 10px 10px 20px;
}
	
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #a3a3a3;
    border-radius: 4px;
    padding: 10px 10px 10px 20px;
}

input.wpcf7-form-control.wpcf7-file {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

  .form-flex {
    border-bottom: 1px solid #fff;
    width: 100%;
    background-color: #fff;
    color: #333;
    justify-content: flex-start;
    font-size: 16px;
  }
  .form-answer {
    font-weight: bold;
    width: 100%;
    padding: 10px 0 12px;
    border: none;
    border-top: none;
  }
  .form-answer p {
    font-size: 14px;
  }
  footer {
    padding: 40px 20px;
  }
  .footer_list {
    flex-direction: column;
    gap: 15px;
  }
  .footer_list_item {
    width: 100%;
  }
  .form-items {
    flex-direction: column;
	margin-bottom: 15px;
  }
  input::placeholder, textarea::placeholder {
    color: #a3a3a3; /* ここで文字色を指定 */
    opacity: 1;     /* 色の濃さを調整（透明度） */
  }
  .form-submit {
    text-align: center;
    margin: 30px 0 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}