/* contact */
.wpcf7-form .button,
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  background-color: #f2f6f9;
}
button,
input,
select,
textarea {
  width: 100%;
}
.wpcf7-form input[type="radio"],
.wpcf7-form input[type="checkbox"] {
  width: auto;
}

.wpcf7-form textarea {
  margin-top: 15px;
}

.page-id-913 p#att {
  max-width: 760px;
  margin: 0 auto 30px;
}
.wpcf7-form .wpcf7-submit {
  box-shadow: none;
  display: inline-block;
  font-size: 18px;
  width: 480px;
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.25s, background-color 0.25s;
  background: #0381d3;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 15px 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: #dc3545;
  font-size: 14px;
  padding: 0px 8px;
  color: #fff;
}
@media (min-width: 1181px) {
  .wpcf7-form-control.form-control {
    width: auto;
    max-width: 100%;
  }

  /* フォームを中央に配置・背景色指定 */
}

/* 必須マーク */
.wpcf7-form small.text-danger {
  color: #fff !important;
  background-color: #dc3545;
  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 1.121em 0 0em;
}
