body {
  color: #151514;
  font-size: 14px;
  line-height: 1.75;
 font-family: "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Noto Sans", "Hiragino Kaku Gothic Pro", sans-serif;
}

a {
  color: #a59aca;
}

.container {
  max-width: 100%;
  border: 0;
}

.help-block {
  font-size: 0.75em;
}

.preview-block{
   padding-left: 10px;
   padding-right: 10px;
margin-top: auto;
margin-bottom: auto;
   vartical-align: middle;
}

.form-column {
padding-right: 30px;
 margin-bottom: 0px !important;
  border: 1px solid #cccccc;
  border-bottom: 0;
}

.input-group,
input,
button,
textarea,
select {
  margin: auto 0 auto 30px;
  padding: 5px;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1em;
}

.input-group{
margin: 20px 0 20px 0;
}

.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;
  padding:10px;
  font-size:1.2rem;

}

.button-group{
  width: 100%; 
  text-align:center;
  margin-top:20px;
  margin-bottom:20px;
}

.button-group .button-confirm {
  background-color: #002F7B;
  color: #ffffff;
 font-weight: bold;
 padding: 1em 2em;
transition: 0.5s;
}

.button-group .button-confirm:hover{
  opacity: 0.7;
}

.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: mt:SetVarBlock name="main_color"
}

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: 2.25em;
  max-width: 100%;
  outline: none;
  line-height: 1.75em;
  padding: 6px 8px;
  border: 1px solid #6a767d;
  transition: all 0.3s;
  width: 70%;
}

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: 68%;
  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;
}

select {
  width: auto;
  height: 1.75em;
  display: block;
  border: 1px solid #6a767d;
}

.message-block-complete,
.message-block-closed {
  padding: 20px;
  text-align: center;
}

.form-column {
 display: flex;
}

.form-column .label {
 width: 25%;
min-width: 25%;
padding: 30px;
margin-bottom: 0;
box-sizing: border-box;
background-color: #eee;
border-right: solid 1px #ccc;
text-align: center;
float: left;
}

textarea{
margin: 30px;
}

.form-column.form-column-checkbox[data-column="個人情報の取扱いについて"]{
  border-bottom: 1px solid #cccccc;
}


@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{
flex-direction: column;
padding-right: 0;
}

 .form-column .label{
 width: 100%;
padding: 15px;
border-bottom: solid 1px #ccc;
}


input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea{
  margin: 20px;
  width: 88%;
  min-width: 88%;
}
.form-column .label {
 float: none;
}
}

fieldset{
display: flex;
width: 100%;
margin: 0;
padding: 0;
border: none;
}