/* /entry/191/ ポケット部分のサイズと収納方法 専用CSS */
.pocket-191-page,
.pocket-191-page * {
  box-sizing: border-box;
}

.pocket-191-page {
  min-width: 0;
  color: #26363b;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.86;
  overflow-wrap: anywhere;
}

.pocket-191-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.pocket-191-page a {
  text-underline-offset: .2em;
}

.pocket-191-page-title {
  margin: 0 0 20px;
  padding: 18px 22px;
  border-bottom: 4px solid #1b7c91;
  background: #f1f7f8;
  color: #193a43;
  font-size: clamp(1.42rem, 2.65vw, 2.02rem);
  line-height: 1.48;
}

.pocket-191-hero {
  margin: 0 0 26px;
  overflow: hidden;
  border: 1px solid #d4dde0;
  border-radius: 16px;
  background: #eceae3;
  box-shadow: 0 10px 28px rgba(31, 57, 66, .11);
}

.pocket-191-hero img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.pocket-191-lead {
  margin: 0 0 30px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid #c7dbe0;
  border-radius: 16px;
  background: linear-gradient(135deg, #f4fafb 0%, #fff 48%, #f9f4ea 100%);
}

.pocket-191-eyebrow {
  margin: 0 0 8px;
  color: #116d83;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.pocket-191-lead h2,
.pocket-191-final-cta h2 {
  margin: 0 0 16px;
  color: #173e49;
  font-size: clamp(1.34rem, 2.55vw, 1.88rem);
  line-height: 1.52;
}

.pocket-191-lead p,
.pocket-191-section > p,
.pocket-191-final-cta > p {
  margin: 0 0 14px;
}

.pocket-191-lead-actions,
.pocket-191-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.pocket-191-button {
  display: inline-flex;
  min-width: 0;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: 9px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  text-decoration: none !important;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.pocket-191-button--product {
  border-color: #15788c;
  background-color: #15788c;
  color: #fff !important;
}

.pocket-191-button--product:hover,
.pocket-191-button--product:focus-visible {
  border-color: #0d5260;
  background-color: #0d5260;
  color: #fff !important;
  transform: translateY(-1px);
}

.pocket-191-button--sample {
  border-color: #9a5a1f;
  background-color: #9a5a1f;
  color: #fff !important;
}

.pocket-191-button--sample:hover,
.pocket-191-button--sample:focus-visible {
  border-color: #68380e;
  background-color: #68380e;
  color: #fff !important;
  transform: translateY(-1px);
}

.pocket-191-button--estimate {
  border-color: #9a2435;
  background-color: #9a2435;
  color: #fff !important;
}

.pocket-191-button--estimate:hover,
.pocket-191-button--estimate:focus-visible {
  border-color: #681421;
  background-color: #681421;
  color: #fff !important;
  transform: translateY(-1px);
}

.pocket-191-understand {
  margin: 0 0 28px;
  padding: 24px;
  border: 1px solid #d4dfe1;
  border-radius: 14px;
  background: #fff;
}

.pocket-191-understand > h2 {
  margin: 0 0 18px;
  color: #1b4450;
  font-size: clamp(1.28rem, 2.3vw, 1.65rem);
}

.pocket-191-understand-grid,
.pocket-191-basic-grid,
.pocket-191-design-grid,
.pocket-191-service-grid,
.pocket-191-related-grid {
  display: grid;
  gap: 18px;
}

.pocket-191-understand-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pocket-191-understand-grid article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: 12px;
  padding: 17px;
  border-radius: 11px;
  background: #f2f7f8;
}

.pocket-191-understand-grid span {
  display: grid;
  width: 34px;
  height: 34px;
  grid-row: 1 / span 2;
  place-items: center;
  border-radius: 50%;
  background: #245866;
  color: #fff;
  font-weight: 900;
}

.pocket-191-understand-grid h3,
.pocket-191-understand-grid p {
  margin: 0;
}

.pocket-191-understand-grid h3 {
  color: #1e4149;
  font-size: 1.02rem;
}

.pocket-191-understand-grid p {
  margin-top: 5px;
  font-size: .94rem;
}

.pocket-191-toc {
  margin: 0 0 46px;
  padding: 20px;
  border: 1px solid #cfdddf;
  border-radius: 13px;
  background: #fff;
}

.pocket-191-toc > p {
  margin: 0 0 10px;
  color: #224b54;
  font-weight: 800;
}

.pocket-191-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 26px;
  margin: 0;
  padding-left: 1.45em;
}

.pocket-191-toc a {
  color: #096b7d;
  font-weight: 700;
}

.pocket-191-toc a:hover,
.pocket-191-toc a:focus-visible {
  color: #8a2d1f;
}

.pocket-191-section {
  min-width: 0;
  margin: 0 0 58px;
}

.pocket-191-anchor {
  scroll-margin-top: 120px;
}

.pocket-191-heading {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  padding-bottom: 12px;
  border-bottom: 3px solid #278ba0;
}

.pocket-191-heading > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #214f59;
  color: #fff;
  font-size: .9rem;
  font-weight: 900;
}

.pocket-191-heading h2 {
  min-width: 0;
  margin: 0;
  color: #183f49;
  font-size: clamp(1.34rem, 2.5vw, 1.82rem);
  line-height: 1.48;
}

.pocket-191-basic-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
}

.pocket-191-basic-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid #d4dfe1;
  border-top: 5px solid #247d90;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(40, 62, 68, .07);
}

.pocket-191-basic-card--pocket {
  border-top-color: #a15c20;
}

.pocket-191-basic-card--capacity {
  border-top-color: #94505b;
}

.pocket-191-card-label {
  margin: 0 0 6px;
  color: #557078;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.pocket-191-basic-card h3 {
  margin: 0 0 10px;
  color: #1c414a;
  font-size: 1.14rem;
}

.pocket-191-basic-card p:last-child {
  margin: 0;
}

.pocket-191-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.pocket-191-steps article {
  position: relative;
  padding: 22px 22px 20px;
  border: 1px solid #d1dee0;
  border-radius: 13px;
  background: #fff;
}

.pocket-191-steps article > span {
  display: inline-block;
  margin: 0 0 9px;
  padding: 3px 9px;
  border-radius: 999px;
  background: #dceef1;
  color: #155b69;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .06em;
}

.pocket-191-steps h3 {
  margin: 0 0 8px;
  color: #1c424b;
  font-size: 1.1rem;
}

.pocket-191-steps p {
  margin: 0;
}

.pocket-191-visibility {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr);
  gap: 20px;
  padding: 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #edf7f8, #fff8ed);
}

.pocket-191-visibility h3 {
  margin: 0 0 10px;
  color: #1a4650;
  font-size: 1.14rem;
}

.pocket-191-visibility p {
  margin: 0 0 12px;
}

.pocket-191-mini-list {
  padding: 18px;
  border: 1px solid #d8d6cd;
  border-radius: 11px;
  background: rgba(255, 255, 255, .86);
}

.pocket-191-mini-list ul {
  margin: 0;
  padding-left: 1.25em;
}

.pocket-191-mini-list li + li {
  margin-top: 7px;
}

.pocket-191-table-wrap {
  max-width: 100%;
  margin: 0 0 20px;
  overflow-x: auto;
  border: 1px solid #ccdadd;
  border-radius: 12px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.pocket-191-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: .94rem;
}

.pocket-191-table caption {
  padding: 15px 18px;
  background: #edf6f8;
  color: #1d4853;
  font-weight: 800;
  text-align: left;
}

.pocket-191-table th,
.pocket-191-table td {
  padding: 14px 15px;
  border-top: 1px solid #dce4e5;
  border-right: 1px solid #e4e9ea;
  vertical-align: top;
  text-align: left;
}

.pocket-191-table thead th {
  background: #245967;
  color: #fff;
  font-weight: 800;
}

.pocket-191-table tbody th {
  min-width: 120px;
  background: #f4f8f9;
  color: #20434b;
}

.pocket-191-table tr > *:last-child {
  border-right: 0;
}

.pocket-191-design-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 22px;
}

.pocket-191-design-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 14px;
  padding: 20px;
  border: 1px solid #d4dfe0;
  border-radius: 12px;
  background: #fff;
}

.pocket-191-icon {
  display: grid;
  width: 46px;
  height: 46px;
  grid-row: 1 / span 2;
  place-items: center;
  border-radius: 12px;
  background: #e0f0f3;
  color: #1a6574;
  font-weight: 900;
}

.pocket-191-design-grid h3,
.pocket-191-design-grid p {
  margin: 0;
}

.pocket-191-design-grid h3 {
  color: #1c424b;
  font-size: 1.08rem;
}

.pocket-191-design-grid p {
  margin-top: 7px;
}

.pocket-191-note {
  padding: 20px 22px;
  border-left: 6px solid #aa6122;
  border-radius: 4px 12px 12px 4px;
  background: #fff8eb;
}

.pocket-191-note h3 {
  margin: 0 0 8px;
  color: #6d3e15;
  font-size: 1.08rem;
}

.pocket-191-note p {
  margin: 0;
}

.pocket-191-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 26px;
}

.pocket-191-service-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 22px;
  border: 1px solid #d2dfe1;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(35, 61, 68, .06);
}

.pocket-191-service-card h3 {
  margin: 0 0 10px;
  color: #1b4450;
  font-size: 1.12rem;
}

.pocket-191-service-card p {
  margin: 0 0 16px;
}

.pocket-191-service-card a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 10px 14px;
  border: 2px solid #167487;
  border-radius: 8px;
  background-color: #fff;
  color: #116274 !important;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

.pocket-191-service-card a:hover,
.pocket-191-service-card a:focus-visible {
  border-color: #0d5361;
  background-color: #0d5361;
  color: #fff !important;
}

.pocket-191-related-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pocket-191-related-grid a {
  display: block;
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid #d2dddf;
  border-radius: 11px;
  background: #f7fafb;
  color: #174f5c !important;
  text-decoration: none !important;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.pocket-191-related-grid a:hover,
.pocket-191-related-grid a:focus-visible {
  border-color: #217b8e;
  background-color: #eef7f8;
  color: #103f49 !important;
  transform: translateY(-1px);
}

.pocket-191-related-grid strong,
.pocket-191-related-grid span {
  display: block;
}

.pocket-191-related-grid strong {
  margin-bottom: 5px;
}

.pocket-191-related-grid span {
  color: #52686e;
  font-size: .9rem;
}

.pocket-191-back-link {
  margin-top: 20px !important;
  text-align: right;
}

.pocket-191-back-link a {
  color: #11697a;
  font-weight: 800;
}

.pocket-191-checklist {
  margin: 0 0 18px;
  padding: 24px;
  border: 1px solid #cbdadd;
  border-radius: 14px;
  background: #f3f8f9;
}

.pocket-191-checklist h3 {
  margin: 0 0 13px;
  color: #1b4650;
  font-size: 1.16rem;
}

.pocket-191-checklist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pocket-191-checklist li {
  position: relative;
  padding-left: 29px;
}

.pocket-191-checklist li::before {
  position: absolute;
  top: .18em;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 5px;
  background: #2b7787;
  color: #fff;
  content: "✓";
  font-size: .78rem;
  font-weight: 900;
}

.pocket-191-faq details {
  margin: 0 0 12px;
  overflow: hidden;
  border: 1px solid #d1dddf;
  border-radius: 10px;
  background: #fff;
}

.pocket-191-faq summary {
  position: relative;
  padding: 17px 48px 17px 18px;
  color: #1d4149;
  font-weight: 800;
  cursor: pointer;
}

.pocket-191-faq summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  color: #1c7486;
  content: "+";
  font-size: 1.4rem;
  line-height: 1;
  transform: translateY(-50%);
}

.pocket-191-faq details[open] summary::after {
  content: "−";
}

.pocket-191-faq details > div {
  padding: 0 18px 18px;
  border-top: 1px solid #e0e7e8;
}

.pocket-191-faq details p {
  margin: 14px 0 0;
}

.pocket-191-final-cta {
  margin: 0 0 20px;
  padding: clamp(24px, 4.6vw, 42px);
  border-radius: 16px;
  background: linear-gradient(135deg, #1e5260 0%, #176d7f 58%, #9b5b22 160%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(31, 70, 80, .18);
}

.pocket-191-final-cta .pocket-191-eyebrow,
.pocket-191-final-cta h2,
.pocket-191-final-cta > p {
  color: #fff;
}

.pocket-191-final-cta .pocket-191-eyebrow {
  opacity: .82;
}

.pocket-191-final-cta .pocket-191-button--sample {
  border-color: #fff;
  background-color: #fff;
  color: #74400f !important;
}

.pocket-191-final-cta .pocket-191-button--sample:hover,
.pocket-191-final-cta .pocket-191-button--sample:focus-visible {
  border-color: #f3e0c7;
  background-color: #f3e0c7;
  color: #5d3008 !important;
}

.pocket-191-final-cta .pocket-191-button--estimate {
  border-color: #fff;
  background-color: transparent;
  color: #fff !important;
}

.pocket-191-final-cta .pocket-191-button--estimate:hover,
.pocket-191-final-cta .pocket-191-button--estimate:focus-visible {
  border-color: #fff;
  background-color: #fff;
  color: #7c1e2b !important;
}

@media (max-width: 1100px) {
  .pocket-191-basic-grid,
  .pocket-191-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pocket-191-basic-grid article:last-child,
  .pocket-191-service-grid article:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 650px) {
  .pocket-191-page-title {
    padding: 15px 16px;
    font-size: 1.38rem;
  }

  .pocket-191-hero {
    margin-bottom: 20px;
    border-radius: 11px;
  }

  .pocket-191-lead,
  .pocket-191-understand,
  .pocket-191-visibility,
  .pocket-191-checklist,
  .pocket-191-final-cta {
    padding: 19px 17px;
  }

  .pocket-191-understand-grid,
  .pocket-191-basic-grid,
  .pocket-191-steps,
  .pocket-191-visibility,
  .pocket-191-design-grid,
  .pocket-191-service-grid,
  .pocket-191-related-grid,
  .pocket-191-checklist ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .pocket-191-basic-grid article:last-child,
  .pocket-191-service-grid article:last-child {
    grid-column: auto;
  }

  .pocket-191-toc {
    margin-bottom: 38px;
    padding: 17px;
  }

  .pocket-191-toc ol {
    grid-template-columns: minmax(0, 1fr);
  }

  .pocket-191-section {
    margin-bottom: 46px;
  }

  .pocket-191-heading {
    grid-template-columns: 39px minmax(0, 1fr);
    gap: 10px;
  }

  .pocket-191-heading > span {
    width: 38px;
    height: 38px;
    font-size: .78rem;
  }

  .pocket-191-lead-actions,
  .pocket-191-final-actions {
    flex-direction: column;
  }

  .pocket-191-button {
    width: 100%;
  }

  .pocket-191-table-wrap::after {
    display: block;
    padding: 8px 12px;
    background: #f0f5f6;
    color: #53686d;
    content: "表は左右にスクロールできます";
    font-size: .76rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .pocket-191-understand-grid article,
  .pocket-191-design-grid article {
    padding: 15px;
  }

  .pocket-191-basic-card,
  .pocket-191-steps article,
  .pocket-191-service-card {
    padding: 18px 16px;
  }

  .pocket-191-heading h2 {
    font-size: 1.27rem;
  }
}
