.red {
  color: #b30101;
}

header {
  background: #fff;
}
header div nav ul li:nth-of-type(7) a span {
  position: relative;
  font-weight: 600;
}
header div nav ul li:nth-of-type(7) a span::after {
  content: "";
  width: 100%;
}
header div nav ul {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.75rem;
}
header div nav ul li a {
  display: inline-block;
  padding: 1.5rem 0.5rem;
  color: #fff;
  font-weight: 400;
  font-size: 90%;
}
@media (max-width: 1000px) {
  header div nav ul li a {
    font-size: 80%;
    padding: 1.5rem 0.3rem;
  }
}
header div nav ul li a span {
  position: relative;
}
header div nav ul li a span::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: -8px;
  left: 0;
  transition: all 0.3s ease;
}
header div nav ul li a:hover span::after {
  width: 100%;
}
header div nav ul li a {
  color: #333;
}
header h1 span {
  color: #333;
}
header h1 small {
  color: #333;
}
header button span {
  background: #333;
}

header.is_active h1 span {
  color: #fff;
}
header.is_active button span {
  background: #fff;
}
header.is_active div nav ul li:nth-of-type(7) a span::after {
  background: #fff;
}
header.is_active div nav ul li a:hover span:after {
  background: #fff;
}

header h1 small {
  color: #333;
}

.underline {
  border-bottom: 1px solid #333;
}

.underline_dot {
  border-bottom: 1px dotted #333;
}

.light {
  font-weight: 500;
}

.blue {
  color: #3E58BD;
}

#content .box_900 {
  margin: 0 auto;
  max-width: 900px;
  padding: 200px 50px 50px;
}
@media (max-width: 768px) {
  #content .box_900 {
    padding: 150px 50px 20px;
  }
}
@media (max-width: 480px) {
  #content .box_900 {
    padding: 130px 20px 0;
  }
}
#content .box_900 h2 {
  margin-bottom: 50px;
}
#content .box_900 h2 span {
  font-size: 250%;
  display: block;
  margin-bottom: 0.5rem;
}
@media (max-width: 480px) {
  #content .box_900 h2 span {
    font-size: 200%;
  }
}
#content .box_900 h2 small {
  color: #555;
  font-size: 110%;
}
@media (max-width: 480px) {
  #content .box_900 h2 small {
    font-size: 90%;
  }
}
#content .box_900 .lead {
  line-height: 2;
  font-weight: 600;
}
@media (max-width: 480px) {
  #content .box_900 .lead {
    text-align: justify;
  }
  #content .box_900 .lead br {
    display: none;
  }
}
#content .box_900 form {
  width: 100%;
  margin: 50px 0;
}
#content .box_900 table {
  width: 100%;
  font-size: 110%;
  margin-bottom: 2rem;
}
#content .box_900 table .red {
  font-size: 80%;
}
#content .box_900 table tr {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  #content .box_900 table tr {
    display: block;
  }
}
#content .box_900 table ::-moz-placeholder {
  color: #999;
  font-weight: 300;
}
#content .box_900 table ::placeholder {
  color: #999;
  font-weight: 300;
}
#content .box_900 table th {
  width: 20%;
  padding: 1rem 0;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  #content .box_900 table th {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
}
#content .box_900 table td {
  width: 78%;
  margin-bottom: 1rem;
  font-weight: 400;
}
@media (max-width: 480px) {
  #content .box_900 table td {
    display: block;
    width: 100%;
  }
}
#content .box_900 table input,
#content .box_900 table textarea {
  background: #eee;
  padding: 1rem 1.5rem;
  width: 100%;
  border: 1px solid #eee;
  font-weight: 400;
}
#content .box_900 table input:focus {
  background: #fff;
  border: 1px solid #555;
  font-weight: 400;
}
#content .box_900 table input:focus::-moz-placeholder {
  color: transparent;
}
#content .box_900 table input:focus::placeholder {
  color: transparent;
}
#content .box_900 p input {
  background: #3E58BD;
  color: #fff;
  padding: 1rem 2rem;
}
#content .box_900 p input:hover {
  background: #333;
}
#content .box_900 > p {
  margin-bottom: 1.5rem;
  line-height: 2;
}
#content .box_900 dt {
  font-size: 130%;
  margin-bottom: 1rem;
  font-weight: 500;
}
#content .box_900 dd {
  line-height: 2;
  font-weight: 500;
  margin-bottom: 2rem;
}
#content .box_900 ul {
  list-style: disc;
  margin-left: 1rem;
  margin-top: 1rem;
}

.back {
  border-bottom: 1px dotted #333;
}
/*# sourceMappingURL=inquiry.css.map */