@charset "UTF-8";
/*!
 * /404.html
 * 404ページ
 */
.p-404-wrapper {
  padding-top: 4.125rem;
}

@media (min-width: 768px) {
  .p-404-wrapper {
    padding-top: 12.5rem;
  }
}

.p-404-contents {
  padding-top: 5rem;
}

.p-404-text {
  margin: 2rem 0;
  font-weight: bold;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .p-404-text {
    text-align: center;
    line-height: 2;
  }
}

/*!
 * /company/message/index.html
 * ご挨拶
 */
.p-message-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  margin: 2.5rem 0;
}

.p-message-flex__item {
  margin: 0;
}

@media (min-width: 768px) {
  .p-message-flex {
    flex-direction: row;
    justify-content: center;
    gap: 2.5rem;
    margin: 5rem 0;
  }
}

.p-message-heading {
  text-align: center;
}

.p-message-texts {
  line-height: 1.8;
}

.p-message-texts p {
  margin: 2rem 0;
}

@media (min-width: 768px) {
  .p-message-texts {
    font-size: 1.125rem;
  }
}

/*!
 * /company/history/index.html
 * 沿革
 */
.p-history-table {
  margin: 2.5rem 0;
}

.p-history-table col.is-year {
  width: 6em;
}

.p-history-table col.is-month {
  width: 5em;
}

.p-history-table tbody tr th {
  background: #2B4A76;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .p-history-table {
    margin: 5rem auto;
  }
}
