/* Sass Document */
.p-mbp__content {
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-mbp__content {
    margin-top: 4rem;
  }
}

.p-nav-history__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 113.5rem;
  margin-inline: auto;
  gap: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-nav-history__list {
    display: none;
  }
}

.p-nav-history__item {
  width: calc((100% - 6rem) / 5);
  border: 1px solid #707070;
}
@media screen and (max-width: 767.98px) {
  .p-nav-history__item {
    width: 100%;
    background-color: #fff;
  }
}

.p-btn-history {
  font-family: inherit;
  color: currentColor;
  width: 100%;
  cursor: pointer;
  min-height: 5rem;
  display: grid;
  place-content: center;
  background-color: transparent;
}
@media (any-hover) {
  .p-btn-history {
    transition: 0.3s opacity;
  }
  .p-btn-history:hover {
    opacity: 0.7;
  }
}
.p-btn-history.c-current {
  background-color: #777;
  color: #fff;
}

.p-nav-history {
  position: relative;
}

.p-content {
  max-width: 113.5rem;
  margin-inline: auto;
  display: none;
}
@media screen and (max-width: 767.98px) {
  .p-content {
    overflow: auto;
  }
}
.p-content.is-show {
  display: block;
}

.p-mbp__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-mbp__table {
    width: 70rem;
    margin-top: 0.5rem;
  }
}
.p-mbp__table tr:nth-of-type(odd) {
  background-color: #f2f9ff;
}
@layer components {
  .p-mbp__table th {
    font-weight: 400;
    vertical-align: middle;
  }
  .p-mbp__table th,
.p-mbp__table td {
    border: 1px solid #707070;
    padding: 1rem;
  }
  @media screen and (max-width: 767.98px) {
    .p-mbp__table th,
.p-mbp__table td {
      padding: 0.5em;
    }
  }
  .p-mbp__table th p,
.p-mbp__table td p {
    line-height: 1.2;
  }
  .p-mbp__table th p + p,
.p-mbp__table td p + p {
    margin-top: 0.4em;
  }
}

.c-main-heading {
  width: 50%;
  background-color: #d8d8d8;
  text-align: center;
  padding: 1rem;
}
@media screen and (max-width: 767.98px) {
  .c-main-heading {
    width: auto;
  }
}

.c-partner {
  vertical-align: middle;
  background-color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .c-partner {
    padding: 0.5em;
    width: 8.6rem;
  }
}

.c-office {
  vertical-align: middle;
  line-height: 1.5;
}
.c-office p {
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .c-office {
    width: 15rem;
  }
}

@layer components {
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
select {
  width: 100%;
  padding: 1.4rem 4rem 1.4rem 2rem;
  cursor: pointer;
  color: #000;
}

.p-select-wrapper {
  border: 1px solid #707070;
  border-radius: 0.5rem;
  cursor: pointer;
  position: relative;
  max-width: 25rem;
  margin-inline: auto;
}
.p-select-wrapper::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 2rem;
  transform: translateY(-50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-bottom: 2px solid #7797be;
  border-right: 2px solid #7797be;
}

.c-scroll-txt {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 1rem;
}

.u-txtcolor.-red {
  color: #e50000;
}
.u-txtcolor.-green {
  color: #61b48a;
}
.u-txtcolor.-baige {
  color: #e58888;
}
.u-txtcolor.-purpule {
  color: #bb6cc6;
}
.u-txtcolor.-bulue {
  color: #6f81ce;
}
/*# sourceMappingURL=mbp.css.map */