@charset "UTF-8";
/* color */
/*お問い合わせ*/
#contact-form {
  font-family: serif;
}
#contact-form .contact {
  padding: 5rem 0 0;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 8rem 0;
  }
}
#contact-form .contact .contents {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 60%;
    margin: 0 auto;
  }
}
#contact-form .contact .contents .contact-head {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 2rem;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-head {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    text-align: center;
    width: 80%;
    font-size: 1.6rem;
  }
}
#contact-form .contact .contents .wp-block-table {
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    /*padding: 5rem 0;*/
  }
}
#contact-form .contact .contents .contact-box form {
  padding: 3rem 0;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box form {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 5rem 0;
  }
}
#contact-form .contact .contents .contact-box ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  border-bottom: 1px #ddd solid;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box ul {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    flex-direction: row;
    padding-top: unset;
    align-items: flex-start;
  }
}
#contact-form .contact .contents .contact-box ul li {
  padding: 1rem 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box ul li {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    text-align: left;
    margin-left: 1.5rem;
    padding: 2rem 0;
  }
}
#contact-form .contact .contents .contact-box ul li .field_text,
#contact-form .contact .contents .contact-box ul li .company-type {
  width: 25rem;
  height: 35px;
  border: 1px solid #212121;
  padding: 1rem;
  background-color: #fff;
  color: #4c4c4c;
  display: block;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box ul li .field_text,
#contact-form .contact .contents .contact-box ul li .company-type {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: auto;
    display: unset;
  }
}
#contact-form .contact .contents .contact-box ul li .company-type {
  height: 40px;
}
#contact-form .contact .contents .contact-box ul li textarea {
  height: auto !important;
  margin-left: 1rem;
  width: 30rem;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box ul li textarea {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    margin-left: unset;
    width: 73%;
  }
}
#contact-form .contact .contents .contact-box ul li:first-child {
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box ul li:first-child {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box ul li:nth-child(2) {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 70%;
  }
}
#contact-form .contact .contents .contact-box ul li .required,
#contact-form .contact .contents .contact-box ul li .no-required {
  font-size: 1.2rem;
  color: #fff;
  background-color: red;
  border-radius: 5px;
  font-weight: bold;
  margin-left: 1rem;
  padding: 3px;
}
#contact-form .contact .contents .contact-box ul li .no-required {
  background-color: #009be4;
}
#contact-form .contact .contents .contact-box .child {
  display: flex;
  flex-direction: column;
  border-bottom: unset;
  padding-top: unset;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box .child {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
#contact-form .contact .contents .contact-box .child li:first-child, #contact-form .contact .contents .contact-box .child li:nth-child(2), #contact-form .contact .contents .contact-box .child li:nth-child(3) {
  width: auto;
  margin-left: unset;
}
#contact-form .contact .contents .contact-box .child li span {
  display: inline-block;
  width: 8rem;
}
#contact-form .contact .contents .contact-box .add li div {
  padding-bottom: 1.5rem;
}
#contact-form .contact .contents .contact-box .add li:nth-child(2) {
  padding-bottom: 0;
}
#contact-form .contact .contents .contact-box .add li .child {
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box .add li .child {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding-bottom: unset;
  }
}
#contact-form .contact .contents .contact-box .add li .child li {
  align-items: unset;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box .add li .child li {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
#contact-form .contact .contents .contact-box .add li .child li input {
  display: block;
  width: 25rem;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box .add li .child li input {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    display: inline-block;
    width: unset;
  }
}
#contact-form .contact .contents .contact-box .add li .child li span {
  font-weight: bold;
  width: auto;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box .add li .child li span {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: unset;
  }
}
#contact-form .contact .contents .contact-box .add li .child li:first-child {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box .add li .child li:nth-child(2) span, #contact-form .contact .contents .contact-box .add li .child li:nth-child(3) span {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    display: none;
  }
}
#contact-form .contact .contents .contact-box .naiyo_chk .naiyo_chk_list {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box .naiyo_chk .naiyo_chk_list {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
#contact-form .contact .contents .contact-box .naiyo_chk .naiyo_chk_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: none;
}
#contact-form .contact .contents .contact-box .naiyo_chk .naiyo_chk_list li {
  width: 100%;
  padding: 0.5rem 0;
  font-size: 1.5rem;
}
#contact-form .contact .contents .contact-box .naiyo_chk .naiyo_chk_list li .field-check {
  margin-left: 1rem;
}
#contact-form .contact .contents .contact-box .naiyo_chk .naiyo_chk_list li:first-child {
  font-weight: normal;
}
#contact-form .contact .contents .contact-box .naiyo_chk .naiyo_chk_list li .horizontal-item {
  display: block;
  text-align: left;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box .naiyo_chk .naiyo_chk_list li .horizontal-item {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    margin-left: 0;
  }
}
#contact-form .contact .contents .contact-box .privcy .privcy_chk {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: none;
}
#contact-form .contact .contents .contact-box .privcy .privcy_chk li {
  width: 100%;
  padding: 0.5rem 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box .privcy .privcy_chk li {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    text-align: left;
  }
}
#contact-form .contact .contents .contact-box .privcy .privcy_chk li:first-child {
  font-weight: normal;
}
#contact-form .contact .contents .contact-box .privcy .privcy_chk li label {
  margin-left: 1rem;
}
#contact-form .contact .contents .contact-box .privcy .privcy_chk li a {
  color: #009be4;
}
#contact-form .contact .contents .contact-box .privcy .privcy_chk li span {
  /*color: #222;*/
  background-color: unset;
}
#contact-form .contact .contents .contact-box .submit-button {
  font-family: serif;
  border: none;
  background-color: #009be4;
  padding: 0.5rem 0;
  color: #fff;
  font-size: 1.6rem;
  margin: 2rem auto;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box .submit-button {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 30rem;
  }
}
#contact-form .contact .contents .contact-box .return {
  font-family: serif;
  border: none;
  background-color: #ccc;
  border: unset;
  padding: 0.5rem 0;
  font-size: 1.6rem;
  margin: 2rem auto 0;
  width: 60%;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box .return {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 20rem;
  }
}
#contact-form .contact .contents .contact-box .form_send_text {
  margin: 0 auto;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box .form_send_text {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 80%;
  }
}
#contact-form .contact .contents .contact-box .form_send_text .contact-box-disc {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box .form_send_text .contact-box-disc {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
#contact-form .contact .contents .contact-box .form_send_text .contact-box-txt {
  line-height: 1.5;
  padding-bottom: 1rem;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  #contact-form .contact .contents .contact-box .form_send_text .contact-box-txt {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    text-align: center;
  }
}/*# sourceMappingURL=contact.css.map */