#sec .ttl_wrap{
  padding-top: 80px;
  padding-bottom: 130px;
}
#sec .ttl_wrap .sec_ttl{
  position: relative;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #ac9268;
  text-align: center;
  padding-bottom: 0.2em;
  padding-right: 3em;
  padding-left: 3em;
}
#sec .ttl_wrap .sec_ttl::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../../common/img/line_01.png);
  background-size: 100% 100%;
}

@media(max-width:1600px){
  #sec .ttl_wrap{
    padding-top: 5vw;
    padding-bottom: 8.12vw;
  }
  #sec .ttl_wrap .sec_ttl{
    font-size: 1.87vw;
  }
  
}
@media(max-width:750px){
  #sec .ttl_wrap{
    padding-top: 20vw;
    padding-bottom: 15vw;
  }
  #sec .ttl_wrap .sec_ttl{
    font-size: 5.33vw;
    padding-right: 0;
    padding-left: 0;
  }
  #sec .ttl_wrap .sec_ttl::after{
    height: 1px;
  }
  
}

.contents {
  width: 1052px;
  width: 90%;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
}

.company2022 .table_a {
  width: 100%;
  border-top: 1px solid #bababa;
  border-right: 1px solid #bababa;
  border-left: 1px solid #bababa;
  margin: 0 auto;
}

.company2022 .table_a tr {
  border-bottom: 1px solid #bababa;
}

.company2022 .table_a th {
  background: #fdeee9;
  border-right: 1px solid #bababa;
}

.company2022 .table_a th,
.company2022 .table_a td {
  vertical-align: middle;
  padding: 16px 20px;
}

.company2022 .table_a th {
  width: 20%;
  box-sizing: border-box;
}

.company2022 .table_a .oslink {
  border-bottom: 1px solid #dddcdc;
}

.company2022 .table_a tr.service td div {
  text-indent: -1em;
  padding-left: 1em;
}

.company2022 .table_a tr.mail td img {
  height: 0.9rem;
  width: auto;
  display: inline;
}

@media screen and (max-width: 750px) {
  .company2022 .table_a th {
      width: 28%;
  }

  .company2022 .table_a th,
  .company2022 .table_a td {
      padding: 2vw 4vw;
  }

  .company2022 .table_a .oslink {
      font-size: 0.9rem;
  }

  .company2022 .table_a {
      margin: 0 auto;
  }

  .company2022 .table_a tr.mail td img {
      height: 0.8rem;
  }
}
