@charset "UTF-8";
/* ---------------------------------------
#inquiry
--------------------------------------- */
#inquiry #sec_1 .insec {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #inquiry #sec_1 .insec {
    margin-bottom: 8%;
  }
}
/* #sec_bgintro */
#inquiry #sec_bgintro p {
  text-align: center !important;
}

#inquiry #sec_bgintro .txt1 {
  font-weight: bold;
  font-size: 18px;
}

#inquiry #sec_bgintro .txt2 {
  font-size: 15px;
  padding: 0 4%;
}

#inquiry #sec_bgintro .txt2 span {
  display: inline-block;
  font-weight: bold;
  margin: 0 0.5em;
}

#inquiry #sec_bgintro .linktxt {
  font-weight: bold;
}

@media screen and (max-width: 639px) {
  #inquiry #sec_bgintro .txt1 {
    font-size: 16px;
  }
  #inquiry #sec_bgintro .txt2 {
    font-size: 13px;
  }
}
/* #sec_1.linktxt */
#inquiry #sec_1 a.linktxt {
  font-weight: bold;
  color: #007bbf;
}

#inquiry #sec_1 a.linktxt:hover {
  color: #4ca3d2;
}

/* #sec_1.btnbox */
#inquiry #sec_1 .btnbox {
  background: #d9dada;
  text-align: center;
  padding: 40px 0;
  margin-top: 30px;
}

#inquiry #sec_1 .btnbox a {
  line-height: 1;
  font-size: 10px;
  text-align: center;
  padding: 25px 0;
  width: 450px;
  display: block;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #767676;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

#inquiry #sec_1 .btnbox a img {
  height: 19px;
}

#inquiry #sec_1 .btnbox a:hover {
  background: #000;
}

@media screen and (max-width: 999px) {
  #inquiry #sec_1 .btnbox a:hover {
    background: #eee;
  }
}
@media screen and (max-width: 767px) {
  #inquiry #sec_1 .btnbox a img {
    height: 17px;
  }
}
@media screen and (max-width: 639px) {
  #inquiry #sec_1 .btnbox {
    width: 108%;
    margin: 4% -4% 0;
    padding: 8% 0;
  }
  #inquiry #sec_1 .btnbox a {
    padding: 4% 0;
    width: 80%;
  }
  #inquiry #sec_1 .btnbox a img {
    height: 15px;
  }
}
@media screen and (max-width: 479px) {
  #inquiry #sec_1 .btnbox a {
    padding: 6% 0;
    width: 92%;
  }
  #inquiry #sec_1 .btnbox a img {
    height: 13px;
  }
}
#inquiry #sec_1 #insec_2 .txt1 {
  margin-bottom: 15px;
}
#inquiry #sec_1 #insec_2 .txt1 span {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  border-bottom: 1px solid #dc0000;
}
#inquiry #sec_1 #insec_2,
#inquiry #sec_1 #insec_3,
#inquiry #sec_1 #insec_4,
#inquiry #sec_1 #insec_5 {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px dotted #BABABA;
}

#inquiry #po1 {
  margin-top: -70px;
  padding-top: 70px;
}

#inquiry #po1 .txt1 {
  margin-bottom: 30px;
  font-weight: bold;
}

#inquiry #po1 .txt2 {
  margin-bottom: 30px;
}

#inquiry #po1 .txt3 {
  margin-bottom: 30px;
}

#inquiry #po1 .txt4 {
  margin-bottom: 30px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #inquiry #po1 .txt1 {
    margin-bottom: 8%;
  }
  #inquiry #po1 .txt2 {
    margin-bottom: 8%;
  }
  #inquiry #po1 .txt3 {
    margin-bottom: 8%;
  }
  #inquiry #po1 .txt4 {
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  #inquiry #po1 {
    margin-top: -40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 400px) {
  #inquiry #po1 {
    margin-top: -30px;
    padding-top: 30px;
  }
}
/* フォーム */
#sec_form dl {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}

#sec_form dt {
  width: 270px;
  float: left;
}

#sec_form dd {
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0px 20px 300px;
  margin-bottom: 30px;
}

#sec_form dd input,
#sec_form dd textarea,
#sec_form dd select {
  outline: none;
  border: none;
  background: none;
  background: #e8e8e8;
  padding: 5px 10px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 560px;
}

#sec_form dd select {
  height: 40px;
  padding: 0 10px;
  background: url(../img/tgl_arrow.png) no-repeat right center;
  width: 260px;
  cursor: pointer;
}

#sec_form dd:after {
  content: "";
  display: block;
  clear: both;
}

#sec_form dd textarea {
  font-family: inherit;
  height: 200px;
}

#sec_form input[type=submit], #sec_form input[type=reset], #sec_form input[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

#sec_form dd input:focus, #sec_form dd textarea:focus {
  outline: none;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  #sec_form dt {
    padding-left: 3%;
    padding-top: 10px;
  }
  #sec_form dd {
    padding: 0 0px 30px 300px;
  }
  #sec_form dd input, #sec_form dd textarea {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #sec_form dd input,
  #sec_form dd textarea {
    padding: 5px 2%;
    width: 96%;
  }
  #sec_form dt {
    width: 100%;
    float: none;
    font-size: 14px;
    padding: 0;
    padding-bottom: 5px;
  }
  #sec_form dd {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  #sec_form dd input, #sec_form dd textarea, #sec_form dd select {
    font-size: 16px;
  }
  #sec_form dd input {
    min-height: 40px;
  }
}
@media screen and (max-width: 479px) {
  #sec_form dd {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5%;
  }
}
/* #sec_form */
#sec_form .btnarea {
  text-align: center;
}

#sec_form .submitbtn {
  margin: 40px auto 0;
  width: auto;
  height: 16px;
  border: 1px solid #767676;
  padding: 20px 80px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#sec_form .submitbtn:hover {
  background: #eee;
}

@media screen and (max-width: 767px) {
  #sec_form .submitbtn {
    margin: 20px auto 0;
    height: 12px;
    padding: 18px 50px;
  }
}
@media screen and (max-width: 374px) {
  #sec_form .submitbtn {
    padding: 18px 38px;
  }
}
#sec_form .txt_bold {
  font-weight: bold;
}

#sec_form .txt_red {
  color: #f00;
}

.myError {
  color: #f00;
}/*# sourceMappingURL=pageParts.css.map */