.help-block, .description-block {
  margin: 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%;
}
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #333;
  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 22px;
}
.label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: normal;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  max-width: inherit;
  -webkit-appearance: none;
  border: 1px solid #CBCBCB;
  border-radius: 0;
  background-color: #f7f7f7;
  padding: 16px;
  width: 100%;
  outline: none;
  font-size: 1.6rem;
}
textarea {
  -webkit-appearance: none;
  border: 1px solid #CBCBCB;
  border-radius: 0;
  background-color: #f7f7f7;
  padding: 16px;
  width: 100%;
  min-height: 200px;
  outline: none;
  font-size: 1.6rem;
}
select {
  -webkit-appearance: none;
  border: 1px solid #CBCBCB;
  border-radius: 0;
  background-color: #f7f7f7;
  padding: 16px;
  width: 100%;
  outline: none;
  font-size: 1.6rem;
}

[data-column="お問い合わせの対象"] .label {
    font-size: 2rem;
    font-weight: bold;
    margin: 0px 0px 20px;
    padding: 0;
}

legend .badge-required {
  color:#d44950 !important;
  font-size:90% !important;
  margin-left:1em !important;
  background-color:#fff !important;
}

[data-column="お問い合わせ内容"] {
  margin: 0 0 55px;
}
[data-column="お問い合わせ内容"] .label,
[data-column="ご連絡先"] {
  margin: 0 0 30px;
  font-size: 2rem;
  font-weight: bold;
}
@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;
  line-height:1.75;
}
[data-column="個人情報の取り扱いについての内容に同意する"] .label {
  display: none;
}
[data-column="個人情報の取り扱いについての内容に同意する"] input[type="checkbox"] {
  margin: 3px 3px 3px 4px;
}
[data-column="同意しない"] {
  text-align: center;
}
[data-column="同意しない"] a {
  display: inline-block;
  position: relative;
  padding: 14px;
  border: none;
  background-color: transparent;
  color: inherit;
  font-size: 1.4rem;
  text-align: center;
  background-color: #f3f3f3;
  color: #333;
}
.button-group {
  display: flex;
  justify-content: center;
}
.button-confirm {
  background-color: #5876AA;
  min-width: 204px;
  margin: 0;
  padding: 14px;
  color: #fff;
  border: none;
  border-radius: 0;
}
.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;
}
.button-back {
  margin: 0 20px 0 0;
  padding: 14px;
  background-color: #f3f3f3;
  color: #333;
  border: none;
  border-radius: 0;
}
.button-submit,
.button-submit[disabled] {
  background-color: #5876AA;
  min-width: 204px;
  margin: 0;
  padding: 14px;
  color: #fff;
  border: none;
  border-radius: 0;
}