@charset "UTF-8";
html,
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

img {
  display: block;
}

/**************************************************************************
				基本設計
**************************************************************************/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 56.25%;
  }
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.6;
}

body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

.on_mobile {
  display: none !important;
}

#wrapper {
  width: 100%;
  height: auto;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.w_inner {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/* --------------------------------------------
 * 　共通
 * -------------------------------------------- */
.w_inner {
  width: 780px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 820px) {
  .w_inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

body {
  padding: 40px 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recapcha_note {
  text-align: center;
  font-size: 12px;
  color: #888;
}
.recapcha_note a {
  text-decoration: underline;
}

/* --------------------------------------------
 * 　フロント
 * -------------------------------------------- */
#content .head {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
#content .head .main {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #content .head .main {
    font-size: 22px;
  }
}
#content .head .note {
  font-size: 15px;
  line-height: 1.4em;
  color: #f02b08;
}
#content .form_wrap {
  margin-top: 40px;
}
#content .form_wrap .form_head {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
}
#content .form_wrap .lead {
  font-size: 14px;
}

/* --------------------------------------------
 * 　コンタクトフォーム / レイアウト
 * -------------------------------------------- */
.wpcf7 .section {
  margin-bottom: 30px;
}
.wpcf7 .section:last-child {
  margin-bottom: 0;
}
.wpcf7 .section .item {
  margin-bottom: 30px;
}
.wpcf7 .section .item:last-child {
  margin-bottom: 0;
}
.wpcf7 .section .item .label {
  font-weight: bold;
  font-size: 1.6rem;
}
.wpcf7 .section .item .label p {
  margin-bottom: 5px;
}

/* --------------------------------------------
 * 　コンタクトフォーム / 共通
 * -------------------------------------------- */
.wpcf7 {
  width: 100%;
  font-size: 16px;
}
.wpcf7 table {
  width: 100%;
  font-size: 16px;
}
.wpcf7 table .td_left {
  width: 25%;
  height: auto;
  vertical-align: middle;
  background: #ffffff;
  padding: 0 2%;
}
.wpcf7 table .td_right {
  width: 75%;
  height: auto;
  background: #fff;
  padding: 10px 2%;
}
.wpcf7 p {
  margin: 0 0 15px 0;
}
.wpcf7 input, .wpcf7 select {
  width: 100%;
  height: 45px;
  padding: 5px 5px 3px;
  border-radius: 3px;
  border: none;
  font-size: 16px;
}
.wpcf7 textarea {
  width: 100%;
  height: 150px;
  padding: 5px 5px 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 16px;
}
.wpcf7 .wpcf7-radio input {
  width: 22px;
  height: 22px;
  margin: 0;
  margin-right: 5px;
}
.wpcf7 .wpcf7-list-item {
  display: block;
}
.wpcf7 .flexwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  background: #faf2ef;
  border: none;
  outline: none;
}
.wpcf7 tr {
  /*インプットエリアのフォーカスした時の枠*/
  /*テキストエリアのフォーカス時の枠*/
}
.wpcf7 tr td .any {
  display: inline-block;
  color: #fff;
  background: #a1d5c3;
  padding: 3px 7px 1px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 12px;
}
.wpcf7 tr td .required {
  display: inline-block;
  color: #fff;
  background: #ff4300;
  padding: 3px 7px 1px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 12px;
}
.wpcf7 tr .wpcf7-form-control-wrap input:focus {
  outline: solid #efefef 1px;
  outline-offset: -1px;
  background-color: #fcfcfc;
}
.wpcf7 tr .wpcf7-form-control-wrap textarea:focus {
  outline: solid #efefef 1px;
  outline-offset: -1px;
  background-color: #fcfcfc;
}

/************************ バリデーション */
.wpcf7-not-valid-tip, .wpcf7-response-output {
  display: block;
  font-size: 12px;
  color: #a00;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  margin: 10px 0 0;
  text-align: center;
  font-size: 13px;
  color: #f02b08 !important;
  border: none !important;
}

/************************ アクセプタンス */
#acceptance {
  margin-top: 20px;
  text-align: center;
}
#acceptance .lead {
  margin-bottom: 12px;
  font-size: 1.4rem;
  color: #555555;
}
#acceptance label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
#acceptance input {
  width: 20px;
  height: 20px;
  font-size: 1.5rem;
  margin-top: -1px;
}
#acceptance input:focus {
  outline: none;
}
#acceptance span {
  display: inline-block;
  vertical-align: middle;
}
#acceptance .acc_note {
  width: 310px;
  line-height: 1.2em;
}

/************************ 送信ボタン */
.wpcf7 .wpcf7-submit {
  display: block;
  width: 300px;
  height: auto;
}

.submit_box {
  text-align: center;
  margin: 30px 0 50px;
  position: relative;
}
.submit_box input[type=submit] {
  background: #f02b08;
  border: none;
  border-radius: 3px;
  padding: 16px 15px 12px;
  font-size: 16px;
  color: #fff;
  display: inline-block !important;
  width: 100%;
  max-width: 380px;
  border: 2px solid #f02b08;
}
.submit_box input[type=submit]:hover {
  cursor: pointer;
  background: #fff;
  color: #f02b08;
}
.submit_box input[type=submit]:disabled {
  background: #eee;
  color: #454545;
  border: 2px solid #ccc;
}
.submit_box span {
  position: absolute;
  top: 60px;
  left: calc(50% - 36px);
}

form:not([data-status=init]) .wpcf7-response-output {
  font-size: 1.7rem;
  padding: 10px 10px 7px;
  border: 3px solid #ddd;
}

form[data-status=submitting] .wpcf7-response-output {
  display: none;
}

/* --------------------------------------------
 * 　ユーザーヒアリング・質疑回答
 * -------------------------------------------- */
.userVc {
  line-height: 2;
}
.userVc a {
  color: #f02b08;
  text-decoration: underline;
}
.userVc a:hover {
  text-decoration: none;
}
.userVc__heading {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 25px;
}
.userVc__lead {
  margin-bottom: 40px;
}
.userVc__lead p {
  margin-bottom: 20px;
}
.userVc__lead p:last-child {
  margin-bottom: 0;
}
.userVc__detail {
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}
.userVc__listItem {
  list-style: disc;
  margin-left: 20px;
}
.userVc__date {
  font-size: 1.3rem;
  margin-bottom: 40px;
}
.userVc__dateHeading {
  font-weight: bold;
  margin-bottom: 10px;
}
.userVc__formHeading {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}
.userVc__formNote {
  margin-bottom: 30px;
}
.userVc ._note {
  font-size: 1.4rem;
  color: #f02b08;
}
.userVc ._formNote {
  font-size: 1.2rem;
}
/*# sourceMappingURL=style.css.map */