@charset "UTF-8";
/***********************共通設定************************/
main {
  overflow: hidden;
}

h1 {
  font-size: 24px;
  color: #007E3D;
}

.contact_note {
  margin: 40px 0 20px;
  text-align: left;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .contact_note {
    margin: 80px 0 20px;
  }
}
.contact_note li {
  margin: 0 0 10px;
}
.contact_note li::before {
  content: "■";
}
.contact_note li a {
  color: #2BB06B;
  position: relative;
}
.contact_note li a::before, .contact_note li a::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #2BB06B;
  left: 0;
  bottom: 0;
}
.contact_note li a::before {
  width: 100%;
}
.contact_note li a::after {
  width: 0%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact_note li a:hover::before {
  width: 0%;
}
.contact_note li a:hover::after {
  width: 100%;
}

.wp-block-table table td {
  padding: 0;
  border: none;
}

.wpcf7 p {
  display: inline;
}

.contact_wrap {
  border-top: 1px solid #D2E1B1;
  padding: 20px 0px;
  /* 751以上 */
  /* 750以下  */
}
@media all and (min-width: 751px) {
  .contact_wrap {
    padding: 25px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (max-width: 750px) {
  .contact_wrap {
    text-align: left;
  }
}
.contact_wrap label {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .contact_wrap label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact_wrap .contact_ttl {
  color: #2BB06B;
  font-size: 18px;
  text-align: left;
  margin: 0 0 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .contact_wrap .contact_ttl {
    font-size: 24px;
    width: 25%;
    margin: 0 40px 0 0;
    text-align: right;
  }
}
.contact_wrap .contact_ttl span {
  color: #E38F00;
  font-size: 14px;
  margin: 0 0 0 10px;
}
.contact_wrap .select_wrap {
  position: relative;
}
.contact_wrap .select_wrap::after {
  content: "";
  position: absolute;
  background: #2BB06B;
  height: 10px;
  width: 18px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 14px;
  right: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .contact_wrap .select_wrap::after {
    height: 16px;
    width: 35px;
    top: 12px;
  }
}
.contact_wrap .select_wrap select {
  border: #62CC93 1px solid;
  padding: 10px 60px 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .contact_wrap .select_wrap select {
    width: 100%;
  }
}
.contact_wrap .text_wrap {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .contact_wrap .text_wrap {
    width: calc(70% - 30px);
  }
}
.contact_wrap .text_wrap span {
  width: 100%;
}
.contact_wrap .text_wrap input {
  border: #62CC93 1px solid;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7-list-item {
  margin: 0;
}

.check_wrap .wpcf7-list-item-label {
  color: #2BB06B;
  margin: 0 10px 0 0;
}
.check_wrap .red {
  color: #FF2424;
}

.checkbox_01, .checkbox_02 {
  cursor: pointer;
}
.checkbox_01 input, .checkbox_02 input {
  display: none;
}
.checkbox_01 input + span, .checkbox_02 input + span {
  padding-left: 28px;
  position: relative;
}
.checkbox_01 input + span::before, .checkbox_01 input + span::after, .checkbox_02 input + span::before, .checkbox_02 input + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.checkbox_01 input + span::before, .checkbox_02 input + span::before {
  border: 1px solid #62CC93;
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.checkbox_01 input + span::after, .checkbox_02 input + span::after {
  content: "";
  background-image: url(../images/contact/icon_check.png);
  width: 16px;
  height: 30px;
  background-size: cover;
  display: none;
  left: 3px;
  top: 50%;
  margin: -15px 0 0 0;
}

.checkbox_01 input:checked + span::after, .checkbox_02 input:checked + span::after {
  display: block;
}

.wpcf7-not-valid-tip {
  position: absolute;
  text-align: left;
  white-space: nowrap;
}

.confirm_wrap {
  text-align: center;
  margin: 40px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.confirm_wrap p .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0 0 10px;
}
.confirm_wrap p .wpcf7-form-control-wrap .wpcf7-list-item-label {
  font-size: 0;
}
.confirm_wrap p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.confirm_wrap a {
  color: #FF2424;
  position: relative;
}
.confirm_wrap a::before, .confirm_wrap a::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #FF2424;
  left: 0;
  bottom: 0;
}
.confirm_wrap a::before {
  width: 100%;
}
.confirm_wrap a::after {
  width: 0%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.confirm_wrap a:hover::before {
  width: 0%;
}
.confirm_wrap a:hover::after {
  width: 100%;
}

.submit_wrap {
  margin: 40px 0 0;
  text-align: center;
}
.submit_wrap input {
  border: none;
  background: #FFA103;
  border: 1px solid;
  color: #fff;
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.submit_wrap input:hover {
  background: #fff;
  color: #FFA103;
}
.submit_wrap .wpcf7-spinner {
  display: none;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
    margin-top: 10px;
  }
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}
/*# sourceMappingURL=contact.css.map */