body {
  color: #151514;
  font-size: 16px;
  line-height: 1.75;
}

a {
  color: #a59aca;
}

.container {
  max-width: 100%;
  border: 0;
}

.help-block {
  font-size: 0.75em;
}

.form-column {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1em;
}

input[type="radio"] {
  border-radius: 40px;
  border: 1px solid #cccccc;
}

input[type="date"] {
  border: 1px solid #6a767d;
}

.form-column-heading h2 {
  font-size: 1.5em;
  margin: 0;
  font-weight: bold;
}

label h3 {
  font-size: 1em;
  display: inline-block;
  margin: 0 0 0.5em;
  font-weight: bold;
}

label .badge-required {
  width: auto;
  display: inline-block;
  margin-left: 0.25em;
  padding: 4px 6px;
  line-height: 1em;
  font-size: 0.75em;
  color: #fff;
  top: -2px;
  position: relative;
  background-color: #c73b3b;
  border-radius: 4px;
}

.description-block {
  color: #151514;
  margin-top: 0.5em;
}

.button-group {
  margin-top: 1em;
}

.button-group .help-block {
  margin-top: 0.5em;
  font-size: 0.75em;
}

button {
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
  cursor: pointer;
  border: 1px solid #6a767d;
  border-radius: 4px;
  margin: 0 0.5em 0 0;
  background-color: #fff;
}

button.button-submit {
  background-color: #666666;
  border: 1px solid #666666;
  color: #fff;
}

button.button-submit span.fa {
  margin-right: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  height: 1.75em;
  width: 60%;
  min-width: 500px;
  max-width: 100%;
  outline: none;
  line-height: 1.75em;
  padding: 2px 4px;
  border: 1px solid #6a767d;
  transition: all 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
  box-shadow: 0 0 2px #88c6ea;
  border: 1px solid #88c6ea;
}

textarea {
  width: 100%;
  height: 10em;
}

input[type="file"] {
  display: block;
  line-height: 1.75;
}

input[type="password"] {
  height: 1.75em;
  width: 100%;
  outline: none;
  border: 1px solid #6a767d;
  transition: all 0.3s;
}

.form-column-date .input-group select {
  width: auto;
  display: inline-block;
}

.form-column-calendar input {
  width: auto;
}

.form-column-zip-code-jp .input-group input {
  width: auto;
  min-width: auto;
  display: inline-block;
}

.form-column-zip-code-autofill.form-column {
  border-bottom: 0;
  margin-bottom: 0;
}

.form-column-checkbox label,
.form-column-radio label {
  margin-right: 1em;
}

select {
  width: auto;
  height: 1.75em;
  display: block;
  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;
  }
}

/* -------------------------------------- 追加 --------------------------------------  */

.form-column-heading {
  border-bottom: none;
}

/* 確認画面非表示 */
.content-confirmation .form-column-676519c2-b927-4a1c-acf5-00ec26017fe6,
.content-confirmation .form-column-5fa22527-27a4-4c57-9f86-45f21c1f67ed,
.content-confirmation .form-column-04e14c26-f805-4381-9fa7-667a42f527c4
 {
  display: none;
}

/*==================================================
  buttonSubmit
==================================================*/
.button-confirm{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
  display: inline-block;
  position: relative;
  font-size: 20px !important;
  font-size: 1.11111rem;
  font-weight: bold;
  color: #fff;
  background-color: #009865;
  border-radius: 5px;
}

@media print, screen and (min-width: 1280px) {
  .button-confirm{
    padding: 25px;
    font-size: 26px !important;
    font-size: 1.44444rem;
    border-radius: 10px;
    transition: all .2s;
  }
  .buttonSubmit:hover {
    background-color: #fd7c09;
  }
}

/*---------------------------------------------------
  h2
---------------------------------------------------*/
h2,
.h2 {
  margin: 20px 0;
  padding: 12px 14px 12px 20px;
  font-size: 20px;
  font-size: 1.11111rem;
  display: block;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  position: relative;
  background-color: #009865;
}

@media print, screen and (min-width: 1280px) {
  h2,
  .h2 {
    margin-bottom: 30px;
    padding: 14px 16px 14px 24px;
    font-size: 28px;
    font-size: 1.55556rem;
  }
}

h2:before,
.h2:before {
  width: 6px;
  height: 28px;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 0;
  background-color: #01704b;
}

@media print, screen and (min-width: 1280px) {
  h2:before,
  .h2:before {
    width: 8px;
    height: 34px;
    top: 18px;
  }
}

h2:first-child,
.h2:first-child {
  margin-top: 0;
}

h2 a,
.h2 a {
  color: #fff !important;
}


.message-block-confirmation {
    margin-bottom: 1.5em;
    font-size: 2rem;
    font-weight: bold;
    color: red;
}