@charset "UTF-8";

/***********************
お問い合わせフォーム
***********************/
.contact-container {
  width: 70%;
  max-width: 900px;
  margin: 0px auto 100px;
}

.contact-container .contact-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-container .contact-sub-text {
  padding-bottom: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.contact-container table {
  width: 100%;
  table-layout: fixed;
}

.contact-container th {
  width: 35%;
  padding: 20px;
  border: #cccccc 1px solid;
  background-color: #dcf0e4;
}

.contact-container td {
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  border-top: #cccccc 1px solid;
  padding: 20px;
}

.contact-container span.required {
  color: #e20000 !important;
  margin: 0 15px;
  font-size: 12px;
  white-space: nowrap;
}

.contact-container span.company-required {
  color: #777777;
  margin: 0 15px;
  font-size: 12px;
  white-space: nowrap;
}

.contact-container span.form-example {
  display: block;
  font-size: 12px;
}

.contact-container input[type=text],
.contact-container input[type=password],
.contact-container input[type=email],
.contact-container input[type=tel],
.contact-container input[type=search],
.contact-container input[type=url] {
  background-color: transparent;
  width: 100%;
}

.contact-container textarea {
  width: 100%;
}

.contact-container h2.pp-title {
  display: block;
  text-align: left;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  margin: 50px 0 0 0;
  border-bottom: 1px solid rgb(17, 17, 17);
}

.contact-container .pp-box {
  width: 100%;
  margin: 15px auto;
  height: 160px;
  overflow-y: scroll;
  background-color: #ffffff;
  border: 1px solid #333;
  font-size: 85%;
  padding: 10px 10px;
  color: #777777;
}

.contact-container .send-box {
  text-align: center;
  font-size: 14px;
}

.contact-container p.agree-text,
.contact-container p.agree-checkbox {
  margin-bottom: 1rem;
}

.contact-container p.agree-text .required {
  margin: 0;
}

.current_state {
  max-width: 780px;
  width: 100%;
  height: auto;
  margin: 60px auto 60px;
}

.flow ul.flex-start {
  justify-content: space-between;
}

.flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.flow ul li {
  width: 32.8%;
  height: 60px;
  padding-left: 12px;
  background: #dcf0e4;
  font-size: 0.9rem;
  text-align: center;
  line-height: 60px;
  position: relative;
  color: #212121;
}

.flow ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 24px;
  border-color: transparent transparent transparent #dcf0e4;
  position: absolute;
  top: 0;
  right: -24px;
  z-index: 1;
}

.flow ul li.on:after {
  border-color: transparent transparent transparent #51b77b;
}

.flow ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 24px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.flow ul li:nth-child(1):before {
  display: none;
}

.flow ul li:nth-child(3):after {
  display: none;
}

.flow ul li.on {
  background: #51b77b;
  color: #fff;
}

span.mwform-checkbox-field.horizontal-item label {
  color: initial;
  border: none;
  line-height: 1.5;
  background: unset;
  width: auto;
}

/***********************
お問い合わせ完了画面
***********************/
section.contact-end {
  text-align: center;
}

section.contact-end .contact-sub-text p:nth-child(2) {
  margin: 20px 0;
}

section.contact-end a {
  padding: 20px;
  border: 1px solid #333;
}

@media screen and (max-width: 768px) {
  .contact-container {
    width: 90%;
  }

  .contact-container th,
  .contact-container td {
    display: block;
    width: 100% !important;
  }

  .contact-container td {
    border: #cccccc 1px solid;
  }

  .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
  }

  input[type="button"],
  input[type="submit"],
  input[type="reset"] {
    color: #333333 !important;
  }
}

@media screen and (max-width: 426px) {
  .contact-container {
    width: 100%;
  }

  .contact-container .mwform-tel-field input[type=text] {
    width: 30%;
  }

  .contact-container textarea {
    height: 200px;
  }
}

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