@charset "UTF-8";
/* argument */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
#contact {
  /* dislay */
}

#contact .errMsg {
  margin-left: 1em;
  padding-bottom: 1px;
  display: block;
  line-height: 1.4;
  text-indent: -.9em;
}

#contact .formError {
  padding-bottom: 13px;
  display: block;
}

#contact .fixed {
  padding-bottom: 0px;
}

#contact .formError .formErrorClose {
  border: solid #252525 2px;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -4px;
  right: -4px;
  color: #efefef;
  /* background: #333; */
  font-weight: bold;
  text-align: center;
  line-height: middle;
  cursor: pointer;
  z-index: 2;
  -webkit-border-radius: 9px 9px 9px 9px;
  -moz-border-radius: 9px 9px 9px 9px;
  -ms-border-radius: 9px 9px 9px 9px;
  -o-border-radius: 9px 9px 9px 9px;
  border-radius: 9px 9px 9px 9px;
  -webkit-box-shadow: 1px -1px 3px #888;
  -moz-box-shadow: 1px -1px 3px #888;
  -ms-box-shadow: 1px -1px 3px #888;
  -o-box-shadow: 1px -1px 3px #888;
  box-shadow: 1px -1px 3px #888;
}

#contact .formError .formErrorClose:hover {
  /* background: #666; */
}

#contact .fixed .formErrorClose {
  display: none;
}

#contact .formError .formErrorContent {
  /* padding: 6px 10px; */
  width: 180px;
  height: 30px;
  position: relative;
  color: #fff;
  /* background: #252525; */
  font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,sans-serif;
  font-size: 11px;
  margin: 0 0;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 6px #888;
  -moz-box-shadow: 0px 0px 6px #888;
  -ms-box-shadow: 0px 0px 6px #888;
  -o-box-shadow: 0px 0px 6px #888;
  box-shadow: 0px 0px 6px #888;
}

#contact .fixed .formErrorContent {
  margin-top: .5em;
  /* background: #f60; */
  margin: 0 0 30px 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

#contact .fadeOut {
  opacity: .2;
  filter: alpha(opacity=20);
}

#contact .formError .formErrorArrow {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 20px;
  margin: 0 0 30px 0;
  z-index: 0;
}

#contact .fixed .formErrorArrow {
  display: none;
}

#contact .formError .formErrorArrowBottom {
  margin: -6px;
  top: 0;
}

#contact .fixed .formErrorArrowBottom {
  display: none;
}

#contact .formError .formErrorArrow div {
  margin: 0 auto;
  display: block;
  height: 1px;
  /* background: #252525; */
  line-height: 0px;
  font-size: 0px;
  -webkit-box-shadow: 0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888;
  -ms-box-shadow: 0px 2px 3px #888;
  -o-box-shadow: 0px 2px 3px #888;
  box-shadow: 0px 2px 3px #888;
}

#contact .formError .formErrorArrowBottom div {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

#contact .formError .formErrorArrow .line10 {
  width: 19px;
}

#contact .formError .formErrorArrow .line9 {
  width: 17px;
}

#contact .formError .formErrorArrow .line8 {
  width: 15px;
}

#contact .formError .formErrorArrow .line7 {
  width: 13px;
}

#contact .formError .formErrorArrow .line6 {
  width: 11px;
}

#contact .formError .formErrorArrow .line5 {
  width: 9px;
}

#contact .formError .formErrorArrow .line4 {
  width: 7px;
}

#contact .formError .formErrorArrow .line3 {
  width: 5px;
}

#contact .formError .formErrorArrow .line2 {
  width: 3px;
}

#contact .formError .formErrorArrow .line1 {
  width: 1px;
}

#contact .hid_url {
  display: none;
}

.contact .visual .main-ttl {
  letter-spacing: 7px;
}

.contact__form {
  max-width: 876px;
  padding: 0 13px;
  margin: 135px auto 119px;
}

.contact__form--intro {
  text-align: center;
  margin-bottom: 53px;
  font-size: 0;
}

.contact__form--intro .title {
  font-size: 19px;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

.contact__form--intro p {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.55px;
  text-align: left;
}

.contact__form .formBlock .tableContact {
  border: 1px solid #c7c7c7;
  margin-bottom: 67px;
}

.contact__form .formBlock .tableContact th, .contact__form .formBlock .tableContact td {
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #c7c7c7;
  padding: 10px;
  font-size: 17px;
  vertical-align: middle;
}

.contact__form .formBlock .tableContact th {
  background: #f4f5f9;
  width: 180px;
  padding-left: 20px;
  white-space: nowrap;
}

.contact__form .formBlock .tableContact th.v-top {
  vertical-align: top;
  padding-top: 18px;
}

.contact__form .formBlock .tableContact th small {
  font-size: 9px;
  margin-left: 6px;
  vertical-align: middle;
}

.contact__form .formBlock .tableContact td {
  padding-left: 13px;
  padding-right: 11px;
}

.contact__form .formBlock .tableContact td:before, .contact__form .formBlock .tableContact td:after {
  content: " ";
  display: table;
}

.contact__form .formBlock .tableContact td:after {
  clear: both;
}

.contact__form .formBlock .tableContact td input, .contact__form .formBlock .tableContact td textarea {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  border: 1px solid #c7c7c7;
  padding: 13px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact__form .formBlock .tableContact td input {
  height: 45px;
  line-height: 45px;
}

.contact__form .formBlock .tableContact td textarea {
  float: left;
  height: 328px;
  line-height: 1.5;
}

.contact__form .formBlock .bl_btn {
  font-size: 0;
  text-align: center;
}

.contact__form .formBlock .bl_btn .contact__cmnbtn {
  display: inline-block;
  vertical-align: top;
  margin: 0 17px;
}

.contact__form .formBlock .bl_btn .contact__cmnbtn.btn_back::before {
  background-image: url(../../img/common/icon/ico_ar_left_blue.svg);
  right: auto;
  left: 19px;
}

.contact__form .formBlock .bl_btn .contact__cmnbtn.btn_back span {
  left: 10px;
  letter-spacing: 2.8px;
}

.contact__form .formBlock .bl_btn .contact__cmnbtn.btn_submit {
  background: #335d7d;
  border-color: #335d7d;
}

.contact__form .formBlock .bl_btn .contact__cmnbtn.btn_submit::before {
  background-image: url(../../img/common/icon/ico_ar_right_white.svg);
}

.contact__form .formBlock .bl_btn .contact__cmnbtn.btn_submit span {
  color: #fff;
  letter-spacing: 7px;
  left: 2px;
}

.contact__form.form_confirm {
  margin-top: 89px;
  margin-bottom: 95px;
}

.contact__form.form_confirm .form_confirm__intro {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #567893;
  letter-spacing: 2px;
  margin-bottom: 46px;
}

.contact__form.form_confirm .formBlock .tableContact {
  margin-bottom: 61px;
}

.contact__form.form_confirm .formBlock .tableContact th, .contact__form.form_confirm .formBlock .tableContact td {
  padding-top: 14px;
  padding-bottom: 16px;
  line-height: 2.15;
}

.contact__form.form_confirm .formBlock .tableContact td {
  padding-left: 18px;
  padding-right: 18px;
}

.contact__form--thx p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
}

.contact__cmnbtn {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 211px;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #1b3156;
  background: none;
  padding: 14px 25px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact__cmnbtn::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  background: url(../../img/common/icon/ico_ar_right_blue.svg) no-repeat top left;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -7px;
  right: 19px;
}

.contact__cmnbtn span {
  display: block;
  position: relative;
  z-index: 2;
  color: #335d7d;
  letter-spacing: 3.5px;
  left: -2px;
}

@media only screen and (min-width: 768px) {
  .contact__cmnbtn:hover {
    opacity: .5;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .contact__cmnbtn {
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 767px) {
  .contact .visual .main-ttl {
    letter-spacing: 4px;
  }
  .contact .visual .sub-ttl {
    letter-spacing: 2px;
  }
  .contact__form {
    margin-top: 36px;
    margin-bottom: 55px;
  }
  .contact__form--intro {
    margin-bottom: 35px;
  }
  .contact__form--intro .title {
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 0;
    margin-bottom: 29px;
  }
  .contact__form--intro p {
    font-size: 11px;
    padding: 0 6px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .contact__form .formBlock {
    margin: 0 -13px;
  }
  .contact__form .formBlock .tableContact {
    border: 0;
    margin-bottom: 28px;
  }
  .contact__form .formBlock .tableContact th, .contact__form .formBlock .tableContact td {
    font-size: 12px;
    display: block;
    width: 100%;
    border: 0;
  }
  .contact__form .formBlock .tableContact th {
    padding: 1px 19px;
    letter-spacing: 0;
  }
  .contact__form .formBlock .tableContact th small {
    font-size: 9px;
    margin-left: -2px;
    vertical-align: middle;
    top: -1px;
    position: relative;
    letter-spacing: 0;
  }
  .contact__form .formBlock .tableContact th.v-top {
    padding-top: 1px;
  }
  .contact__form .formBlock .tableContact td {
    padding: 7px 19px 20px;
  }
  .contact__form .formBlock .tableContact td input, .contact__form .formBlock .tableContact td textarea {
    padding: 10px;
  }
  .contact__form .formBlock .tableContact td input {
    height: 27px;
    line-height: 27px;
  }
  .contact__form .formBlock .tableContact td textarea {
    height: 148px;
  }
  .contact__form.form_confirm {
    margin-top: 39px;
    margin-bottom: 55px;
  }
  .contact__form.form_confirm .form_confirm__intro {
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-bottom: 23px;
  }
  .contact__form.form_confirm .formBlock .tableContact {
    margin-bottom: 30px;
  }
  .contact__form.form_confirm .formBlock .tableContact th, .contact__form.form_confirm .formBlock .tableContact td {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.95;
  }
  .contact__form.form_confirm .formBlock .tableContact td {
    padding: 7px 19px 22px;
  }
  .contact__form.form_confirm .formBlock .bl_btn .contact__cmnbtn {
    width: 159px;
    max-width: 50%;
    margin: 0 10px;
  }
  .contact__form.form_confirm .formBlock .bl_btn .contact__cmnbtn.btn_back::before {
    left: 15px;
  }
  .contact__form.form_confirm .formBlock .bl_btn .contact__cmnbtn.btn_back span {
    left: 7px;
    letter-spacing: 2px;
  }
  .contact__form.form_confirm .formBlock .bl_btn .contact__cmnbtn.btn_submit span {
    letter-spacing: 5px;
    left: 0;
  }
  .contact__form--thx p {
    padding: 0 13px;
    font-size: 12px;
    text-align: left;
    margin-bottom: 30px;
  }
  .contact__cmnbtn {
    width: 166px;
    font-size: 16px;
    padding: 11px 20px;
  }
  .contact__cmnbtn::before {
    width: 6px;
    height: 11px;
    right: 15px;
    margin-top: -6px;
  }
  .contact__cmnbtn span {
    letter-spacing: 2.3px;
    left: -1px;
  }
}

@media only screen and (max-width: 374px) {
  .contact__form.form_confirm .formBlock .bl_btn {
    padding: 0 13px;
  }
  .contact__form.form_confirm .formBlock .bl_btn .contact__cmnbtn {
    width: 46%;
    margin: 0 2%;
  }
}

/*# sourceMappingURL=maps/contact.min.css.map */
