/* p-page
---------------------------------------- */
.p-page {
  /* performance */
}
.p-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 24rem;
  padding: 0 2rem;
  text-align: center;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .p-page__header {
    padding: 0 4rem;
    min-height: 18rem;
  }
}
.p-page__header h1,
.p-page__header h2 {
  font-size: max(3.6rem, 36px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-page__header h1,
  .p-page__header h2 {
    font-size: 4rem;
  }
}
.p-page__header h3 {
  font-size: max(2rem, 20px);
}
@media screen and (max-width: 767px) {
  .p-page__header h3 {
    font-size: 3rem;
  }
}
.p-page__content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  font-weight: 300;
}
.p-page__content--archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  padding: 6rem 4rem;
}
@media screen and (min-width: 1300px) {
  .p-page__content--archive .c-blog__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1239px) {
  .p-page__content--archive {
    display: block;
  }
}
.p-page__content--single {
  padding-bottom: 6rem;
}
.p-page__content:not(.p-page__content--archive) {
  font-size: max(1.6rem, 16px);
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) {
    font-size: 2.4rem;
  }
}
.p-page__content:not(.p-page__content--archive) > *:not(.wp-block-lazyblock-background-block, .wp-block-lazyblock-page-navi-block, .wp-block-group),
.p-page__content:not(.p-page__content--archive) > .wp-block-group.is-layout-constrained {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem;
}
.p-page__content:not(.p-page__content--archive) > .wp-block-group {
  padding: 8rem 4rem;
}
.p-page__content:not(.p-page__content--archive) > .wp-block-group + .wp-block-group {
  margin-top: 6rem !important;
}
.p-page__content:not(.p-page__content--archive) p {
  line-height: 2;
  margin-bottom: 1em;
}
.p-page__content:not(.p-page__content--archive) p a:not(.c-button, .wp-block-button__link) {
  display: inline;
}
.p-page__content:not(.p-page__content--archive) em {
  font-style: normal;
  font-size: max(1.4rem, 14px);
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) em {
    font-size: 2rem;
  }
}
.p-page__content:not(.p-page__content--archive) a:not(.wp-block-button__link, .c-button) {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 1px;
}
.p-page__content:not(.p-page__content--archive) .c-pageNaviBlock a,
.p-page__content:not(.p-page__content--archive) .c-bgImageBlock a,
.p-page__content:not(.p-page__content--archive) .c-voice__list a {
  text-decoration: none;
}
.p-page__content:not(.p-page__content--archive) strong {
  font-weight: 400;
}
.p-page__content:not(.p-page__content--archive) > h2.wp-block-heading:first-child {
  margin-top: 0;
}
.p-page__content:not(.p-page__content--archive) .wp-block-group:first-of-type {
  margin-top: 0;
}
.p-page__content:not(.p-page__content--archive) .wp-block-group:first-of-type h2.wp-block-heading:first-child {
  margin-top: 0;
}
.p-page__content:not(.p-page__content--archive) .l-inner h2.wp-block-heading:first-child {
  margin-top: 0;
}
.p-page__content:not(.p-page__content--archive) h1.wp-block-heading {
  margin-top: 5rem;
  margin-bottom: 1rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) h1.wp-block-heading {
    font-size: 4rem;
  }
}
.p-page__content:not(.p-page__content--archive) h2.wp-block-heading {
  margin-top: 7rem;
  margin-bottom: 1rem;
  font-size: max(2.9rem, 29px);
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) h2.wp-block-heading {
    font-size: 3.8rem;
  }
}
.p-page__content:not(.p-page__content--archive) h2.has-h-large-font-size,
.p-page__content:not(.p-page__content--archive) .wp-block-heading.has-h-x-large-font-size {
  margin-bottom: 5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .wp-block-heading.has-h-small-font-size {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .wp-block-heading.has-h-medium-font-size {
    font-size: 3.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .wp-block-heading.has-h-large-font-size {
    font-size: 6.4vw !important;
  }
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .wp-block-heading.has-h-x-large-font-size {
    font-size: 5rem !important;
  }
}
.p-page__content:not(.p-page__content--archive) h3.wp-block-heading {
  /*
  position: relative;
  margin-top: 4rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  //font-size: 2.6rem;
  font-size: max(2.4rem, 24px);
  border-top: 1px solid #d6d6d6;
  @include g.mq {
  	font-size: 3.2rem;
  }
  &::before {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 4.7rem;
  	height: .3rem;
  	background-color: #0e0e0e;
  	content: '';
  }
  */
  margin-top: 5rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  font-size: max(2.4rem, 24px);
  border-left: 4px solid #6c6b6a;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) h3.wp-block-heading {
    font-size: 3.2rem;
  }
}
.p-page__content:not(.p-page__content--archive) h3.wp-block-heading em {
  font-style: normal;
  font-size: max(1.6rem, 16px);
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) h3.wp-block-heading em {
    font-size: 2.2rem;
  }
}
.p-page__content:not(.p-page__content--archive) h4.wp-block-heading {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: max(2rem, 20px);
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) h4.wp-block-heading {
    font-size: 3rem;
  }
}
.p-page__content:not(.p-page__content--archive) h5.wp-block-heading {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: max(1.8rem, 18px);
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) h5.wp-block-heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) p.has-small-font-size {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) p.has-medium-font-size {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) p.has-lead-font-size {
    font-size: 4vw !important;
  }
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) p.has-x-large-font-size {
    font-size: 3.2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) p.has-xx-large-font-size {
    font-size: 3.4rem !important;
  }
}
.p-page__content:not(.p-page__content--archive) p.has-xxx-large-font-size {
  line-height: 1.48;
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) p.has-xxx-large-font-size {
    font-size: 3.6rem !important;
  }
}
.p-page__content:not(.p-page__content--archive) hr.wp-block-separator {
  max-width: 102rem;
  margin: 2rem auto;
  border-top: 1px solid #d6d6d6;
}
.p-page__content:not(.p-page__content--archive) .wp-block-list {
  margin-bottom: 1em;
}
.p-page__content:not(.p-page__content--archive) .wp-block-list a:not(.c-button, .wp-block-button__link) {
  display: inline;
}
.p-page__content:not(.p-page__content--archive) .wp-block-list .wp-block-list {
  margin-bottom: 0;
}
.p-page__content:not(.p-page__content--archive) ul:not(.is-style-custom-list-style) {
  margin-left: 1.5em !important;
}
.p-page__content:not(.p-page__content--archive) ul:not(.is-style-custom-list-style) > li {
  list-style: disc;
}
.p-page__content:not(.p-page__content--archive) ul.is-style-custom-list-style > li {
  position: relative;
  padding-left: 3.5rem;
}
.p-page__content:not(.p-page__content--archive) ul.is-style-custom-list-style > li::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 2rem;
  height: 0.3rem;
  background-color: #6c6b6a;
  content: "";
}
.p-page__content:not(.p-page__content--archive) ul.is-style-custom-list-style > li + li {
  margin-top: 0.6rem;
}
.p-page__content:not(.p-page__content--archive) ol:not(.is-style-custom-list-style) {
  margin-left: 1.5em !important;
}
.p-page__content:not(.p-page__content--archive) ol:not(.is-style-custom-list-style) > li {
  list-style: numeric;
  text-indent: 0;
}
.p-page__content:not(.p-page__content--archive) ol:not(.is-style-custom-list-style)[style="list-style-type:upper-alpha"] > li {
  list-style: upper-alpha;
}
.p-page__content:not(.p-page__content--archive) ol:not(.is-style-custom-list-style)[style="list-style-type:lower-alpha"] > li {
  list-style: lower-alpha;
}
.p-page__content:not(.p-page__content--archive) ol:not(.is-style-custom-list-style)[style="list-style-type:lower-roman"] > li {
  list-style: lower-roman;
}
.p-page__content:not(.p-page__content--archive) ol:not(.is-style-custom-list-style)[style="list-style-type:upper-roman"] > li {
  list-style: upper-roman;
}
.p-page__content:not(.p-page__content--archive) ol.is-style-custom-list-style {
  counter-reset: number 0;
}
.p-page__content:not(.p-page__content--archive) ol.is-style-custom-list-style > li {
  position: relative;
  text-indent: -2em;
  padding-left: 2em;
}
.p-page__content:not(.p-page__content--archive) ol.is-style-custom-list-style > li::before {
  margin-right: 2rem;
  font-weight: 500;
  opacity: 0.4;
  white-space: nowrap;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
}
.p-page__content:not(.p-page__content--archive) ol.is-style-custom-list-style > li + li {
  margin-top: 0.6rem;
}
.p-page__content:not(.p-page__content--archive) table {
  margin-bottom: 1em;
}
.p-page__content:not(.p-page__content--archive) table th, .p-page__content:not(.p-page__content--archive) table td {
  padding: 1rem 2rem;
  vertical-align: middle;
  border: 1px solid #d6d6d6;
}
.p-page__content:not(.p-page__content--archive) table th {
  width: 20%;
  font-weight: 400;
  vertical-align: middle;
  background-color: #f3f3f3;
}
.p-page__content:not(.p-page__content--archive) .comparison th {
  color: #fff;
  background-color: #323232;
}
.p-page__content:not(.p-page__content--archive) .comparison td {
  text-align: center;
}
.p-page__content:not(.p-page__content--archive) .comparison .label {
  width: 7%;
  color: #323232;
  vertical-align: middle;
  text-align: center;
  background-color: #e5e5e5;
}
.p-page__content:not(.p-page__content--archive) .comparison strong {
  font-size: max(2rem, 20px);
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .comparison strong {
    font-size: 2.8rem;
  }
}
.p-page__content:not(.p-page__content--archive) .new-top-table tr:first-child th:first-child {
  background: none;
  border-top: none;
  border-left: none;
}
.p-page__content:not(.p-page__content--archive) .new-top-table tr:first-child th:last-child {
  color: #fff;
  background-color: #323232;
}
.p-page__content:not(.p-page__content--archive) .new-top-table td {
  text-align: center;
}
.p-page__content:not(.p-page__content--archive) .new-top-table ul {
  text-align: left;
}
.p-page__content:not(.p-page__content--archive) .new-top-table .st.large {
  font-size: max(2.6rem, 26px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .new-top-table .st.large {
    font-size: 3.4rem;
  }
}
.p-page__content:not(.p-page__content--archive) .new-top-table .st {
  font-size: max(1.8rem, 18px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .new-top-table .st {
    font-size: 2.6rem;
  }
}
.p-page__content:not(.p-page__content--archive) .checkTable {
  width: 100%;
}
.p-page__content:not(.p-page__content--archive) .checkTable td {
  text-align: center;
  vertical-align: middle;
}
.p-page__content:not(.p-page__content--archive) .checkTable .txtC {
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-page__content:not(.p-page__content--archive) .checkTable td:nth-child(2n-1) {
    text-align: left;
    border-right: none;
  }
  .p-page__content:not(.p-page__content--archive) .checkTable td:nth-child(2n) {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .checkTable th, .p-page__content:not(.p-page__content--archive) .checkTable td {
    width: 100%;
    display: block;
  }
  .p-page__content:not(.p-page__content--archive) .checkTable td {
    border-top: none;
  }
  .p-page__content:not(.p-page__content--archive) .checkTable td:nth-child(2n-1) {
    border-bottom: none;
  }
  .p-page__content:not(.p-page__content--archive) .checkTable td:nth-child(2n) {
    border-top: none;
  }
  .p-page__content:not(.p-page__content--archive) .checkTable.suisen td:nth-child(2n) {
    border-top: 1px solid #d6d6d6;
  }
}
.p-page__content:not(.p-page__content--archive) .faucetTable td {
  text-align: center;
  vertical-align: middle;
}
.p-page__content:not(.p-page__content--archive) .faucetTable td:first-child {
  text-align: left;
  border-right: none;
}
.p-page__content:not(.p-page__content--archive) .faucetTable td:nth-child(2) {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .faucetTable td:nth-child(2) {
    width: 20%;
  }
  .p-page__content:not(.p-page__content--archive) .faucetTable td:nth-child(3) {
    width: 18%;
  }
  .p-page__content:not(.p-page__content--archive) .faucetTable td:nth-child(3) img {
    max-width: 8rem;
  }
  .p-page__content:not(.p-page__content--archive) .faucetTable td:nth-child(4) {
    width: 18%;
  }
  .p-page__content:not(.p-page__content--archive) .faucetTable td:nth-child(4) img {
    max-width: 8rem;
  }
}
.p-page__content:not(.p-page__content--archive) .is-style-border-table-style table {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .is-style-border-table-style table {
    width: 100%;
  }
}
.p-page__content:not(.p-page__content--archive) .is-style-border-table-style table th, .p-page__content:not(.p-page__content--archive) .is-style-border-table-style table td {
  padding: 2rem 0;
  border-right: none;
  border-left: none;
}
.p-page__content:not(.p-page__content--archive) .is-style-border-table-style table td:not(:first-of-type) {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .wp-block-media-text > .wp-block-media-text__content {
    padding: 4rem 0 0 0;
  }
}
.p-page__content:not(.p-page__content--archive) .wp-block-columns:has(.is-style-panel-button-style) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .wp-block-columns:has(.is-style-panel-button-style) {
    gap: 1em;
  }
}
.p-page__content:not(.p-page__content--archive) .wp-block-columns {
  margin-top: 0;
}
.p-page__content:not(.p-page__content--archive) .is-style-panel-button-style {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-page__content:not(.p-page__content--archive) .is-style-panel-button-style .wp-block-button__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: initial;
  height: 10rem;
  color: #0e0e0e;
  font-size: max(2rem, 16px);
  background-color: #fff;
  border: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .is-style-panel-button-style .wp-block-button__link {
    font-size: 3rem;
    height: 15rem;
  }
}
.p-page__content:not(.p-page__content--archive) .is-style-panel-button-style .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.2rem;
  height: 1.6rem;
  aspect-ratio: 94/150;
  background: url(../images/common/icon_down.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(0%) saturate(1594%) hue-rotate(213deg) brightness(100%) contrast(51%);
          filter: brightness(0) saturate(100%) invert(28%) sepia(0%) saturate(1594%) hue-rotate(213deg) brightness(100%) contrast(51%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .is-style-panel-button-style .wp-block-button__link::after {
    right: 2rem;
    width: 2.8rem;
    height: 3.5rem;
  }
}
.p-page__content:not(.p-page__content--archive) .is-style-panel-button-style .wp-block-button__link em {
  font-size: max(1.2rem, 12px);
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .is-style-panel-button-style .wp-block-button__link em {
    font-size: 2rem;
  }
}
.p-page__content:not(.p-page__content--archive) .is-style-navi-column-style {
  margin-top: 0;
  margin-bottom: 0;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-page__content:not(.p-page__content--archive) .is-style-navi-column-style h2 {
  position: relative;
  margin-top: 2rem;
}
.p-page__content:not(.p-page__content--archive) .is-style-navi-column-style h2::before {
  position: absolute;
  top: 0.8em;
  left: -2rem;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #6c6b6a;
  content: "";
}
.p-page__content:not(.p-page__content--archive) .is-style-navi-column-style > .wp-block-column {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .wp-block-image img {
    width: 100%;
  }
}
.p-page__content:not(.p-page__content--archive) .banner-style {
  position: relative;
  aspect-ratio: 1100/312;
  padding: 0 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/cms/wp-content/uploads/2025/05/pc_about_durability_bg.png) no-repeat center center/contain;
}
@media screen and (max-width: 1239px) {
  .p-page__content:not(.p-page__content--archive) .banner-style {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .banner-style {
    aspect-ratio: 670/483;
    font-size: 2.2rem;
    background-image: url(/cms/wp-content/uploads/2025/05/sp_about_durability_bg.png);
  }
}
.p-page__content:not(.p-page__content--archive) .banner-style > div {
  margin: 0 !important;
}
.p-page__content:not(.p-page__content--archive) .banner-style .label {
  position: absolute;
  top: -1em;
  left: 0;
  padding: 0.5rem 2rem;
  color: #fff;
  background-color: #4b4b4b;
}
.p-page__content:not(.p-page__content--archive) .banner-style p {
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 1239px) {
  .p-page__content:not(.p-page__content--archive) .banner-style p {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .banner-style p {
    line-height: 2;
  }
}
.p-page__content:not(.p-page__content--archive) .banner-style strong {
  display: inline-block;
  font-size: max(2.4rem, 24px);
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .banner-style strong {
    font-size: 3.1rem;
  }
}
.p-page__content:not(.p-page__content--archive) .banner-style .c-button {
  margin: 1em 0 -2rem 0;
  min-height: 6rem;
}
@media screen and (max-width: 1239px) {
  .p-page__content:not(.p-page__content--archive) .banner-style .c-button {
    min-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-page__content:not(.p-page__content--archive) .banner-style .c-button {
    min-height: 10rem;
  }
}
.p-page__content .p-page__main {
  position: relative;
  min-height: 7rem;
  margin-bottom: 3rem;
}
.p-page__content .p-page__bg img {
  width: 100%;
}
.p-page__content .p-page__category {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-page__content .p-page__category {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-page__content .p-page__category span {
  padding: 1rem;
  font-size: max(1.5rem, 15px);
  color: #fff;
  background: #323232;
}
@media screen and (max-width: 767px) {
  .p-page__content .p-page__category span {
    font-size: 2.3rem;
  }
}
.p-page__content .p-page__category span a {
  text-decoration: none !important;
}
.p-page__content .p-page__category span::before {
  font-size: max(2rem, 16px);
}
.p-page__content .wp-block-button__link {
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          column-gap: 1.8rem;
  padding: 0 2.5rem;
}
.p-page__content .wp-block-button__link::after {
  position: static;
}
.p-page__content .wp-block-column .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-page__content .wp-block-column .wp-block-image img {
  width: 100% !important;
}
@media screen and (min-width: 1240px) {
  .p-page__notfound {
    min-width: 80rem;
  }
}
@media screen and (max-width: 1239px) {
  .p-page__notfound {
    min-width: 60rem;
  }
}
.p-page .wpcf7-form {
  font-size: 16px;
}
.p-page .wpcf7-form dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.p-page .wpcf7-form dt p {
  margin-bottom: 4px;
}
.p-page .wpcf7-form dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 8%;
     -moz-column-gap: 8%;
          column-gap: 8%;
  row-gap: 1em;
}
.p-page .wpcf7-form .req {
  color: red;
}
.p-page .wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
.p-page .wpcf7-form input[type=file] {
  font-size: 16px;
}
.p-page .wpcf7-form input[type=email],
.p-page .wpcf7-form input[type=text],
.p-page .wpcf7-form input[type=tel],
.p-page .wpcf7-form textarea {
  display: inline-block;
  width: 100%;
  height: 40px;
  min-height: 27px;
  padding: 0 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  background-color: #f5f8fa;
}
.p-page .wpcf7-form textarea {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 10px 15px;
}
.p-page .wpcf7-form input[type=submit] {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 16px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  background-color: #323232;
  border-color: #323232;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  padding: 12px 24px;
}
.p-page .removeList {
  /*width: 80%;*/
  margin: 0 auto;
}
.p-page .removeTable {
  margin: 0;
}
.p-page .removeTable table {
  width: 100%;
}
.p-page .removeTable table td a:hover,
.p-page .removeTable table th a:hover {
  opacity: 0.6;
}
.p-page .removeTable table td:first-child,
.p-page .removeTable table th:first-child {
  width: 80%;
}
.p-page .removeTable table td:last-child,
.p-page .removeTable table th:last-child {
  text-align: center;
  white-space: nowrap;
}
.p-page .l_box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-page .removeList {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .p-page .removeTable {
    width: 100%;
    padding: 0;
  }
  .p-page .removeTable table td:first-child,
  .p-page .removeTable table th:first-child {
    width: 70%;
  }
}

:root :where(.is-layout-constrained) > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

/* p-page-relation
---------------------------------------- */
.p-page-relation {
  margin: 8rem 0;
}
.p-page-relation__title {
  margin-bottom: 2rem;
  font-size: max(2.9rem, 29px);
}
@media screen and (max-width: 767px) {
  .p-page-relation__title {
    font-size: 3.8rem;
  }
}
.p-page-relation__list {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-page-relation__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}