body {
  color: #151514;
  font-size: 16px;
  line-height: 1.75;
}

a {
  color: #012491;
  text-decoration: underline;
}

.container-fluid {
  max-width: 100%;
  border: 0;
}

.form-text {
  font-size: 0.75em;
}

.form-column {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 1em;
}

.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-optional {
  display: none;
}

label .badge-required {
  width: auto;
  display: inline-block;
  margin-left: 0.25em;
  padding: 4px 8px;
  line-height: 1;
  font-size: 0.75em;
  color: #fff;
  background-color: #c73b3b;
  border-radius: 4px;
}

.description-block {
  color: #151514;
  margin-top: 0.5em;
  margin-left: 34%;
}

.button-group {
  text-align: center;
}
.button-group .form-text {
  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: #316a8b;
  border: 1px solid #316a8b;
  color: #fff;
}
button.button-submit span.fa {
  margin-right: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  height: 2em;
  width: 60%;
  min-width: 500px;
  max-width: 100%;
  line-height: 1.75em;
  padding: 1rem;
  border: none;
  border-radius: 5px;
  transition: all 0.3s;
}

input::placeholder {
  font-size: 14px;
}

textarea {
  width: 100%;
  height: 10em;
}

input[type="file"] {
  display: block;
  line-height: 1.75;
}

input[type="password"] {
  height: 1.75em;
  width: 100%;
  border: 1px solid #6a767d;
  transition: all 0.3s;
}

input[readonly],
textarea[readonly] {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.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: 2em;
  display: block;
  border: 1px solid #6a767d;
}

.message-block-complete {
  border: 2px solid #316a8b;
  padding: 20px;
  text-align: center;
}






.container {
	border: none;
	background: #eeeee5;
        max-width: 800px;
        padding: 1rem;
}
.form-contaienr {
        max-width: 800px;
	background-color:  #eeeee5;
}
.form-column::after, fieldset::after {
     content: "";
     display: table;
     clear: both;
}

.form-column p {
        font-size: 13px;
}
fieldset {
	border: none;
        padding: 0;
}
.label {
        color: #012491;
        float: left;
        width: 33%;
        margin-bottom: 0;
}
legend.label {
        padding: 0;
}
.form-column {
	border-bottom: none;
}
.input-group {
	display: flex;
	flex-wrap: wrap;
        margin-left: 34%;
}

.form-column-checkbox:nth-of-type(1) label{
	flex: 0 0 46%;
        font-size: 14px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea {
	border: none;
	border-radius: 5px;
        outline: none;
        float: right;
        width: 67%;
        min-width: inherit;
}
.button {
           border-radius: 20px;
           padding: 0.7rem 2rem;
           border: 1px solid #012491;
           color: #012491;
           font-weight: bold;
}

.form-column select {
        border: none;
	border-radius: 5px;
        outline: none;
        float: left;
        margin-left: 1%;
        font-size: 14px;
}

.preview-block {
   padding: 0;
   float: right;
    width: 67%;
}
.option-text {
 font-size: 14px;
}

.content-form .form-column[data-column="attention"] {
 display: none;
}

.content-confirmation .form-column[data-column="attention"] {
 display: block;
 margin-left: 0;
}

.form-column[data-column="attention"] .description-block {
 margin-left: 0;
}

 .form-column[data-column="require-message"] {
 margin-bottom: 0;
}

.content-confirmation .form-column[data-column="require-message"] {
 display: none;
}

.form-column[data-column="step-bar"] .description-block {
 margin: 0;
}

.required_message .b-required {
width: auto;
    display: inline-block;
    padding: 4px 8px;
    line-height: 1;
    font-size: 0.75em;
    color: #fff;
    background-color: #c73b3b;
    border-radius: 4px;
    font-weight: bold;
    margin-right: 5px;
}

.required_message .red {
 color: red;
}

.form-column[data-column="リース"] {
 display: none;
 margin-bottom: 0;
}
.form-column[data-column="一般車検・点検・整備"] {
 display: none;
margin-bottom: 0;
}
.form-column[data-column="スマイルワン車検"] {
 display: none;
margin-bottom: 0;
}
.form-column[data-column="一般車検（本社工場）"] {
 display: none;
margin-bottom: 0;
}
.form-column[data-column="事故修理・新車加装サービス"] {
 display: none;
margin-bottom: 0;
}
.form-column[data-column="福祉車両・レンタカー"] {
 display: none;
margin-bottom: 0;
}
.form-column[data-column="採用情報"] {
 display: none;
margin-bottom: 0;
}
.form-column[data-column="その他"] {
 display: none;
margin-bottom: 0;
}





@media (max-width: 640px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  textarea {
    width: 100%;
    min-width: 100%;
  }
  select {
    width: 48%;
  }
  .form-column-calendar input {
    width: auto;
    min-width: auto;
  }
  .form-column-heading h2 {
    font-size: 1.25em;
  }

.label {
  float: none;
  width: 100%;
  margin-bottom: 5px;
}

.input-group {
   margin-left: 0;
}

.form-column select {
    margin-left: 0;
}
.description-block {
  margin-left: 0;
}

.preview-block {
  float: none;
  width: 100%;
}
}

@media (max-width: 480px) {

.form-column-checkbox .input-group {
   width: 100%;
   display: block;
   margin: 0;
}
}