@charset "utf-8";
/* ==================================================================
   産廃イチロー／SMS-ASP 上部エリア 共通スタイル
   ================================================================== */

/* --------------------------------------------------
 * トップ背景枠（全体の背景色・余白）
 * -------------------------------------------------- */
#ichiro_top_waku {
  width: 100%;
  height: auto;
  padding: 3rem 0 5rem;
  margin: 0;
  background-color: #D8EBDD;
}

@media (max-width: 566px) {
  #ichiro_top_waku {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

/* --------------------------------------------------
 * トップエリアのコンテナ
 * -------------------------------------------------- */
#top_box {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 566px) {
  #top_box {
    width: 94%;
  }
}

/* --------------------------------------------------
 * パンくずリスト
 * -------------------------------------------------- */
#top_box #pan_list {
  margin-bottom: 4rem;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .85rem;
}

/* --------------------------------------------------
 * ソフトタイトルブロック（画像＋タイトル）
 * -------------------------------------------------- */
#top_box #soft_title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 左：ソフトアイコン */
#top_box #soft_img {
  width: 30%;
  margin: 0;
  padding: 0;
}

#top_box #soft_img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* 右：ソフト名・サブタイトル */
#top_box #soft_name_box {
  width: calc(70% - 50px);
  margin: 0 0 0 50px;
  padding: 0;
}

#top_box #soft_name_box h1 {
  margin: 0;
  padding: 0;
}

/* サブタイトル */
#top_box #soft_sub_title {
  display: block;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

/* ソフト名（産廃イチローなど） */
#top_box #soft_name {
  display: block;
  color: var(--ichiro_color);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 7.5rem;
  line-height: 1;
}

/* タイトル部の横幅調整 */
@media (max-width: 900px) {
  #top_box #soft_name_box {
    width: calc(70% - 30px);
    margin-left: 30px;
  }
  #top_box #soft_sub_title {
    font-size: 1.5rem;
  }
  #top_box #soft_name {
    font-size: 6rem;
  }
}

@media (max-width: 700px) {
  #top_box #soft_img {
    width: 20%;
  }
  #top_box #soft_name_box {
    width: calc(80% - 20px);
    margin-left: 20px;
  }
  #top_box #soft_sub_title {
    font-size: 1.5rem;
  }
  #top_box #soft_name {
    font-size: 5rem;
  }
}

@media (max-width: 566px) {
  #top_box #soft_title {
    flex-direction: column;
    align-items: stretch;
  }
  #top_box #soft_img {
    width: 100%;
  }
  #top_box #soft_img img {
    max-width: 200px;
  }
  #top_box #soft_name_box {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  #top_box #soft_name {
    font-size: 4.5rem;
  }
}

/* タイトル下の小バッジ群（h2の丸ラベル） */
#top_box #soft_name_box div {
  display: flex;
}

#top_box #soft_name_box div span {
  margin: 0 .5rem 0 0;
  padding: .5rem 1.2rem;
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .85rem;
  text-align: center;
}

@media (max-width: 850px) {
  #top_box #soft_name_box div {
    flex-direction: column;
  }
  #top_box #soft_name_box div span {
    width: 18rem;
    margin: 0 auto .5rem;
  }
}

@media (max-width: 566px) {
  #top_box #soft_name_box div span {
    width: 90%;
  }
}

/* --------------------------------------------------
 * 注釈（※系テキスト）
 * -------------------------------------------------- */
#top_box #comment {
  margin: 0;
  padding: 0;
  text-align: right;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .65rem;
  line-height: 1;
}

@media (max-width: 566px) {
  #top_box #comment {
    text-align: center;
  }
}

/* ==================================================================
   SMS-ASPが選ばれる理由（タイトル帯＋ボックス）
   ================================================================== */

/* --------------------------------------------------
 * セクションタイトル帯「SMS-ASPが選ばれる理由」
 * -------------------------------------------------- */
#geo_title {
  position: relative;
  display: block;
  max-width: 90%;
  margin: 2rem auto .7rem;
  padding: .7rem 2rem;
  background-color: #39AD59;
  color: #fff;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  box-shadow: 0 10px 18px rgba(0, 0, 0, .18), 0 2px 4px rgba(0, 0, 0, .12);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 2;
}

/* タイトル帯の下の折り返し装飾 */
#geo_title::before,
#geo_title::after {
  position: absolute;
  content: "";
  bottom: -10px;
  width: 0;
  height: 0;
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, .18));
}

#geo_title::before {
  left: 0;
  border-top: 10px solid #2D8B47;
  border-left: 10px solid transparent;
}

#geo_title::after {
  right: 0;
  border-top: 10px solid #2D8B47;
  border-right: 10px solid transparent;
}

@media (max-width: 566px) {
  #geo_title {
    font-size: 1.5rem;

    /* スマホ時はフルブリード表示 */
    position: relative;
    width: 100vw;
    max-width: none;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  @supports (width: 100dvw) {
    #geo_title {
      width: 100dvw;
      margin-left: -50dvw;
      margin-right: -50dvw;
    }
  }

  /* 小さい画面では折り返し装飾をカット */
  #geo_title::before,
  #geo_title::after {
    content: none;
  }
}

/* --------------------------------------------------
 * #geo_box 本体（カード4つ＋下部ボタン）
 * -------------------------------------------------- */
#geo_box {
  position: relative;
  z-index: 1;
  max-width: calc(90% - 20px);
  margin: -10px auto 0;
  padding: 2rem 2rem 2rem;
  background-color: #fff;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;

  /* ロード時アニメーション＆背景色変化に対応 */
  opacity: 0;
  transform: translateY(-12px);
  animation: geoBoxEnter .6s cubic-bezier(.2, .6, .2, 1) .1s forwards;
  transition: background-color .3s ease;
  scroll-margin-top: 12vh;
}

/* スマホ時：フルブリード（左右いっぱい） */
@media (max-width: 566px) {
  #geo_box {
    position: relative;
    width: 100vw;
    max-width: none;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    gap: 5px;
  }
  @supports (width: 100dvw) {
    #geo_box {
      width: 100dvw;
      margin-left: -50dvw;
      margin-right: -50dvw;
    }
  }
}

/* PC時：2カラム配置 */
#geo_box div {
  width: 49%;
  margin: 0;
  padding: 0;
  height: auto;
}

/* 横幅が狭くなったら1カラム */
@media (max-width: 1000px) {
  #geo_box {
    flex-direction: column;
  }
  #geo_box div {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
  }
}

/* 各カードタイトル（h3） */
#geo_box div h3 {
  margin: 0;
  padding: 1rem 0;
  background-color: var(--main_color);
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, .18), 0 2px 4px rgba(0, 0, 0, .12);

  /* ロード後ふわっと出す */
  opacity: 0;
  transform: translateY(10px) scale(.98);
  filter: blur(2px);
  will-change: transform, opacity, filter;
  animation: geoHeadRise .6s cubic-bezier(.2, .6, .2, 1) both;
  animation-delay: var(--stagger, 0s);
}

/* 見出しの段階的ディレイ（1〜4番目） */
#geo_box > div:nth-of-type(1) > h3 { --stagger: .25s; }
#geo_box > div:nth-of-type(2) > h3 { --stagger: .35s; }
#geo_box > div:nth-of-type(3) > h3 { --stagger: .45s; }
#geo_box > div:nth-of-type(4) > h3 { --stagger: .55s; }

@media (max-width: 566px) {
  #geo_box div h3 {
    font-size: 1rem;
  }
}

/* h3 内の小ラベル用 p（あれば） */
#geo_box div h3 p {
  width: 4.5rem;
  margin: 0 auto 10px;
  padding: .3rem 0;
  background-color: var(--hanako_color);
  border-radius: 50px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .75rem;
  text-align: center;
  line-height: 1;
}

/* 各カード本文（p）初期状態：畳んだ状態 */
#geo_box > div > p {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(8px);
  pointer-events: none;
  padding: 0;
  margin: 0;
  color: #555;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .85rem;
  line-height: 1.65;
  transition: opacity .35s ease, transform .35s ease, max-height .35s ease;
}

@media (max-width: 566px) {
  #geo_box div p {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

/* --------------------------------------------------
 * 「詳しくはクリック」ボタン (#open_ichiro)
 * -------------------------------------------------- */
#open_ichiro {
  width: 13rem;
  height: auto;
  margin: -30px auto 0;
  padding: 1.2rem 0 .5rem;
  display: block;
  background-color: #fff;
  color: var(--king_color);
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 10;

  /* ロード時フェードイン＋ふわっと */
  opacity: 0;
  transform: translateY(-30px);
  will-change: opacity, transform;
  animation:
    openIchiroEnter 1s cubic-bezier(.2, .6, .2, 1) 1.2s forwards,
    yureru-j 2s 2s infinite;
  scroll-margin-top: 12vh;
}

/* 矢印アイコン部分 */
#open_ichiro p {
  margin: 0 auto;
  padding: 0;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

/* ホバー時の色だけ変化 */
#open_ichiro:hover {
  color: var(--main_color);
  font-weight: bold;
}

/* 上下に揺れるエフェクト（共通クラス） */
.yureru-j {
  animation: yureru-j 2s infinite;
}

/* --------------------------------------------------
 * #open_ichiro クリック後の展開制御
 * （:target + :has を利用）
 * -------------------------------------------------- */

/* クリック後：本文を展開（余白復帰） */
body:has(#open_ichiro:target) #geo_box > div > p {
  opacity: 1;
  max-height: 2000px;
  transform: translateY(0);
  pointer-events: auto;
  padding: 1.2rem 1.5rem 0 1.5rem;
  margin: 0 0 1rem 0;
}

/* クリック後：背景色は白で固定 */
body:has(#open_ichiro:target) #geo_box {
  background-color: #fff !important;
}

/* クリック後：タイトル帯の色を少し濃くする */
body:has(#open_ichiro:target) #geo_box h3 {
  background-color: var(--main_color);
  padding-bottom: .7rem;
}

/* クリック後：小ラベルpは非表示 */
body:has(#open_ichiro:target) #geo_box h3 p {
  display: none;
}

/* クリック後：トリガーボタンは非表示 */
body:has(#open_ichiro:target) #open_ichiro {
  display: none;
}

/* クリック後：カード全体をふわっと */
body:has(#open_ichiro:target) #geo_box > div {
  animation: geoFade .4s ease both;
}
body:has(#open_ichiro:target) #geo_box > div:nth-child(1) { animation-delay: .02s; }
body:has(#open_ichiro:target) #geo_box > div:nth-child(2) { animation-delay: .06s; }
body:has(#open_ichiro:target) #geo_box > div:nth-child(3) { animation-delay: .10s; }
body:has(#open_ichiro:target) #geo_box > div:nth-child(4) { animation-delay: .14s; }

/* クリック後：下部の大ボタンも展開（後述定義と連動） */
body:has(#open_ichiro:target) #asp_lp_denshi {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
  padding: 2rem;
  margin: 0 0 1rem 0;
}

/* --------------------------------------------------
 * ロード時アニメーション／モーションを控えたいユーザー
 * -------------------------------------------------- */
@keyframes geoBoxEnter {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes geoHeadRise {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(.98);
    filter: blur(2px);
  }
  60% {
    opacity: 1;
    transform: translateY(0) scale(1.01);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}

@keyframes geoFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* 上下揺れ */
@keyframes yureru-j {
  0%  { transform: translate(0, 2px); }
  5%  { transform: translate(0,-2px); }
  10% { transform: translate(0, 2px); }
  15% { transform: translate(0,-2px); }
  20% { transform: translate(0, 2px); }
  25% { transform: translate(0,-2px); }
  30% { transform: translate(0, 0); }
}

/* 「詳しくはクリック」フェードイン */
@keyframes openIchiroEnter {
  0% {
    opacity: 0;
    transform: translateY(-16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* モーション削減設定がオンのユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  #geo_box {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
  #geo_box > div > h3 {
    animation: none !important;
    opacity: 1;
    transform: none;
    filter: none;
  }
  #geo_box > div > p {
    transition: none !important;
    transform: none;
  }
  #open_ichiro {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
  body:has(#open_ichiro:target) #geo_box > div {
    animation: none !important;
  }
}

/* ==================================================================
   下部 大ボタン「なぜ？電子マニフェストが必要なのか？」(#asp_lp_denshi)
   ================================================================== */

/* 初期状態：完全に畳んでおく（高さ・余白ゼロ） */
#asp_lp_denshi {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: var(--main_color);
  color: #fff;
  text-decoration: none;

  max-height: 0;
  opacity: 0;
  transform: translateY(6px);
  padding: 0;
  margin: 0;

  transition:
    background-color .3s ease,
    max-height .6s ease,
    opacity .6s ease,
    transform .6s ease,
    padding .6s ease,
    margin .6s ease;
}

/* ボタン内：サブタイトル帯 */
#asp_lp_denshi #sub_title {
  display: block;
  max-width: 30rem;
  margin: 0 auto 13px;
  padding: .5rem 2rem;
  background: #fff;
  color: #333;
  border-radius: 50px;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}

/* ボタン内：メインタイトル */
#asp_lp_denshi #main_title {
  display: block;
  color: #fff;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
}

/* ホバー時：色変化 */
#asp_lp_denshi:hover {
  background-color: var(--ichiro_color);
}

/* ✨ キラッと光るアニメーション ✨ */
#asp_lp_denshi::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.6) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
  pointer-events: none;
}

#asp_lp_denshi:hover::before {
  animation: shine 1s ease forwards;
}

/* 光の動き（共通） */
@keyframes shine {
  0%   { left: -75%; }
  100% { left: 125%; }
}

@media (max-width: 566px) {
  #asp_lp_denshi #main_title {
    font-size: 2rem;
  }
}

/* ==================================================================
   共通・汎用スタイル
   ================================================================== */

/* 強調ハイライト（本文中の span.highlight） */
.highlight {
  background: linear-gradient(transparent 40%, rgba(255,255,102,.7) 40%);
}

/* ==================================================================
   JWNET比較バッジなど
   ================================================================== */
#jwnet_hikaku {
  width: 80%;
  height: auto;
  margin: 1.5rem auto 0;
  padding: 1rem;
  background-color: var(--ichiro_color);
  border-radius: 50px;
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

@media (max-width: 566px) {
  #jwnet_hikaku {
    width: 100%;
    font-size: 1rem;
    font-weight: normal;
  }
}

/* ==================================================================
   テーブルデザイン（比較表など）
   ================================================================== */

#table-scroll {
  width: 100% !important;
  padding: 0 !important;
  margin-top: 4rem;
  border-radius: 0 !important;
  background-color: transparent !important;
  text-align: center;
}

.table_design13 {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  table-layout: fixed;
  font-weight: bold;
}

/* ヘッダ共通 */
.table_design13 thead th {
  padding: 1em .8em;
  border-right: 2px solid #fff;
}

/* ヘッダ：2列目以降 */
.table_design13 thead th:not(:first-child) {
  background: #4d9bc1;
  color: #fff;
  font-size: 1.5rem;
  padding: .5em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
}

/* ヘッダ内の小文字 */
.table_design13 thead th span {
  font-size: .8rem;
}

/* ヘッダ3列目：おすすめ色 */
.table_design13 thead th:nth-child(3) {
  position: relative;
  background-color: #d05266;
}
.table_design13 thead th:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 10px;
  background-color: #d05266;
}
.table_design13 thead th:nth-child(3)::after {
  content: "オススメ";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  padding: .3em 1em;
  background: #fff;
  border: 2px solid #d05266;
  border-radius: 100vh;
  color: #d05266;
  font-size: .8rem;
}

/* ヘッダ4列目 */
.table_design13 thead th:nth-child(4) {
  position: relative;
  background-color: #999;
}

/* ボディ共通 */
.table_design13 tbody th,
.table_design13 tbody td {
  border: 2px solid #fff;
}

/* ボディ見出し列 */
.table_design13 tbody th {
  background-color: #DFDFDF;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.1;
}

/* ボディ通常セル */
.table_design13 tbody td {
  background-color: #e6f1f6;
  color: #4d9bc1;
  padding: 1em;
}

/* 上付き文字（注釈） */
.table_design13 tbody td sup {
  font-size: .7em;
  position: relative;
  top: -.4em;
  vertical-align: baseline;
}

/* 3列目：おすすめの列 */
.table_design13 td:nth-child(3) {
  background-color: #FFEBEE;
  color: #d05266;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
}

/* 4列目：説明テキスト列 */
.table_design13 td:nth-child(4) {
  background-color: #F0F0F0;
  color: #333;
  text-align: left;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .8rem;
}

/* ホバー時：セル拡大＆枠色変化 */
.table_design13 td:hover {
  transform: scale(1.05);
  outline: 2px solid #4d9bc1;
}
.table_design13 td:nth-child(3):hover {
  outline-color: #d05266;
}
.table_design13 td:nth-child(4):hover {
  outline-color: #999;
}

@media screen and (max-width: 787px) {
  #table-scroll {
    padding-top: 2rem;
    overflow-x: auto;
  }
  .table_design13 {
    margin-top: 2rem;
  }
}

/* ==================================================================
   メインコンテンツエリア（特徴紹介など）
   ================================================================== */

#main_block {
  max-width: 1300px;
  margin: 0 auto;
  padding: 3rem 0 2rem;
}

@media (max-width: 566px) {
  #main_block {
    width: 94%;
  }
}

/* 見出し「機能紹介」など */
#soft_feature_title {
  width: auto;
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}

/* セクション枠 */
#soft_feature {
  width: 100%;
  margin-bottom: 0;
  padding: 2rem 2rem 0;
  border: 1px solid #ccc;
}

/* 本文＋画像の2カラムボックス */
.soft_feature_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  margin: 0 0 2rem;
  padding: 0;
}

/* 左側：アイコン等（150px想定） */
.soft_feature_box > :first-child {
  flex: 0 0 150px;
  min-width: 0;
}

/* 右側：テキスト */
.soft_feature_box > :nth-child(2) {
  flex: 1 1 calc(1300px - 150px);
}

/* マーク付き見出し（▸） */
h3.mark {
  position: relative;
  margin: 0 0 .5rem;
  padding-inline-start: calc(10px + 1em + 5px);
  color: #333;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  --mark-offset: 10px;
  --mark-width: 1em;
  --mark-gap: 5px;
}

@media (min-width: 567px) {
  h3.mark::before {
    content: "▸";
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: var(--mark-offset);
    line-height: inherit;
  }
}

@media (max-width: 566px) {
  h3.mark {
    margin: -1rem 0 5px;
    padding-inline-start: 0;
    padding-top: 0;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  h3.mark::before {
    content: "";
  }
}

/* 本文テキスト */
.soft_feature_box p {
  margin: 0;
  padding-left: 1rem;
  color: #333;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: 1rem;
}

/* スマホ：縦並びに切替 */
@media (max-width: 566px) {
  #soft_feature {
    padding-bottom: 0;
    margin-bottom: 10rem;
  }
  .soft_feature_box {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 5rem;
  }
  .soft_feature_box > :first-child,
  .soft_feature_box > :nth-child(2) {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .soft_feature_box img {
    display: block;
    width: 150px;
    height: auto;
    margin: 0 auto;
  }
  .soft_feature_box p {
    padding-left: 0;
  }
}

/* ==================================================================
   フル幅スライダー（3枚・タブ切替）
   ================================================================== */
/* ここから下は既存レイアウトを維持しつつ整理済み */
/* コメントは必要箇所のみ残しています */

#fullwidth {
  position: relative;
  width: 100%;
  margin: 10rem auto;
  background: #fff;
  overflow-x: hidden;
}
#fullwidth img {
  display: block;
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 768px) {
  #fullwidth {
    margin-top: 5rem;
  }
}
@media (max-width: 566px) {
  #fullwidth {
    width: 96%;
    margin: 0 auto 5rem;
  }
}

/* スライダー見出し */
#fullwidth_title {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
#fullwidth_title #ft_a {
  margin: 0 0 .5rem;
  display: block;
  text-align: center;
  color: var(--ichiro_color, #1976CC);
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1;
}
#fullwidth_title #ft_b {
  margin: 0 0 12px;
  display: block;
  text-align: center;
  color: #333;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: 1.65rem;
  line-height: 1;
}

/* ラジオボタンは画面外に */
.fw_radio {
  position: fixed;
  top: -10000px;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.fw_radio:focus {
  outline: none;
}

/* スライダー本体 */
.fw_slider {
  position: relative;
  max-width: 1300px;
  margin: 0 auto 12px;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  contain: paint;
  isolation: isolate;
  clip-path: inset(0);
  z-index: 0;
}

/* 横並びトラック */
.fw_track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  min-width: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: transform .45s ease;
}

/* スライド要素 */
.fw_slide {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.fw_slide img,
#fullwidth_title {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/* ラジオによる位置切替 */
#fw_s1:checked ~ .fw_slider .fw_track { transform: translate3d(0%, 0, 0); }
#fw_s2:checked ~ .fw_slider .fw_track { transform: translate3d(-100%, 0, 0); }
#fw_s3:checked ~ .fw_slider .fw_track { transform: translate3d(-200%, 0, 0); }

/* 矢印ボタン（初期は非表示、状態で表示） */
.fw_prev,
.fw_next {
  display: none !important;
}

.fw_arrows {
  pointer-events: auto;
}
.fw_prev,
.fw_next {
  position: absolute;
  inset-block: 0;
  top: 48%;
  width: 36px;
  height: 150px;
  margin: 0;
  background: var(--main_color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  user-select: none;
  z-index: 5;
  pointer-events: auto;
  opacity: .7;
}
.fw_prev {
  left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.fw_next {
  right: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.fw_prev:hover,
.fw_next:hover {
  background-color: #ccc;
  filter: brightness(.92);
}
.fw_prev:active,
.fw_next:active {
  transform: scale(.98);
}

/* 矢印記号 */
.fw_prev::before,
.fw_next::before {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto,
               "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  line-height: 1;
}
.fw_prev::before { content: "‹"; font-size: 32px; }
.fw_next::before { content: "›"; font-size: 32px; }

/* 矢印の表示条件 */
#fw_s1:checked ~ .fw_slider .next1 { display: flex !important; }
#fw_s2:checked ~ .fw_slider .prev2,
#fw_s2:checked ~ .fw_slider .next2 { display: flex !important; }
#fw_s3:checked ~ .fw_slider .prev3 { display: flex !important; }

/* 矢印のレスポンシブ */
@media (max-width: 768px) {
  .fw_prev,
  .fw_next { width: 30px; }
  .fw_prev::before,
  .fw_next::before { font-size: 28px; }
}
@media (max-width: 480px) {
  .fw_prev,
  .fw_next { width: 28px; }
  .fw_prev::before,
  .fw_next::before { font-size: 24px; }
}

/* 動作抑制 */
@media (prefers-reduced-motion: reduce) {
  .fw_track {
    transition: none;
  }
}

/* タブボタン（下部の切替ボタン） */
.tab-buttons {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  flex-wrap: nowrap;
  background: #cfcfcf;
  border-radius: 50px;
}

/* タブ共通 */
.tab-buttons label {
  padding: .5rem 1rem;
  background-color: #9B8B8C;
  border-radius: 50px;
  color: #fff;
  font-size: .9rem;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: all .2s ease;
}
.tab-buttons label:hover {
  background: rgba(0,0,0,.06);
}
.tab-buttons label:focus-visible {
  outline: 1px solid var(--main_color, #1976CC);
  outline-offset: 1px;
}

/* 選択中タブ */
#fw_s1:checked ~ .tab-buttons label[for="fw_s1"],
#fw_s2:checked ~ .tab-buttons label[for="fw_s2"],
#fw_s3:checked ~ .tab-buttons label[for="fw_s3"] {
  background: var(--main_color, #1976CC);
  color: #fff;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

/* タブのレスポンシブ */
@media (max-width: 1200px) {
  .tab-buttons { gap: .45rem; padding: 6px; }
  .tab-buttons label { padding: .55rem .95rem; font-size: .98rem; }
}
@media (max-width: 1024px) {
  .tab-buttons { gap: .4rem; padding: 5px; }
  .tab-buttons label { padding: .5rem .9rem; font-size: .96rem; }
}
@media (max-width: 900px) {
  .tab-buttons {
    max-width: 95vw;
    gap: .35rem;
    padding: 5px;
  }
  .tab-buttons label { padding: .5rem .85rem; font-size: .94rem; }
}
@media (max-width: 768px) {
  .tab-buttons {
    justify-content: flex-start;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    gap: .5rem;
    padding: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
  .tab-buttons::-webkit-scrollbar {
    height: 6px;
  }
  .tab-buttons::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2);
    border-radius: 3px;
  }
  .tab-buttons label {
    flex: 0 0 auto;
    padding: .5rem .9rem;
    font-size: .92rem;
    scroll-snap-align: center;
  }
}
@media (max-width: 566px) {
  .tab-buttons {
    width: 100%;

    margin: 0;
    padding: 4px 6px;
    gap: .4rem;
  }
  .tab-buttons label {
    padding: .5rem .8rem;
    font-size: .8rem;
  }
}
@media (max-width: 400px) {
  .tab-buttons {
    padding: 4px;
    gap: .35rem;
  }
  .tab-buttons label {
    padding: .45rem .75rem;
    font-size: .83rem;
  }
}

/* ==================================================================
   ページ共通見出し／説明ブロック
   ================================================================== */

/* 上部の大きな見出し帯（緑） */
.page_title {
  position: relative;
  max-width: 100%;
  margin: 10rem auto 0;
  padding: 1.2rem 2rem;
  background-color: #39AD59;
  color: #fff;
  text-align: left;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: normal;
  box-shadow: 0 3px 3px 0 #0000004D;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* 左下の折り返し */
.page_title::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #2D8B47;
  border-left: 20px solid transparent;
}

@media (max-width:566px) {
  .page_title {
    font-size: 1.5rem;
    font-weight: normal;
    width: 100dvw;
    max-width: none;
    margin-inline: calc(50% - 50dvw);
    text-align: left;
  }
}
.page_title::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #2D8B47;
  border-left: 20px solid transparent;
}
@media (max-width: 566px) {
  .page_title::before {
    content: none !important;
    border: 0;
    width: 0;
    height: 0;
    bottom: auto;
    left: auto;
    position: static;
  }
}

/* 見出し下の説明ブロック（グレー） */
.page_comment {
  width: calc(100% - 20px);
  margin: 0 0 0 20px;
  padding: 1.5rem 2rem 1rem;
  background-color: #F5F5F5;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: normal;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 566px) {
  .page_comment {
    width: 100dvw;
    max-width: none;
    margin-inline: calc(50% - 50dvw);
    margin-left: -20px;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width:566px) {
  .page_comment ul {
    padding: 0;
    margin-top: 1rem;
    margin-left: 1rem;
  }
}

/* ==================================================================
   canvas 埋め込み用 frame
   ================================================================== */

/* iframe 用枠 */
.canvas_frame {
  width: min(calc(100% - 20px), 980px);
  margin-left: calc((100% - min(1000px, 100%)) / 2 + 20px);
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 3rem;
  aspect-ratio: 25 / 17;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
  line-height: 0;
  box-sizing: border-box;
}

@media (max-width:566px) {
  .canvas_frame {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1rem;
    padding: 0;
    width: 100dvw;
    margin-inline: calc(50% - 50dvw);
  }
}

/* iframe本体 */
.canvas_frame iframe {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  border: 0;
  overflow: hidden;
  scrollbar-width: none;
}
.canvas_frame iframe::-webkit-scrollbar {
  display: none;
}

/* 画像表示用枠 */
.canvas_frame2 {
  width: min(calc(100% - 20px), 980px);
  margin-left: calc((100% - min(1000px, 100%)) / 2 + 20px);
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0;
  background: #fff;
  line-height: 0;
  box-sizing: border-box;
}
.canvas_frame2 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2rem;
}

/* ==================================================================
   トップ内の別見出し／説明ブロック（page_title2）
   ================================================================== */

#ichiro_top_waku .page_title2 {
  max-width: 1300px;
  margin: 3rem auto 0;
  padding: 0;
  text-align: center;
  color: var(--ichiro_color);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
}

@media (max-width: 566px) {
  #ichiro_top_waku .page_title2 {
    font-size: 1.5rem;
  }
}

/* 説明ブロック（白背景） */
#ichiro_top_waku .page_comment2 {
  max-width: 1300px;
  margin: 0 auto 10rem;
  padding: 2rem;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
}
#ichiro_top_waku .page_comment2 ul {
  margin: 1rem 0 1rem;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 566px) {
  #ichiro_top_waku .page_comment2 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #ichiro_top_waku .page_comment2 ul li {
    margin-bottom: 1rem;
  }
}

/* ライセンス説明文 */
#ichiro_top_waku .page_comment2 #license_txt {
  margin-top: 1rem;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .95rem;
}

/* コメント小文字 */
.comment_txt {
  margin: 0;
  padding: 0;
  width: auto;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .6rem;
}

/* ==================================================================
   下部リンクボタン・価格帯など
   ================================================================== */

/* 小さな注釈 */
#comment2 {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .7rem;
}

/* 「義務化リンク」ボタン */
#gimuka_link {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 1rem 0;
  background-color: var(--main_color);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: background-color .3s ease;
}
@gimuka_link:hover {
  background-color: var(--ichiro_color);
}
@media (max-width: 566px) {
  #gimuka_link {
    width: 100%;
    padding: 1rem 1rem;
    font-size: .85rem;
    font-weight: normal;
  }
}

/* キラッ演出 */
#gimuka_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, .6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
}
#gimuka_link:hover::before {
  animation: shine 1s ease forwards;
}

/* 価格帯カテゴリラベル */
.price_category {
  width: 30%;
  margin: 0 auto;
  padding: .4rem 0;
  background-color: #245472;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.5rem;
}
@media (max-width: 900px) {
  .price_category {
    width: 50%;
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .price_category {
    width: 100%;
    font-size: .9rem;
  }
}

/* 価格プランの枠（3カラム） */
.price_plan {
  width: 100%;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 566px) {
  .price_plan {
    flex-direction: column;
  }
}

/* 各価格カード */
.price_plan div {
  width: 30%;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  background-color: #EBE3D8;
  border-radius: 4px;
}
@media (max-width: 800px) {
  .price_plan div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 566px) {
  .price_plan div {
    width: 100%;
  }
}

/* 価格プラン見出し */
.price_plan div h4 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.1rem;
}
.price_plan div h4 span {
  font-size: .6rem;
}

/* 価格本体 */
.price_plan div p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #FF0004;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1;
}
.price_plan div p span {
  font-size: 1rem;
}

@media (max-width: 900px) {
  .price_plan div h4 {
    font-size: .9rem;
  }
  .price_plan div p {
    font-size: 2rem;
  }
}
@media (max-width: 566px) {
  .price_plan div h4 {
    font-size: 1.1rem;
  }
  .price_plan div p {
    font-size: 3rem;
  }
}

/* ライセンス小文字など */
.price_plan div .license_price {
  margin-right: .5rem;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .7rem;
}
.price_plan div .license_p {
  color: #FF0004;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}

/* ==================================================================
   汎用マージン調整クラス
   ================================================================== */
.bottom_margin_Cancel { margin-bottom: 0 !important; }
.top_margin_Cancel    { margin-top: 0 !important; }

/* ==================================================================
   よくある質問 FAQ
   ================================================================== */

.faq-wrap {
  width: min(100%, 1300px);
  margin: 0 auto;
  padding: 1.5rem 1rem 3rem;
}
.faq-wrap .top_margin_Cancel {
  margin-top: 0;
}

/* Q 見出し */
.faq-wrap .question {
  position: relative;
  display: block;
  margin: 2.25rem 0 .5rem;
  color: var(--main_color);
  font-weight: 700;
  font-size: clamp(1.05rem, .95rem + .4vw, 1.25rem);
  line-height: 1.45;
	
}
.faq-wrap .question::before {
  content: "Q";
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  background: #1976CC;
  color: #fff;
  font-weight: 800;
  font-size: .95rem;
}

/* A 本文 */
.faq-wrap .answer {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 1rem 2rem 1rem;
  background: #F8FBFF;
  border: 1px solid #DFEAF6;
  border-radius: 4px;
  color: #222;
  font-size: 1rem;
  line-height: 1.8;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  overflow-wrap: break-word;
  word-break: normal;
}

/* FAQ補足 */
.faq-wrap .faq-more {
  margin-top: 2rem;
  text-align: left;
  color: #666;
}

/* FAQスマホ調整 */
@media (max-width: 560px) {
  .faq-wrap {
    padding: 0;
  }
  .faq-wrap .answer {
    margin: 0;
    padding: .9rem 1rem;
  }
  .faq-wrap .question {
    margin-top: 5rem;
  }
}

/* ==================================================================
   下部リンク一覧（丸ボタン）
   ================================================================== */

#link_list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
#link_list li {
  flex: 1 1 calc(33.333% - 1rem);
  min-width: 260px;
  box-sizing: border-box;
}
#link_list li a {
  display: block;
  width: 100%;
  padding: .6rem 2rem;
  background-color: #EBE3D8;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: 1rem;
  transition: background-color .2s ease, color .2s ease;
}
#link_list li a:hover {
  background-color: #554735;
  color: #fff;
}
#link_list li a::before {
  content: "\25B8";
  margin-right: .1rem;
}

/* リンクリストのレスポンシブ */
@media (max-width: 1024px) {
  #link_list li {
    flex-basis: calc(50% - 1rem);
  }
}
@media (max-width: 566px) {
  #link_list {
    gap: .75rem;
  }
  #link_list li {
    flex-basis: 100%;
    min-width: 0;
  }
  #link_list li a {
    width: 100%;
    padding: .8rem 1.2rem;
    border-radius: 999px;
  }
}
#link_list::after {
  content: none !important;
}

/* ==================================================================
   製品サブメニュー（カードグリッド）
   ================================================================== */

#sub_soft_menu {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

/* ブレークポイント */
@media (max-width: 980px) {
  #sub_soft_menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 566px) {
  #sub_soft_menu {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* カード本体 */
#sub_soft_menu .card {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: box-shadow .2s ease, transform .1s ease, border-color .2s ease;
}

/* カード全体をリンクに */
#sub_soft_menu .card > a {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding: 1rem 1.5rem;
  text-decoration: none;
}

/* アイコン */
#sub_soft_menu .thumb {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
#sub_soft_menu .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* テキスト部分 */
#sub_soft_menu .body {
  flex: 1 1 auto;
  min-width: 0;
}
#sub_soft_menu h2 {
  margin: 0;
  color: #333;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
#sub_soft_menu p {
  margin: 0;
  color: #333;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: .9rem;
  line-height: 1.2;
}

/* PCホバー時 */
@media (hover: hover) {
  #sub_soft_menu .card:hover {
    border-color: #bbb;
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
    transform: translateY(-1px);
  }
}

/* スマホはタップのみ軽く */
@media (hover: none) {
  #sub_soft_menu .card:active {
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
  }
}
