@charset "utf-8";
::placeholder {
  color: #ccc !important
}

form#mail_form {
  width: 844px;
  margin: 0 auto;
}

form#mail_form input {
  box-sizing: border-box;
}

form#mail_form dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
}
form#mail_form dl:last-of-type {
  margin: 0 auto 30px;
}

form#mail_form dl dt {
  clear: both;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
}

form#mail_form dl dd {
  width: 100%;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd {
  border: none;
}

form#mail_form dl dt span {
  display: inline-block;
  color: #52A846;
  padding-left: 10px;
}

form#mail_form .sta .select {
  width: 230px !important;
}

form#mail_form .sta .pc {
  margin-left: 85px;
  color: #AAA;
}

.s_text {
  margin-right: 20px;
}

.s_text.m_text {
  margin-left: 40px;
}

.add_text .s_text {
  margin-right: 50px;
}

.file_add p {
  font-size: 16px;
  display: none;
}

.file_add input {
  padding: 15px 0;
  vertical-align: text-top;
  opacity: 1;
  width: 225px;
  margin-top: -30px;
  border: none;
  opacity: 0;
  background: #FFF;
  cursor: pointer;
}

.file_add span {
  margin-top: -8px;
  display: inline-block;
  font-size: 15px;
}

.file_add span .ss {
  display: inline-block;
  font-size: 12px;
  color: #a1a1a1;
}

.file_add {
  position: relative;
}

.select_ {
  color: #898989;
  padding-left: 0px;
  line-height: 48px;
  height: 48px;
  background-image: none;
  background-color: #EFEFEF;
  border: 1px solid #C1C1C1;
  color: #000;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 16px;
  pointer-events: none;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  transition: .3s;
  cursor: pointer !important;
}

.select_.on_, .select_.on {
  background: #CCC;
}

dt {
  white-space: nowrap;
}

.point {
  display: inline-block !important;
  padding: 2px 8px;
  margin-left: 10px;
  font-size: 12px !important;
  color: #FFF !important;
  background-color: #041B47 !important;
  vertical-align: text-bottom;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required, form#mail_form dl dt span.optional {
  opacity: 0;
}

form#mail_form dl dt span.required {}

form#mail_form dl dt span.optional {
  background: #337ab7;
  display: none !important;
  border: 1px solid #2e6da4;
}

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: 3px;
}

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 1.0s linear infinite;
  animation: load-circle 1.0s 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);
  }
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
  width: 100%;
  height: 2em;
  padding: 27px 10px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #FFF;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-top: 7px;
}

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-right: 10px;
  margin-top: 7px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
  margin-top: 0px;
}

form#mail_form select {
  font-size: 100%;
  font-family: inherit;
  margin-top: 10px;
}

form#mail_form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 24px 20px;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #FFF;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}

form#mail_form ul {
  list-style-type: none;
}

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

form#mail_form input#company {
  width: 100%;
}

form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#schedule {
  width: 100%;
}

form#mail_form input#phone,
form#mail_form input#name_1 {
  width: 100%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
  width: 100%;
}

form#mail_form input#postal+a {
  display: inline-block;
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #5bc0de;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  text-decoration: none;
  position: relative;
  top: -1px;
}

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

form#mail_form input[type="button"] {
  display: block;
  width: 100%;
  height: 64px;
}

form#mail_form dl dd.required {
  padding-bottom: 0;
}


/* -- responsive ----------------------------------------------------------------------------------------------------------------- */


/* 1000pixel start */

@media screen and ( max-width: 1024px) {
  #main {
    margin-top: 110px;
  }
  .s_text.m_text {
    margin-left: 0px;
  }
  .select {
    margin-top: 20px;
    color: #898989;
    padding-left: 16px;
    line-height: 42px !important;
    height: 42px !important;
  }
  .required p {
    margin-left: 70px;
  }
  .select_ {
    color: #898989;
    line-height: 42px;
    height: 42px;
    left: 0px;
    top: -8px;
    width: 210px !important;
  }
  .file_add span {
    font-size: 12px;
  }
  form#mail_form input[type="button"] {
    display: block;
  }
  form#mail_form {
    width: 100%;
  }
  form#mail_form dl {
    overflow: visible;
  }
  form#mail_form dl dt {
    width: auto;
    float: none;
    text-align: left;
    padding: 0 0 10px;
    font-size: 13px;
    font-weight: bold;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
    border-top: none;
    padding: 0px 0 13px 0px;
  }
  #main .sec05 .cTxt {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .comLink {
    position: relative;
  }
  .comLink input, .comLink a {
    padding: 18px 0px !important;
    width: 260px;
    box-sizing: bord
  }
  form#mail_form dl dd.required {
    padding-bottom: 10px;
  }
  form#mail_form dl dt span {
    font-weight: normal;
  }
  .m_text.s_text {
    display: block;
    margin-top: 20px;
  }
  .file_add input {
    margin-top: 0px;
  }
  .select {
    margin-top: 3px;
  }
  .file_add span .ss {
    margin-top: 5px;
  }
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

.text_box {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #FFF;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-bottom: 20px;
  box-sizing: border-box;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] {
  margin-top: 0px;
  width: 100%;
}

form#mail_form input#form_submit_button {
  margin-left: 0;
}

form#mail_form select {
  margin-top: 0;
}

form#mail_form input#phone, form#mail_form input#schedule {
  width: 100%;
}


}

/* 1000pixel end */