@charset "UTF-8";
#sidebar {
  display: none;
}

/*ContactForm7カスタマイズ*/
.title-inner {
  text-align: center;
  padding-top: 100px;
}

.form-title {
  display: inline-block;
  font-size: 28px;
  padding-left: 10px;
  border-left: 5px solid #3FA9F5;
}

table.CF7_table {
  width: 90%;
  margin: 30px auto 0 auto;
  text-align: left;
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
}

table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}

table.CF7_table td {
  padding: 20px;
  background: #fff;
}

wpcf7-form-control wpcf7-validates-as-required .single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
  display: table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
  border: 1px solid #d8d8d8;
  padding: 10px;
  width: 100%;
  font-size: 1em;
}

.CF7_table ::-moz-placeholder {
  color: #797979;
}

.CF7_table :-ms-input-placeholder {
  color: #797979;
}

.CF7_table ::placeholder {
  color: #797979;
}

/*ご用件*/
.wpcf7-select {
  color: #333;
  border: 1px solid #e5e5e5;
}

Ï textarea {
  height: 140px;
}

/*「必須」文字*/
.CF7_req {
  font-size: 0.9em;
  padding: 5px;
  background: #3FA9F5;
  color: #fff;
  border-radius: 3px;
  margin: 0 20px;
}

/*「任意」文字*/
.CF7_unreq {
  font-size: 0.9em;
  padding: 5px;
  background: #bdbdbd; /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin: 0 20px;
}

/* タイトル列 */
@media screen and (min-width: 768px) {
  .CF7_table th {
    width: 40%; /*横幅*/
    height: 60px;
    background-color: #ebedf5; /*ブルーグレー*/
  }
}
@media screen and (min-width: 1200px) {
  .CF7_table th {
    width: 30%; /*横幅*/
  }
  .form-title {
    display: inline-block;
    font-size: 36px;
  }
}
/* レスポンシブ */
@media screen and (max-width: 768px) {
  table.CF7_table {
    width: 95%;
  }
  .CF7_table tr, .CF7_table td, .CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }
  .CF7_table th {
    background-color: #ebedf5;
  }
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background-color: #3FA9F5;
  border: 0;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.CF7_btn {
  text-align: center;
  margin: 0 auto 60px auto;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

.wpcf7-select {
  padding: 5px 10px;
  font-size: 1em;
}

.recaptcha-text {
  color: gray;
  font-size: 14px;
  text-align: center;
  margin: 0 auto 20px auto;
}

.link-inner a {
  display: inline;
}/*# sourceMappingURL=page-contact.css.map */