/* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
form#mail_form * {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  font-size: 0.98em;
}

form#mail_form {
  width: 100%;
  margin: 0px auto;
  line-height: 1.7;
  background-color: #fff;
  padding: 1em 1em 2em;
}

form#mail_form dl {
  margin: 0 auto;
}

form#mail_form dl:after,
form#mail_form dl dt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form#mail_form dl dt {
  width: 30%;
  float: left;
  padding: 35px 0 25px;
  text-align: right;
  display: flex;
  align-items: flex-start;
  justify-content: right;
}

form#mail_form dl dt span {
  display: block;
  font-size: 0.9em;
}

form#mail_form dl dd {
  width: 65%;
  float: right;
  padding: 30px 0 25px 5%;
  text-align: left;
}

form#mail_form dl dd ul li label {
  display: flex;
  align-items: center;
  padding: 10px 2%;
}

form#mail_form dl dd ul li label a:hover {
  opacity: 0.8;
}

form#mail_form dl dd ul li label a img {
  width: 150px;
  margin-right: 0.5em;
}

form#mail_form dl dt i {
  position: relative;
  top: -2px;
  margin: 0 0 0 15px;
}

/* -- span.required, span.optional -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  font-size: 80%;
  color: #ffffff;
  padding: 2px 7px;
}

form#mail_form dl dt span.required {
  background: #d9534f;
}

form#mail_form dl dt span.optional {
  background: #337ab7;
}

/* -- error message -------------------------------------------------------------------------------- */
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
}

form#mail_form dl dd p.policy {
  font-size: 0.85em;
  margin-bottom: 1em;
  color: #000;
}

/* -- loading -------------------------------------------------------------------------------- */
div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* -- input, select, textarea -------------------------------------------------------------------------------- */
form#mail_form input[type=text],
form#mail_form input[type=email],
form#mail_form input[type=tel] {
  width: 70%;
  padding: 7px 2%;
  border: 1px solid #cccccc;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

form#mail_form input[type=text]:focus,
form#mail_form input[type=email]:focus,
form#mail_form input[type=tel]:focus,
form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form#mail_form ul li input[type=radio],
form#mail_form ul li input[type=checkbox] {
  margin: 0 10px 0 0;
}

form#mail_form select {
  padding: 7px 2%;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

form#mail_form textarea {
  display: block;
  width: 70%;
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

/* -- ul, li -------------------------------------------------------------------------------- */
form#mail_form ul {
  list-style-type: none;
}

form#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 2%;
  background: #f0f0f0;
}

form#mail_form ul li:first-child label {
  margin-top: 0px;
}

form#mail_form ul li label:hover {
  cursor: pointer;
}

/* -- input design -------------------------------------------------------------------------------- */
form#mail_form input[name=company] {
  width: 70%;
}

form#mail_form input[name=name_1],
form#mail_form input[name=name_2],
form#mail_form input[name=read_1],
form#mail_form input[name=read_2],
form#mail_form input[name=postal],
form#mail_form input[name=phone],
form#mail_form input[name=schedule] {
  width: 70%;
}

form#mail_form input[name=mail_address],
form#mail_form input[name=mail_address_confirm] {
  width: 70%;
}

form#mail_form input[name=postal] + a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #46b8da;
  background: #5bc0de;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

form#mail_form input[name=postal] + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

/* -- button -------------------------------------------------------------------------------- */
form#mail_form p#form_submit {
  width: 70%;
}

form#mail_form input[type=button] {
  padding: 7px 20px;
  border: 1px solid #4cae4c;
  background: #5cb85c;
  font-size: 16px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
}

form#mail_form input[type=button]:hover {
  cursor: pointer;
  background: #449d44;
  border: 1px solid #398439;
}

form#mail_form input[type=button] {
  margin-left: 35%;
}

/* -- responsive --------- */
.policy {
  text-align: left;
}

.policy h3 {
  margin-bottom: 0.5em;
}

.policy p {
  font-size: 0.9em;
}

.privacy_wrap {
  height: 160px;
  padding: 20px;
}

.privacy_wrap {
  height: 250px;
  border: 1px solid #cfd4da;
  padding: 24px;
  overflow-y: scroll;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  /* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
  form#mail_form {
    font-size: 100%;
  }
  form#mail_form dl dt {
    width: auto;
    float: none;
    padding: 10px 0 10px;
    text-align: left;
    font-weight: bold;
    justify-content: left;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
    padding: 0px 0 20px 0px;
  }
  form#mail_form dl dt i {
    font-weight: normal;
  }
  /* -- span.required, span.optional -------------------------------------------------------------------------------- */
  /* -- input design -------------------------------------------------------------------------------- */
  form#mail_form input[name=phone],
  form#mail_form input[name=schedule],
  form#mail_form input[name=name_1],
  form#mail_form input[name=name_2],
  form#mail_form input[name=read_1],
  form#mail_form textarea,
  form#mail_form input[name=postal],
  form#mail_form input[name=phone],
  form#mail_form input[type=text], form#mail_form input[type=email], form#mail_form input[type=tel],
  form#mail_form input[name=mail_address],
  form#mail_form input[name=mail_address_confirm] {
    width: 90%;
  }
  /* -- button -------------------------------------------------------------------------------- */
  form#mail_form input[type=button] {
    margin-left: 0;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  form#mail_form dl dt span {
    display: inline-block;
    font-size: 0.9em;
  }
  form#mail_form input[type=button] {
    width: 80%;
  }
}
/* 1000pixel end */