/* /entry/176/ 片面印刷と両面印刷の違い専用CSS */
.pocket-176-page,
.pocket-176-page * {
  box-sizing: border-box;
}

.pocket-176-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-176-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.pocket-176-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-176-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-176-hero img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

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

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

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

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

.pocket-176-summary {
  margin: 0 0 22px;
  padding: 20px 22px;
  border: 1px solid #d5e1e7;
  border-radius: 13px;
  background: #fff;
}

.pocket-176-summary h2 {
  margin: 0 0 10px;
  color: #1c455f;
  font-size: 1.18rem;
}

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

.pocket-176-summary li {
  position: relative;
  padding-left: 1.45em;
}

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

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

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

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

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

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

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

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

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

.pocket-176-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-176-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-176-compare-cards,
.pocket-176-case-grid,
.pocket-176-check-grid,
.pocket-176-guide-links,
.pocket-176-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pocket-176-compare-card {
  min-width: 0;
  padding: 24px;
  border: 2px solid #d4dee4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(29, 57, 76, .06);
}

.pocket-176-compare-card--single {
  border-top-color: #2e6f91;
}

.pocket-176-compare-card--double {
  border-top-color: #c51f30;
}

.pocket-176-compare-card__label,
.pocket-176-case-card__mark,
.pocket-176-criterion > span,
.pocket-176-product-card > span,
.pocket-176-guide-links > a > span {
  display: inline-block;
  margin: 0 0 8px;
  color: #a31627;
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.pocket-176-compare-card h3,
.pocket-176-case-card h3,
.pocket-176-use-flow h3,
.pocket-176-criterion h3,
.pocket-176-check-card h3,
.pocket-176-product-card h3,
.pocket-176-related h3 {
  margin: 0 0 10px;
  color: #24394b;
  font-size: 1.14rem;
  line-height: 1.55;
}

.pocket-176-compare-card p,
.pocket-176-case-card p,
.pocket-176-criterion p,
.pocket-176-guide-links p,
.pocket-176-product-card p,
.pocket-176-faq p {
  margin: 0;
}

.pocket-176-compare-card ul,
.pocket-176-case-card ul,
.pocket-176-check-card ul {
  margin: 15px 0;
  padding-left: 1.35em;
}

.pocket-176-compare-card li + li,
.pocket-176-case-card li + li,
.pocket-176-check-card li + li {
  margin-top: 6px;
}

.pocket-176-compare-card > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  padding: 9px 14px;
  border: 1px solid #1d5b7d;
  border-radius: 8px;
  background: #1d5b7d;
  color: #fff !important;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
}

.pocket-176-compare-card > a:hover,
.pocket-176-compare-card > a:focus-visible {
  border-color: #0c344e;
  background: #0c344e;
  color: #fff !important;
}

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

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

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

.pocket-176-table-wrap {
  min-width: 0;
  overflow-x: auto;
  border: 1px solid #cdd9e0;
  border-radius: 12px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.pocket-176-table-wrap:focus-visible {
  outline: 3px solid rgba(31, 94, 130, .35);
  outline-offset: 3px;
}

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

.pocket-176-table caption {
  padding: 13px 16px;
  background: #1c4f70;
  color: #fff;
  font-weight: 800;
  text-align: left;
}

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

.pocket-176-table thead th {
  background: #eaf2f6;
  color: #1f435b;
}

.pocket-176-table tbody th {
  width: 22%;
  background: #f7f9fa;
  color: #263f51;
}

.pocket-176-table a {
  color: #155777;
  font-weight: 800;
}

.pocket-176-table a:hover,
.pocket-176-table a:focus-visible {
  color: #a20e20;
}

.pocket-176-case-card,
.pocket-176-check-card,
.pocket-176-criterion {
  min-width: 0;
  padding: 22px;
  border: 1px solid #d5e0e6;
  border-radius: 13px;
  background: linear-gradient(145deg, #fff 0%, #f7fafb 100%);
}

.pocket-176-use-flow {
  margin-top: 22px;
  padding: 23px;
  border: 1px solid #c9d8e0;
  border-radius: 14px;
  background: #f3f8fa;
}

.pocket-176-use-flow ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.pocket-176-use-flow li {
  display: flex;
  min-width: 0;
  gap: 10px;
  padding: 16px;
  border-radius: 10px;
  background: #fff;
}

.pocket-176-use-flow li > span {
  display: inline-flex;
  flex: 0 0 auto;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c51f30;
  color: #fff;
  font-weight: 900;
}

.pocket-176-use-flow strong {
  display: block;
  margin-bottom: 4px;
  color: #203c50;
}

.pocket-176-use-flow p {
  margin: 0;
}

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

.pocket-176-decision {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(230px, .65fr);
  align-items: center;
  gap: 20px;
  margin-top: 22px;
  padding: 23px;
  border-radius: 14px;
  background: linear-gradient(135deg, #173f5d 0%, #225f80 100%);
  color: #fff;
}

.pocket-176-decision p {
  margin: 0;
}

.pocket-176-decision p + p {
  margin-top: 5px;
}

.pocket-176-decision__question {
  margin-bottom: 9px !important;
  color: #fff;
  font-size: 1.14rem;
  font-weight: 900;
}

.pocket-176-decision > a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  border: 2px solid #fff;
  border-radius: 9px;
  background: #fff;
  color: #174561 !important;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
}

.pocket-176-decision > a:hover,
.pocket-176-decision > a:focus-visible {
  border-color: #ffe5e8;
  background: #ffe5e8;
  color: #861222 !important;
}

.pocket-176-check-card ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

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

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

.pocket-176-guide-links {
  margin-top: 20px;
}

.pocket-176-guide-links > a,
.pocket-176-product-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-176-guide-links strong {
  display: block;
  margin-bottom: 7px;
  color: #24394b;
  font-size: 1.08rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pocket-176-faq a {
  color: #155777;
  font-weight: 800;
}

.pocket-176-faq a:hover,
.pocket-176-faq a:focus-visible {
  color: #a20e20;
}

.pocket-176-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-176-final-cta__label {
  margin: 0 0 7px;
  color: #a20e20;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
}

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

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

.pocket-176-final-cta__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
  margin: 22px auto 0;
}

.pocket-176-button {
  display: inline-flex;
  min-width: 0;
  min-height: 52px;
  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-176-button--sample {
  border-color: #f1bd3d;
  background: #f1bd3d;
  color: #332600 !important;
}

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

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

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

@media (max-width: 1100px) {
  .pocket-176-use-flow ol,
  .pocket-176-criteria-grid {
    grid-template-columns: minmax(0, 1fr);
  }

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

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

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

  .pocket-176-lead,
  .pocket-176-summary,
  .pocket-176-toc,
  .pocket-176-compare-card,
  .pocket-176-case-card,
  .pocket-176-use-flow,
  .pocket-176-criterion,
  .pocket-176-decision,
  .pocket-176-check-card,
  .pocket-176-guide-links > a,
  .pocket-176-product-card,
  .pocket-176-related {
    padding: 18px;
  }

  .pocket-176-summary ul,
  .pocket-176-toc ol,
  .pocket-176-compare-cards,
  .pocket-176-case-grid,
  .pocket-176-check-grid,
  .pocket-176-guide-links,
  .pocket-176-product-grid,
  .pocket-176-related__grid,
  .pocket-176-final-cta__buttons {
    grid-template-columns: minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
  .pocket-176-compare-card,
  .pocket-176-case-card,
  .pocket-176-check-card,
  .pocket-176-criterion {
    padding: 17px 15px;
  }

  .pocket-176-compare-card > a,
  .pocket-176-decision > a {
    width: 100%;
  }
}
