@charset "utf-8";
/* CSS Document */
body {
  background-color: #F0F8FF;
}
.top-image {
  background-image: url("../images/inquiry/inquiry_top_img.jpg");
  background-position: center;
  background-size: 120%;
  background-repeat: no-repeat;
  height: 28vh;
  margin: 0 auto;
  /*max-width: 1100px;*/
}
.top-image_filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.6rem;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.40);
}
.section-inquiry h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDFEFF;
  font-size: 2.2rem;
  height: 50px;
  background-color: #144DA0;
}
.section-inquiry h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0px 0 0 -30px;
  border: 20px solid transparent;
  border-top-color: #144DA0;
  content: '';
}
.section-form {
  padding-top: 40px;
}
.inquiry_home-button_container {
  margin-bottom: 50px;
}