@charset "UTF-8";
#mail_form dl {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  #mail_form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#mail_form dl:first-child {
  padding-top: 0;
}
#mail_form dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  #mail_form dl dt {
    width: 30%;
    text-align: right;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  #mail_form dl dt {
    padding-bottom: 10px;
  }
}
#mail_form dl dt i {
  position: relative;
  top: -2px;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  #mail_form dl dt i {
    position: static;
    margin-right: 10px;
  }
}
#mail_form dl dt span {
  display: inline-block;
  font-size: 85%;
  color: #fff;
  padding: 4px 10px;
  border-radius: 3px;
}
#mail_form dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}
#mail_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}
@media print, screen and (min-width: 768px) {
  #mail_form dl dd {
    width: 70%;
    padding-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  #mail_form dl dd {
    width: 100%;
  }
}
#mail_form dl dd span.error_blank, #mail_form dl dd span.error_format, #mail_form dl dd span.error_match {
  display: block;
  color: #f00;
  margin-top: 5px;
}
#mail_form input[type=text],
#mail_form input[type=email],
#mail_form input[type=tel],
#mail_form textarea {
  outline: none;
  width: 100%;
  padding: 7px 2%;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  line-height: normal;
}
#mail_form input[type=text]:focus,
#mail_form input[type=email]:focus,
#mail_form input[type=tel]:focus,
#mail_form textarea:focus {
  -webkit-box-shadow: 0px 0px 5px #5cf;
          box-shadow: 0px 0px 5px #5cf;
  border: 1px solid #5cf;
  background: #fff;
}
#mail_form input[type=radio], #mail_form input[type=checkbox] {
  margin: 0 10px 0 0;
}
#mail_form input[name=postal] + a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  line-height: normal;
  color: #fff;
  text-decoration: none;
}
#mail_form input[name=postal] + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}
#mail_form input[type=button] {
  width: 20%;
  padding: 7px 20px;
  border: 1px solid #4cae4c;
  border-radius: 3px;
  background: #5cb85c;
  color: #fff;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 767px) {
  #mail_form input[type=button] {
    width: 40%;
  }
}
#mail_form input[type=button]:hover {
  cursor: pointer;
  background: #449d44;
  border: 1px solid #398439;
}
#mail_form textarea {
  height: 200px;
}
#mail_form select {
  padding: 7px 2%;
  border: 1px solid #ccc;
  font-family: inherit;
  line-height: normal;
}
#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 2%;
  border-radius: 3px;
  background: #f0f0f0;
}
#mail_form ul li label:hover {
  cursor: pointer;
  background: #e0e0e0;
}
#mail_form ul li:first-child label {
  margin-top: 0;
}
#mail_form p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}
#mail_form #agreement {
  padding-top: 20px;
}
#mail_form #agreement h3 {
  font-size: 135%;
  font-weight: bold;
}
#mail_form #agreement div {
  height: 200px;
  margin: 15px 0;
  padding: 20px;
  background: #fafafa;
  border: 1px solid #ccc;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#mail_form #agreement div h4 {
  font-size: 110%;
  margin-top: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 767px) {
  #mail_form #agreement div h4 {
    line-height: 1.4;
  }
}
#mail_form #agreement div h4:first-child {
  margin-top: 0px;
}
#mail_form #agreement div p {
  text-align: justify;
}
#mail_form #agreement div ul {
  margin-top: 10px;
  margin-left: 1em;
}
#mail_form #agreement div ul li {
  margin-left: 0.5em;
  text-indent: -0.5em;
  line-height: 1.4;
}
#mail_form #agreement div ul li::before {
  content: "・";
}
#mail_form #agreement div ul li:not(:last-child) {
  margin-bottom: 10px;
}
#mail_form #agreement span.error_check {
  display: none;
  color: #f00;
  margin-top: 3px;
}

/* -- input design --------------------------------------------------------------------------- */
#mail_form input[name=company] {
  width: 70%;
}
#mail_form input[name^=name], #mail_form input[name^=read], #mail_form input[name=postal], #mail_form input[name=phone], #mail_form input[name=age] {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  #mail_form input[name^=name], #mail_form input[name^=read], #mail_form input[name=postal], #mail_form input[name=phone], #mail_form input[name=age] {
    width: 48%;
  }
}
#mail_form input[name^=mail_address] {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  #mail_form input[name^=mail_address] {
    width: 100%;
  }
}

/* -- 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);
  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);
  }
}
/* -- thanks --------------------------------------------------------------------------------- */
main#thanks {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 1px;
  background: #29a9e0;
}