@charset "UTF-8";

/*フォーム*/
/* コンタクトフォーム全体のスタイル */
/* Contact Form 7 - 基本フォームスタイル */
.cf7-grid input[type="text"],
.cf7-grid input[type="email"],
.cf7-grid input[type="tel"],
.cf7-grid input[type="url"],
.cf7-grid input[type="number"],
.cf7-grid input[type="search"],
.cf7-grid input[type="date"],
.cf7-grid select,
.cf7-grid textarea {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
}

/* textarea */
.cf7-grid textarea {
  min-height: 12rem;
  resize: vertical;
}

/* 送信ボタン */
.cf7-grid input[type="submit"] {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
}

/* 余白 */
.cf7-grid p {
  margin: 0 0 1rem;
}
