.other_page * {
  text-box-trim: none;
}
.other_page {
  margin-top: 183px;
  margin-bottom: 100px;
}
.other_page h2,
.inquirySection h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 160%;
  color: #00493a;
  text-align: center;
  margin-bottom: 100px;
  padding-bottom: 30px;
  position: relative;
}
.other_page h2::after,
.inquirySection h1:after {
  content: "";
  height: 1px;
  width: 550px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background-color: #b8b8b8;
}
.other_page h3,
.other_page dl dt {
  font-size: 21px;
  line-height: 200%;
  margin-bottom: 50px;
  font-weight: 500;
}
.other_page dl dt {
  margin-top: 50px;
}
.other_page .inquirySection dl dt {
  margin-top: 0;
}
.other_page h3:not(:nth-of-type(1)) {
  margin-top: 100px;
}
.other_page p,
.other_page dl dd,
.other_page ul li {
  font-size: 18px;
  color: #485552;
  line-height: 160%;
  margin-bottom: 10px;
}
.other_page ul {
  margin: 50px 0;
}
.other_page .inquirySection {
  max-width: 640px;
  margin: 0 auto;
}
.other_page .inquirySection dl dt {
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 20px;
  font-weight: 500;
}
.other_page .inquirySection form dd input {
  width: 100%;
  border: none;
  background-color: #eee;
  padding: 0 10px 0 10px;
  font-size: 12px;
  height: 40px;
}
.other_page .inquirySection form dd textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #fff;
  background-color: #eee;
  padding: 10px;
  font-size: 12px;
}
.other_page .inquirySection .control-panel {
  clear: both;
  text-align: center;
}
.other_page .inquirySection form input[type="submit"] {
  width: 256px;
  height: 54px;
  border: none;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.other_page .inquirySection form input[type="submit"] {
  color: #000000 !important;
  border: 1px solid #000000 !important;
  background: #ffffff !important;
}
@media screen and (max-width: 1180px) {
  .other_page h2,
  .inquirySection h1 {
    font-size: 22px;
    margin-bottom: 80px;
  }
  .other_page h3,
  .other_page dl dt,
  .other_page p,
  .other_page dl dd,
  .other_page ul li {
    font-size: 16px;
  }
  .other_page h2::after,
  .inquirySection h1:after {
    width: 357px;
  }
  .other_page {
    margin-top: 100px;
  }
  .other_page h3:not(:nth-of-type(1)) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 769px) {
  .other_page h2,
  .inquirySection h1 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .other_page h2::after,
  .inquirySection h1:after {
    width: 225px;
  }
  .other_page {
    margin-top: 80px;
  }
  .other_page h3:not(:nth-of-type(1)) {
    margin-top: 50px;
  }
}
