iframe {
  min-height: 100px !important;
  @media only screen and (max-width: 500px) {
    height: 760px;
  }
}

html {
  margin: 0;
  background-color: #FAFBFC;
  font-family: 'neue-haas-grotesk-display', 'Koburina Gothic W3 JIS2004', "Yu Gothic" ,YuGothic, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 500px) {
  .contact-bg-image {
    background-size: 100% 60px;
  }
}

.badge-required {
  color: #D0021B;
  display: none !important;
}

.l-main-content-contact {
  width: 77.5%;
  margin: 100px auto 61px auto;
}

@media only screen and (max-width: 500px) {
  .l-main-content-contact {
    width: 100%;
    margin: 60px auto auto auto;
  }
}

.container {
  border: none;
  max-width: 100%;
  margin: auto;
  width: 100%;
  padding: 0 80px;
  background-color: #FAFBFC;
}

.option {
  background-color: transparent;
}

@media only screen and (max-width: 500px) {
  .container {
    width: 100%;
    padding: 0;
  }
}

.container label {
  width: 20%;
  padding-top: 20px;
  padding-left: 4px;
  float: left;
  display: inline-block;
  font-size: 100%;
  line-height: 1.71rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
}


@media only screen and (max-width: 500px) {
  .container label {
    width: 100%;
    margin: 0 auto 10px auto;
  }
}

.container input, .container select, .container textarea {
  float: right;
  border-width: 1px;
  border-color: #CFD7E6;
  border-style: solid;
  width: 80%;
  outline: 0;
  padding: 0 28px;
}

@media only screen and (max-width: 500px) {
  .container input, .container select, .container textarea {
    -webkit-appearance: none;
    max-width: 100%;
    width: 100%;
    float: left;
    border-radius: 0;
  }

  .container select, .container textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }
}

.container .help-block {
  display: none;
}

.form-column {
  margin-bottom: 15px;
}

.form-column-textarea {
  margin-bottom: 15px;
}


.form-column-zip-code-jp .input-group input:first-child {
  width: 3em;
}

.form-column-zip-code-jp .input-group input:last-child {
  width: 4em;
}

.restriction-max-file-size {
  margin-left: 1em;
}

.button-submit {
  font-family: 'neue-haas-grotesk-display', 'Koburina Gothic W3 JIS2004', "Yu Gothic" ,YuGothic, sans-serif;
  font-weight: 400;
  border: none;
  background-color: #2E3C4D;
  height: 62px !important;
  width: 100%;
  margin: 0 auto 32px;
  text-align: center;
  color: #FFF;
  border-radius: 0 !important;
  transition-duration: 0.25s;
}

.button-group {
  padding-top: 48px;
}

.fa-lock {
  display: none !important;
}

button:before {
  content: "上記の内容で" ;
}

.contact-text-link  {
  color: #e60012;
}
.contact-text-link:hover {
  text-decoration: underline;
}

textarea {
  height: 360px;
  resize: none;
  padding: 28px !important;
}

.form-column::before {
  content: '';
  display: table;
}
.form-column::after {
  content: '';
  display: table;
  clear: both;
}
.form-column input,
.form-column select {
  height: 60px;
}
.form-column select {
    -webkit-appearance: none;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 0;
    background-color: #fff;
}
.form-column select:focus {
   /*border: 1px solid #e60012;*/
   outline: 0;
}

.badge {
  margin: 0;
  display: block;
}
.badge::before {
  content: '';
}
@media only screen and (max-width: 500px) {
  .badge {
    display: inline;
  }
  .badge::before {
    content: ' ';
  }
}

.message-block {
  text-align: center;
  font-family: -apple-system,BlinkMacSystemFont,\.SFNSDisplay-Regular,sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.4;
}

.form-column-radio {
  margin-bottom: 30px;
}
.form-column-radio .input-group {
  display: flex;
  margin-left: 4px;
  margin-right:  16px;
}
.form-column-radio input[type="radio"] {
  height: auto;
  width: auto;
  float: none;
  margin-right: 8px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
}
.form-column-radio .input-group label {
  width: auto;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-right: 8px;
}
.form-column-radio .input-group input::before {
  position: absolute;
  z-index: 1000;
  content: "";
  display: block;
  width:  18px;
  height:  18px;
  margin-right:  4px;
  background-color: #FFF;
  border: 1px solid #CFD7E6;
  border-radius: 50%;
}

.form-column-radio .input-group input:checked::after  {
  position: absolute;
  z-index: 1000;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2E3C4D; 
}

.form-column-radio label:checked {
  width:  230px;
}


@media only screen and (max-width: 500px) {
  .form-column-radio .input-group {
     float: left;
     flex-direction: column;
     margin-left: -16px;
     margin-right:  0;
  }
  .form-column-radio .input-group label {
     margin: 0;
  }
  .form-column-radio input[type="radio"] {
    margin-right:  -8px;
  }
}

.button:hover {
  opacity: 0.65;
}