@charset "UTF-8";
@media screen and (max-width: 1024px) {
  main > section:not(#hero):not(.company-band) {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .inner {
    width: calc(100% - 24px);
  }

  .category-links ul {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-links li {
    width: auto;
    height: auto;
    aspect-ratio: 25 / 16;
  }

  .category-links li + li::before {
    display: none;
  }

  .products.inner {
    max-width: 768px;
  }

  .product-row {
    grid-template-columns: minmax(0, 1.58fr) minmax(0, 1fr);
    height: auto;
  }

  .product-row.reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.58fr);
    height: auto;
  }

  .product-media {
    width: 100%;
    height: auto;
    aspect-ratio: 13 / 7;
  }

  .product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-copy {
    padding: 18px 10px 24px;
  }

  .news-list li {
    grid-template-columns: 1fr;
    gap: 6px;
    align-items: start;
  }

  .news-list .more-btn {
    width: 150px;
  }
}

@media screen and (min-width: 768px) {
  .md-page-title-wrap {
    text-align: center;
  }

  .section-title.md-page-title {
    display: inline-block;
    padding: 0 96px;
    text-align: center;
  }

  .section-title.md-page-title::before {
    left: 0;
  }

  .section-title.md-page-title::after {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }

  .hero,
  .hero-slider,
  .hero-slider-track,
  .hero-slide {
    height: 200px;
  }

  .hero-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .news {
    padding: 24px 0 14px;
  }

  .section-title {
    margin-bottom: 14px;
    font-size: 28px;
  }

  .section-title::before,
  .section-title::after {
    width: 64px;
    top: 50%;
  }

  .section-title::before {
    left: calc(50% - 140px);
  }

  .section-title::after {
    right: calc(50% - 140px);
  }

  .section-title.md-page-title::before {
    left: 0;
  }

  .section-title.md-page-title::after {
    right: 0;
  }

  .section-title small {
    margin-top: 4px;
    font-size: 14px;
  }

  .news-index-link {
    margin: -2px 0 20px;
  }

  .news-index-link a {
    width: 200px;
    height: 36px;
    font-size: 13px;
  }

  .news-featured {
    gap: 12px;
    flex-wrap: wrap;
  }

  .news-featured-item {
    width: calc(50% - 6px);
  }

  .news-image-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 10 / 7;
  }

  .news-tile-title {
    width: 100%;
    min-height: 68px;
    height: auto;
    margin-top: -14px;
    padding: 8px 6px;
    font-size: 11px;
    line-height: 1.4;
  }

  .news-list {
    margin-top: 12px;
  }

  .badge {
    width: 84px;
    padding: 2px 10px;
    font-size: 11px;
  }

  .news-list time {
    font-size: 16px;
    line-height: 1.45;
  }

  .news-list p {
    font-size: 14px;
    line-height: 1.45;
  }

  .more-btn {
    width: 150px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .products {
    padding: 20px 0 28px;
  }

  .product-en {
    margin: 4px 0 6px !important;
    font-size: 12px;
  }

  .product-copy h3 {
    margin: 2px 0 10px;
    font-size: 24px;
  }

  .product-illust-wrap {
    width: 220px;
    height: 100px;
    margin-bottom: 8px;
  }

  .product-copy p {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.5;
  }

  .action-btn {
    width: 230px;
    height: 44px;
    font-size: 14px;
  }

  .company-band {
    padding: 30px 0 34px;
  }

  .company-card {
    width: calc(100% - 10px);
    padding: 14px 14px 20px;
  }

  .company-card p {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.7;
  }

  .to-top-wrap {
    padding: 20px 0;
  }

  .to-top {
    width: 40px;
  }

  .medical-device-page {
    padding-bottom: 28px;
  }

  .md-breadcrumb {
    padding-top: 10px;
    font-size: 10px;
  }

  .md-page-title-wrap {
    padding: 4px 0 8px;
  }

  .md-page-hero {
    height: 140px;
  }

  .md-products-list {
    max-width: 560px;
    padding-top: 20px;
  }

  .md-product-item {
    gap: 12px;
    margin-bottom: 24px;
  }

  .md-product-text h2 {
    font-size: 30px;
  }

  .md-product-jp {
    max-width: 100%;
    margin: 6px 0 10px;
    font-size: 16px;
  }

  .md-feature-icons {
    width: 220px;
    height: auto;
    margin-bottom: 6px;
  }

  .md-product-text p {
    font-size: 12px;
    line-height: 1.5;
  }

  .md-product-side {
    max-width: 100%;
  }

  .md-product-image {
    max-width: 100%;
    height: auto;
  }

  .md-product-actions {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }

  .md-products-list .action-btn,
  .md-pdf-btn {
    width: 100%;
    height: 40px;
    font-size: 13px;
  }

  .needle-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .needle-title {
    font-size: 34px;
    order: 1;
  }

  .needle-subtitle {
    font-size: 20px;
    order: 2;
  }

  .needle-summary,
  .needle-side {
    display: contents;
  }

  .needle-line {
    order: 4;
  }

  .needle-pdf-btn {
    order: 5;
    margin-left: inherit;
    margin: 0 auto;
  }
  .needle-icons {
    order: 3;
    margin-right: inherit;
    margin: 0 auto 16px;
  }

  .needle-pdf-btn {
    width: 100%;
    max-width: 270px;
  }

  .needle-pdf-btn a {
    height: 44px;
    font-size: 20px;
  }

  .needle-spec-table {
    font-size: 12px;
  }

  .needle-spec-table-main thead,
  .needle-spec-table-compact thead {
    display: none;
  }

  .needle-spec-table-main,
  .needle-spec-table-main tbody,
  .needle-spec-table-main tr,
  .needle-spec-table-compact,
  .needle-spec-table-compact tbody,
  .needle-spec-table-compact tr {
    display: block;
    width: 100%;
  }

  .needle-spec-table-main tr {
    display: grid;
    grid-template-columns: 136px 1fr;
    column-gap: 10px;
    row-gap: 2px;
    padding: 8px 0;
    border-bottom: 1px solid #d5d5d5;
  }

  .needle-spec-table-main td {
    display: block;
    padding: 0;
    line-height: 1.55;
  }

  .needle-spec-table-main td:first-child {
    grid-column: 1;
    grid-row: 1 / span 4;
  }

  .needle-spec-table-main td:nth-child(2),
  .needle-spec-table-main td:nth-child(3),
  .needle-spec-table-main td:nth-child(4),
  .needle-spec-table-main td:nth-child(5) {
    grid-column: 2;
  }

  .needle-spec-table-main td:nth-child(2)::before {
    content: "太さ／長さ：";
  }

  .needle-spec-table-main td:nth-child(3)::before {
    content: "吸引タイプ：";
  }

  .needle-spec-table-main td:nth-child(4)::before {
    content: "詳細仕様：";
  }

  .needle-spec-table-main td:nth-child(5)::before {
    content: "梱包単位：";
  }

  .needle-spec-table-compact tr {
    display: grid;
    grid-template-columns: 136px 1fr;
    column-gap: 10px;
    row-gap: 2px;
    padding: 8px 0;
    border-bottom: 1px solid #d5d5d5;
  }

  .needle-spec-table-compact td {
    display: block;
    padding: 0;
    line-height: 1.55;
  }

  .needle-spec-table-compact td:first-child {
    grid-column: 1;
    grid-row: 1 / span 3;
  }

  .needle-spec-table-compact td:nth-child(2),
  .needle-spec-table-compact td:nth-child(3),
  .needle-spec-table-compact td:nth-child(4) {
    grid-column: 2;
  }

  .needle-spec-table-compact td:nth-child(2)::before {
    content: "タイプ：";
  }

  .needle-spec-table-compact td:nth-child(3)::before {
    content: "長さ：";
  }

  .needle-spec-table-compact td:nth-child(4)::before {
    content: "梱包単位：";
  }

  .needle-spec-table-compact {
    width: 100%;
  }

  .needle-back-btn {
    width: 100%;
    max-width: 280px;
  }

  .et-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .et-title {
    width: 260px;
    margin: 0 auto;
    text-align: left;
    font-size: 32px;
    order: 1;
  }

  .et-subtitle {
    width: 260px;
    margin: 0 auto;
    padding-top: 0;
    text-align: left;
    font-size: 16px;
    order: 2;
  }

  .et-copy,
  .et-side {
    display: contents;
  }

  .et-line {
    order: 4;
  }

  .et-pdf-btn {
    order: 5;
    margin-left: inherit;
    margin: 0 auto;
    width: 100%;
    max-width: 270px;
  }

  .et-icons {
    order: 3;
    margin-right: inherit;
    margin: 0 auto 16px;
    max-width: 190px;
  }

  .et-line-after-pdf {
    order: 6;
  }

  .et-pdf-btn a {
    height: 44px;
    font-size: 20px;
  }

  .et-gallery-2 {
    grid-template-columns: 336fr 510fr;
  }

  .et-spec-table {
    font-size: 12px;
  }

  .et-line {
    line-height: 1.4;
    margin-bottom: 4px;
  }

  .et-spec-table-main thead {
    display: none;
  }

  .et-spec-table-main,
  .et-spec-table-main tbody,
  .et-spec-table-main tr {
    display: block;
    width: 100%;
  }

  .et-spec-table-main tr {
    display: grid;
    grid-template-columns: 136px 1fr;
    column-gap: 12px;
    row-gap: 4px;
    padding: 10px 0;
    border-bottom: 1px solid #d5d5d5;
  }

  .et-spec-table-main td {
    display: block;
    padding: 0;
    line-height: 1.55;
  }

  .et-spec-table-main td:first-child {
    grid-column: 1;
    grid-row: 1 / span 4;
  }

  .et-spec-table-main td:nth-child(2),
  .et-spec-table-main td:nth-child(3),
  .et-spec-table-main td:nth-child(4),
  .et-spec-table-main td:nth-child(5) {
    grid-column: 2;
  }

  .et-spec-table-main td:nth-child(2)::before {
    content: "太さ：";
  }

  .et-spec-table-main td:nth-child(3)::before {
    content: "長さ：";
  }

  .et-spec-table-main td:nth-child(4)::before {
    content: "材質：";
  }

  .et-spec-table-main td:nth-child(5)::before {
    content: "梱包単位：";
  }

  .et-spec-table-outer thead {
    display: none;
  }

  .et-spec-table-outer,
  .et-spec-table-outer tbody,
  .et-spec-table-outer tr {
    display: block;
    width: 100%;
  }

  .et-spec-table-outer tr {
    display: grid;
    grid-template-columns: 136px 1fr;
    column-gap: 10px;
    row-gap: 2px;
    padding: 8px 0;
    border-bottom: 1px solid #d5d5d5;
  }

  .et-spec-table-outer td {
    display: block;
    padding: 0;
    line-height: 1.55;
  }

  .et-spec-table-outer td:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .et-spec-table-outer td:nth-child(2),
  .et-spec-table-outer td:nth-child(3) {
    grid-column: 2;
  }

  .et-spec-table-outer td:nth-child(2)::before {
    content: "規格：";
  }

  .et-spec-table-outer td:nth-child(3)::before {
    content: "梱包単位：";
  }

  .et-mobile-break {
    display: block;
  }

  .iui-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .iui-title {
    width: 260px;
    margin: 0 auto;
    text-align: left;
    font-size: 32px;
  }

  .iui-subtitle {
    width: 260px;
    margin: 0 auto;
    padding-top: 0;
    text-align: left;
    font-size: 16px;
  }

  .iui-copy,
  .iui-side {
    display: contents;
  }

  .iui-icons {
    order: 3;
    margin: 0 auto 16px;
    max-width: 190px;
  }

  .iui-line {
    order: 4;
    line-height: 1.4;
    margin-bottom: 4px;
  }

  .iui-pdf-btn {
    order: 5;
    margin: 0 auto;
    width: 100%;
    max-width: 270px;
  }

  .iui-pdf-btn a {
    height: 44px;
    font-size: 20px;
  }

  .iui-gallery-2 {
    grid-template-columns: 1fr 1fr;
  }

  .iui-spec-table {
    font-size: 12px;
  }

  .iui-spec-table-main thead {
    display: none;
  }

  .iui-spec-table-main,
  .iui-spec-table-main tbody,
  .iui-spec-table-main tr {
    display: block;
    width: 100%;
  }

  .iui-spec-table-main tr {
    display: grid;
    grid-template-columns: 136px 1fr;
    column-gap: 10px;
    row-gap: 2px;
    padding: 8px 0;
    border-bottom: 1px solid #d5d5d5;
  }

  .iui-spec-table-main td {
    display: block;
    padding: 0;
    line-height: 1.55;
  }

  .iui-spec-table-main td:first-child {
    grid-column: 1;
    grid-row: 1 / span 3;
  }

  .iui-spec-table-main td:nth-child(2),
  .iui-spec-table-main td:nth-child(3),
  .iui-spec-table-main td:nth-child(4) {
    grid-column: 2;
  }

  .iui-spec-table-main td:nth-child(2)::before {
    content: "長さ：";
  }

  .iui-spec-table-main td:nth-child(3)::before {
    content: "タイプ：";
  }

  .iui-spec-table-main td:nth-child(4)::before {
    content: "梱包単位：";
  }

  .sci-page-title-wrap {
    padding: 4px 0 8px;
  }

  .sci-page-hero {
    height: 140px;
  }

  .sci-content {
    padding-top: 22px;
  }

  .sci-product {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sci-product-copy h2 {
    font-size: 34px;
  }

  .sci-product-jp {
    max-width: 100%;
    font-size: 16px;
    margin: 6px 0 10px;
    padding-top: 8px;
  }

  .sci-feature-icons {
    width: 220px;
    height: auto;
    margin-bottom: 8px;
  }

  .sci-product-copy p {
    font-size: 12px;
    line-height: 1.5;
  }

  .sci-product-side {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }

  .sci-product-image-wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .sci-action-btn {
    width: 100%;
    max-width: 280px;
  }

  .micro-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .micro-title {
    font-size: 32px;
  }

  .micro-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .micro-summary p {
    font-size: 12px;
    line-height: 1.5;
  }

  .micro-icons {
    max-width: 220px;
    margin: 0 auto;
  }

  .micro-diagram-image-wrap img {
    object-fit: contain;
  }

  .micro-spec-table {
    font-size: 14px;
  }

  .micro-lineup-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .micro-lineup-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 520px;
  }

  .micro-back-btn {
    width: 100%;
    max-width: 280px;
  }

  .micro-spec-table thead {
    display: none;
  }

  .micro-spec-table,
  .micro-spec-table tbody,
  .micro-spec-table tr,
  .micro-spec-table td {
    display: block;
    width: 100%;
  }

  .micro-spec-table tr {
    padding: 10px 12px;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
  }

  .micro-spec-table tbody td:nth-child(odd) {
    background-color: #f2f2f2;
  }

  .micro-spec-table tbody td:nth-child(even) {
    background-color: #ffffff;
  }

  .micro-spec-table td {
    padding: 2px 0;
    line-height: 1.5;
  }

  .micro-spec-table td:first-child {
    margin-bottom: 4px;
    font-weight: 700;
  }

  .micro-spec-table td:nth-child(2)::before {
    content: var(--micro-c2) "：";
    font-weight: 500;
  }

  .micro-spec-table td:nth-child(3)::before {
    content: var(--micro-c3) "：";
    font-weight: 500;
  }

  .micro-spec-table td:nth-child(4)::before {
    content: var(--micro-c4) "：";
    font-weight: 500;
  }

  .micro-spec-table td:nth-child(5) {
    color: #555;
  }

  .micro-spec-table td:nth-child(5)::before {
    content: "旧コード：";
    font-weight: 500;
  }

  .micro-spec-block:nth-of-type(1) {
    --micro-c2: "アーム角/長さ";
    --micro-c3: "特徴";
    --micro-c4: "梱包単位";
  }

  .micro-spec-block:nth-of-type(2) {
    --micro-c2: "アーム角";
    --micro-c3: "特徴";
    --micro-c4: "梱包単位";
  }

  .micro-spec-block:nth-of-type(3) {
    --micro-c2: "アーム角/長さ";
    --micro-c3: "特徴";
    --micro-c4: "梱包単位";
  }

  .micro-spec-block:nth-of-type(4) {
    --micro-c2: "アーム角/長さ";
    --micro-c3: "特徴";
    --micro-c4: "梱包単位";
  }

  .micro-spec-block:nth-of-type(5),
  .micro-spec-block:nth-of-type(6) {
    --micro-c2: "アーム角/長さ";
    --micro-c3: "特徴";
    --micro-c4: "梱包単位";
  }
}

@media screen and (max-width: 767px) {
  .news-list {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-row,
  .product-row.reverse {
    grid-template-columns: 1fr;
  }

  .product-row .product-media {
    max-width: 420px;
    margin: 0 auto;
    order: 1;
  }

  .product-row .product-copy {
    order: 2;
  }
}

@media screen and (max-width: 560px) {
    .hero,
  .hero-slider,
  .hero-slider-track,
  .hero-slide {
    height: 134px;
  }
  .company-card {
    width: 100%;
    padding: 12px 10px 16px;
  }
  .company-card .company-card-image {
    position: static;
    display: flex;
    justify-content: end;
    width: auto;
    margin: 0 0 12px;
    text-align: right;
    line-height: 0;
  }

  .company-card .company-card-image img {
    height: 100px;
    width: auto;
  }
  .company-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .company-card .company-card-image {
    margin-bottom: 10px;
  }

  .company-card .company-card-image img {
    height: 140px;
  }

  .company-card .action-btn {
    width: 100%;
    max-width: 240px;
    height: 40px;
    font-size: 13px;
  }

  .sci-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .sci-product-copy,
  .sci-product-side {
    display: contents;
  }

  .sci-product-copy h2 {
    order: 1;
    width: 100%;
  }

  .sci-product-jp {
    order: 2;
    margin-left: auto;
    margin-right: auto;
  }

  .sci-product-image-wrap {
    order: 3;
    width: 100%;
    max-width: 280px;
    margin: 6px auto 10px;
  }

  .sci-feature-icons {
    order: 4;
    margin-left: auto;
    margin-right: auto;
  }

  .sci-product-copy p:not(.sci-product-jp) {
    order: 5;
    width: 100%;
  }

  .sci-action-btn {
    order: 6;
  }
}

@media screen and (max-width: 768px) {
  .quality-content {
    max-width: 560px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quality-anchor-nav {
    gap: 6px;
    margin-bottom: 14px;
  }

  .quality-anchor-nav a {
    min-height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

  .quality-section {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 0 16px;
  }

  .quality-section + .quality-section {
    margin-top: 40px;
  }

  .quality-section::after {
    content: none;
  }

  .quality-section-head h2 {
    font-size: 16px;
  }

  .quality-section-body p {
    font-size: 12px;
    line-height: 1.55;
  }

  .quality-flow-grid {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }

  .quality-flow-main,
  .quality-flow-side {
    flex: none;
  }

  .quality-flow-main {
    width: 42%;
    max-width: 200px;
  }

  .quality-flow-side {
    width: 58%;
    max-width: 280px;
  }

  .quality-flow-side {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .company-content {
    max-width: 560px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px;
  }

  .company-page-hero {
    height: 134px;
  }

  .company-section {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 0 14px;
  }

  .company-section + .company-section {
    margin-top: 40px;
  }

  .company-section::after {
    content: none;
  }

  .company-section-head h2 {
    font-size: 16px;
  }

  .company-section-body {
    font-size: 12px;
    line-height: 1.65;
  }

  .company-info-list,
  .company-history-list,
  .company-related-list {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }

  .company-info-list dt,
  .company-history-list dt,
  .company-related-list dt {
    margin-top: 2px;
    font-weight: 700;
  }

  .company-info-list dt:not(:first-child),
  .company-history-list dt:not(:first-child),
  .company-related-list dt:not(:first-child) {
    margin-top: 12px;
  }

  .privacy-policy-content {
    max-width: 560px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px;
  }

  .privacy-policy-content p {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.9;
  }

  .privacy-policy-content h2 {
    margin-bottom: 8px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .alft-page {
    padding-top: 14px;
  }

  .alft-content {
    max-width: 560px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .alft-title {
    font-size: 28px;
    line-height: 1.35;
  }

  .alft-lead {
    margin-top: 14px;
    font-size: 14px;
  }

  .alft-main-product img {
    max-width: 260px;
  }

  .alft-feature h2 {
    font-size: 14px;
  }

  .alft-feature p {
    font-size: 14px;
    line-height: 1.8;
  }

  .alft-qa-band {
    margin-top: 22px;
    padding: 24px 0;
  }

  .alft-qa-title {
    font-size: 16px;
    gap: 10px;
  }

  .alft-qa-title span {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .alft-stand-image {
    max-width: 150px;
  }

  .alft-contact-link {
    margin-top: 18px;
  }

  .alft-contact-link a {
    min-height: 46px;
    font-size: 15px;
  }
}

@media screen and (max-width: 560px) {
  .alft-print-images {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .news-archive-content {
    max-width: 560px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px;
  }

  .news-archive-list li + li {
    margin-top: 14px;
  }

  .news-archive-list time {
    font-size: 13px;
  }

  .news-archive-list p {
    font-size: 12px;
    line-height: 1.55;
  }

  .news-detail-content {
    max-width: 560px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px;
  }

  .news-detail-item {
    scroll-margin-top: 190px;
  }

  .news-detail-item + .news-detail-item {
    margin-top: 26px;
    padding-top: 26px;
  }

  .news-detail-item time {
    font-size: 13px;
  }

  .news-detail-item h2 {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.7;
  }

  .news-detail-item p {
    font-size: 12px;
    line-height: 1.75;
  }

  .news-detail-images {
    margin: 8px 0 10px;
    gap: 6px;
  }

  .news-inline-btn {
    min-height: 36px;
    padding: 0 12px;
  }

  .news20201005-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .news20201005-product {
    font-size: 24px;
  }

  .news20201005-image img {
    max-width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .news-detail-images-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .supplement-hero {
    height: 134px;
  }

  .supplement-content {
    max-width: 560px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }

  .supplement-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .supplement-item + .supplement-item {
    margin-top: 26px;
  }

  .supplement-copy h2 {
    font-size: 24px;
    text-align: center;
  }

  .supplement-copy p {
    font-size: 14px;
    line-height: 1.8;
  }

  .supplement-media img {
    max-width: 360px;
  }

  .supplement-contact {
    margin-top: 38px;
    max-width: 300px;
  }

  .supplement-contact p {
    font-size: 12px;
    line-height: 1.7;
  }
}
