@charset "UTF-8";
/***********************
お問い合わせフォーム
***********************/
section#contact {
  position: relative;
  background-image: linear-gradient(135deg, rgb(243, 223, 244) 30%, rgb(159, 221, 255) 100%);
}

.contact-container {
  padding: 60px 0 200px;
}
.contact-container h1 {
  font-size: 60px;
  margin: 0 0 40px;
  text-align: center;
}

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

.contact-form-container {
  background-color: #fff;
  border-radius: 50px;
  padding: 40px;
}

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

.contact-container th {
  font-size: 20px;
  font-weight: bold;
  width: 50%;
  padding: 20px;
  padding-left: 5%;
  text-align: start;
  vertical-align: baseline;
  color: #b388e4;
}

.contact-container td {
  padding: 20px;
  width: 50%;
}

.contact-container .required {
  color: #fff !important;
  padding: 5px 10px;
  margin-left: 10px;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 9999px;
  background-color: #a2ddfe;
  margin-top: 13px;
}

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

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

input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  background-color: #e9f7ff;
  border-radius: 10px;
  border: 1px solid #999999;
  width: 90%;
}

section.pp-wrap {
  width: 60%;
  margin: auto;
}

.contact-container h2.pp-title {
  display: block;
  text-align: left;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 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: #e5f2f7;
  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 #e5f2f7;
  position: absolute;
  top: 0;
  right: -24px;
  z-index: 1;
}

.flow ul li.on:after {
  border-color: transparent transparent transparent #0082b4;
}

.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: #0082b4;
  color: #fff;
}

.send-btn input[type=submit] {
  background-color: #b388e4;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
  padding: 15px 30px;
  border-radius: 9999px;
  border: none;
  transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .send-btn input[type=submit]:hover {
    opacity: 0.7;
  }
}
.send-box .required {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}

/* 電話バナー */
.tell-banner-content {
  padding: 100px 0 50px;
  text-align: center;
}
.tell-banner-content a {
  display: inline-block;
  width: 70%;
  transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .tell-banner-content a:hover {
    opacity: 0.7;
  }
}
/***********************
  お問い合わせ確認画面
  ***********************/
/* ヘッダー */
header.header.sub-header {
  position: relative;
}

.contact-btn-content a {
  font-size: 35px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 40px;
  color: #fff;
  background-color: #51a3ec;
  border-radius: 9999px;
  outline: none;
  transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .contact-btn-content a:hover {
    opacity: 0.7;
  }
}
.sub-form-text {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 20px;
  margin-bottom: 50px;
}
.sub-form-text span {
  color: red;
}

/***********************
  お問い合わせ完了画面
  ***********************/
section.contact-container.contact-confirmation {
  padding-bottom: 50px;
}

section.contact-end {
  text-align: center;
}

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

section.contact-end a.back-btn {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 30px;
  border: 1px solid #333;
  margin-top: 30px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  section.contact-end a.back-btn:hover {
    color: #000;
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .contact-container {
    padding: 60px 0 100px;
  }
  .contact-container h1 {
    font-size: 7.16vw;
  }
  .contact-container th,
  .contact-container td {
    display: block;
    width: 100% !important;
  }
  /* 電話バナー */
  .tell-banner-content {
    padding: 80px 0 40px;
  }
  .tell-banner-content a {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contact-form-container {
    padding: 20px;
  }
  .contact-container h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  div#mw_wp_form_mw-wp-form-6 {
    border-radius: 25px;
    padding: 15px;
  }
  .contact-container th,
  .contact-container td {
    padding: 10px 0;
  }
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url],
  input[type=search],
  input[type=tel],
  input[type=color],
  select,
  textarea,
  .field {
    width: 100%;
  }
  .contact-container .mwform-tel-field input[type=text] {
    width: 30%;
  }
  .contact-container textarea {
    height: 200px;
  }
  section.pp-wrap {
    width: 100%;
    padding: 0 10px;
  }
  .contact-container .pp-box {
    font-size: 12px;
  }
  .contact-container p.agree-text {
    font-size: 12px;
  }
  .contact-container .required {
    margin-left: 0;
  }
  /* 電話バナー */
  .tell-banner-content {
    padding: 30px 0 20px;
  }
}/*# sourceMappingURL=contact.css.map */