body {
  font-size: 16px;
  color: #151514;
  line-height: 1.75;
}
a {
  color: #a59aca;
}
.container {
  max-width: 100%;
  border: 0;
}
.help-block {
  font-size: 0.75em;
}
.form-column {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 1em;
}
input[type="radio"] {
  border: 1px solid #ccc;
  border-radius: 40px;
}
input[type="date"] {
  border: 1px solid #6a767d;
}
.form-column-heading h2 {
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
}
label h3 {
  display: inline-block;
  margin: 0 0 0.5em;
  font-size: 1em;
  font-weight: bold;
}
label .badge-required {
  display: inline-block;
  position: relative;
  top: -2px;
  width: auto;
  margin-left: 0.25em;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: #d20011;
  font-size: 0.75em;
  color: #fff;
  line-height: 1em;
}
.description-block {
  margin-top: 0.5em;
  color: #151514;
}
.button-group {
  margin-top: 1em;
}
.button-group .help-block {
  margin-top: 0.5em;
  font-size: 0.75em;
}
button {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0.5em 1em;
  border: 1px solid #6a767d;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
button.button-submit {
  border: 1px solid #666;
  background-color: #666;
  color: #fff;
}
button.button-submit span.fa {
  margin-right: 4px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea {
  width: 60%;
  min-width: 500px;
  max-width: 100%;
  height: 1.75em;
  padding: 2px 4px;
  border: 1px solid #6a767d;
  line-height: 1.75em;
  transition: all 0.3s;
}
textarea {
  width: 100%;
  height: 10em;
}
input[type="file"] {
  display: block;
  line-height: 1.75;
}
input[type="password"] {
  width: 100%;
  height: 1.75em;
  border: 1px solid #6a767d;
  transition: all 0.3s;
}
input[readonly], textarea[readonly] {
  padding-right: 0;
  padding-left: 0;
  border-color: transparent;
}
.form-column-date .input-group select {
  display: inline-block;
  width: auto;
}
.form-column-calendar input {
  width: auto;
}
.form-column-zip-code-jp .input-group input {
  display: inline-block;
  width: auto;
  min-width: auto;
}
.form-column-zip-code-autofill.form-column {
  margin-bottom: 0;
  border-bottom: 0;
}
.form-column-checkbox label, .form-column-radio label {
  margin-right: 1em;
}
select {
  display: block;
  width: auto;
  height: 1.75em;
  border: 1px solid #6a767d;
}
.message-block-complete, .message-block-closed {
  padding: 20px;
  text-align: center;
}
@media (max-width: 640px) {
  input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea {
    width: 100%;
    min-width: 100%;
  }
  select {
    width: 100%;
  }
  .form-column-calendar input {
    width: auto;
    min-width: auto;
  }
  .form-column-heading h2 {
    font-size: 1.25em;
  }
}
/* --- カスタマイズ -------------------- */
body {
  color: #251E1C;
}
.container {
  padding: 0;
}
.form-column {
  border-bottom: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
fieldset .input-group .option {
  position: relative;
  cursor: pointer;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea {
  border: none;
  background-color: #f1f1f1;
  min-height: 42px;
}
:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: -3px;
}
.form-column .label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  padding: 0;
}
label .badge-required, legend.label .badge-required {
  background-color: #d20011;
  margin: 0;
}
.form-column-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.form-column-checkbox input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  padding: 2px 5px 2px 1.5em;
  border: 1px dotted #bfbfbf;
}
.form-column-checkbox input[type="checkbox"] + span::before {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 1em;
  height: 1em;
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  content: "";
  transition: 0.2s linear;
}
.form-column-checkbox input[type="checkbox"] + span::after {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #333;
  content: "";
  transition: 0.2s linear;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
}
.form-column-checkbox input[type="checkbox"]:checked + span {
  background: rgba(255, 0, 0, 0.1);
}
.form-column-checkbox input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
.form-column-checkbox input[type="checkbox"]:focus-visible + span {
  outline: 3px solid Highlight;
  outline-offset: -3px;
}
div[data-column="個人情報の取り扱い"] {
  margin-bottom: 0;
  padding-bottom: 0;
}
div[data-column="個人情報の取り扱い"] .option {
  display: inline-block;
}
div[data-column="個人情報の取り扱いについて"] {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 150px;
  margin: 10px 0 0;
  padding: 0 1em 1em;
  color: #fff;
  line-height: 150%;
  scrollbar-width: thin;
  scrollbar-color: #251E1C #f1f1f1;
  border-right: 2px solid #f1f1f1;
}
div[data-column="個人情報の取り扱いについて"]::-webkit-scrollbar {
  width: 6px;
}
div[data-column="個人情報の取り扱いについて"]::-webkit-scrollbar-thumb {
  background: #000;
}
div[data-column="個人情報の取り扱いについて"]::-webkit-scrollbar-track {
  background: #b5b5b5;
}
.set-center {
  text-align: center;
}
.set-right {
  text-align: right;
}
.m-t05em {
  margin-top: 0.5em;
}
.m-t1em {
  margin-top: 1em;
}
.m-t2em {
  margin-top: 2em;
}

.button-group {
  margin-top: 40px;
  text-align: center;
}
.button {
  min-width: 250px;
  margin: 0;
  padding: 14px 30px;
  border-radius: 0;
  font-weight: bold;
  transition: .2s linear;
}
:is(.button-confirm, .button.button-submit) {
  border: none;
  background: #d20011;
  color: #fff;
}
:is(.button-confirm, .button.button-submit):hover {
  filter: brightness(1.1);
}
.button-back {
  border: 1px solid;
  color: #d20011;
}
.button-back:hover {
  background-color: #ffd5d9;
}
.button.button-submit[disabled] {
  color: #fff;
}
.fa-lock:before {
  content: "\f0e0";
}
.content-confirmation div[data-column="個人情報の取り扱いについて"] {
  display: none;
}
.content-confirmation .form-column {
  padding-bottom: 0;
}
.content-confirmation .form-column .label {
  margin-bottom: 0;
}
.content-confirmation .form-column .preview-block {
  padding-top: 0;
  padding-bottom: 0;
}
.content-confirmation .form-column-recaptcha {
  margin-top: 40px;
}
@media screen and (max-width:640px) {
  .button-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .button {
    display: block;
  }
}