@charset "UTF-8";

html {
  font-size: 62.5%;
}

/* ========================================
   freebit Business - お知らせページ
   ======================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: rgba(0, 94, 142, 0.10);
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ----------------------------------------
common
 ---------------------------------------- */
.t-center {
  text-align: center;
}

/* ----------------------------------------
   Header
---------------------------------------- */
.p-info-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 40px;
}

.p-info-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.p-info-header__logo-text .p-info-header__logo-text--sub {
  font-weight: 500;
  color: #2d5a87;
  margin-left: 2px;
}

.p-info-header__url {
  font-size: 1.2rem;
  color: #999;
  margin: 0;
}

/* ----------------------------------------
   Main Content
---------------------------------------- */
.p-info-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 0;
  gap: 32px;
}

.p-info-card {
  max-width: 960px;
  width: 100%;
  padding: 64px 80px;
  background: #ffffff;
  border-radius: 16px;
}

.p-info-card__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1E1E1E;
  text-align: center;
}

.p-info-card__date {
  font-size: 1.2rem;
  color: #3F3F3F;
  margin: 0 0 28px 0;
  text-align: right;
}

.p-info-card h2 {
  margin: 32px 0 12px 0;
  color: #1E1E1E;
  font-size: 18px;
}

.p-info-card p {
  margin: 0 0 24px 0;
  color: #1E1E1E;
}

/* ----------------------------------------
   Table
---------------------------------------- */
.p-info-table-wrap {
  overflow-x: auto;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E0E0;
}

.p-info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}

.p-info-table th,
.p-info-table td {
  border: 1px solid #E0E0E0;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}
.p-info-table td.t-center{
  text-align: center;
}
.p-info-table thead th {
  background: #fff;
  font-weight: 700;
  color: #1E1E1E;
}

.p-info-table thead th.p-info-table__col--item {
  width: 204px;
  vertical-align: middle;
}

.p-info-table thead th {
  font-weight: 600;
  font-size: 1.4rem;
  background: #F4F4F4;
}

.p-info-table thead th.p-info-table__th--after {
  border-right: 1px solid #E0E0E0;
  background: #D7892D;
  color: white;
}

.p-info-table tbody th {
  font-weight: 600;
}

.p-info-table tbody td {
  background: #fff;
}

.p-info-table tbody td.p-info-table__cell--after {
  background: #FFF6EA;
}

.p-info-table ul {
  margin: 0;
  padding-left: 1.2em;
}

.p-info-table li {
  margin-bottom: 4px;
}

.p-info-table li:last-child {
  margin-bottom: 0;
}

.p-info-table .p-info-table__note-inline {
  font-size: 1.2rem;
  color: #666;
  margin-top: 4px;
}

/* ----------------------------------------
   Notes
---------------------------------------- */
.p-info-notes {
  margin: 0 0 24px 0;
  padding-left: 0;
  list-style: none;
}

.p-info-notes li {
  color: #333;
}

.p-info-notes li:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------
   Schedule
---------------------------------------- */
.p-info-schedule {
  margin: 0 0 32px 0;
}

.p-info-schedule__heading {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1E1E1E;
  margin: 0 0 8px 0;
}

.p-info-schedule__date {
  margin: 0 0 4px 0;
}

/* ----------------------------------------
   Button
---------------------------------------- */
.p-info-actions {
  text-align: center;
}

.p-info-btn {
  display: inline-block;
  padding: 12px 56px;
  gap: 8px;
  border-radius: 56px;
  background: #005E8E;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
  color: #1E1E1E;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 150%;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
}

.p-info-btn:hover {
  background: #0069d9;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.4);
  text-decoration: none;
}

.p-info-btn:active {
  background: #0056b3;
}

/* ----------------------------------------
   Footer
---------------------------------------- */
.p-info-footer {
  background: #002659;
  color: #fff;
  padding: 24px 24px;
  margin-top: 0;
}

.p-info-footer__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}


.p-info-footer__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.p-info-footer__nav a {
  color: #fff;
  font-size: 1.2rem;
}

.p-info-footer__nav span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
}

.p-info-footer__copy {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* ----------------------------------------
   Responsive
---------------------------------------- */
@media (max-width: 960px) {

  /* header */
  .p-info-header {
    padding: 16px;
  }

  .header-logo {
    width: 200px;
    height: auto;
  }

  /* table  */
  .p-info-table-wrap {
    overflow-x: scroll;
  }

  .p-info-main {
    padding: 40px 16px;
  }

  .p-info-card {
    padding: 40px 16px;
  }

  .p-info-card__title {
    font-size: 2.2rem;
  }

  .p-info-table {
    width: 500px;
  }

  .p-info-table th,
  .p-info-table td {
    padding: 10px 12px;
    font-size: 1.2rem;
  }

  .p-info-footer__inner {
    flex-direction: column;
    text-align: center;
  }

  .p-info-footer__brand {
    flex-direction: column;
  }
}