/* contact */
.wpcf7-form .button,
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  background-color: #fff;
}
button,
input,
select,
textarea {
  width: 100%;
}
input[type="checkbox"] {
  max-width: 100%;
  width: auto;
}
.wpcf7-form input[type="radio"] {
  width: auto;
}
.wpcf7-form textarea {
  margin-top: 15px;
}

.wpcf7-form .wpcf7-submit {
  box-shadow: none;
  display: inline-block;
  font-size: 18px;
  width: 400px;
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.25s, background-color 0.25s;
  background: #ef857d;
  color: #fff;
  border: none;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.wpcf7-form .wpcf7-submit:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1),
    0 12px 24px -12px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.wpcf7-form .required {
  background: #ef857d;
  font-size: 14px;
  padding: 0px 8px;
  color: #fff;
}
.wpcf7-form {
  padding: 40px 120px 10px 120px;
  background: #f7f7f7;
}
@media screen and (max-width: 1180px), print {
  .wpcf7-form {
    padding: 20px;
  }
}
/* 必須マーク */
.wpcf7-form small.text-danger {
  color: #fff !important;
  background-color: #ef857d;
  font-size: 75%;
  padding: 0.1em 0.3em;
  margin-left: 0.5em;
}
.wpcf7-form p {
  margin-bottom: 20px;
}
/* 入力確認のチェックボックスを大きく */
form .wpcf7-acceptance input[type="checkbox"] {
  transform: scale(2);
  margin-right: 0.5em;
}

/* 送信ボタンをぴったり中央に配置 */
.wpcf7-submit.btn {
  margin-left: 72px;
}

.wpcf7-list-item {
  margin: 0 2em 0 0em;
}
.swell-block-step__item .swell-block-step__title {
  font-weight: 400;
}
