/*** wide ***/
/*** color ***/
main section {
  margin-bottom: 3rem;
}

main section.title {
  background: url(/module/img/company/vi.jpg) no-repeat bottom;
}

main section.section1 {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

main section.section1 h3 {
  text-align: center;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 400;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  main section.section1 h3 {
    font-weight: 400;
    font-size: 3rem;
  }
  main section.section1 h3::before {
    content: url(/module/img/ic_title_left.svg);
    vertical-align: middle;
    margin-right: 1rem;
  }
  main section.section1 h3::after {
    content: url(/module/img/ic_title_right.svg);
    vertical-align: middle;
    margin-left: 1rem;
  }
}

main section.section1 table {
  width: 100%;
  border-top: 1px solid #707070;
}

main section.section1 table tr th {
  font-weight: 400;
  padding: 1rem;
  vertical-align: baseline;
  line-height: 1.8;
  border-bottom: 1px solid #707070;
  font-size: 14px;
  font-size: 3.73333vw;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  main section.section1 table tr th {
    font-size: 2rem;
  }
}

main section.section1 table tr td {
  padding: 1rem;
  line-height: 1.8;
  border-bottom: 1px solid #707070;
  font-size: 14px;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  main section.section1 table tr td {
    font-size: 2rem;
  }
}
