@charset "UTF-8";
/* =========================================================
   のしガイド SCSS（整理版）
   - 重複・上書きされていた指定を削除
   - 実際に有効になっている見た目を基準に整理
   - 機能ごとにコメントを付与
   ========================================================= */
/* =========================================================
   ブレークポイント
   ========================================================= */
/* =========================================================
   初期設定・リセット
   ========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
div,
ul,
li,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
section,
table,
hr,
figure {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* =========================================================
   全体レイアウト
   ========================================================= */
.noshi-guide {
  --ng-content-gutter: -14px;
  --ng-text-shift: 29px;
  max-width: 800px;
  margin: 20px auto 48px;
  padding: 0 20px;
  color: #3a302d;
  font-family: "Inter", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}
.noshi-guide * {
  box-sizing: border-box;
}
.noshi-guide button {
  font-family: inherit;
}
.noshi-guide p {
  margin: 0;
}
.noshi-guide .pc-br {
  display: inline;
}
.noshi-guide .ng-container {
  background: #fff;
}
.noshi-guide {
  /* LP本体のみ背景を透過 */
}
.noshi-guide.noshi-guide-lp {
  background: transparent;
}
@media (min-width: 1160px) {
  .noshi-guide {
    max-width: 1160px;
  }
  .noshi-guide .ng-main-title,
  .noshi-guide .ng-section {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .noshi-guide .ng-hero {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .noshi-guide {
    --ng-content-gutter: 24px;
    padding: 0 10px;
    margin: 14px auto 30px;
    overflow-x: hidden;
  }
  .noshi-guide .pc-br {
    display: none;
  }
  .noshi-guide .ng-container {
    margin: 0 -10px;
  }
}

/* =========================================================
   メインビジュアル・ページ見出し
   ========================================================= */
.noshi-guide .ng-main-title {
  margin: 0 -2px 1px;
  text-align: left;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
}
.noshi-guide .ng-hero {
  margin: 0 0 44px;
  position: relative;
}
.noshi-guide .ng-hero img {
  width: 100%;
  display: block;
  border-radius: 4px;
}
.noshi-guide .ng-hero-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 320px;
  padding: 12px 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
}
.noshi-guide .ng-hero-copy strong {
  display: block;
  margin-top: 3px;
  font-size: 21px;
  font-weight: 700;
}
.noshi-guide .ng-hero-label {
  display: block;
  font-size: 25px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .noshi-guide .ng-hero {
    width: 100%;
    aspect-ratio: 1120/552;
    overflow: hidden;
  }
  .noshi-guide .ng-hero img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .noshi-guide .ng-main-title {
    padding: 0;
    margin-bottom: 3px;
    font-size: 15px;
  }
  .noshi-guide .ng-hero {
    aspect-ratio: 502/261;
    overflow: hidden;
    margin: 0 0 20px;
    border-radius: 0;
  }
  .noshi-guide .ng-hero img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
  }
  .noshi-guide .ng-hero-copy {
    width: auto;
    min-width: 0;
    max-width: calc(100% - 72px);
    padding: 6px 12px;
  }
  .noshi-guide .ng-hero-copy strong {
    font-size: 12px;
    line-height: 1.35;
  }
  .noshi-guide .ng-hero-label {
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
  }
}

/* =========================================================
   セクション共通
   ========================================================= */
.noshi-guide .ng-section {
  margin: 0 0 34px;
  padding: 0 var(--ng-content-gutter);
}
.noshi-guide .ng-section-title {
  margin: 0 0 14px;
  margin-left: calc(var(--ng-content-gutter) * -1);
  margin-right: calc(var(--ng-content-gutter) * -1);
  padding: 11px 14px;
  background: #fff0e9;
  border-left: 8px solid #f7c5ac;
  color: #1f1b19;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.noshi-guide .ng-section-title span {
  margin-right: 8px;
  color: #b74a30;
  font-weight: 700;
}
.noshi-guide .ng-manner {
  padding-bottom: 28px;
}
.noshi-guide .ng-manner .ng-section-title {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .noshi-guide .ng-section:not(.ng-kind-desktop) > :not(.ng-section-title) {
    margin-left: var(--ng-text-shift);
    width: calc(100% - var(--ng-text-shift));
  }
  .noshi-guide .ng-section.ng-usage > .ng-usage-nav {
    width: min(100%, 396px);
    margin-left: auto;
    margin-right: auto;
  }
  .noshi-guide .ng-section.ng-usage > .ng-usage-pane {
    width: calc(100% - var(--ng-text-shift));
    max-width: none;
    margin-left: var(--ng-text-shift);
    margin-right: 0;
  }
  .noshi-guide {
    /* 個別に右幅調整が必要なブロック */
  }
  .noshi-guide .ng-section.ng-kind-desktop > .ng-kind-grid {
    margin-left: var(--ng-text-shift);
    width: calc(99% - var(--ng-text-shift));
  }
  .noshi-guide .ng-section:not(.ng-kind-desktop) > .ng-gift-diff,
  .noshi-guide .ng-section:not(.ng-kind-desktop) > .ng-manner-table {
    max-width: none;
    margin-left: var(--ng-text-shift);
    width: calc(95% - var(--ng-text-shift));
  }
}
@media screen and (max-width: 767px) {
  .noshi-guide .ng-section-title {
    margin-left: 0;
    margin-right: 0;
    font-size: 17px;
  }
  .noshi-guide {
    /* SPでは本文全体を少し内側に寄せる */
  }
  .noshi-guide .ng-section:not(.ng-kind-desktop) > :not(.ng-section-title) {
    margin-left: 22px;
    width: calc(95% - 22px);
  }
}

/* =========================================================
   見本画像共通
   ========================================================= */
.noshi-guide .ng-example-wrap {
  padding: 14px;
  border: 2px solid #eadfd9;
  background: #fff;
}
.noshi-guide .ng-example-wrap img {
  width: 100%;
  display: block;
}
.noshi-guide .ng-example-wrap ul {
  margin: 12px 0 0;
  padding-left: 20px;
}
.noshi-guide .ng-example-wrap li {
  margin-bottom: 6px;
}

/* =========================================================
   「のしとは」説明エリア
   ========================================================= */
.noshi-guide .ng-about-noshi .ng-about-text {
  margin: 0 0 10px;
  color: #2f2825;
  font-size: 14px;
  line-height: 1.62;
}
.noshi-guide .ng-about-noshi .ng-example-wrap {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
  -moz-column-gap: 14px;
       column-gap: 14px;
  align-items: end;
  padding: 0;
  border: 0;
  background: transparent;
}
.noshi-guide .ng-about-noshi .ng-example-wrap img {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 2px solid #5f5f5f;
}
.noshi-guide .ng-about-noshi .ng-example-wrap ul {
  margin: 0 0 -8px 10px;
  padding: 0;
  min-width: 0;
  list-style: none;
  align-self: end;
}
.noshi-guide .ng-about-noshi .ng-example-wrap li {
  margin: 0 0 6px;
  color: #1f1f1f;
  font-size: 13px;
  line-height: 1.5;
  white-space: normal;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .noshi-guide .ng-about-noshi .ng-example-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }
  .noshi-guide .ng-about-noshi .ng-example-wrap ul {
    margin: 2px 0 0;
    align-self: auto;
  }
}

/* =========================================================
   「御祝と内祝の違い」比較表
   ========================================================= */
.noshi-guide .ng-gift-diff {
  max-width: 980px;
  margin: 0 auto;
  border: 2px solid #9a9a9a;
  background: #fff;
}
.noshi-guide .ng-gift-diff-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 108px;
}
.noshi-guide .ng-gift-diff-row + .ng-gift-diff-row {
  border-top: 2px solid #9a9a9a;
}
.noshi-guide .ng-gift-diff-label {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #9a9a9a;
  background: #ececec;
  color: #595959;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.noshi-guide .ng-gift-diff-text {
  padding: 14px;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 1.7;
}
.noshi-guide .ng-gift-diff-text p + p {
  margin-top: 8px;
}
.noshi-guide .ng-gift-diff-text .ng-gift-example {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .noshi-guide .ng-gift-diff-row {
    grid-template-columns: 90px 1fr;
    min-height: 0;
  }
  .noshi-guide .ng-gift-diff-label {
    font-size: 14px;
  }
  .noshi-guide .ng-gift-diff-text {
    padding: 12px;
    font-size: 14px;
    line-height: 1.8;
  }
}

/* =========================================================
   「のし紙の種類」PCカード一覧
   ========================================================= */
.noshi-guide .ng-kind-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 24px;
}
.noshi-guide .ng-kind-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: start;
  padding: 0;
  border: 0;
  background: transparent;
}
.noshi-guide .ng-kind-card img {
  width: 112px;
  min-width: 112px;
  height: 79px;
  min-height: 79px;
  display: block;
  padding: 0;
  border: 2px solid #555555;
  background: #fff;
  -o-object-fit: contain;
     object-fit: contain;
}
.noshi-guide .ng-kind-card h4 {
  margin: -2px -3px 6px;
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.noshi-guide .ng-kind-card p {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  color: #1f1f1f;
  font-size: 13px;
  line-height: 1.55;
  height: auto;
  overflow: hidden;
}
.noshi-guide .ng-kind-card:last-child {
  grid-column: 1/-3;
  width: 100%;
  max-width: none;
}
.noshi-guide .ng-kind-body {
  width: 100%;
  min-width: 0;
  min-height: 79px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .noshi-guide .ng-kind-card {
    grid-template-columns: 98px minmax(0, 1fr);
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .noshi-guide .ng-kind-card img {
    width: 98px;
    min-width: 98px;
    height: 69px;
    min-height: 69px;
  }
  .noshi-guide .ng-kind-card h4 {
    font-size: 15px;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .noshi-guide .ng-kind-card p {
    font-size: 14px;
  }
  .noshi-guide .ng-kind-body {
    min-height: 69px;
  }
  .noshi-guide .ng-kind-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 520px) {
  .noshi-guide .ng-kind-card {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
  .noshi-guide .ng-kind-card img {
    max-width: 190px;
  }
}

/* =========================================================
   「のし紙の種類」SPスライドカード
   ========================================================= */
.noshi-guide .ng-kind-desktop {
  display: block;
}
.noshi-guide .ng-kind-mobile-wrap {
  display: none;
}
.noshi-guide .ng-kind-mobile-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
}
.noshi-guide .ng-kind-mobile-card {
  flex: 0 0 220px;
  padding: 10px;
  border: 2px solid #eadfd9;
  background: #fff;
}
.noshi-guide .ng-kind-mobile-card img {
  width: 100%;
  display: block;
  margin-bottom: 8px;
  border: 2px solid #555555;
  background: #fff;
}
.noshi-guide .ng-kind-mobile-body h4 {
  margin: 0 0 6px;
  color: #1f1f1f;
  font-size: 15px;
  line-height: 1.4;
}
.noshi-guide .ng-kind-mobile-body p {
  margin: 0;
  color: #1f1f1f;
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: horizontal;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .noshi-guide .ng-kind-desktop {
    display: block;
  }
  .noshi-guide .ng-kind-desktop .ng-section-title {
    font-size: 0;
  }
  .noshi-guide .ng-kind-desktop .ng-section-title::after {
    content: "のし紙の種類と使い分け";
    font-size: 17px;
    line-height: 1.4;
  }
  .noshi-guide .ng-kind-desktop.has-kind-mobile .ng-kind-grid {
    display: none;
  }
  .noshi-guide .ng-kind-mobile-wrap {
    display: block;
    position: relative;
    margin: 0 0 18px;
    overflow: hidden;
  }
  .noshi-guide .ng-kind-mobile-scroll {
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 24px 8px;
    scroll-snap-type: x mandatory;
  }
  .noshi-guide .ng-kind-mobile-scroll::-webkit-scrollbar {
    height: 6px;
  }
  .noshi-guide .ng-kind-mobile-card {
    position: relative;
    flex: 0 0 calc(100% - 48px);
    min-width: calc(100% - 48px);
    max-width: calc(100% - 48px);
    padding: 0;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    scroll-snap-align: center;
  }
  .noshi-guide .ng-kind-mobile-card img {
    height: auto;
    margin: 0 auto 12px;
  }
  .noshi-guide .ng-kind-mobile-body {
    padding: 0 2px;
  }
  .noshi-guide .ng-kind-mobile-body h4 {
    margin: 0 0 4px;
    font-size: 15px;
    line-height: 1.45;
  }
  .noshi-guide .ng-kind-mobile-body p {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* =========================================================
   補足メモ・ジャンプリンク・サンプル一覧
   ========================================================= */
.noshi-guide .ng-note-grid {
  display: grid;
  grid-template-columns: repeat(50, minmax(0, 1fr));
  gap: 100px;
}
.noshi-guide .ng-note-grid article {
  padding: 12px;
  border: 2px solid #eadfd9;
  background: #fff;
}
.noshi-guide .ng-note-grid h4 {
  margin: 0 0 6px;
  font-size: 14px;
}
.noshi-guide .ng-note-grid p {
  color: #66514a;
  font-size: 14px;
}
.noshi-guide .ng-jump-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
}
.noshi-guide .ng-jump-links a {
  padding: 8px 6px;
  border: 2px solid #e6d8d1;
  background: #fff5f0;
  color: #533a32;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease;
}
.noshi-guide .ng-jump-links a:hover {
  background: #f7e7e0;
}
.noshi-guide .ng-jump-links .ng-order-btn {
  grid-column: span 2;
  border-color: #d84a3c;
  background: #d84a3c;
  color: #fff;
  font-weight: 700;
}
.noshi-guide .ng-category {
  padding: 16px 0;
  border-top: 2px solid #e8ded9;
}
.noshi-guide .ng-category h4 {
  margin: 0 0 10px;
  color: #4e3229;
  font-size: 14px;
}
.noshi-guide .ng-sample-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.noshi-guide .ng-sample-card {
  border: 2px solid #eadfd9;
  background: #fff;
}
.noshi-guide .ng-sample-card img {
  width: 100%;
  display: block;
}
.noshi-guide .ng-sample-card p {
  margin: 0;
  padding: 8px 10px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .noshi-guide .ng-note-grid,
  .noshi-guide .ng-sample-grid {
    grid-template-columns: 1fr;
  }
  .noshi-guide .ng-jump-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .noshi-guide .ng-jump-links .ng-order-btn {
    grid-column: span 2;
  }
  .noshi-guide .ng-category h4 {
    font-size: 14px;
  }
}

/* =========================================================
   「使い分け」タブナビ
   ========================================================= */
.noshi-guide .ng-usage {
  margin-top: 0;
}
.noshi-guide .ng-usage .ng-section-title {
  margin-bottom: 14px;
  padding: 11px 14px;
  background: #fff0e9;
  border-left: 8px solid #f7c5ac;
  color: #1f1b19;
  font-weight: 700;
}
.noshi-guide .ng-usage-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
  max-width: 396px;
  margin: 0 auto 18px;
}
.noshi-guide .ng-usage-tab {
  flex: 0 0 90px;
  max-width: 90px;
  padding: 11px 0;
  border: 0;
  background: #f7c5ac;
  color: #3f3633;
  font-size: 13px;
  font-weight: 700;
  line-height: 2.2;
  cursor: pointer;
  transition: all 0.2s ease;
}
.noshi-guide .ng-usage-tab:hover {
  background: #efb796;
}
.noshi-guide .ng-usage-tab.is-active, .noshi-guide .ng-usage-tab.is-open {
  border-color: #fff0e8;
  color: #2f2521;
}
@media screen and (max-width: 767px) {
  .noshi-guide .ng-usage .ng-section-title {
    display: none;
  }
  .noshi-guide {
    /* 最終有効ルールのみ採用（途中で上書きされていた旧指定は削除） */
  }
  .noshi-guide .ng-usage-nav {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0 0 18px;
  }
  .noshi-guide .ng-section.ng-usage > .ng-usage-nav {
    margin-left: 22px;
    width: calc(100% - 22px);
  }
  .noshi-guide .ng-usage-tab {
    grid-column: span 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 10px 8px;
    background: #f7c5ac;
    color: #3d2f2a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    box-shadow: none;
  }
  .noshi-guide .ng-usage-tab:nth-child(5) {
    grid-column: 2/span 3;
  }
  .noshi-guide .ng-usage-tab:nth-child(6) {
    grid-column: 5/span 3;
  }
  .noshi-guide .ng-usage-tab:nth-child(7) {
    grid-column: 8/span 3;
  }
  .noshi-guide .ng-usage-tab[data-tab=oseibo] {
    font-size: 11px;
    letter-spacing: -0.03em;
  }
}

/* =========================================================
   「使い分け」見出し線
   ========================================================= */
.noshi-guide .ng-pane-title {
  position: relative;
  width: 100%;
  margin: 0 -10px 16px;
  padding: 0 0 10px;
  border-bottom: 0;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .noshi-guide .ng-pane-title::after {
    content: "";
    position: absolute;
    left: 1px;
    right: 20px;
    bottom: 0;
    border-bottom: 2px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .noshi-guide .ng-pane-title {
    margin-top: 0;
    font-size: 16px;
  }
  .noshi-guide .ng-pane-title::after {
    content: "";
    position: absolute;
    left: 1px;
    right: -22px;
    bottom: 0;
    border-bottom: 2px solid #000;
  }
}

/* =========================================================
   「使い分け」カード・画像・説明
   ========================================================= */
.noshi-guide .ng-usage-pane {
  --ng-usage-image-width: 325px;
  --ng-usage-column-gap: 5px;
  display: block;
  width: min(100%, 560px);
  max-width: 560px;
  margin: 0 auto 24px;
  scroll-margin-top: 24px;
}
.noshi-guide .ng-usage-list {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  grid-auto-rows: auto;
  justify-items: stretch;
  gap: 14px;
}
.noshi-guide .ng-usage-card {
  --ng-usage-image-height: 136px;
  display: grid;
  grid-template-columns: var(--ng-usage-image-width) minmax(0, 1fr);
  -moz-column-gap: var(--ng-usage-column-gap);
       column-gap: var(--ng-usage-column-gap);
  align-items: start;
  width: 100%;
  max-width: none;
  height: auto;
  border: 0;
  background: transparent;
}
.noshi-guide .ng-usage-image {
  width: var(--ng-usage-image-width);
  min-height: var(--ng-usage-image-height);
  height: auto;
  aspect-ratio: 180/136;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  overflow: hidden;
  padding: 0;
  border: 2px solid #bcbcbc;
  background: #fff;
}
.noshi-guide .ng-usage-image img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
}
.noshi-guide .ng-usage-body {
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: var(--ng-usage-image-height);
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.noshi-guide .ng-usage-body h5 {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.45;
}
.noshi-guide .ng-usage-body p {
  margin: 0 0 6px;
  color: #4d403a;
  font-size: 13px;
  line-height: 1.5;
}
.noshi-guide .ng-usage-body .ng-detail-table {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .noshi-guide .ng-usage-card {
    grid-template-columns: 1fr;
    row-gap: 10px;
    align-items: start;
    height: auto;
  }
  .noshi-guide .ng-usage-image {
    width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: 446.68/315.65;
    padding: 0;
    align-self: auto;
  }
  .noshi-guide .ng-usage-image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transform: scale(1.05);
  }
  .noshi-guide .ng-usage-body {
    min-height: 0;
    height: auto;
    justify-content: flex-start;
  }
}

/* =========================================================
   表組み共通
   ========================================================= */
.noshi-guide .ng-detail-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.noshi-guide .ng-detail-table th,
.noshi-guide .ng-detail-table td {
  padding: 6px 8px;
  border: 2px solid #bdbdbd;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}
.noshi-guide .ng-detail-table th {
  width: 60px;
  background: border-box;
  white-space: nowrap;
}
.noshi-guide .ng-usage .ng-detail-table th,
.noshi-guide .ng-usage .ng-detail-table td {
  padding: 4px 6px;
  border: 1px solid #000;
  font-size: 12px;
}
.noshi-guide .ng-usage .ng-detail-table th {
  width: 52px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.35;
}
.noshi-guide .ng-manner-table {
  width: 100%;
  margin-top: 8px;
  border-collapse: collapse;
  border: 2px solid #c8c8c8;
  background: #fff;
}
.noshi-guide .ng-manner-table th,
.noshi-guide .ng-manner-table td {
  padding: 16px 24px;
  border: 2px solid #c8c8c8;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.9;
}
.noshi-guide .ng-manner-table th {
  width: 170px;
  background: #f2f2f2;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}
.noshi-guide .ng-manner-table td strong {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .noshi-guide .ng-detail-table th,
  .noshi-guide .ng-detail-table td {
    font-size: 14px;
  }
  .noshi-guide .ng-manner-table {
    table-layout: fixed;
  }
  .noshi-guide .ng-manner-table th,
  .noshi-guide .ng-manner-table td {
    display: table-cell;
    width: auto;
    padding: 12px 10px;
    font-size: 13px;
    line-height: 1.8;
  }
  .noshi-guide .ng-manner-table th {
    width: 92px;
    border-bottom: 2px solid #c8c8c8;
    white-space: normal;
  }
  .noshi-guide .ng-manner-table td {
    word-break: break-word;
  }
}

/* =========================================================
   仕上げ（共通色・線幅）
   ========================================================= */
.noshi-guide .ng-section-title,
.noshi-guide .ng-usage .ng-section-title {
  border-left: 8px solid #f7c5ac;
}
.noshi-guide {
  /* 線色の統一 */
}
.noshi-guide .ng-example-wrap,
.noshi-guide .ng-kind-mobile-card,
.noshi-guide .ng-note-grid article,
.noshi-guide .ng-jump-links a,
.noshi-guide .ng-jump-links .ng-order-btn,
.noshi-guide .ng-category,
.noshi-guide .ng-sample-card,
.noshi-guide .ng-manner-table,
.noshi-guide .ng-manner-table th,
.noshi-guide .ng-manner-table td,
.noshi-guide .ng-pane-title,
.noshi-guide .ng-detail-table th,
.noshi-guide .ng-detail-table td,
.noshi-guide .ng-usage-tab,
.noshi-guide .ng-usage-tab.is-active {
  border-color: #000;
}
.noshi-guide {
  /* 画像枠のみ線を少し細くする */
}
.noshi-guide .ng-about-noshi .ng-example-wrap img,
.noshi-guide .ng-kind-card img,
.noshi-guide .ng-kind-mobile-card img,
.noshi-guide .ng-usage-image {
  border-width: 1.5px;
  border-color: #000;
}

/* =========================================================
   HTML内styleからSCSSへ移動（LP専用・id不使用）
   - 画像個別指定は既存ルールを優先するため、共通img指定は入れない
   ========================================================= */
.noshi-guide.noshi-guide-lp {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* =========================================================
   クリエイターモード用レイアウト
   左ナビ(#leftnavi)と本文(LP)を横並びにする
   ========================================================= */
#contentwrapper {
  display: flex;
  align-items: flex-start;
}
#contentwrapper > #leftnavi {
  flex: 0 0 auto;
}
#contentwrapper > .noshi-guide.noshi-guide-lp {
  flex: 1 1 0;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  #contentwrapper {
    display: block;
  }
}/*# sourceMappingURL=noshi-guide.css.map */