.help-block, .description-block {
  margin: 10px 0 0;
  color: inherit;
}
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 {
  vertical-align: baseline;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
  line-height: 1.75;
}
a {
  color: #0072bc;
  text-decoration: underline;
}
a:hover {
  color: #070f26;
}
html {
  /* overflow-y: scroll; */
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1;
  color: #2e404d;
  font-family: 'Noto Sans', 'LocalNotoSans', 'Noto Sans JP', 'LocalNotoSansJP', sans-serif;
}
button, input, select, textarea {
  font: inherit;
}
.container {
  max-width: 904px;
  padding: 0;
  border: none;
}
.form-column {
  margin: 0 0 30px;
}
.label {
  display: inline-block;
  margin-bottom: 8px !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  border: 1px solid #949494;
  border-radius: 0;
  padding: 8px 16px;
  background: #f2f3f4;
  width: 100%;
  max-width: inherit;
  color: inherit;
  line-height: 1.5;
  outline: 0;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  border: 1px solid #0072bc
}
textarea {
  display: block;
  border: 1px solid #949494;
  border-radius: 0;
  padding: 8px 16px;
  background: #f2f3f4;
  width: 100%;
  min-height: 200px;
  color: inherit;
  line-height: 1.5;
  outline: 0;
  resize: vertical;
  -webkit-appearance: none;
}
textarea:focus {
  border: 1px solid #0072bc
}
select {
  border: 1px solid #949494;
  border-radius: 0;
  padding: 8px 16px;
  background: #f2f3f4;
  width: 100%;
  color: #2e404d;
  line-height: 1.5;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
}
select:focus {
  border: 1px solid #0072bc
}
label.option {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
}
/* input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + span {
  display: inline-flex;
  position: relative;
}
input[type="checkbox"] + span::before {
  content: "";
  flex: none;
  position: relative;
  top: -4px;
  margin-right: 7px;
  border: 1px solid #2e404d;
  border-radius: 4px;
  background: #fff;
  width: 24px;
  height: 24px;
}
input[type="checkbox"]:checked + span::before {
  border: none;
  background: url(https://smart-ecat.movabletype.biz/assets/images/icon/white/check.svg) no-repeat center center #0072bc;
  background-size: 16px;
} */
[data-column="お問い合わせ内容"] {
  margin: 0 0 60px;
}
[data-column="お問い合わせ内容"] .label,
[data-column="ご連絡先"] {
  margin: 0 0 40px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  [data-column="お名前"] {
    float: left;
    width: calc(50% - 30px);
  }
  [data-column="フリガナ"] {
    float: right;
    width: calc(50% - 30px);
  }
  [data-column="メールアドレス"] {
    clear: both;
  }
}
[data-column="個人情報"] p {
  line-height: 2;
  margin: 0 0 20px;
}
[data-column="個人情報の取り扱いについての内容に同意する"] {
  text-align: center;
}
[data-column="個人情報の取り扱いについての内容に同意する"] .label {
  display: none;
}
[data-column="個人情報の取り扱いについての内容に同意する"] input[type="checkbox"] {
  margin: 1px 3px 3px 4px;
}
[data-column="同意しない"] {
  text-align: center;
}
[data-column="同意しない"] a,
.button-back {
  display: inline-flex;
  align-items: center;
  border: 1px solid #005b96;
  padding: 5px 40px;
  background: 0 0;
  min-height: 64px;
  color: #005b96;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 40px;
  justify-content: center;
}
.content-confirmation [data-column="同意しない"] a:hover,
.button-back:hover {
  border: 1px solid #070f26;
  color: #070f26;
}
.button-group {
  display: flex;
  justify-content: center;
}
.button-confirm,
.button-submit {
  display: inline-flex;
  align-items: center;
  border: none;
  padding: 5px 40px;
  background: #0072bc;
  min-height: 64px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: all .2s;
  border-radius: 40px;
  justify-content: center;
}
.button-confirm {
  margin-right: 0;
}
.button-confirm:hover,
.button-submit:hover {
  background: #070f26;
}
.message-block {
  line-height: 2;
}

.content-confirmation [data-column="入力必須"] {
  display: none;
}
.content-confirmation [data-column="個人情報"] {
  display: none;
}
.content-confirmation [data-column="個人情報の取り扱いについての内容に同意する"] {
  display: none;
}
.content-confirmation [data-column="同意しない"] {
  display: none;
}
.content-confirmation .form-column-recaptcha {
  display: flex;
  justify-content: center;
}
.content-confirmation .button-group .help-block {
  display: none;
}
.form-column-checkbox .input-group {
  align-content: center;
}