@charset "UTF-8";




@media print, screen and (min-width: 769px) {
  .p-notice {
    margin-top: 120px;
  }
}
@media not all and (min-width: 769px) {
  .p-notice {
    margin-top: 40px;
  }
}
.p-notice--text {
  text-indent: -1em;
  padding-left: 1em;
}
.p-notice--text::before {
  content: "・";
}
.p-notice--text + .p-notice--text {
  margin-top: 0;
}

.p-table-price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
}
.p-table-price td {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.p-table-price__right {
  width: 80px;
  text-align: right;
}

.p-table-career th {
  text-align: center;
}
.p-table-career td {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
@media print, screen and (min-width: 769px) {
  .p-table-career td {
    width: 33.3%;
  }
}
.p-table-career + .p-table-career {
  margin-top: 16px;
}