@charset "UTF-8";
.contact_content > p {
  margin: 2rem 0;
}

#contact .contact_contents h3 {
  margin-bottom: 2rem;
  border-bottom: solid 1px #000046;
}

#contact .personal_info {
  margin-bottom: 3rem;
  padding-left: 1rem;
}

#contact .personal_info dl {
  margin-bottom: 0.8rem;
}

#contact .personal_info dl dt,
#contact .personal_info dl dd {
  display: inline;
}

#contact .personal_info dl dt::after {
  content: "：";
}

#contact .heading__p {
  text-align: center;
}

#contact .heading__p span {
  display: inline-block;
}

.btn_to_inquiry {
  width: 100%;
  max-width: 500px;
  margin: 10px auto 40px;
  padding: 20px;
  display: block;
  border: solid 1px #000046;
  border-radius: 10px;
  text-align: center;
  color: #000046;
  font-weight: bold;
}

.btn_to_inquiry:hover {
  background-color: #000046;
  color: #fff;
  text-decoration: none;
}

/* @media screen and (max-width: 1199px) {
} */

/* @media screen and (max-width: 991px) {
} */

/* @media screen and (max-width: 767px) {
} */

/* @media screen and (max-width: 414px) {
} */