@charset "UTF-8";
/* CSS Document */
#top-img {
  background-image: url("../img/contact-header.png"); }

.introduction {
  text-align: center;
  margin-top: 4rem; }
  .introduction > p {
    font-size: 15px;
    font-size: 1.5rem;
    color: #8a8a8a;
    margin-bottom: 6rem; }
    @media screen and (max-width: 767px) {
      .introduction > p {
        margin-bottom: 4rem; } }
    @media screen and (max-width: 575px) {
      .introduction > p {
        text-align: justify; } }
    .introduction > p span {
      display: inline-block;
      line-height: 1;
      background-color: #fff;
      color: #666;
      font-size: 90%;
      padding: 0.4rem 0.6rem;
      margin-right: 3px;
      border-radius: 3px; }
  .introduction .phone-box {
    margin-bottom: 8rem; }
    .introduction .phone-box > p {
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 0;
      color: #a4a4a4;
      letter-spacing: 0.1em;
      margin-bottom: 1.5rem; }
      @media screen and (max-width: 767px) {
        .introduction .phone-box > p {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 575px) {
        .introduction .phone-box > p {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.6;
          letter-spacing: 0.05em; } }
    .introduction .phone-box div {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 575px) {
        .introduction .phone-box div {
          flex-wrap: wrap; } }
      .introduction .phone-box div p:first-child {
        font-size: 38px;
        font-size: 3.8rem;
        font-weight: bold;
        color: #fff;
        margin-right: 2rem; }
      .introduction .phone-box div p:last-child {
        font-size: 19px;
        font-size: 1.9rem;
        font-weight: bold;
        color: #fff; }
        .introduction .phone-box div p:last-child span {
          display: block;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.4; }
    .introduction .phone-box a {
      color: #fff; }

#privacypolicy {
  border: solid 0.7px #000;
  padding: 2rem;
  width: 80%;
  margin-top: 3rem;
  color: #3e3934;
  background-color: #c8c8c8; }
  @media screen and (max-width: 767px) {
    #privacypolicy {
      width: 94%; } }
  @media screen and (max-width: 575px) {
    #privacypolicy {
      width: 91%; } }
  #privacypolicy h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      #privacypolicy h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
  #privacypolicy p {
    line-height: 2; }
    @media screen and (max-width: 767px) {
      #privacypolicy p {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.7; } }
    @media screen and (max-width: 575px) {
      #privacypolicy p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6; } }

.thanks-box {
  padding: 20rem 0 24rem; }
  @media screen and (max-width: 1199px) {
    .thanks-box {
      padding: 12rem 0 16rem; } }
  .thanks-box h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 4rem;
    color: #a4a4a4; }
  .thanks-box p {
    color: #a4a4a4; }
  .thanks-box a {
    display: inline-block;
    font-weight: bold;
    padding: 1.4rem 6rem;
    vertical-align: middle;
    line-height: 1;
    border: 1px solid #fff;
    background: #fff;
    color: #666;
    -webkit-appearance: none;
    transition: 0.3s; }
    .thanks-box a:hover {
      color: #fff;
      background-color: #1a1a1a; }

/* ---------------------- for JavaScript ここから ---------------------- */
form#mail_form dt {
  border-top: 1px solid #c3c3c3;
  margin-top: 2rem;
  padding-top: 2rem;
  font-weight: 600;
  color: #a4a4a4; }
  form#mail_form dt:first-child {
    border-top: none; }
  form#mail_form dt:nth-child(5), form#mail_form dt:nth-child(9) {
    border-top: 1px dashed #c3c3c3; }

form#mail_form dd {
  margin-top: 0.5rem; }
  form#mail_form dd:last-child {
    padding-bottom: 2rem;
    border-bottom: 1px solid #c3c3c3; }

form#mail_form dl dt span.any {
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-right: 0.5rem;
  padding: 0.4rem 0.5rem;
  background-color: #1a1a1a;
  font-size: 90%;
  border: 1px solid #fff;
  border-radius: 3px;
  font-weight: bold; }

form#mail_form dl dt span.optional {
  display: none; }

form#mail_form dt.required::before {
  content: "必須";
  display: inline-block;
  color: #666;
  line-height: 1;
  margin-right: 1rem;
  padding: 0.4rem 0.5rem;
  background-color: #fff;
  font-size: 90%;
  border: 1px solid #fff;
  border-radius: 3px;
  font-weight: bold; }

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px; }

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px; }

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"],
form#mail_form textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #c8c8c8;
  -webkit-appearance: none;
  font-size: 18px;
  margin-top: 5px; }

form#mail_form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 1rem;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit; }

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
  border: 1px solid #b2b2b2;
  background-color: #f1f1f1;
  outline: none; }

form#mail_form input:first-child[type="radio"],
form#mail_form input:first-child[type="checkbox"] {
  margin-right: 5px;
  margin-left: 0; }

form#mail_form select {
  font-size: 100%;
  margin-top: 5px; }

form#mail_form ul {
  list-style-type: none; }

form#mail_form ul li label:hover {
  cursor: pointer; }

form#mail_form input#postal {
  width: 30%; }

form#mail_form input#postal + a {
  display: inline-block;
  padding: 5px 15px;
  background: #fdeff5;
  border: 1px solid #c7000b;
  border-radius: 3px;
  color: #c7000b;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s; }

form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #c7000b;
  color: #fff; }

form#mail_form ul.kind-list li {
  display: inline-block;
  min-width: 40%; }

form#mail_form p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 4rem 0 8rem; }

form#mail_form input[type="button"] {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.06em;
  padding: 1.4rem 6rem;
  vertical-align: middle;
  line-height: 1;
  border: 1px solid #fff;
  background: #fff;
  color: #666;
  -webkit-appearance: none;
  transition: 0.3s; }
  @media screen and (max-width: 575px) {
    form#mail_form input[type="button"] {
      font-size: 18px;
      font-size: 1.8rem; } }

form#mail_form input[type="button"]:hover {
  cursor: pointer;
  background: #1a1a1a;
  color: #fff; }

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #c8c8c8 inset; }

label span {
  margin-left: 1rem;
  margin-right: 2rem;
  vertical-align: middle; }
