<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*=========== CONTACT FORM ===========*/
.contact-form {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin-bottom: 40px;
  }
}
.contact-form .contact-txt {
  padding: 37px 80px;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .contact-form .contact-txt {
    padding: 20px 4%;
  }
}
.contact-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact-form dl {
    display: block;
  }
}
.contact-form dt, .contact-form dd {
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .contact-form dt, .contact-form dd {
    padding: 18px;
  }
}
.contact-form dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  padding-left: 80px;
  font-size: 16px;
  border-top: 1px solid #109b90;
}
@media screen and (max-width: 767px) {
  .contact-form dt {
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: none;
    justify-content: flex-start;
    text-align: left;
    padding: 15px;
    padding-left: 55px;
  }
}
.contact-form dt .form-label {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  text-align: center;
  color: #fff;
  line-height: 1;
  width: 40px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-form dt .form-label {
    right: auto;
    left: 0;
  }
}
.contact-form dt .ninni {
  background-color: #109b90;
}
.contact-form dt .hissu {
  background-color: #e60012;
}
.contact-form dd {
  width: 75%;
  padding-left: 25px;
  padding-right: 25px;
  border-top: 1px solid #d2d2d2;
}
@media screen and (max-width: 767px) {
  .contact-form dd {
    width: 100%;
    display: block;
    padding: 0 10px 15px 10px;
    font-size: 14px;
    border-top: none;
  }
}
.contact-form dd input[type="text"], .contact-form dd input[type="password"], .contact-form dd input[type="email"], .contact-form dd input[type="tel"] {
  padding: 5px 20px;
  height: 40px;
  width: 100%;
  border: 1px solid #999999;
  color: #000;
  font-weight: bold;
}
.contact-form dd input[type="text"]::placeholder, .contact-form dd input[type="password"]::placeholder, .contact-form dd input[type="email"]::placeholder, .contact-form dd input[type="tel"]::placeholder {
  color: #1e1b1b;
  font-size: 16px;
  font-weight: normal;
  opacity: 0.5;
}
.contact-form dd textarea {
  width: 100%;
  height: 120px;
  padding: 5px 10px;
  resize: none;
  border: 1px solid #999999;
  color: #000;
  font-weight: bold;
}
.contact-form dd textarea::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: normal;
}
.contact-form dd .ipt-address {
  max-width: 415px;
}
@media screen and (max-width: 767px) {
  .contact-form dd .ipt-address {
    max-width: 330px;
  }
}
.contact-form dd input, .contact-form dd select, .contact-form dd optgroup, .contact-form dd option, .contact-form dd textarea {
  font-family: 'Noto Sans JP', "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
}
.contact-form dd .list-radio li {
  margin-bottom: 10px;
}
.contact-form dd .list-radio label {
  text-indent: -35px;
  margin-left: 35px;
  display: inline-block;
  line-height: 1.3;
}
.contact-form dd .list-radio input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: -4px;
}
.contact-form dd .list-radio small {
  font-size: 14px;
}
.contact-form dd .list-radio .other {
  margin-bottom: 0;
}
.contact-form dd .list-radio .other input[type="text"] {
  width: calc(100% - 105px);
  margin-left: 10px;
  margin-top: -27px;
}
.contact-form dd .box-select {
  position: relative;
  width: 350px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-form dd .box-select {
    margin-left: 0;
  }
}
.contact-form dd .box-select:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #999999;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.contact-form dd .box-select select {
  width: 100%;
  padding: 5px 20px 5px 10px;
  height: 40px;
  border: 1px solid #999999;
  color: #000;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
}
.contact-form dd .box-select select::-ms-expand {
  display: none;
}
.contact-form dd .select_time {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50%;
}
.contact-form dd .select_time li {
  width: 47%;
}
.contact-form dd .select_time li select {
  width: calc(100% - 30px);
  height: 36px;
  border: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .contact-form dd .select_time {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}

.contact-form-btn {
  border: 2px solid #e60012;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  position: relative;
  font-weight: 500;
  width: 260px;
  max-width: 90%;
  margin: auto;
  position: relative;
  margin: 5px 10px;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 30px;
}
.contact-form-btn:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 0;
  height: 0;
  z-index: 2;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.contact-form-btn.back {
  margin-top: 10px;
}
.contact-form-btn.back:after {
  right: auto;
  left: 15px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.contact-form-btn input {
  display: block;
  background: #e60012;
  outline: none;
  border: none;
  width: 100%;
  cursor: pointer;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, 'Noto Sans JP', "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  position: relative;
  z-index: 2;
  color: #fff;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .contact-form-btn:hover:After {
    border-color: #e60012;
  }
  .contact-form-btn:hover input {
    background: #fff;
    color: #e60012;
  }
}

.form-submit {
  margin-top: 30px;
}
.form-submit input {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
</pre></body></html>