.p-pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.p-pre-wrap {
  overflow-x: hidden;
}

.c-btn-group__inr.c-btn-group__inr {
  margin: 0;
  gap: 1.6rem;
}

.c-btn-group__inr.c-btn-group__inr > div {
  padding: 0;
}

@media screen and (max-width: 575.98px) {
  .c-btn-group__inr.c-btn-group__inr > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-carousel__inr {
  padding: 0.8rem 0.8rem 1.1rem;
}

.c-carousel .next.swiper-button-lock,
.c-carousel .prev.swiper-button-lock {
  display: none;
}

.c-carousel .c-card-bnr__img {
  box-shadow: 0 0.3rem 0.4rem rgba(0, 0, 0, 0.1);
}

.c-carousel .c-card-bnr:not(:has(a)) .c-card-bnr__img {
  box-shadow: none;
}

.c-accordion-item {
  border: 0.2rem solid var(--primary);
  border-radius: 0.8rem;
  overflow: hidden;
}
.c-accordion-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.6rem;
  padding: 1.4rem 1.4rem 1.6rem;
  cursor: pointer;
  user-select: none;
  list-style: none;
}
.c-accordion-item__head::-webkit-details-marker {
  display: none;
}
.c-accordion-item__title {
  flex: 1;
  min-width: 0;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
}
.c-accordion-item__icon {
  flex-shrink: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
  fill: none;
  stroke: #333;
  transition: transform 0.2s;
  transform: rotate(0deg);
}
.c-accordion-item__cnt {
  padding: 1.2rem 1.4rem 1.4rem;
  background: var(--body-bg);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.625rem;
  color: #000;
}
.c-accordion-item__cnt > :first-child {
  margin-top: 0;
}
.c-accordion-item__cnt > :last-child {
  margin-bottom: 0;
}
.c-accordion-item--white {
  background: var(--body-bg);
}
.c-accordion-item--white .c-accordion-item__head {
  color: var(--primary);
}
.c-accordion-item--green {
  background: var(--primary);
}
.c-accordion-item--green .c-accordion-item__head {
  color: var(--body-bg);
}
.c-accordion-item:not([open]) .c-accordion-item__head {
  padding-bottom: 1.4rem;
}
.c-accordion-item[open] .c-accordion-item__icon {
  transform: rotate(180deg);
}

ul:has(> li > .c-accordion-item) {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 77.5rem;
}

.c-disclosure {
  background: var(--body-bg);
  max-width: 77.5rem;
  margin: 0 auto;
}
.c-disclosure__item {
  border-bottom: 1px solid #DBDBDB;
}
.c-disclosure__item:last-child {
  border-bottom: none;
}
.c-disclosure__head {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.4rem 1.6rem;
  cursor: pointer;
  user-select: none;
  list-style: none;
}
.c-disclosure__head::-webkit-details-marker {
  display: none;
}
html:not(.device) .c-disclosure__head:hover {
  background: #F7F7F7;
}

.c-disclosure__date {
  flex-shrink: 0;
  min-width: 9rem;
  font-size: 1.2rem;
  color: var(--body-color);
}
.c-disclosure__title {
  flex: 1;
  min-width: 0;
  font-size: 1.4rem;
  color: var(--body-color);
}
.c-disclosure__icon {
  flex-shrink: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
  fill: none;
  stroke: var(--body-color);
  transition: transform 0.2s;
  transform: rotate(0deg);
}
.c-disclosure__cnt {
  border-top: 1px dashed #DBDBDB;
  padding: 1.3rem 1.6rem 1.8rem 12.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--body-color);
}
.c-disclosure__cnt > :first-child {
  margin-top: 0;
}
.c-disclosure__cnt > :last-child {
  margin-bottom: 0;
}
.c-disclosure__item[open] .c-disclosure__icon {
  transform: rotate(180deg);
}
.c-disclosure:has(+ .c-pagination) {
  margin-bottom: 3.2rem;
}

.c-table-responsive {
  max-width: 77.9rem;
  margin: 0 auto;
}
.c-table-responsive table {
  width: 100%;
  margin-block: -0.2rem;
  table-layout: fixed;
  background: #FFF;
  border-collapse: separate;
  border-spacing: 0.2rem;
}
.c-table-responsive th,
.c-table-responsive td {
  padding: 1.6rem 1rem 1.6rem 1.6rem;
  color: #000;
  text-align: left;
  word-break: break-all;
}
.c-table-responsive thead th {
  background: #D8DD97;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.c-table-responsive thead th:first-child {
  background: #FFF;
}
.c-table-responsive tbody th {
  background: #F0F0F0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.c-table-responsive tbody td {
  font-size: 1.4rem;
  font-weight: 400;
}
.c-table-responsive tbody td:last-child {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}
.c-table-responsive tbody tr:nth-child(even) th {
  background: #F1F2E3;
}
.c-table-responsive tbody tr:nth-child(even) td {
  background: #FBFCED;
}
@media screen and (max-width: 600px) {
  .c-table-responsive {
    max-width: none;
  }
  .c-table-responsive thead {
    display: none;
  }
  .c-table-responsive table {
    margin-block: 0;
    background: transparent;
    border-spacing: 0;
  }
  .c-table-responsive table,
  .c-table-responsive tbody,
  .c-table-responsive tr,
  .c-table-responsive th,
  .c-table-responsive td {
    display: block;
    width: 100%;
  }
  .c-table-responsive tbody tr {
    margin-bottom: 1rem;
  }
  .c-table-responsive tbody tr:last-child {
    margin-bottom: 0;
  }
  .c-table-responsive tbody th,
  .c-table-responsive tbody tr:nth-child(even) th {
    background: #D8DD97;
  }
  .c-table-responsive tbody td,
  .c-table-responsive tbody tr:nth-child(even) td {
    display: flex;
    align-items: flex-start;
    gap: 0;
    padding: 1rem;
    background: #F0F0F0;
    border-bottom: 0.1rem solid #E0E0E0;
  }
  .c-table-responsive tbody td::before,
  .c-table-responsive tbody tr:nth-child(even) td::before {
    content: attr(data-label);
    flex-shrink: 0;
    width: 5.4rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
  }
  .c-table-responsive tbody td:last-child,
  .c-table-responsive tbody tr:nth-child(even) td:last-child {
    justify-content: space-between;
    background: #F5F5F5;
    text-align: right;
    border-bottom: 0;
  }
}

.c-table-scrollable {
  position: relative;
  max-width: 77.5rem;
  margin: 0 auto;
}
.c-table-scrollable__wrap {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.c-table-scrollable__wrap::-webkit-scrollbar {
  display: none;
}
.c-table-scrollable__wrap table {
  width: 100%;
  min-width: 129.7rem;
  margin-block: -0.2rem;
  table-layout: fixed;
  background: #FFF;
  border-collapse: separate;
  border-spacing: 0.2rem;
}
.c-table-scrollable__wrap th, .c-table-scrollable__wrap td {
  padding: 1.6rem 1rem 1.6rem 1.6rem;
  color: #000;
  text-align: left;
  word-break: break-all;
}
.c-table-scrollable__wrap thead th {
  background: #D8DD97;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.c-table-scrollable__wrap thead th:first-child {
  background: #FFF;
}
.c-table-scrollable__wrap tbody th {
  background: #F0F0F0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.c-table-scrollable__wrap tbody td {
  font-size: 1.4rem;
  font-weight: 400;
}
.c-table-scrollable__wrap tbody td:last-child {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}
.c-table-scrollable__wrap tbody tr:nth-child(even) th {
  background: #F1F2E3;
}
.c-table-scrollable__wrap tbody tr:nth-child(even) td {
  background: #FBFCED;
}
.c-table-scrollable__deco {
  position: relative;
  width: 100%;
  height: 0.6rem;
  background: #E0E0E0;
  border-radius: 0.3rem;
}
.c-table-scrollable__deco--hide {
  display: none;
}
.c-table-scrollable__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 31rem;
  height: 0.6rem;
  background: #9E9E9E;
  border-radius: 0.3rem;
}
.c-table-scrollable__hint {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.5rem;
  height: 6.9rem;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.c-table-scrollable__hint--hide {
  display: none;
}
.c-table-scrollable__hint-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.5rem;
  height: 5.5rem;
  background: rgba(99, 99, 99, 0.6);
  border-radius: 0.6rem;
}
.c-table-scrollable__hint-arrow {
  position: absolute;
  top: 0.432rem;
  left: 1.55rem;
  width: 2.6rem;
  height: 0.7364rem;
  fill: #FFF;
}
.c-table-scrollable__hint-hand {
  position: absolute;
  top: 1.7rem;
  left: 1.3rem;
  width: 2.6rem;
  height: 2.6rem;
  fill: #FFF;
}

.p-sticky-btn-double {
  position: fixed;
  z-index: 100;
  display: flex;
  right: 2rem;
  bottom: 2rem;
  gap: 1.5rem;
}

.p-sticky-btn-double--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.p-sticky-btn-double__item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.p-sticky-btn-double__item.p-sticky-btn-double__item {
  color: #FFF;
}

.p-sticky-btn-double__item--primary {
  background: var(--primary);
}

.p-sticky-btn-double__item--highlight {
  background: #E55326;
}

.p-sticky-btn-double__label {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-sticky-btn-double--circle .p-sticky-btn-double__item {
  flex: 0 0 auto;
  width: 10.425rem;
  height: 10.425rem;
  padding: 1.2rem;
  border-radius: 9999px;
}

.p-sticky-btn-double--pill .p-sticky-btn-double__item {
  flex: 0 0 auto;
  width: 21.6rem;
  height: 5.55rem;
  padding: 0;
  border-radius: 3rem;
  white-space: nowrap;
}

.p-sticky-btn-double__label--sp {
  display: none;
}

@media screen and (max-width: 575.98px) {
  .p-sticky-btn-double {
    right: 0;
    bottom: 0;
    left: 0;
    gap: 0;
  }
  .p-sticky-btn-double--circle .p-sticky-btn-double__item,
  .p-sticky-btn-double--pill .p-sticky-btn-double__item {
    flex: 1 1 0;
    width: auto;
    height: 4.5rem;
    padding: 0;
    border-radius: 0;
  }
  .p-sticky-btn-double__label--pc {
    display: none;
  }
  .p-sticky-btn-double__label--sp {
    display: block;
  }
}
.p-sticky-btn {
  position: fixed;
  z-index: 100;
  display: flex;
  right: 2rem;
  bottom: 2rem;
}

.p-sticky-btn--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.p-sticky-btn__item {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.p-sticky-btn__item.p-sticky-btn__item {
  color: #FFF;
}

.p-sticky-btn__item--primary {
  background: var(--primary);
}

.p-sticky-btn__item--highlight {
  background: #E55326;
}

.p-sticky-btn__label {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-sticky-btn--circle .p-sticky-btn__item {
  width: 10.425rem;
  height: 10.425rem;
  padding: 1.2rem;
  border-radius: 9999px;
}

.p-sticky-btn--pill .p-sticky-btn__item {
  width: 21.6rem;
  height: 5.55rem;
  padding: 0;
  border-radius: 3rem;
  white-space: nowrap;
}

@media screen and (max-width: 575.98px) {
  .p-sticky-btn {
    right: 0;
    bottom: 0;
    left: 0;
  }
  .p-sticky-btn--circle .p-sticky-btn__item,
  .p-sticky-btn--pill .p-sticky-btn__item {
    flex: 1 1 0;
    width: auto;
    height: 4.5rem;
    padding: 0;
    border-radius: 0;
  }
}
