@charset "UTF-8";
.animation-delays:nth-child(1) {
  animation-delay: 0 !important;
}
.animation-delays:nth-child(2) {
  animation-delay: 0.2s !important;
}
.animation-delays:nth-child(3) {
  animation-delay: 0.4s !important;
}
.animation-delays:nth-child(4) {
  animation-delay: 0.6s !important;
}
.animation-delays:nth-child(5) {
  animation-delay: 0.8s !important;
}
.animation-delays:nth-child(6) {
  animation-delay: 1s !important;
}
.animation-delays:nth-child(7) {
  animation-delay: 1.2s !important;
}
.animation-delays:nth-child(8) {
  animation-delay: 1.4s !important;
}
.animation-delays:nth-child(9) {
  animation-delay: 1.6s !important;
}
.animation-delays:nth-child(10) {
  animation-delay: 1.8s !important;
}
.animation-delays:nth-child(11) {
  animation-delay: 2s !important;
}
.animation-delays:nth-child(12) {
  animation-delay: 2.2s !important;
}
.animation-delays:nth-child(13) {
  animation-delay: 2.4s !important;
}

.radiusClipPath {
  clip-path: polygon(2% 0%, 98% 0%, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0% 98%, 0% 2%);
}

.arrow-type01-style {
  height: 30px;
  width: 30px;
}
.arrow-type01-style .st0 {
  fill: #fff;
  transition: fill 0.3s 0s ease-out;
}
.arrow-type01-style .st1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: stroke 0.3s 0s ease-out;
}

.arrow-type02-style {
  height: 40px;
  width: 40px;
}
.arrow-type02-style .st0 {
  fill: #fff;
  transition: fill 0.3s 0s ease-out;
}
.arrow-type02-style .st1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: stroke 0.3s 0s ease-out;
}

/****************************************

****************************************/
.contact-section {
  margin-top: 50px;
  padding: 20px;
}
.contact-section:first-child {
  margin-top: 0;
}

.contact-section__title {
  font-size: 24px;
}

.contact-section__contents {
  font-size: 18px;
  margin-top: 10px;
}

/****************************************

****************************************/
.contact__leed {
  background: var(--color06);
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin-top: 50px;
  padding: 10px;
}
.contact__leed:first-child {
  margin-top: 0;
}

/****************************************

****************************************/
.qa-list {
  margin-top: 20px;
}
.qa-list dt {
  margin-top: 20px;
  padding: 10px;
}
.qa-list dt:first-child {
  margin-top: 0;
}
.qa-list dd {
  margin-top: 10px;
}

.contact-table {
  margin-top: 20px;
  width: 100%;
}
.contact-table th,
.contact-table td {
  padding: 20px 10px;
  text-align: left;
  vertical-align: middle;
}
.contact-table th {
  background: #e9e7e3;
  position: relative;
  width: 24.6478873239%;
}
.contact-table .require {
  bottom: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 0;
}
.contact-table .zipcode {
  align-items: center;
  display: flex;
  gap: 0 10px;
  margin-bottom: 10px;
}
.contact-table select:focus,
.contact-table input[type=text]:focus,
.contact-table textarea:focus {
  background-color: #fcc;
}

.city-select {
  margin: 10px 0;
}

.contact-agree {
  margin-top: 20px;
  text-align: center;
}
.contact-agree a {
  display: inline-block;
  font-size: 30px;
  margin-right: 20px;
}

/****************************************

****************************************/
.area-list dt {
  margin-top: 20px;
}
.area-list dt:first-child {
  margin-top: 0;
}

.area-caution {
  margin-top: 20px;
}

/****************************************
メディアクエリ
****************************************/
@media screen and (max-width: 1200px) {
  .contact {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .contact-table th,
  .contact-table td {
    display: block;
    width: 100%;
  }
  .contact-table th {
    padding: 10px;
    background: #eeeeee;
  }
  .contact-table td {
    padding: 20px 0;
  }
  .contact-table td input,
  .contact-table td select {
    width: 100%;
  }
  .contact-table td .input-zipcode {
    flex: 1;
    width: 50%;
  }
  .send-btns {
    margin-top: 20px;
  }
  .send-btns input[type=submit] {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 765px) {
  .contact-section__title {
    font-size: 20px;
  }
}
/*# sourceMappingURL=map/contact.css.map */
