@charset "UTF-8";
/*$bold: "Hiragino Kaku Gothic StdN",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
#main {
  margin-bottom: 153px;
}
@media (max-width: 750px) {
  #main {
    margin-bottom: 80px;
  }
}

.page__ttl {
  margin-bottom: 64px;
}
@media (max-width: 750px) {
  .page__ttl {
    margin-bottom: 40px;
  }
}

.company__table {
  width: 100%;
  border-collapse: separate;
  border-radius: 15px;
}
@media print, screen and (min-width: 751px) {
  .company__table {
    border-radius: 30px;
  }
}
.company__table th, .company__table td {
  padding: 27px 5px;
}
.company__table th {
  text-align: center;
  background: #F0F4F7;
  border: solid 3px #DFE8EF;
  border-right: none;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 1.1rem;
  line-height: 1.7;
  width: 32.8358208955%;
}
@media only screen and (max-width: 750px) {
  .company__table th {
    border-width: 2px;
    font-size: 1.1rem;
    padding: 13px 0;
  }
}
@media print, screen and (min-width: 751px) {
  .company__table th {
    font-size: 1.9rem;
    width: 32%;
    padding-left: 34px;
    text-align: left;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .company__table th {
    font-size: 1.484375vw;
    padding: 2.109375vw 2.65625vw;
  }
}
.company__table th:not(:last-child) {
  border-right: none;
}
.company__table td {
  border: solid 3px #DFE8EF;
  line-height: 1.7;
  font-size: 1.1rem;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .company__table td {
    border-width: 2px;
    padding: 13px;
    line-height: 1.6363636364;
  }
}
@media print, screen and (min-width: 751px) {
  .company__table td {
    font-size: 1.9rem;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .company__table td {
    font-size: 1.484375vw;
    padding: 2.109375vw 1.875vw;
  }
}
.company__table td:not(:last-child) {
  border-right: none;
}
.company__table tr:not(:last-child) * {
  border-bottom: none;
}
.company__table tr:first-child th {
  border-radius: 15px 0 0 0;
}
.company__table tr:first-child td {
  border-radius: 0 15px 0 0;
}
@media print, screen and (min-width: 751px) {
  .company__table tr:first-child th {
    border-radius: 30px 0 0 0;
  }
  .company__table tr:first-child td {
    border-radius: 0 30px 0 0;
  }
}
.company__table tr:last-child th {
  border-radius: 0 0 0 15px;
}
.company__table tr:last-child td {
  border-radius: 0 0 15px 0;
}
@media print, screen and (min-width: 751px) {
  .company__table tr:last-child th {
    border-radius: 0 0 0 30px;
  }
  .company__table tr:last-child td {
    border-radius: 0 0 30px 0;
  }
}
.company__table dl {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.company__table dl dt {
  width: 8em;
  margin-right: 1em;
}
.company__table dl dd {
  width: calc(100% - 9em);
}

.panel__table td {
  transform: rotate(0.05deg);
}

_:-ms-lang(x)::backdrop, .panel__table td {
  transform: rotate(0.05deg);
}

_:lang(x)::-ms-, .panel__table td {
  transform: rotate(0.05deg);
}

#footer {
  margin-top: 0;
}/*# sourceMappingURL=company.css.map */