/* /entry/167/ ポケットフォルダーの業種別ガイド専用CSS */
.pocket-167-page,
.pocket-167-page * {
  box-sizing: border-box;
}

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

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

.pocket-167-page a {
  text-underline-offset: .18em;
}

.pocket-167-page .pageTitle {
  margin: 0 0 20px;
  padding: 18px 22px;
  border-bottom: 4px solid #d11f2f;
  background: linear-gradient(135deg, #f4f7f9 0%, #ffffff 100%);
  color: #1b2f43;
  font-size: clamp(1.48rem, 2.8vw, 2.05rem);
  line-height: 1.45;
}

.pocket-167-hero {
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px solid #dce3e8;
  border-radius: 16px;
  background: #edf2f4;
  box-shadow: 0 10px 26px rgba(24, 48, 70, .09);
}

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

.pocket-167-lead {
  margin: 0 0 28px;
  padding: 22px 24px;
  border-left: 6px solid #d11f2f;
  border-radius: 0 12px 12px 0;
  background: #f8fafb;
}

.pocket-167-lead p {
  margin: 0;
}

.pocket-167-lead p + p {
  margin-top: 10px;
}

.pocket-167-lead__label {
  margin-bottom: 7px !important;
  color: #a20e20;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.pocket-167-toc {
  margin: 0 0 46px;
  padding: 20px 22px;
  border: 1px solid #cfdbe3;
  border-radius: 14px;
  background: #f3f8fb;
}

.pocket-167-toc__title {
  margin: 0 0 10px;
  color: #193a56;
  font-size: 1.05rem;
  font-weight: 800;
}

.pocket-167-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  margin: 0;
  padding-left: 1.55em;
}

.pocket-167-toc li {
  min-width: 0;
}

.pocket-167-toc a {
  color: #154d73;
  font-weight: 700;
}

.pocket-167-toc a:hover,
.pocket-167-toc a:focus-visible {
  color: #a20e20;
}

.pocket-167-section {
  min-width: 0;
  margin: 0 0 58px;
  scroll-margin-top: 110px;
}

.pocket-167-section > p {
  margin: 0 0 20px;
}

.pocket-167-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 22px;
  padding: 0 0 12px;
  border-bottom: 3px solid #d8e1e7;
}

.pocket-167-heading > span {
  display: inline-flex;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1e5276;
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.pocket-167-heading h2 {
  min-width: 0;
  margin: 3px 0 0;
  color: #1b3348;
  font-size: clamp(1.36rem, 2.55vw, 1.84rem);
  line-height: 1.45;
}

.pocket-167-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.pocket-167-point {
  position: relative;
  min-width: 0;
  padding: 24px 20px 20px;
  border: 1px solid #d7e0e5;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(31, 58, 77, .06);
}

.pocket-167-point__num {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  border-radius: 9px;
  background: #edf5f8;
  color: #146184;
  font-weight: 900;
}

.pocket-167-point h3,
.pocket-167-purpose-card h3,
.pocket-167-guide-card h3,
.pocket-167-data-layout h3,
.pocket-167-check h3,
.pocket-167-industry-card h3,
.pocket-167-product-card h3,
.pocket-167-consult h3,
.pocket-167-related h3 {
  margin: 0 0 9px;
  color: #24394b;
  font-size: 1.12rem;
  line-height: 1.55;
}

.pocket-167-point p,
.pocket-167-purpose-card p,
.pocket-167-guide-card p,
.pocket-167-industry-card p,
.pocket-167-product-card p,
.pocket-167-consult p,
.pocket-167-faq p {
  margin: 0;
}

.pocket-167-note {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid #e8c2c7;
  border-left: 6px solid #c51f30;
  border-radius: 10px;
  background: #fff6f7;
}

.pocket-167-note strong {
  display: block;
  margin-bottom: 5px;
  color: #8e1020;
  font-size: 1.02rem;
}

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

.pocket-167-purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pocket-167-purpose-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid #d4dee4;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff 0%, #f6f9fb 100%);
}

.pocket-167-purpose-card__label {
  display: inline-block;
  margin: 0 0 8px !important;
  padding: 3px 10px;
  border-radius: 999px;
  background: #e4f0f6;
  color: #195977;
  font-size: .8rem;
  font-weight: 800;
}

.pocket-167-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.pocket-167-inline-links a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #b9cbd6;
  border-radius: 7px;
  background: #fff;
  color: #174f70;
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
}

.pocket-167-inline-links a:hover,
.pocket-167-inline-links a:focus-visible {
  border-color: #1d5678;
  background: #1d5678;
  color: #fff;
}

.pocket-167-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pocket-167-guide-card {
  display: block;
  min-width: 0;
  padding: 22px;
  border: 2px solid #d4e0e7;
  border-radius: 14px;
  background: #fff;
  color: #26313a;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(32, 59, 78, .06);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pocket-167-guide-card > span,
.pocket-167-product-card > span {
  display: inline-block;
  margin-bottom: 8px;
  color: #a31627;
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .05em;
}

.pocket-167-guide-card b,
.pocket-167-industry-card b,
.pocket-167-product-card b {
  display: inline-block;
  margin-top: 14px;
  color: #155777;
  font-size: .92rem;
}

.pocket-167-guide-card:hover,
.pocket-167-guide-card:focus-visible {
  border-color: #24658a;
  box-shadow: 0 10px 24px rgba(27, 76, 105, .13);
  color: #26313a;
  transform: translateY(-2px);
}

.pocket-167-guide-card:hover b,
.pocket-167-guide-card:focus-visible b {
  color: #a20e20;
}

.pocket-167-data-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 20px;
}

.pocket-167-data-main,
.pocket-167-data-sub {
  min-width: 0;
  padding: 22px;
  border-radius: 13px;
}

.pocket-167-data-main {
  border: 1px solid #bfcfd8;
  background: #f2f7f9;
}

.pocket-167-data-sub {
  border: 1px solid #e4d4b8;
  background: #fffaf0;
}

.pocket-167-data-main p {
  margin: 0;
}

.pocket-167-data-main a,
.pocket-167-data-sub a {
  color: #155777;
  font-weight: 800;
}

.pocket-167-data-main a:hover,
.pocket-167-data-main a:focus-visible,
.pocket-167-data-sub a:hover,
.pocket-167-data-sub a:focus-visible {
  color: #a20e20;
}

.pocket-167-data-sub ul {
  margin: 0;
  padding-left: 1.35em;
}

.pocket-167-data-sub li + li {
  margin-top: 8px;
}

.pocket-167-check {
  margin-top: 20px;
  padding: 22px;
  border: 2px solid #d9e3e8;
  border-radius: 13px;
  background: #fff;
}

.pocket-167-check ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pocket-167-check li {
  position: relative;
  padding-left: 1.55em;
}

.pocket-167-check li::before {
  position: absolute;
  top: .05em;
  left: 0;
  color: #c51f30;
  content: "✓";
  font-weight: 900;
}

.pocket-167-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pocket-167-industry-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #d7e0e5;
  border-radius: 13px;
  background: #fff;
  color: #27343e;
  text-decoration: none;
  box-shadow: 0 5px 16px rgba(30, 55, 72, .055);
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.pocket-167-industry-card__icon {
  display: inline-flex;
  width: 39px;
  height: 39px;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  border-radius: 10px;
  background: #1d5577;
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
}

.pocket-167-industry-card p {
  flex: 1 1 auto;
}

.pocket-167-industry-card:hover,
.pocket-167-industry-card:focus-visible {
  border-color: #b71729;
  background: #fffafb;
  color: #27343e;
  transform: translateY(-2px);
}

.pocket-167-industry-card:hover b,
.pocket-167-industry-card:focus-visible b {
  color: #a20e20;
}

.pocket-167-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0 0 24px;
}

.pocket-167-product-card {
  display: block;
  min-width: 0;
  padding: 23px;
  border: 2px solid #cfdde5;
  border-radius: 14px;
  background: #fff;
  color: #27343e;
  text-decoration: none;
}

.pocket-167-product-card:hover,
.pocket-167-product-card:focus-visible {
  border-color: #1f5e82;
  background: #f7fbfd;
  color: #27343e;
}

.pocket-167-consult {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
  align-items: center;
  gap: 24px;
  padding: 26px;
  border-radius: 15px;
  background: linear-gradient(135deg, #173f5d 0%, #225f80 100%);
  color: #fff;
}

.pocket-167-consult h3 {
  color: #fff;
  font-size: 1.3rem;
}

.pocket-167-consult__eyebrow {
  margin-bottom: 6px !important;
  color: #cce7f4;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.pocket-167-consult__buttons {
  display: grid;
  gap: 10px;
}

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

.pocket-167-button--sample {
  border-color: #f1bd3d;
  background: #f1bd3d;
  color: #332600 !important;
}

.pocket-167-button--sample:hover,
.pocket-167-button--sample:focus-visible {
  border-color: #fff0b3;
  background: #fff0b3;
  color: #2b2100 !important;
  transform: translateY(-1px);
}

.pocket-167-button--quote {
  border-color: #c91e31;
  background: #c91e31;
  color: #fff !important;
}

.pocket-167-button--quote:hover,
.pocket-167-button--quote:focus-visible {
  border-color: #8e1020;
  background: #8e1020;
  color: #fff !important;
  transform: translateY(-1px);
}

.pocket-167-button--products {
  border-color: #1b577b;
  background: #1b577b;
  color: #fff !important;
}

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

.pocket-167-related {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid #d7e0e5;
  border-radius: 13px;
  background: #f8fafb;
}

.pocket-167-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pocket-167-related__grid a {
  display: flex;
  min-width: 0;
  min-height: 46px;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid #c8d6de;
  border-radius: 8px;
  background: #fff;
  color: #174f70;
  font-weight: 700;
  text-decoration: none;
}

.pocket-167-related__grid a::after {
  margin-left: auto;
  padding-left: 8px;
  content: "›";
  font-size: 1.35rem;
  line-height: 1;
}

.pocket-167-related__grid a:hover,
.pocket-167-related__grid a:focus-visible {
  border-color: #1c5a7e;
  background: #1c5a7e;
  color: #fff;
}

.pocket-167-section--faq {
  margin-bottom: 44px;
}

.pocket-167-faq-list {
  display: grid;
  gap: 12px;
}

.pocket-167-faq {
  overflow: hidden;
  border: 1px solid #d3dde3;
  border-radius: 11px;
  background: #fff;
}

.pocket-167-faq summary {
  position: relative;
  padding: 17px 52px 17px 20px;
  color: #20394d;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.pocket-167-faq summary::before {
  margin-right: 9px;
  color: #b81729;
  content: "Q.";
  font-weight: 900;
}

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

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

.pocket-167-faq > div {
  padding: 0 20px 18px 49px;
  border-top: 1px solid #edf1f3;
}

.pocket-167-faq > div p {
  padding-top: 15px;
}

.pocket-167-final-cta {
  padding: 30px 28px;
  border: 2px solid #cfdae1;
  border-radius: 16px;
  background: linear-gradient(145deg, #f4f8fa 0%, #ffffff 58%, #fff5f6 100%);
  text-align: center;
}

.pocket-167-final-cta__label {
  margin: 0 0 7px;
  color: #a20e20;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.pocket-167-final-cta h2 {
  margin: 0 0 12px;
  color: #18364d;
  font-size: clamp(1.35rem, 2.5vw, 1.78rem);
  line-height: 1.5;
}

.pocket-167-final-cta > p:not(.pocket-167-final-cta__label) {
  margin: 0;
}

.pocket-167-final-cta__buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

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

  .pocket-167-consult {
    grid-template-columns: minmax(0, 1fr);
  }

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

@media (max-width: 650px) {
  .pocket-167-page .pageTitle {
    padding: 15px 16px;
  }

  .pocket-167-hero {
    border-radius: 11px;
  }

  .pocket-167-lead,
  .pocket-167-toc,
  .pocket-167-purpose-card,
  .pocket-167-guide-card,
  .pocket-167-data-main,
  .pocket-167-data-sub,
  .pocket-167-check,
  .pocket-167-product-card,
  .pocket-167-related {
    padding: 18px;
  }

  .pocket-167-toc ol,
  .pocket-167-points,
  .pocket-167-purpose-grid,
  .pocket-167-guide-grid,
  .pocket-167-data-layout,
  .pocket-167-check ul,
  .pocket-167-industry-grid,
  .pocket-167-product-grid,
  .pocket-167-related__grid,
  .pocket-167-final-cta__buttons {
    grid-template-columns: minmax(0, 1fr);
  }

  .pocket-167-heading {
    gap: 10px;
  }

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

  .pocket-167-heading h2 {
    margin-top: 1px;
  }

  .pocket-167-consult {
    padding: 22px 18px;
  }

  .pocket-167-consult__buttons {
    grid-template-columns: minmax(0, 1fr);
  }

  .pocket-167-faq summary {
    padding: 15px 45px 15px 15px;
  }

  .pocket-167-faq summary::after {
    right: 15px;
  }

  .pocket-167-faq > div {
    padding: 0 15px 16px;
  }

  .pocket-167-final-cta {
    padding: 24px 17px;
  }
}

@media (max-width: 480px) {
  .pocket-167-inline-links {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .pocket-167-inline-links a {
    justify-content: center;
    text-align: center;
  }

  .pocket-167-industry-card,
  .pocket-167-point {
    padding: 18px 16px;
  }
}
