.container {
  background-color: white;
  width: 100%;
}
.main__wrapper {
  width: 1240px;
  margin: 0 auto;
}
#main {
  width: 100%;
  margin: 0 auto;
}
/* catalog
================================================== */
.catalog {
  padding: 60px 0;
}
.catalog__table {
  font-size: 160%;
}
.catalog__inner {
  width: 960px;
  margin: 0 auto;
}
.catalog__img {
  min-width: 82px;
}

.btn_blue_tb a{
    position: relative;
    display: inline-block;
    width: 192px;
    max-width: 100%;
    padding: 15px 2em 15px 1.5em;
    background-color: #005AB4;
    border: 2px solid transparent;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.btn_blue_tb a::before {
    display: none;
}
.btn_blue_tb img {
    vertical-align: middle;
}


@media only screen and (max-width: 767px) {
  .catalog {
    padding: 30px 0;
  }
  .catalog__inner {
    width: auto;
    padding: 0 15px;
  }
  .btn_blue_tb a{
    width: auto;
    display: block;
    padding: 15px 2.4em 15px 1.5em;
    font-size: 0.8rem;
  }
  .catalog__table table {
    width: 100%;
  }
}
/* inquiry */
section {
  padding: 128px 0;
}
.section__title {
  font-family: "yu-gothic-pr6n", "sans-serif";
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: black;
}
.section__title::after {
  content: "";
  display: block;
  width: 123px;
  border-bottom: 2px solid black;
  margin: 10px auto 0;
}
.section__subtitle {
  font-family: "yu-gothic-pr6n", "sans-serif";
  font-weight: bold;
  font-size: 28px;
  text-align: left;
  color: white;
  margin-top: 64px;
}
.section__subtitle::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid white;
}
.section__text {
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
  line-height: 37px;
  color: black;
}
.inquiry__btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .main__wrapper {
    width: 100%;
  }
  section {
    padding-top: 96px;
  }
  .section__title {
    font-size: 32px;
  }
  .inquiry__wrapper {
    padding-bottom: 96px;
  }
  .section__text {
    font-size: 18px;
    padding: 0 24px;
    margin-top: 28px;
  }
  .inquiry__btns {
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
    align-items: center;
  }
}
.taC {
  vertical-align: middle;
}
.taC h3 {
  font-weight: bold;
}