.v-section1 {
  margin: 89px 0 110px;
}
.v-section1__inner {
  width: 100%;
  max-width: 1030px;
  margin: auto;
}
.v-section1__txt1 {
  margin: 0 auto 61px;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  line-height: 25px;
}
.v-section1__title {
  font-size: 36px;
  font-weight: bold;
  color: #002C4E;
  text-align: center;
}
.v-section1__title > span {
  position: relative;
}
.v-section1__title > span::before {
  content: "";
  height: 6px;
  width: 100%;
  background-color: #F7931E;
  position: absolute;
  bottom: 8px;
  left: 0;
  border-radius: 43px;
  -webkit-transform: rotate(-3.5deg);
  transform: rotate(-3.5deg);
  z-index: 1;
}
.v-section1__title > span > label {
  position: relative;
  z-index: 2;
  padding: 0 5px;
}
.v-section1__div2 {
  margin-top: 126px;
}
.v-section1__div2 > table {
  margin-top: 34px;
}

.v-section__table {
  border-top: 2px dashed #9CA7BC;
  margin-top: 41px;
  width: 100%;
  border-collapse: collapse;
}
.v-section__table tr {
  border-bottom: 2px dashed #9CA7BC;
}
.v-section__table tr th {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  padding: 19px 0;
  position: relative;
  width: 180px;
  letter-spacing: 0.1em;
}
.v-section__table tr th::before {
  content: "";
  width: 23px;
  height: 9px;
  background: url("/data/img/views/company/pc/tbl_icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 50px;
}
.v-section__table tr td {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  padding: 19px 0;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .v-section1 {
    margin: 4.4rem 0 10.5rem;
    padding: 0 3rem;
  }
  .v-section1__txt1 {
    width: 100%;
    font-size: 1.6rem;
    text-align: justify;
    margin: 0 auto 5.4rem;
  }
  .v-section1__title {
    font-size: 3rem;
  }
  .v-section1__title > span::before {
    bottom: 0.7rem;
    height: 0.5rem;
  }
  .v-section1__title > span > label {
    padding: 0 0.5rem;
  }
  .v-section1__div2 {
    margin-top: 5.8rem;
  }
  .v-section__table {
    margin-top: 4.5rem;
  }
  .v-section__table tr th {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    padding: 2.5rem 0 3.1rem;
  }
  .v-section__table tr th::before {
    background: url("/data/img/views/company/sp/tbl_icon.png") no-repeat center center;
    background-size: cover;
    top: inherit;
    bottom: 1rem;
    right: inherit;
    left: 0;
  }
  .v-section__table tr td {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    padding: 0 0 2.6rem 0;
  }
}