/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_contact
====================================================================== */
.p_contact .l_header {
  display: none;
}
.p_contact .l_header_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_contact .l_header_sp {
    display: block;
  }
}
.p_contact .l_main_visual {
  background: url(../img/contact/mv.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p_contact .l_main_visual {
    background: url(../img/contact/sp/mv.jpg);
    background-size: cover;
  }
}
.p_contact .article {
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p_contact .article {
    padding: 0;
  }
}
.p_contact .article .sec_1 {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 {
    padding: 10px 4.6875% 20px;
  }
}
.p_contact .article .sec_1 .inner {
  width: 1260px;
  margin: 0 auto;
  padding: 30px 20px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner {
    width: 100%;
    padding: 0;
  }
}
.p_contact .article .sec_1 .inner .tel {
  display: block;
  margin: 5px 0 0;
  padding: 0 0 0 45px;
  font-family: "Lato", sans-serif;
  letter-spacing: -.02em;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner .tel {
    padding: 0 0 0 30px;
    font-size: 27px;
  }
}
.p_contact .article .sec_1 .inner .tel:before {
  content: url(../img/common/tel.png);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner .tel:before {
    content: '';
    background: url(../img/common/tel.png);
    background-size: cover;
    width: 27px;
    height: 22px;
    top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner .tel {
    pointer-events: all;
  }
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner .u_txt_22 {
    margin: 10px 0 0;
  }
}
.p_contact .article .sec_1 .inner .mail {
  color: #064da0;
}
.p_contact .article .sec_1 .inner > .ttl {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner > .ttl {
    margin: 20px 0 0;
  }
}
.p_contact .article .sec_1 .inner .tellead {
  margin: 10px 0 0;
}
.p_contact .article .sec_1 .inner .step {
  margin: 90px 0 70px;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner .step {
    margin: 50px 0 35px;
  }
  .p_contact .article .sec_1 .inner .step > img {
    max-width: 100%;
  }
}
.p_contact .article .sec_1 .inner form .row {
  border-top: 1px solid #d2d2d2;
  padding: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner form .row {
    padding: 15px 0;
    display: block;
  }
}
.p_contact .article .sec_1 .inner form .row._last {
  border-bottom: 1px solid #d2d2d2;
}
.p_contact .article .sec_1 .inner form .row .tit {
  width: 400px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner form .row .tit {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner form .row .tit._top {
    align-items: flex-start;
  }
  .p_contact .article .sec_1 .inner form .row .tit._top .nini {
    margin: 6px 0 0 15px;
  }
}
.p_contact .article .sec_1 .inner form .row .tit .hissu {
  position: absolute;
  top: 9px;
  right: 80px;
  background: #c40e0e;
  color: #fff;
  width: 92px;
  height: 22px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner form .row .tit .hissu {
    font-size: 10px;
    position: inherit;
    top: initial;
    right: initial;
    width: 57px;
    height: 14px;
    margin: 0 0 0 15px;
  }
}
.p_contact .article .sec_1 .inner form .row .tit .nini {
  position: absolute;
  top: 9px;
  right: 80px;
  background: #064da0;
  color: #fff;
  width: 92px;
  height: 22px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner form .row .tit .nini {
    position: inherit;
    top: initial;
    right: initial;
    font-size: 10px;
    width: 57px;
    height: 14px;
    margin: 0 0 0 15px;
  }
}
.p_contact .article .sec_1 .inner form .row .item {
  width: calc(100% - 400px);
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner form .row .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner form .row .checkw {
    margin: 5px 0 0;
  }
}
.p_contact .article .sec_1 .inner form .row .checkw label {
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner form .row .checkw label {
    padding: 0 0 0 20px;
  }
}
.p_contact .article .sec_1 .inner form .row .checkw label._active:before {
  background: #064da0;
  border: none;
  width: 19px;
  height: 19px;
}
.p_contact .article .sec_1 .inner form .row .checkw label._active:after {
  content: '';
  width: 10px;
  height: 4px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 16px;
  left: 5px;
  transform: rotate(-45deg);
}
.p_contact .article .sec_1 .inner form .row .checkw label:before {
  content: '';
  width: 17px;
  height: 17px;
  border: 1px solid #d2d2d2;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner form .row .checkw label:before {
    width: 13px;
    height: 13px;
    top: 7px;
  }
}
.p_contact .article .sec_1 .inner form .row .checktxt {
  margin: 15px 0 0;
  border: 1px solid #d2d2d2;
  padding: 20px;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner form .row .checktxt {
    font-size: 14px;
    padding: 10px;
  }
}
.p_contact .article .sec_1 .inner form .row .checktxt.mt0 {
  margin: 0;
}
.p_contact .article .sec_1 .inner form .row input.txt {
  width: 100%;
  height: 48px;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner form .row input.txt {
    height: 25px;
    padding: 0 10px;
    font-size: 14px;
  }
}
.p_contact .article .sec_1 .inner form .row .selectbox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.p_contact .article .sec_1 .inner form .row .selectbox .selectwrap {
  width: 184px;
  height: 30px;
  border: 1px solid #d2d2d2;
  margin: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner form .row .selectbox .selectwrap {
    height: 25px;
  }
}
.p_contact .article .sec_1 .inner form .row .selectbox .selectwrap:before {
  pointer-events: none;
  position: absolute;
  top: 11px;
  right: 20px;
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.p_contact .article .sec_1 .inner form .row .selectbox .selectwrap select {
  width: 100%;
  height: 100%;
  padding: 0 20px 0 0;
  text-align: center;
}
.p_contact .article .sec_1 .inner form .row .inputtxtwrap {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner form .row .inputtxtwrap {
    margin: 15px 0 0;
  }
}
.p_contact .article .sec_1 .inner form .row .inputtxtwrap input.txt:placeholder-shown {
  color: #b1b1b1;
}
.p_contact .article .sec_1 .inner form .row .inputtxtwrap input.txt::-webkit-input-placeholder {
  color: #b1b1b1;
}
.p_contact .article .sec_1 .inner form .row .inputtxtwrap input.txt:-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.p_contact .article .sec_1 .inner form .row .inputtxtwrap input.txt::-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.p_contact .article .sec_1 .inner form .row .inputtxtwrap input.txt:-ms-input-placeholder {
  color: #b1b1b1;
}
.p_contact .article .sec_1 .inner form .c_btn_3 {
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .p_contact .article .sec_1 .inner form .c_btn_3 {
    margin: 35px auto 0;
  }
}

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