.p-const .hline03 {
  text-align: center;
  margin-block: 6.4rem 3.2rem;
}
@media (min-width: 768px) {
  .p-const .hline03 {
    margin-block: 8rem 4rem;
  }
}
.p-const .hline03:first-child {
  margin-top: 0;
}
.p-const .hline06 {
  margin-block: 3.2rem 1.6rem;
}
@media (min-width: 768px) {
  .p-const .hline06 {
    margin-block: 4rem 1.6rem;
  }
}
.p-const .hline06:first-child {
  margin-top: 0;
}
.p-const .body-txt {
  margin-bottom: 3.2rem;
}
.p-const__box {
  background-color: var(--color-primary-sub);
  font-weight: bold;
  padding: 1rem;
  font-size: 1.6rem;
  margin-bottom: 3.2rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-const__box {
    margin-bottom: 4.8rem;
    font-size: 2.4rem;
  }
}
.p-const__table {
  background-color: var(--color-area);
  border-radius: 1rem;
  padding-block: 1.5rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-const__table {
    padding-block: 2rem;
    margin-bottom: 4.8rem;
  }
}
.p-const__table table {
  width: 100%;
}
@media (max-width: 767px) {
  .p-const__table table {
    min-width: 80rem;
  }
}
.p-const__table th,
.p-const__table td {
  position: relative;
  padding-block: 1rem;
}
@media (min-width: 768px) {
  .p-const__table th,
  .p-const__table td {
    padding-block: 2.2rem;
  }
}
.p-const__table th {
  font-weight: 700;
  padding-inline: 2rem;
  width: 16rem;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .p-const__table th {
    padding-inline: 3rem;
    width: 20rem;
    font-size: 1.8rem;
  }
}
.p-const__table th::after {
  content: "";
  position: absolute;
  right: 0;
  background-color: var(--color-border);
  top: 0.8rem;
  bottom: 0.8rem;
  width: 1px;
}
.p-const__table td {
  padding-inline: 1.3rem;
  line-height: 1.75;
}
.p-const__social {
  display: grid;
  gap: 2rem;
  margin-block: 4rem;
}
@media (min-width: 768px) {
  .p-const__social {
    margin-block: 8rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-const__social-item {
  display: flex;
  align-items: center;
  border: 1px solid var(--color-base-black);
  background: var(--color-base-white);
  text-decoration: none;
  transition: var(--transition);
  width: 100%;
  padding: 1.6rem 2.5rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .p-const__social-item {
    padding-inline: 1.6rem;
    min-height: 13.6rem;
  }
}
.p-const__social-item:hover {
  opacity: 0.8;
}
.p-const__social-item.--x {
  background: var(--color-base-black);
  color: #fff;
  border-color: var(--color-base-black);
}
@media (min-width: 768px) {
  .p-const__social-item.--x {
    justify-self: center;
    grid-column: 1/-1;
    max-width: 48rem;
  }
}
.p-const__social-icon {
  flex-shrink: 0;
  width: 4rem;
  margin-right: 3rem;
}
@media (min-width: 768px) {
  .p-const__social-icon {
    width: 6.1rem;
    margin-right: 2rem;
  }
}
.p-const__social-icon img {
  display: block;
  width: 100%;
}
.p-const__social-content {
  flex: 1;
}
.p-const__social-text {
  font-weight: 700;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .p-const__social-text {
    font-size: 2.4rem;
  }
}
.p-const__social-qr {
  flex-shrink: 0;
  width: 5.2rem;
}
@media (min-width: 768px) {
  .p-const__social-qr {
    width: 9.4rem;
  }
}
@media (max-width: 767px) {
  .p-const__social-qr {
    display: none;
  }
}
.p-const__social-qr img {
  display: block;
  width: 100%;
}
.p-const__gallery {
  background-color: var(--color-area);
  margin-block: 3.2rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .p-const__gallery {
    margin-block: 4.8rem;
    padding-bottom: 3.2rem;
  }
}
.p-const__gallery .grid-gallery {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .p-const__gallery .grid-gallery {
    padding-bottom: 1rem;
  }
}
.p-const__image img {
  width: 100%;
}
