@charset "utf-8";
/* CSS Document */
#ichiro_top_waku {
  width: 100%;
  height: auto;
  padding-top: 3rem;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 5rem;
  background-color: #D8EBDD;
  margin: 0;
}
@media (max-width:566px) {
  #ichiro_top_waku {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
#top_box {
  max-width: 1300px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width:566px) {
  #top_box {
    width: 94%;
  }
}
/*---------------------------------------------------------------*/
/*　パンくずリスト
/*---------------------------------------------------------------*/
#top_box #pan_list {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.85rem;
  margin-bottom: 4rem;
}
/*---------------------------------------------------------------*/
/*　ソフトタイトル
/*---------------------------------------------------------------*/
#top_box #soft_title {
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top_box #soft_img {
  margin: 0;
  padding: 0;
  width: 30%;
}
#top_box #soft_img img {
  width: 100%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#top_box #soft_name_box {
  width: calc(70% - 50px);
  padding: 0;
  margin-left: 50px;
  margin-bottom: 0;
}
#top_box #soft_name_box h1 {
  padding: 0;
  margin: 0;
}
#top_box #soft_sub_title {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 2rem;
  display: block;
  line-height: 1.5;
}
#top_box #soft_name {
  color: var(--ichiro_color);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 7.5rem;
  display: block;
  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 {
    align-items: stretch;
    flex-direction: column
  }
  #top_box #soft_img {
    width: 100%;
  }
  #top_box #soft_img img {
    max-width: 200px;
  }
  #top_box #soft_name_box {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  #top_box #soft_name {
    font-size: 4.5rem;
  }
}
#top_box #soft_name_box div{
    display: flex;
}

#top_box #soft_name_box div h2 {
    padding-top: 0.5rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    padding-bottom: 0.5rem;
    color: #000;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: .85rem;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 50px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0.5rem;
}
@media (max-width:850px) {
	#top_box #soft_name_box div{
		flex-direction: column;
	}
	#top_box #soft_name_box div h2 {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0.5rem;
    width: 18rem;
	}
}
@media (max-width:566px) {
	#top_box #soft_name_box div h2 {
    	width: 90%;
	}	
}
/*---------------------------------------------------------------*/
/*　注釈
/*---------------------------------------------------------------*/
#top_box #comment {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 0.65rem;
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 1;
}
@media (max-width:566px) {
  #top_box #comment {
    text-align: center;
  }
}

/* 外枠 */
#geo_box{
    width: 90%;
    border-radius: 4px;
    background-color: #fff;
    padding: 2rem;
    margin-top: 3.5rem;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
}

/* セクション見出し（左右中央＆上にせり出し） */
#feature{
    display: block;
    font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    color: #333;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
    padding: 0;
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    white-space: nowrap;
    text-align: center;
}

/* 2カラムレイアウト */
#geo_list{
  margin: 1rem auto 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#geo_list > div{
  width: 49%;
  margin: 0 0 2%;
  padding: 0;
  height: auto;
  box-sizing: border-box;
}

/* 各カードの見出し */
#geo_list h3{
  background: var(--main_color);
  color: #fff;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  padding: .6rem 2rem .4rem;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0;
}

/* h3直下の「詳しく見る」ボタン（複数可） */
.open_geo{
    display: block;
    width: 12rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;         /* h3直下で少し余白 */
    padding: .6rem 0;
    text-align: center;
    color: #fff;
    background: var(--king_color);
    border-radius: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: .95rem;
    cursor: pointer;
    transition: background-color .3s ease, transform .2s ease;
    user-select: none;
    animation: yureru 2s infinite;
}
.open_geo:hover{ background: var(--ichiro_color); transform: translateY(-1px); }
.open_geo:focus-visible{ outline: 2px solid #333; outline-offset: 3px; }

@keyframes yureru{
  0%,100%{ transform: translateY(0); }
  10%,30%,50%,70%,90%{ transform: translateY(-2px); }
  20%,40%,60%,80%{ transform: translateY(2px); }
}

/* 本文ボックス（初期は完全に潰す：高さも余白も0） */
#geo_list .content{
  width: 100%;
  color: #333;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: .85rem;
  box-sizing: border-box;

  /* アニメ非表示状態 */
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(6px);
  padding: 0;                 /* ← 余白ゼロ */
  border-width: 0;            /* ← 枠ゼロ */
  margin: 0;                  /* ← 余白ゼロ */

  transition:
    max-height .6s ease,
    opacity .6s ease,
    transform .6s ease,
    padding .6s ease,
    border-width .6s ease,
    margin .6s ease;
}

/* 展開時：本文の見た目に復帰（枠・余白） */
#toggle_geo:checked ~ #geo_list .content{
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);

  padding: 1rem 2rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--main_color);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* 下部の大ボタン（初期非表示→展開時表示） */
#asp_lp_denshi{
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: var(--main_color);
  color: #fff;

  /* 初期は完全に潰す */
  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:hover{ background: #145fa2; }
#toggle_geo:checked ~ #geo_list #asp_lp_denshi{
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
  padding: 2rem;                 /* 復帰 */
  margin: 0 0 1rem 0;            /* 復帰 */
}
#asp_lp_denshi #sub_title{
  background: #fff;
  color: #333;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  padding: .5rem 2rem;
  border-radius: 50px;
  display: block;
  max-width: 30rem;
  margin: 0 auto 13px;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
#asp_lp_denshi #main_title{
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

/* キラッ演出 */
#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);
}
#asp_lp_denshi:hover::before{ animation: shine 1s ease forwards; }
@keyframes shine{
  0%{ left:-75%; }
  100%{ left:125%; }
}

/* 開いたら全カードの「詳しく見る」ボタンを非表示 */
#toggle_geo:checked ~ #geo_list .open_geo{
  display: none;
}

/* 強調スパン */
.highlight{
  background: linear-gradient(transparent 60%, rgba(255,230,150,.9) 60%);
}

/* レスポンシブ */
@media (max-width: 800px){
  #feature{ white-space: normal; text-align: center; }
}
@media (max-width: 566px){
  #geo_list{ display: block; }
  #geo_list > div{ width: 100%; margin-bottom: 1rem; }
  #asp_lp_denshi #main_title{ font-size: 2rem; }
}
/* ================================================================
   #asp_lp_denshi まわり “ここだけ” の完全CSS
   前提HTML（セレクタに適合する並び）：
     <input type="checkbox" id="toggle_geo" hidden>
     <div id="geo_list">
       ...
       <a id="asp_lp_denshi" href="..."> ... </a>
     </div>
   ※ a#asp_lp_denshi は #geo_list の「直下の子」であること（> セレクタ）
   ================================================================= */



/* ▼ 初期は“完全に潰す”。高さ/余白/枠/可視性すべて0に */
#geo_list > a#asp_lp_denshi{
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: var(--main_color);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  overflow: hidden;

  /* ここが重要（余白を残さない） */
  max-height: 0;
  padding: 0;
  margin: 0;
  border: 0;

  opacity: 0;
  transform: translateY(6px);
  visibility: hidden;     /* アクセシビリティ的にも不可視 */
  pointer-events: none;   /* 非表示中のホバー等を無効化 */

  transition:
    max-height .6s ease,
    padding .6s ease,
    margin .6s ease,
    opacity .6s ease,
    transform .6s ease,
    background-color .3s ease,
    visibility 0s linear .6s; /* 開くまで不可視維持 */
}

/* ▼ 展開時：レイアウト/見た目を復帰 */
#toggle_geo:checked ~ #geo_list > a#asp_lp_denshi{
  max-height: 600px;      /* 中身より十分大きく */
  padding: 2rem;          /* 復帰 */
  margin: 0 0 1rem 0;     /* 復帰 */
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;

  /* 基本色（展開時の通常状態） */
  background-color: var(--main_color);

  transition:
    max-height .6s ease,
    padding .6s ease,
    margin .6s ease,
    opacity .6s ease,
    transform .6s ease,
    background-color .3s ease,
    visibility 0s;        /* 直ちに可視化 */
}

/* ▼ 展開時ホバー（色変化を確実に反映：同一文脈で指定） */
#toggle_geo:checked ~ #geo_list > a#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%; }
}


/* ------------------------------------------------
   トグル制御（チェック時に展開／ボタン非表示）
------------------------------------------------ */
/* チェック時：本文と下部ボタンを展開 */
#toggle_geo:checked ~ #geo_list .content,
#toggle_geo:checked ~ #geo_list #asp_lp_denshi{
  max-height: 2000px;   /* 中身より十分大きめでOK */
  opacity: 1;
  transform: translateY(0);
}

/* チェック時：「詳しく見る」ボタンを消す */
#toggle_geo:checked + #open_geo{
  display: none;
}

/* ------------------------------------------------
   強調スパン
------------------------------------------------ */
.highlight{
  background: linear-gradient(transparent 60%, rgba(255,230,150,.9) 60%);
}

/* ------------------------------------------------
   レスポンシブ
------------------------------------------------ */
@media (max-width: 800px){
  #feature{ white-space: normal; text-align: center; }
}
@media (max-width: 566px){
  #geo_list{ display: block; }
  #geo_list > div{ width: 100%; margin-bottom: 1rem; }
  #asp_lp_denshi #main_title{ font-size: 2rem; }
}






/*---------------------------------------------------------------*/
/*  なぜ？電子マニフェストが必要なのか？　リンクボタン
/*---------------------------------------------------------------*/
#asp_lp_denshi {
    width: 100%;
    height: auto;
    padding: 2rem;
    background-color: var(--main_color);
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 4px;
    margin-top: 0rem;
    position: relative;          /* ← 擬似要素用に必要 */
    overflow: hidden;            /* ← 光がはみ出さないように */
    transition: background-color 0.3s ease;
    margin-bottom: 1rem;
}

#asp_lp_denshi #sub_title {
    background-color: #FFFFFF;
    color: #333333;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    padding: .5rem 2rem;
    border-radius: 50px;
    display: block;
    max-width: 30rem;
    margin: 0 auto 13px auto;
}

#asp_lp_denshi #main_title {
    color: #fff;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
}

/* hover時の色変化 */
#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, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    transition: none;
}

/* hover時にアニメーション発動 */
#asp_lp_denshi:hover::before {
    animation: shine 1s ease forwards;
}

/* 光の動き */
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}


/*---------------------------------------------------------------*/
/*　ハイライト
/*---------------------------------------------------------------*/
.highlight {
  background: linear-gradient(transparent 40%, rgba(255, 255, 102, 0.7) 40%);
}
#jwnet_hikaku {
  padding: 1rem;
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  color: #FFFFFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  width: 80%;
  height: auto;
  background-color: var(--ichiro_color);
  border-radius: 50px;
}
@media screen and (max-width: 566px) {
	#jwnet_hikaku {
    width: 100%;
    font-weight: normal;
    font-size: 1rem;
	}	
}
/*---------------------------------------------------------------*/
/*　テーブルデザイン
/*---------------------------------------------------------------*/
#table-scroll {
  width: 100% !important;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  margin-top: 4rem;
  text-align: center;
}
.table_design13 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  font-weight: bold;
}
.table_design13 thead th {
  padding: 1em .8em;
  border-right: 2px solid #fff;
}
.table_design13 td {
  color: #4d9bc1;
  padding: 1em;
}
.table_design13 thead th:not(:first-child) {
  background: #4d9bc1;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.5em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
}
.table_design13 thead th span {
  font-size: .8rem;
}
.table_design13 thead th:nth-child(3) {
  background-color: #d05266;
  position: relative;
}
.table_design13 thead th:nth-child(3)::before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  background-color: #d05266;
  left: 0;
  bottom: 100%;
}
.table_design13 thead th:nth-child(3)::after {
  content: 'オススメ';
  width: max-content;
  color: #d05266;
  font-size: .8rem;
  padding: 0.3em 1em;
  background: #fff;
  border: 2px solid #d05266;
  border-radius: 100vh;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.table_design13 thead th:nth-child(4) {
  background-color: #999;
  position: relative;
}
.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-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.1;
}
.table_design13 tbody td {
  background-color: #e6f1f6;
}
.table_design13 tbody td sup {
  font-size: 0.7em;
  vertical-align: baseline; /* 一旦基準にそろえる */
  position: relative;
  top: -0.4em; /* 上にずらす */
}
.table_design13 td:nth-child(3) {
  color: #d05266;
  background-color: #FFEBEE;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
}
.table_design13 td:hover {
  transform: scale(1.05);
  outline: 2px solid #4d9bc1;
}
.table_design13 td:nth-child(3):hover {
  transform: scale(1.05);
  outline: 2px solid #d05266;
}
.table_design13 td:nth-child(4) {
  color: #333;
  background-color: #F0F0F0;
  text-align: left;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: .8rem;
}
.table_design13 td:nth-child(4):hover {
  transform: scale(1.05);
  outline: 2px solid #999;
}
@media screen and (max-width: 787px) {
  #table-scroll {
    overflow-x: auto;
    padding-top: 2rem;

  }
	.table_design13 {
		margin-top: 2rem;
	}
}

/*---------------------------------------------------------------*/
/*　メインコンテンツエリア
/*---------------------------------------------------------------*/
#main_block{
    padding-top: 3rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1300px;
}
@media screen and (max-width: 566px) {
	#main_block{
    	width: 94%;
	}	
}

#soft_feature_title{
    text-align: center;
    width: auto;
    color: #333;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 2rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1rem;
    padding: 0;
    line-height: 1;
}


/* ===== セクション枠 ===== */
#soft_feature{
    width: 100%;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    border: 1px solid #CCC;
    margin-bottom: 0;
}

/* ===== 2カラム（本文＋画像） ===== */
.soft_feature_box{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;                 /* ← 余白はgapで一元管理 */
  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); 
}

/* タイポグラフィ */
.soft_feature_box h3{
  margin: 0;
  color: var(--ichiro_color);
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1;
}
.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;
  font-weight: normal;
}

/* ===== SP（～566px）：縦並び＆中央寄せ ===== */
@media screen and (max-width: 566px){
	#soft_feature{
    padding-bottom: 0;
    margin-bottom: 10rem;
	}
  .soft_feature_box{
    flex-direction: column;
    gap: 1.5rem;             /* SPは少し詰める */
    margin-bottom: 5rem;
  }
  .soft_feature_box > :first-child,
  .soft_feature_box > :nth-child(2){
    flex: 0 0 auto;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .soft_feature_box img{
    width: 150px;
    height: auto;
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
  .soft_feature_box p{
    padding-left: 0;         /* 本文インデントを解除 */
  }
}

/* =========================================================
   Fullwidth スライダー：CSSのみ／3枚／矢印表示条件つき（完全版・最終）
   仕様：
   - 初期：1枚目表示 → 「＞」のみ表示
   - 2枚目表示 → 「＜」「＞」両方表示
   - 3枚目表示 → 「＜」のみ表示
   - 矢印は縦長の長方形バー（中央に ‹/› ）
   - 下部タブ(label)でJSなし切替
   - 横スクロール対策：#fullwidth の 100vw ハック撤去、内側で完全クリップ
   ========================================================= */

/* 画面幅いっぱいの演出はやめて安定表示（横スクロール抑止） */
#fullwidth{
  position: relative;
  width: 100%;
  margin: 10rem auto;          /* 上下余白はお好みで */
  background: #fff;
  overflow-x: hidden;          /* 念のため */
}
#fullwidth img{
    display: block;
    width: 90%;
    height: auto;
    max-width: 1000px;            /* 実画像の最大幅 */
    padding: 0;
    margin: 0 auto;
}
@media (max-width: 768px){
  #fullwidth{ margin-top: 5rem; }
}
@media (max-width: 566px){
  #fullwidth{
    width:96%;
    margin: 0 auto 5rem;
  }
}

/* 見出し（任意） */
#fullwidth_title{
    max-width: 1300px;
    padding: 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
#fullwidth_title #ft_a{
  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;
  margin: 0 0 .5rem;
  display:block;
  text-align:center;
}
#fullwidth_title #ft_b{
    color: #333;
    font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-size: 1.65rem;
    line-height: 1;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 12px;
    display: block;
    text-align: center;
}

/* ---------------------------------------------------------
   ラジオ（状態管理）— フォーカスでスクロールしない位置へ
   --------------------------------------------------------- */
.fw_radio{
  position: fixed;
  top: -10000px;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.fw_radio:focus{ outline: none; }

.tab-buttons label{ -webkit-tap-highlight-color: transparent; }
.tab-buttons{ scroll-margin-top: 0; }

/* ---------------------------------------------------------
   スライダー本体（横スクロール完全遮断）
   --------------------------------------------------------- */
.fw_slider{
  position: relative;
  max-width: 1300px;
  margin: 0 auto 12px;

  /* 子要素が1pxでも溢れても外へ出さない */
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  contain: paint;           /* 子の描画を枠内に閉じ込める */
  isolation: isolate;       /* 合成分離 */
  clip-path: inset(0);      /* 描画自体を枠内にクリップ */
  z-index: 0;
}

/* トラック：Gridで各スライドを常に枠幅100%に固定 */
.fw_track{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  transform: translate3d(0,0,0);
  will-change: transform;
  transition: transform .45s ease;
  min-width: 0;             /* コンテンツ起因の押し広げ防止 */
}

/* スライド */
.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_slider の前に配置必須） */
#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); }

/* ---------------------------------------------------------
   矢印（label）— 縦長バー（枠の高さいっぱい）
   --------------------------------------------------------- */
/* まず全矢印は非表示（状態で出す） */
.fw_prev, .fw_next{ display:none !important; }

.fw_arrows{ pointer-events:auto; }
.fw_prev, .fw_next{
    position: absolute;
    inset-block: 0;            /* top:0; bottom:0; → 枠いっぱいの高さ */
    height: 150px;
    width: 36px;               /* バーの太さ */
    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;
    top: 48%;
}
.fw_prev{
    left: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
	    opacity: 0.7;
}
.fw_next{
    right: 0;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
	    opacity: 0.7;
}

.fw_prev:hover, .fw_next:hover{
    filter: brightness(0.92);
    background-color: #CCCCCC;
}
.fw_prev:active, .fw_next:active{ transform: scale(.98); }

/* 記号（‹/›） */
.fw_prev::before,
.fw_next::before{
  content:"";
}
.fw_prev::before{
  content:"‹";
  font-family: system-ui, -apple-system, Segoe UI, Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size:32px;
  line-height:1;
}
.fw_next::before{
  content:"›";
  font-family: system-ui, -apple-system, Segoe UI, Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size:32px;
  line-height:1;
}

/* 矢印の表示条件（仕様） */
#fw_s1:checked ~ .fw_slider .next1{ display:flex !important; }           /* 1=右だけ */
#fw_s2:checked ~ .fw_slider .prev2,
#fw_s2:checked ~ .fw_slider .next2{ display:flex !important; }           /* 2=左右 */
#fw_s3:checked ~ .fw_slider .prev3{ display:flex !important; }           /* 3=左だけ */

/* モバイル微調整 */
@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; }
}

/* ---------------------------------------------------------
   下部タブ（labelでラジオ操作）
   --------------------------------------------------------- */
/* ===== タブコンテナ（PC基準） ===== */
.tab-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    flex-wrap: nowrap;              /* PCは1行 */
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 5px;
    background: #CFCFCF;
    border-radius: 50px;
    margin-top: 0;
}

/* タブ（共通） */
.tab-buttons label{
    padding: .5rem 1rem;
    color: #fff;
    background-color: #9B8B8C;
    border-radius: 50px;
    cursor: pointer;
    transition: all .2s ease;
    white-space: nowrap;
    user-select: none;
    font-size: .9rem;
}
.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;
  border-radius:50px;
}

/* 選択中 */
#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-weight:normal;
  /*box-shadow:0 4px 10px rgba(0,0,0,.12) inset, 0 1px 2px rgba(0,0,0,.06);*/
  font-family:"Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-style:normal;
  font-variant:normal;
}

/* =========================
   レスポンシブ調整
   ========================= */

/* 1200px以下：少しだけ詰める */
@media (max-width:1200px){
  .tab-buttons{ gap:.45rem; padding:6px; }
  .tab-buttons label{ padding:.55rem .95rem; font-size:.98rem; }
}

/* 1024px以下：さらに詰める */
@media (max-width:1024px){
  .tab-buttons{ gap:.4rem; padding:5px; }
  .tab-buttons label{ padding:.5rem .9rem; font-size:.96rem; }
}

/* 900px以下：中央寄せ維持のまま余白を縮小 */
@media (max-width:900px){
  .tab-buttons{ gap:.35rem; padding:5px; max-width:95vw; }
  .tab-buttons label{ padding:.5rem .85rem; font-size:.94rem; }
}

/* 768px以下：横スクロールに切替（折り返しなし＆スナップ） */
@media (max-width:768px){
  .tab-buttons{
    justify-content:flex-start;      /* 左寄せで頭から見せる */
    flex-wrap:nowrap;                /* 折り返さず */
    gap:.5rem;
    padding:6px;
    max-width:100%;
    width:100%;
    overflow-x:auto;                 /* 横スクロール */
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x proximity;    /* スナップ */
    scrollbar-width:thin;            /* Firefox */
  }
  .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;                   /* アイテムの幅を固定化（横スクロール用） */
    scroll-snap-align:center;
    padding:.5rem .9rem;
    font-size:.92rem;
  }
}

/* 566px以下：さらにコンパクトに（あなたの要望踏襲） */
@media (max-width:566px){
  .tab-buttons{
    gap: .4rem;
    padding: 4px 6px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0rem;
    width: 100%;
  }
  .tab-buttons label{
    padding:.5rem .8rem;
    font-size:.8rem;
  }
}

/* 400px以下：ギリでも崩れない最終調整 */
@media (max-width:400px){
  .tab-buttons{ gap:.35rem; padding:4px; }
  .tab-buttons label{ padding:.45rem .75rem; font-size:.83rem; }
}




/*---------------------------------------------------------------*/
/*　
/*---------------------------------------------------------------*/
.page_title{
    position: relative;
    margin-top: 10rem;
    margin-bottom: 0;
    padding-top: 1.2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 1.2rem;
    background-color: #39AD59;
    color: #FFFFFF;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: left;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1;
    box-shadow: 0px 3px 3px 0px #0000004D;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
@media (max-width:566px) {
  .page_title {
    font-size: 1.5rem;
    font-weight: normal;
  }
}
.page_title:before {
  position: absolute;
  content: '';
}
.page_title:before {
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #2D8B47;
  border-left: 20px solid transparent;
}

.page_comment{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: normal;
    padding-top: 1.5rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 1rem;
    color: #333;
    width: calc(100% - 20px);
    background-color: #F5F5F5;
    margin-left: 20px;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
}

/*---------------------------------------------------------------*/
/*  canvasを埋め込むiframe（重要修正） */
/*---------------------------------------------------------------*/
/* 埋め込みフレーム（最大1000px・中央寄せ） */
.canvas_frame {
    width: min(calc(100% - 20px), 980px); /* 1000px-20px = 980px */
    margin-left: calc((100% - min(1000px, 100%)) / 2 + 20px);
    margin-right: auto;
    aspect-ratio: 25 / 17;
    margin-top: 0;
    margin-bottom: 3rem;
    /*outline: 1px solid #ccc;*/
	 /*border: 1px solid #CCC; */  /* いったん全部つけて */
  	/*border-top: none;  */       /* 上だけ消す */

    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    position: relative;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* iframe 本体 */
.canvas_frame iframe{
  display: block;
  inline-size: 100%;
  block-size: 100%;
  border: 0;

  /* スクロールバー非表示（安全） */
  overflow: hidden;
  scrollbar-width: none; /* Firefox */
}
.canvas_frame iframe::-webkit-scrollbar { display: none; }

/*---------------------------------------------------------------*/
/*  画像表示の場合
/*---------------------------------------------------------------*/
.canvas_frame2 {
    width: min(calc(100% - 20px), 980px); /* 1000px-20px = 980px */
    margin-left: calc((100% - min(1000px, 100%)) / 2 + 20px);
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 1rem;
	
    /*outline: 1px solid #ccc;*/
	 border: 1px solid #CCC;   /* いったん全部つけて */
  	border-top: none;         /* 上だけ消す */
    border-radius: 0;
    background: #fff;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.canvas_frame2 img{
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 100%;
    padding: 2rem;
    height: auto;
}



/*---------------------------------------------------------------*/
/*  
/*---------------------------------------------------------------*/
#ichiro_top_waku .page_title2{
    max-width: 1300px;
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    color: var(--ichiro_color);
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 2.5rem;
    padding: 0;
    text-align: center;
}
@media (max-width:566px) {
	#ichiro_top_waku .page_title2{
		font-size:1.5rem;
	}
}
#ichiro_top_waku .page_comment2{
    margin-right: auto;
    margin-left: auto;
    max-width: 1300px;
    padding: 2rem;
    height: auto;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #333;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 10rem;
}
#ichiro_top_waku .page_comment2 ul{
		padding: 0;
		margin-top: 1rem;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 1rem;
		list-style-type: none;
}
@media (max-width:566px) {
	#ichiro_top_waku .page_comment2{
		width: 96%;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#ichiro_top_waku .page_comment2 ul li{
    	margin-bottom: 1rem;
	}
}
/*---------------------------------------------------------------*/
/*  
/*---------------------------------------------------------------*/
#comment2{
    color: #333;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 0.7rem;
}
/*---------------------------------------------------------------*/
/*  
/*---------------------------------------------------------------*/
#gimuka_link{
    display: block;
    background-color: var(--main_color);
    color: #FFFFFF;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    border-radius: 5px;
    width: 70%;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
	    position: relative;          /* ← 擬似要素用に必要 */
    overflow: hidden;            /* ← 光がはみ出さないように */
    transition: background-color 0.3s ease;
}
@media (max-width:566px) {
	#gimuka_link{
    font-size: .85rem;
    width: 100%;
    font-weight: normal;
    padding-left: 1rem;
    padding-right: 1rem;
	}
}
/* hover時の色変化 */
#gimuka_link:hover {
    background-color: var(--ichiro_color);
}
/* ✨ キラッと光るアニメーション ✨ */
#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, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    transition: none;
}

/* hover時にアニメーション発動 */
#gimuka_link:hover::before {
    animation: shine 1s ease forwards;
}
/*---------------------------------------------------------------*/
/*  
/*---------------------------------------------------------------*/
.price_category{
    color: #FFFFFF;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 1.5rem;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    text-align: center;
    background-color: #245472;
    border-radius: 50px;
    width: 30%;
    margin-right: auto;
}
@media (max-width:900px) {
	.price_category{
		width: 50%;
		font-size: 1rem;
	}
}
@media (max-width:600px) {
	.price_category{
		width: 100%;
		font-size: .9rem;
	}
}
.price_plan{
    width: 100%;
    margin-top: 1rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    height: auto;
    display: flex;
    padding: 0;
    justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width:566px) {
	.price_plan{
		flex-direction: column;
	}
}
.price_plan div{
    background-color: #EBE3D8;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 1rem;
    border-radius: 4px;
    width: 30%;
    margin-bottom: 1rem;
}
@media (max-width:566px) {
	.price_plan div{
    width: 100%;
    margin-bottom: 1rem;
	}
}
.price_plan div h4{
    margin: 0;
    text-align: center;
    color: #333;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    padding: 0;
    font-size: 1.1rem;
}
.price_plan div h4 span{
    font-size: .6rem;	
}
.price_plan div p{
    padding: 0;
    margin: 0;
    text-align: center;
    color: #FF0004;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-feature-settings: "palt";
    font-size: 3.2rem;
    line-height: 1;
}
@media (max-width:900px) {
	.price_plan div h4{
		font-size: .9rem;
	}
	.price_plan div p{
		font-size: 2rem;
	}
}
@media (max-width:800px) {
	.price_plan div{
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media (max-width:566px) {
	.price_plan div h4{
		font-size:1.1rem;
	}
	.price_plan div p{
		font-size: 3rem;
	}
}
.price_plan div p span{
	font-size: 1rem;
}
.price_plan div .license_price{
    color: #333;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: .7rem;
    margin-right: .5rem;
}
.price_plan div .license_p{
    color: #FF0004;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 1.5rem;
}
#ichiro_top_waku .page_comment2 #license_txt{
    color: #333;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: .95rem;
    margin-top: 1rem;
}
.comment_txt{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 0.6rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    color: #333;
    width: auto;
}
/*---------------------------------------------------------------*/
/*  
/*---------------------------------------------------------------*/
.bottom_margin_Cancel{
    margin-bottom: 0  !important;
}
.top_margin_Cancel{
    margin-top: 0  !important;
}
/*---------------------------------------------------------------*/
/*  
/*---------------------------------------------------------------*/
.question{
    margin-top: 5rem;
    padding: 0;
    color: #C40004;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.2;
}
.answer{
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 1rem;
    background-color: #EBE3D8;
    border-radius: 5px;
    color: #333333;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin: 0;
    box-shadow: 4px 4px 8px 0px #c7c7c7;
    font-size: 1rem;
}
#link_list{
    width: auto;
    margin-top: 1rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: top    
}
#link_list li{
	width: 32%;
    margin-bottom: 3rem;	
}
#link_list li a{
    padding-top: 0.6rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 0.6rem;
    background-color: #EBE3D8;
    text-decoration: none;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 1rem;
    text-align: center;
    border-radius: 50px;
    color: #333;
}
#link_list li a:hover{
    background-color: #554735;
    color: #FFFFFF;
}
#link_list li a::before {
    content: "\25B8";
    margin-right: 0.1rem;
}	

/* 最後のコンテンツを左寄せにする指定 */
#link_list:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

/*---------------------------------------------------------------*/
/*  
/*---------------------------------------------------------------*/
/* コンテナ：中央寄せ＆レスポンシブグリッド */
#sub_soft_menu{
    max-width: 1300px;         /* 固定ではなく最大幅に */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0 0;              /* 必要なら左右にパディング */
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* PC: 3列 */
    gap: 1.2rem 1.2rem;
}

/* 2列ブレークポイント（タブレット） */
@media (max-width: 980px){
  #sub_soft_menu{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 1列（スマホ） */
@media (max-width: 566px){
  #sub_soft_menu{
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* カード */
#sub_soft_menu .card{
  border: 1px solid #CCC;
  border-radius: 6px;
  background: #fff;
  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;
  padding: 1rem 1.5rem;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

/* アイコン（赤い四角の位置） */
#sub_soft_menu .thumb{
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
  flex: 0 0 50px;

}
#sub_soft_menu .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;        /* 画像はトリミングしてフィット */
  display: block;
}

/* テキスト */
#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-weight: bold;
    font-size: 1rem;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
	line-height: 1.2;
}

#sub_soft_menu p{
    margin: 0;
    color: #333;
    font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-weight: normal;
    font-size: .9rem;
    font-style: normal;
    font-variant: normal;
    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);
  }
}
