<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section#contact {
  background-color: #fad733;
  padding-top: 0;
}
section#contact .con {
  background-image: image-url("base/hanabi.png");
  background-size: 980px 896.5px;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  section#contact .con {
    background-image: none;
  }
}
section#contact .con .inner {
  padding: 37px 70px;
}
@media screen and (max-width: 980px) {
  section#contact .con .inner {
    padding: 20px;
  }
}
section#contact .con .inner .elm {
  max-width: 495px;
  margin: 0 auto;
  /* start */
  /* end */
}
section#contact .con .inner .elm .form_mess {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0px 20px 0px;
}
section#contact .con .inner .elm .tel_box {
  color: #ff6f43;
  background-color: #fff6f3;
  border-radius: 5px;
  padding: 20px 40px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
section#contact .con .inner .elm .tel_box a {
  color: #ff6f43;
}
section#contact .con .inner .elm .tel_box .p1 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding-bottom: 8px;
}
section#contact .con .inner .elm .tel_box .tel {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  padding-bottom: 8px;
}
section#contact .con .inner .elm .tel_box .p2 {
  font-size: 12px;
  font-size: 0.75rem;
}
section#contact .con .inner .elm .tel_box .btn {
  margin: 0 auto;
  width: 35%;
}
@media screen and (max-width: 980px) {
  section#contact .con .inner .elm .tel_box .btn {
    width: 50%;
  }
}
section#contact .con .inner .elm .tel_box .btn img {
  height: auto;
}
section#contact .con .inner .elm .tel_box .txt {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  line-height: 1.2;
}
section#contact .con .inner .elm .contact_wrapper {
  position: relative;
}
section#contact .con .inner .elm .contact_from_wrap {
  overflow: hidden;
  position: relative;
}
section#contact .con .inner .elm .contact_from_wrap .back {
  display: inline-block;
  color: #ff6f43;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
section#contact .con .inner .elm .contact_from_wrap .user_agreement {
  margin-bottom: 10px;
}
section#contact .con .inner .elm .contact_from_wrap .user_agreement p {
  line-height: 1.5;
}
section#contact .con .inner .elm .contact_from_wrap .user_agreement label {
  display: flex;
  align-items: center;
}
section#contact .con .inner .elm .contact_from_wrap .user_agreement input {
  margin-right: 10px;
}
section#contact .con .inner .elm .contact_from_wrap .attention_for_users {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
section#contact .con .inner .elm .contact_from_wrap .form_ttl {
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  text-shadow: 2px 2px 2px #fff;
  border-bottom: 1px solid #ff6f43;
  line-height: 4.5rem;
}
section#contact .con .inner .elm .contact_from_wrap .form_ttl.mothers {
  background-image: image-url("contact/mothers-ttl.png");
}
section#contact .con .inner .elm .contact_from_wrap .form_ttl.users {
  background-image: image-url("contact/users-ttl.png");
}
section#contact .con .inner .elm .contact_from_wrap .form_ttl.others {
  background-image: image-url("contact/others-ttl.png");
}
@media screen and (max-width: 980px) {
  section#contact .con .inner .elm .contact_from_wrap .form_ttl {
    text-align: right;
    font-size: 1.1rem;
  }
}
section#contact .con .inner .elm .hidden_field {
  display: none;
}
section#contact .con .inner .elm .contact_wrapper .cate-btns {
  display: flex;
  transform: scale(1.8);
  justify-content: space-between;
  margin-top: 6rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 980px) {
  section#contact .con .inner .elm .contact_wrapper .cate-btns {
    display: block;
    transform: scale(1);
    margin-top: 0;
    margin-bottom: 0;
  }
}
section#contact .con .inner .elm .contact_wrapper .cate-btn {
  width: 31%;
  cursor: pointer;
  transition: 0.2s;
}
section#contact .con .inner .elm .contact_wrapper .cate-btn .spimg {
  display: none;
}
@media screen and (max-width: 980px) {
  section#contact .con .inner .elm .contact_wrapper .cate-btn .spimg {
    display: inline;
  }
}
section#contact .con .inner .elm .contact_wrapper .cate-btn .pcimg {
  display: inline;
}
@media screen and (max-width: 980px) {
  section#contact .con .inner .elm .contact_wrapper .cate-btn .pcimg {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  section#contact .con .inner .elm .contact_wrapper .cate-btn {
    width: 100%;
    margin-bottom: 1rem;
  }
}
section#contact .con .inner .elm .contact_wrapper .cate-btn:hover {
  opacity: 0.8;
}
section#contact .con .inner .elm .contact_form {
  color: #ff6f43;
  border: 2px solid #ff6f43;
  padding: 30px 40px;
  padding-top: 1rem;
  background-color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 980px) {
  section#contact .con .inner .elm .contact_form {
    padding: 30px 15px;
    padding-top: .5rem;
    border-radius: 10px;
  }
}
section#contact .con .inner .elm .contact_form .field {
  padding-bottom: 20px;
}
section#contact .con .inner .elm .contact_form .field p {
  padding-bottom: 5px;
}
section#contact .con .inner .elm .contact_form .field p span {
  font-size: 10px;
  font-size: 0.625rem;
  padding-left: 10px;
}
section#contact .con .inner .elm .contact_form .field .radio_area {
  background-color: #ffe9e4;
  padding: 15px 20px 10px 20px;
  border-radius: 5px;
}
section#contact .con .inner .elm .contact_form .field .radio_area .check_label {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 5px;
}
section#contact .con .inner .elm .contact_form .field input[type="text"], section#contact .con .inner .elm .contact_form .field input[type="tel"], section#contact .con .inner .elm .contact_form .field input[type="email"] {
  width: calc(100% - 20px);
  border: 1px solid #ff6f43;
  padding: 10px;
  border-radius: 4px;
}
section#contact .con .inner .elm .contact_form .field select {
  border: 1px solid #ff6f43;
  width: 150px;
  height: 40px;
  color: #ff6f43;
}
section#contact .con .inner .elm .contact_form .field select#contact_source {
  width: 100%;
}
section#contact .con .inner .elm .contact_form .field textarea {
  border: 1px solid #ff6f43;
  padding: 10px;
  border-radius: 4px;
  width: calc(100% - 20px);
  height: 80px;
}
section#contact .con .inner .elm .contact_form .actions {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  section#contact .con .inner .elm .contact_form .actions {
    width: 80%;
  }
}
section#contact .con .inner .elm .contact_form .actions .btn {
  width: 100%;
  text-align: center;
  background-color: #ff6f43;
  border-radius: 5px;
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  box-shadow: 4px 4px 0px #e14a1b;
  font-weight: bold;
  border: 0;
  cursor: pointer;
}
section#contact .con .inner .elm .contact_form .actions .btn:hover {
  background-color: #ff8661;
}
section#contact .con .inner .elm .mothers_rule {
  margin-top: 50px;
}
section#contact .con .inner .elm .mothers_rule h4 {
  text-align: center;
  background-color: #ff6f43;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 12px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
section#contact .con .inner .elm .mothers_rule ul {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ff6f43;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 10px;
}
section#contact .con .inner .elm .mothers_rule ul li p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ff6f43;
  padding: 6px;
  margin-bottom: 0;
}

.contact_form_btn {
  margin-top:50px;
}
.contact_form_btn p{
  text-align: center;
  background-color: #ff6f43;
  border-radius: 5px;
  box-shadow: 4px 4px 0px #e14a1b;
  font-weight: bold;
  width: 45%;
  font-size: 1.2rem;
  margin: 0 auto;
  display: block;
}

.contact_form_btn a{
  display:block;
  padding-top:12px;
  padding-bottom:12px;
  margin:20px 0;
  color: #fff;
}</pre></body></html>