/* Sass Document */
.p-cp__content {
  margin-top: 5rem;
}

.p-singleline-table {
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
}
.p-singleline-table a {
  color: currentColor;
  text-decoration: none;
}
.p-singleline-table > div {
  display: flex;
}
.p-singleline-table th,
.p-singleline-table dt {
  border-top: 2px solid #9eb6d3;
  border-bottom: 2px solid #9eb6d3;
  width: 23rem;
  text-align: center;
  font-weight: 700;
  min-height: 7rem;
  margin-top: -0.5px;
  margin-bottom: -0.5px;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-singleline-table th,
.p-singleline-table dt {
    width: 6em;
    padding: 1em 0.5em;
    text-align: left;
    min-height: inherit;
  }
}
.p-singleline-table td,
.p-singleline-table dd {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999;
  padding: 1.2em 0 1.2em 1em;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-singleline-table td,
.p-singleline-table dd {
    padding-inline: 0;
  }
}
.p-singleline-table.-history th {
  vertical-align: middle;
}
.p-singleline-table.-history td {
  padding-right: 1em;
}
@media screen and (max-width: 767.98px) {
  .p-singleline-table.-history th,
.p-singleline-table.-history td {
    display: block;
    width: 100%;
    position: relative;
  }
  .p-singleline-table.-history th {
    border-top: 1px solid #707070;
    border-bottom: none;
    padding: 1.5em 0.5em 0.5em 0.5em;
  }
  .p-singleline-table.-history th::before {
    content: "";
    position: absolute;
    top: -1.5px;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #9eb6d3;
  }
  .p-singleline-table.-history td {
    border: none;
    padding: 0 0.5em 1.5em 0.5em;
  }
  .p-singleline-table.-history tr:last-of-type td {
    border-bottom: 1px solid #707070;
  }
  .p-singleline-table.-history tr:last-of-type td::after {
    content: "";
    position: absolute;
    bottom: -1.5px;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #9eb6d3;
  }
}
.p-singleline-table p {
  line-height: 1.5;
}

.p-cp__block .c-title {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-cp__block .c-title {
    font-size: 2.4rem;
  }
}
.p-cp__block + .p-cp__block {
  margin-top: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-cp__block + .p-cp__block {
    margin-top: 10rem;
  }
}

td.c-line {
  padding-block: 0.5em;
}

.p-person-talbe {
  border-collapse: collapse;
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
}
.p-person-talbe td,
.p-person-talbe th {
  border: 1px solid #707070;
  padding: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-person-talbe td,
.p-person-talbe th {
    width: auto;
    padding: 1em 0.5em;
  }
}
.p-person-talbe td {
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .p-person-talbe td {
    white-space: nowrap;
  }
  .p-person-talbe td p {
    white-space: nowrap;
  }
}
.p-person-talbe .p-main-heading {
  background-color: #f0f0f0;
  width: 33.3%;
}
@media screen and (max-width: 767.98px) {
  .p-person-talbe .p-main-heading {
    vertical-align: middle;
    width: 42.5%;
  }
}
.p-person-talbe .p-middle-heading {
  width: 45%;
}
/*# sourceMappingURL=company.css.map */