/* /entry/164/ ポケットフォルダーの用紙・加工ガイド専用CSS */
.pocket-164-page,
.pocket-164-page * {
  box-sizing: border-box;
}

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

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

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

.pocket-164-page-title {
  margin: 0 0 20px;
  padding: 18px 22px;
  border-bottom: 4px solid #147f9f;
  background: #f4f7f8;
  color: #1f333b;
  font-size: clamp(1.45rem, 2.7vw, 2.05rem);
  line-height: 1.45;
}

.pocket-164-hero {
  margin: 0 0 26px;
  overflow: hidden;
  border: 1px solid #d7e0e3;
  border-radius: 16px;
  background: #f5f3ef;
  box-shadow: 0 10px 28px rgba(38, 63, 72, .1);
}

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

.pocket-164-lead {
  margin: 0 0 30px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid #c8dde4;
  border-radius: 16px;
  background: linear-gradient(135deg, #f1fafc 0%, #fff 55%, #f9f4ec 100%);
}

.pocket-164-eyebrow {
  margin: 0 0 8px;
  color: #0d718f;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.pocket-164-lead h2,
.pocket-164-final-cta h2 {
  margin: 0 0 16px;
  color: #163944;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  line-height: 1.5;
}

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

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

.pocket-164-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-164-button--primary {
  border-color: #b43724;
  background-color: #b43724;
  color: #fff !important;
}

.pocket-164-button--primary:hover,
.pocket-164-button--primary:focus-visible {
  border-color: #7c2115;
  background-color: #7c2115;
  color: #fff !important;
  transform: translateY(-1px);
}

.pocket-164-button--secondary {
  border-color: #086e8e;
  background-color: #086e8e;
  color: #fff !important;
}

.pocket-164-button--secondary:hover,
.pocket-164-button--secondary:focus-visible {
  border-color: #064c63;
  background-color: #064c63;
  color: #fff !important;
  transform: translateY(-1px);
}

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

.pocket-164-toc > p {
  margin: 0 0 10px;
  color: #224650;
  font-weight: 800;
}

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

.pocket-164-toc a {
  color: #075f7b;
  font-weight: 700;
}

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

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

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

.pocket-164-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 #1990b2;
}

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

.pocket-164-heading h2 {
  min-width: 0;
  margin: 0;
  color: #183843;
  font-size: clamp(1.35rem, 2.55vw, 1.82rem);
  line-height: 1.5;
}

.pocket-164-summary-grid,
.pocket-164-purpose-grid,
.pocket-164-design-grid,
.pocket-164-use-grid,
.pocket-164-product-grid,
.pocket-164-support-boxes,
.pocket-164-related-grid,
.pocket-164-check-grid {
  display: grid;
  gap: 18px;
}

.pocket-164-summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.pocket-164-summary-grid article {
  position: relative;
  min-width: 0;
  padding: 21px 20px 20px 62px;
  border: 1px solid #d5e2e6;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(42, 70, 78, .05);
}

.pocket-164-summary-icon {
  position: absolute;
  top: 22px;
  left: 18px;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: #e3f4f8;
  color: #086c89;
  font-weight: 900;
}

.pocket-164-summary-grid h3,
.pocket-164-design-grid h3,
.pocket-164-use-grid h3,
.pocket-164-check-grid h3,
.pocket-164-support-boxes h3 {
  margin: 0 0 8px;
  color: #22404a;
  font-size: 1.1rem;
}

.pocket-164-summary-grid p,
.pocket-164-design-grid p,
.pocket-164-use-grid p,
.pocket-164-support-boxes p,
.pocket-164-product-grid p {
  margin: 0;
}

.pocket-164-note {
  margin-top: 20px;
  padding: 16px 18px;
  border-left: 5px solid #d88b27;
  background: #fff8ea;
}

.pocket-164-note strong {
  display: block;
  margin-bottom: 3px;
  color: #72420f;
}

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

.pocket-164-purpose-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.pocket-164-guide-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid #d4e0e4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(42, 66, 75, .06);
}

.pocket-164-guide-card--wide {
  grid-column: 1 / -1;
}

.pocket-164-guide-card__label {
  display: inline-block;
  margin: 0 0 8px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #e8f5f8;
  color: #086c89;
  font-size: .78rem;
  font-weight: 800;
}

.pocket-164-guide-card h3 {
  margin: 0 0 8px;
  color: #203c45;
  font-size: 1.16rem;
  line-height: 1.55;
}

.pocket-164-guide-card > p:not(.pocket-164-guide-card__label) {
  margin: 0 0 15px;
}

.pocket-164-guide-card > a,
.pocket-164-card-links a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  background: #edf7fa;
  color: #075e79 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.pocket-164-guide-card > a:hover,
.pocket-164-guide-card > a:focus-visible,
.pocket-164-card-links a:hover,
.pocket-164-card-links a:focus-visible {
  background: #0b6f8d;
  color: #fff !important;
}

.pocket-164-card-links {
  display: grid;
  gap: 8px;
}

.pocket-164-card-links--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.pocket-164-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.pocket-164-table th,
.pocket-164-table td {
  padding: 13px 14px;
  border-right: 1px solid #dbe4e7;
  border-bottom: 1px solid #dbe4e7;
  vertical-align: top;
  text-align: left;
}

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

.pocket-164-table tbody th {
  width: 24%;
  background: #f0f7f8;
  color: #243e46;
}

.pocket-164-table th:last-child,
.pocket-164-table td:last-child {
  border-right: 0;
}

.pocket-164-table tbody tr:last-child th,
.pocket-164-table tbody tr:last-child td {
  border-bottom: 0;
}

.pocket-164-table a {
  color: #056b89;
  font-weight: 800;
}

.pocket-164-table a:hover,
.pocket-164-table a:focus-visible {
  color: #8b281a;
}

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

.pocket-164-check-grid article,
.pocket-164-design-grid article,
.pocket-164-use-grid article,
.pocket-164-support-boxes article {
  min-width: 0;
  padding: 20px;
  border: 1px solid #d7e2e5;
  border-radius: 13px;
  background: #fff;
}

.pocket-164-check-grid ul {
  margin: 0;
  padding-left: 1.35em;
}

.pocket-164-check-grid li {
  margin: 5px 0;
}

.pocket-164-design-grid,
.pocket-164-use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.pocket-164-design-grid article {
  border-top: 5px solid #1590b2;
}

.pocket-164-use-grid article {
  border-top: 5px solid #d18a31;
}

.pocket-164-inline-links,
.pocket-164-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.pocket-164-inline-links a,
.pocket-164-related-grid a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border: 1px solid #cadce2;
  border-radius: 11px;
  background: #f8fbfc;
  color: #1d3942 !important;
  text-decoration: none !important;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.pocket-164-inline-links a:hover,
.pocket-164-inline-links a:focus-visible,
.pocket-164-related-grid a:hover,
.pocket-164-related-grid a:focus-visible {
  border-color: #0b728f;
  background: #eaf6f9;
  color: #15323a !important;
  transform: translateY(-2px);
}

.pocket-164-inline-links strong,
.pocket-164-related-grid strong {
  color: #075f7a;
}

.pocket-164-inline-links span,
.pocket-164-related-grid span {
  font-size: .9rem;
}

.pocket-164-route-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.pocket-164-route-links a {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 2px solid #0c708e;
  border-radius: 9px;
  background: #fff;
  color: #075f7a !important;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

.pocket-164-route-links a:hover,
.pocket-164-route-links a:focus-visible {
  background: #0c708e;
  color: #fff !important;
}

.pocket-164-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.pocket-164-product-grid > a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 22px;
  border: 2px solid #cbdce1;
  border-radius: 14px;
  background: #fff;
  color: #263e46 !important;
  text-decoration: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pocket-164-product-grid > a:hover,
.pocket-164-product-grid > a:focus-visible {
  border-color: #0b718f;
  color: #263e46 !important;
  box-shadow: 0 9px 24px rgba(17, 91, 112, .12);
  transform: translateY(-2px);
}

.pocket-164-product-grid span {
  color: #98702f;
  font-size: .78rem;
  font-weight: 800;
}

.pocket-164-product-grid strong {
  margin: 3px 0 8px;
  color: #075f7a;
  font-size: 1.2rem;
}

.pocket-164-support-boxes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.pocket-164-support-boxes article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pocket-164-support-boxes .pocket-164-button {
  width: 100%;
  margin-top: auto;
}

.pocket-164-faq-list {
  display: grid;
  gap: 10px;
}

.pocket-164-faq-list details {
  overflow: hidden;
  border: 1px solid #cbdce1;
  border-radius: 11px;
  background: #fff;
}

.pocket-164-faq-list summary {
  position: relative;
  padding: 16px 50px 16px 18px;
  color: #203e47;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.pocket-164-faq-list summary::-webkit-details-marker {
  display: none;
}

.pocket-164-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e4f3f7;
  color: #0a6c89;
  content: "+";
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
  transform: translateY(-50%);
}

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

.pocket-164-faq-list details > div {
  padding: 0 18px 17px;
  border-top: 1px solid #e2e9eb;
}

.pocket-164-faq-list p {
  margin: 14px 0 0;
}

.pocket-164-faq-list a {
  color: #075f7b;
  font-weight: 800;
}

.pocket-164-faq-list a:hover,
.pocket-164-faq-list a:focus-visible {
  color: #8b281a;
}

.pocket-164-related {
  margin: 0 0 48px;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 15px;
  background: #f1f7f8;
}

.pocket-164-related h2 {
  margin: 0;
  color: #21404a;
  font-size: clamp(1.25rem, 2.3vw, 1.6rem);
}

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

.pocket-164-final-cta {
  margin: 0 0 36px;
  padding: clamp(25px, 5vw, 44px);
  border-radius: 17px;
  background: linear-gradient(135deg, #153e4a 0%, #0b718e 100%);
  color: #fff;
  text-align: center;
}

.pocket-164-final-cta .pocket-164-eyebrow,
.pocket-164-final-cta h2 {
  color: #fff;
}

.pocket-164-final-actions {
  justify-content: center;
}

.pocket-164-final-cta .pocket-164-button--secondary {
  border-color: #fff;
  background: #fff;
  color: #075f7a !important;
}

.pocket-164-final-cta .pocket-164-button--secondary:hover,
.pocket-164-final-cta .pocket-164-button--secondary:focus-visible {
  border-color: #e4f4f8;
  background: #e4f4f8;
  color: #064c63 !important;
}

.pocket-164-final-cta .pocket-164-button--primary {
  border-color: #e7a34c;
  background: #b83a27;
  color: #fff !important;
}

.pocket-164-final-cta .pocket-164-button--primary:hover,
.pocket-164-final-cta .pocket-164-button--primary:focus-visible {
  border-color: #f4c37c;
  background: #7d2418;
  color: #fff !important;
}

.pocket-164-back-link {
  display: inline-block;
  margin-top: 20px;
  color: #fff !important;
  font-weight: 700;
}

.pocket-164-back-link:hover,
.pocket-164-back-link:focus-visible {
  color: #fff1c9 !important;
}

@media (max-width: 900px) {
  .pocket-164-design-grid,
  .pocket-164-use-grid,
  .pocket-164-inline-links,
  .pocket-164-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .pocket-164-page-title {
    padding: 14px 15px;
  }

  .pocket-164-hero {
    margin-bottom: 20px;
    border-radius: 10px;
  }

  .pocket-164-lead {
    padding: 20px 16px;
  }

  .pocket-164-lead-links,
  .pocket-164-final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .pocket-164-toc {
    padding: 16px;
  }

  .pocket-164-toc ol,
  .pocket-164-summary-grid,
  .pocket-164-purpose-grid,
  .pocket-164-check-grid,
  .pocket-164-design-grid,
  .pocket-164-use-grid,
  .pocket-164-inline-links,
  .pocket-164-route-links,
  .pocket-164-product-grid,
  .pocket-164-support-boxes,
  .pocket-164-related-grid {
    grid-template-columns: 1fr;
  }

  .pocket-164-card-links--four {
    grid-template-columns: 1fr;
  }

  .pocket-164-guide-card--wide {
    grid-column: auto;
  }

  .pocket-164-heading {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 9px;
  }

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

  .pocket-164-summary-grid article {
    padding: 19px 16px 18px 55px;
  }

  .pocket-164-summary-icon {
    left: 14px;
  }

  .pocket-164-guide-card,
  .pocket-164-check-grid article,
  .pocket-164-design-grid article,
  .pocket-164-use-grid article,
  .pocket-164-product-grid > a,
  .pocket-164-support-boxes article {
    padding: 18px 16px;
  }

  .pocket-164-final-cta {
    padding: 25px 16px;
  }
}

@media (max-width: 480px) {
  .pocket-164-page {
    font-size: .95rem;
  }

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

  .pocket-164-heading h2 {
    font-size: 1.25rem;
  }

  .pocket-164-table {
    min-width: 660px;
  }
}
