/* /entry/170/ ポケットフォルダー印刷の仕組みと注文前の基礎知識 専用CSS */
.pocket-170-page,
.pocket-170-page * {
  box-sizing: border-box;
}

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

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

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

.pocket-170-page-title {
  margin: 0 0 20px;
  padding: 18px 22px;
  border-bottom: 4px solid #197f8d;
  background: #f3f7f7;
  color: #1e343a;
  font-size: clamp(1.42rem, 2.65vw, 2.02rem);
  line-height: 1.48;
}

.pocket-170-hero {
  margin: 0 0 26px;
  overflow: hidden;
  border: 1px solid #d6dedf;
  border-radius: 16px;
  background: #eeeae2;
  box-shadow: 0 10px 28px rgba(35, 58, 65, .1);
}

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

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

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

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

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

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

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

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

.pocket-170-button--secondary {
  border-color: #087583;
  background-color: #087583;
  color: #fff !important;
}

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

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

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

.pocket-170-understand-grid,
.pocket-170-feature-grid,
.pocket-170-use-grid,
.pocket-170-caution-grid,
.pocket-170-guide-grid,
.pocket-170-related-grid {
  display: grid;
  gap: 18px;
}

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

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

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

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

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

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

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

.pocket-170-toc > p {
  margin: 0 0 10px;
  color: #22494f;
  font-weight: 800;
}

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

.pocket-170-toc a {
  color: #076775;
  font-weight: 700;
}

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

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

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

.pocket-170-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 #238a96;
}

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

.pocket-170-heading h2 {
  min-width: 0;
  margin: 0;
  color: #183b41;
  font-size: clamp(1.34rem, 2.5vw, 1.8rem);
  line-height: 1.5;
}

.pocket-170-process {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
  counter-reset: process;
}

.pocket-170-process article {
  position: relative;
  min-width: 0;
  padding: 19px 18px 18px 70px;
  border: 1px solid #d6e0e1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(32, 67, 74, .06);
}

.pocket-170-process article::before {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 36px;
  height: 36px;
  border: 2px solid #26919d;
  border-radius: 10px;
  background: #eaf6f6;
  content: "";
}

.pocket-170-process article::after {
  position: absolute;
  top: 27px;
  left: 29px;
  width: 12px;
  height: 17px;
  border-right: 3px solid #247985;
  border-bottom: 3px solid #247985;
  content: "";
  transform: rotate(42deg);
}

.pocket-170-process span {
  display: block;
  margin: 0 0 4px;
  color: #a23a29;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.pocket-170-process h3,
.pocket-170-process p {
  margin: 0;
}

.pocket-170-process h3 {
  color: #1e4147;
  font-size: 1.04rem;
}

.pocket-170-process p {
  margin-top: 5px;
  font-size: .94rem;
}

.pocket-170-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 5px solid #cc6b31;
  border-radius: 0 10px 10px 0;
  background: #fff7ee;
}

.pocket-170-note strong {
  display: block;
  margin-bottom: 5px;
  color: #713317;
}

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

.pocket-170-note a,
.pocket-170-section > p a,
.pocket-170-faq a {
  color: #056978;
  font-weight: 800;
}

.pocket-170-note a:hover,
.pocket-170-note a:focus-visible,
.pocket-170-section > p a:hover,
.pocket-170-section > p a:focus-visible,
.pocket-170-faq a:hover,
.pocket-170-faq a:focus-visible {
  color: #8a2d1f;
}

.pocket-170-feature-grid,
.pocket-170-use-grid,
.pocket-170-caution-grid,
.pocket-170-guide-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px 0;
}

.pocket-170-feature-grid article,
.pocket-170-caution-grid article {
  padding: 20px;
  border: 1px solid #d5dfe0;
  border-radius: 12px;
  background: #fff;
}

.pocket-170-feature-grid article {
  border-top: 5px solid #277f89;
}

.pocket-170-feature-grid h3,
.pocket-170-caution-grid h3,
.pocket-170-use-grid h3,
.pocket-170-guide-grid h3 {
  margin: 0 0 8px;
  color: #1d4248;
  font-size: 1.08rem;
  line-height: 1.55;
}

.pocket-170-feature-grid p,
.pocket-170-caution-grid p,
.pocket-170-use-grid p {
  margin: 0;
}

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

.pocket-170-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  line-height: 1.65;
}

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

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

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

.pocket-170-table thead th {
  background: #24545c;
  color: #fff;
  font-weight: 800;
}

.pocket-170-table tbody th {
  width: 18%;
  background: #f1f7f7;
  color: #1e474e;
  font-weight: 800;
}

.pocket-170-table td:nth-child(3) {
  width: 27%;
}

.pocket-170-table a {
  color: #066d7a;
  font-weight: 800;
}

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

.pocket-170-subheading {
  margin: 30px 0 16px;
  padding-left: 13px;
  border-left: 5px solid #cc6b31;
  color: #1e4147;
  font-size: clamp(1.2rem, 2.2vw, 1.52rem);
}

.pocket-170-order-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: order-step;
}

.pocket-170-order-steps li {
  display: grid;
  grid-template-columns: 46px 180px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 15px 17px;
  border: 1px solid #d6e0e1;
  border-radius: 10px;
  background: #fff;
  counter-increment: order-step;
}

.pocket-170-order-steps li::before {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #b5412f;
  color: #fff;
  content: counter(order-step);
  font-weight: 900;
}

.pocket-170-order-steps strong {
  color: #1d4147;
}

.pocket-170-order-steps span {
  min-width: 0;
}

.pocket-170-use-grid article {
  padding: 21px;
  border-radius: 12px;
  background: linear-gradient(145deg, #f2f8f8 0%, #fff 65%);
  border: 1px solid #d5e1e2;
}

.pocket-170-use-label,
.pocket-170-guide-grid article > p {
  margin: 0 0 5px !important;
  color: #a13a28;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.pocket-170-caution-grid article {
  border-left: 5px solid #d08a50;
}

.pocket-170-checklist {
  margin-top: 25px;
  padding: 22px;
  border: 1px solid #bfd6d9;
  border-radius: 13px;
  background: #eff8f8;
}

.pocket-170-checklist h3 {
  margin: 0 0 12px;
  color: #1d444a;
  font-size: 1.18rem;
}

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

.pocket-170-checklist li {
  position: relative;
  padding-left: 28px;
}

.pocket-170-checklist li::before {
  position: absolute;
  top: .46em;
  left: 2px;
  width: 16px;
  height: 10px;
  border-bottom: 3px solid #167581;
  border-left: 3px solid #167581;
  content: "";
  transform: rotate(-45deg);
}

.pocket-170-guide-grid article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #d5dfe0;
  border-radius: 12px;
  background: #fff;
}

.pocket-170-guide-grid article > span {
  display: block;
  flex-grow: 1;
  margin-bottom: 15px;
}

.pocket-170-guide-grid a {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  border: 2px solid #087583;
  border-radius: 8px;
  background: #fff;
  color: #086875 !important;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  text-decoration: none !important;
}

.pocket-170-guide-grid a:hover,
.pocket-170-guide-grid a:focus-visible {
  border-color: #04505a;
  background: #04505a;
  color: #fff !important;
}

.pocket-170-related {
  margin-top: 30px;
  padding: 23px;
  border-radius: 14px;
  background: #f4f7f7;
}

.pocket-170-related > h3 {
  margin: 0 0 16px;
  color: #1d4147;
  font-size: 1.2rem;
}

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

.pocket-170-related-grid a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 16px;
  border: 1px solid #d3dfe0;
  border-radius: 10px;
  background: #fff;
  color: #24464c !important;
  text-decoration: none !important;
}

.pocket-170-related-grid a:hover,
.pocket-170-related-grid a:focus-visible {
  border-color: #27818c;
  background: #eef8f8;
  color: #173c42 !important;
}

.pocket-170-related-grid strong {
  margin-bottom: 5px;
  color: inherit;
}

.pocket-170-related-grid span {
  color: #55666a;
  font-size: .9rem;
}

.pocket-170-back-link {
  display: inline-block;
  margin-top: 18px;
  color: #076b78 !important;
  font-weight: 800;
}

.pocket-170-back-link:hover,
.pocket-170-back-link:focus-visible {
  color: #8a2d1f !important;
}

.pocket-170-faq details {
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid #ccdadd;
  border-radius: 11px;
  background: #fff;
}

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

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

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

.pocket-170-faq details[open] summary {
  background: #eef7f7;
}

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

.pocket-170-faq details > div {
  padding: 0 20px 18px;
}

.pocket-170-faq details p {
  margin: 0;
}

.pocket-170-final-cta {
  margin: 12px 0 30px;
  padding: clamp(24px, 4vw, 40px);
  border-radius: 16px;
  background: linear-gradient(135deg, #eaf6f5 0%, #fff 48%, #fff0e7 100%);
  border: 1px solid #bed6d8;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .pocket-170-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pocket-170-order-steps li {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .pocket-170-order-steps span {
    grid-column: 2;
  }
}

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

  .pocket-170-hero {
    border-radius: 10px;
  }

  .pocket-170-lead,
  .pocket-170-final-cta {
    padding: 21px 17px;
    border-radius: 12px;
  }

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

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

  .pocket-170-understand {
    padding: 18px 15px;
  }

  .pocket-170-understand-grid,
  .pocket-170-process,
  .pocket-170-feature-grid,
  .pocket-170-use-grid,
  .pocket-170-caution-grid,
  .pocket-170-guide-grid,
  .pocket-170-related-grid,
  .pocket-170-checklist ul,
  .pocket-170-toc ol {
    grid-template-columns: minmax(0, 1fr);
  }

  .pocket-170-toc {
    margin-bottom: 38px;
    padding: 18px 16px;
  }

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

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

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

  .pocket-170-process article {
    padding-left: 65px;
  }

  .pocket-170-order-steps li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    padding: 14px;
  }

  .pocket-170-order-steps li::before {
    width: 36px;
    height: 36px;
  }

  .pocket-170-related,
  .pocket-170-checklist {
    padding: 18px 15px;
  }

  .pocket-170-table {
    min-width: 680px;
  }
}

@media screen and (max-width: 480px) {
  .pocket-170-understand-grid article {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 14px;
  }

  .pocket-170-understand-grid span {
    width: 30px;
    height: 30px;
    font-size: .82rem;
  }

  .pocket-170-process article {
    padding: 17px 14px 16px 60px;
  }

  .pocket-170-process article::before {
    left: 14px;
  }

  .pocket-170-process article::after {
    left: 25px;
  }

  .pocket-170-faq summary {
    padding: 15px 44px 15px 15px;
  }

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