@charset "UTF-8";
/* フォント読込 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
main .p_title h1 {
  position: relative;
}

main .p_title h1::after {
  content: url("../img/p_sub_operating_ company.svg");
  display: block;
  width: 200px;
  position: absolute;
  bottom: -45px;
  right: -140%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

@media screen and (max-width: 768px) {
  main .p_title h1::after {
    width: 140px;
    bottom: -40px;
    right: -96%;
  }
}

main #company {
  margin-bottom: 150px;
}

main #company table {
  font-size: 16px;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  main #company table {
    font-size: 14px;
  }
}

main #company table tr {
  background: #fff;
}

main #company table tr:nth-of-type(odd) {
  background: rgba(229, 225, 221, 0.4);
}

main #company table tr td {
  padding: 15px 5px;
}

main #company table tr td:first-of-type {
  text-align: center;
  width: 30%;
}

main #company table tr td a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=company.css.map */