.D0 .box .hhh h2, .D0 .box .info .contact .hhh h2 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 2rem 0;
}

@media (max-width: 768px) {
  .D0 .box .hhh h2, .D0 .box .info .contact .hhh h2 {
    font-size: calc(1rem + 3vw);
  }
}

.D0 .box .hhh h2::after, .D0 .box .info .contact .hhh h2::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem auto;
  content: "";
  width: 3vw;
  min-width: 30px;
  height: 3px;
  background: #ED7742;
}

.D0 {
  margin: calc(3vw + 3rem) 0 calc(4vw + 2rem) 0;
}

.D0 .box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 768px) {
  .D0 .box .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem 0;
  }
}

.D0 .box .info .contact {
  width: 45%;
}

@media (max-width: 768px) {
  .D0 .box .info .contact {
    width: 100%;
  }
}

.D0 .box .info .contact .hhh h2 {
  text-align: left;
}

.D0 .box .info .contact .hhh h2::after {
  margin: 1rem 0;
}

.D0 .box .info .contact .ccc .li {
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
}

.D0 .box .info .contact .ccc .li .too {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  margin: 4px 0 0 0;
}

.D0 .box .info .contact .ccc .li .too .icon img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.D0 .box .info .contact .ccc .li .too .text {
  color: #aaa;
}

.D0 .box .info .contact .ccc .li .val {
  color: #333;
  font-size: 1.3rem;
}

.D0 .box .info .msg {
  width: 50%;
}

@media (max-width: 768px) {
  .D0 .box .info .msg {
    width: 100%;
  }
}

.D0 .box .info .msg .hhh {
  font-size: 1.4rem;
  font-weight: bold;
}

.D0 .box .info .msg .Gbook_b1 {
  margin: 0.7rem 0 0 0;
}

.D0 .box .info .msg .Gbook_b1 form .form-wrppper .f0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}

@media (max-width: 768px) {
  .D0 .box .info .msg .Gbook_b1 form .form-wrppper .f0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.D0 .box .info .msg .Gbook_b1 form .form-wrppper .f0 li {
  width: 100%;
}

.D0 .box .info .msg .Gbook_b1 form .form-wrppper .f1 {
  margin: 1rem 0 0 0;
}

.D0 .box .info .msg .Gbook_b1 form .btn {
  margin: 1rem 0 0 0;
}

.D0 .box .info .msg .Gbook_b1 form .ButtonV1 {
  background: #ED7742;
  color: #fff;
  border: 0;
  border-radius: 10rem;
  padding: 0.7rem 2.6rem;
}

.D0 .box .info .msg .Gbook_b1 form .InputV1, .D0 .box .info .msg .Gbook_b1 form .TextareaV1 {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0.7rem 0.6rem;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
}

.D0 .box .info .msg .Gbook_b1 form .TextareaV1 {
  resize: none;
  height: 8rem;
}
/*# sourceMappingURL=contact.css.map */