@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;
  }
}
/* --------------------------------------------------
 * セットの文字間　カーニング処理
 * -------------------------------------------------- */
.kern-small{
  display:inline-block;
  margin-left:-0.25em; /* ←詰め量（-0.06〜-0.18emで調整） */
}
/* ==================================================================
   メインコンテンツエリア（特徴紹介など）
   ================================================================== */

#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;
}
.soft_feature_box div img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/* 左側：アイコン等（150px想定） */
.soft_feature_box > :first-child {
  flex: 0 0 100px;
  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;
  }
}


/* ==================================================================
   ページ共通見出し／説明ブロック
   ================================================================== */

/* 上部の大きな見出し帯（緑） */
.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);
  }
}



/*---------------------------------------------------------------*/
/*  カートブロック                                               */
/*---------------------------------------------------------------*/
#ichiro_cart {
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 566px) {
  #ichiro_cart {
    flex-direction: column;
  }
}
#ichiro_cart div {
  width: 32%;
  padding: 2rem;
  margin: 0;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #FFFFFF;
}
@media (max-width: 566px) {
  #ichiro_cart div {
    width: 100%;
  }
}
#ichiro_cart div img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  margin-top: 0;
  display: block;
}
#ichiro_cart div h3 {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}
#ichiro_cart div span {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: #FF0004;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.1;
}
#ichiro_cart div span i {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  line-height: 1;
}

.quantity_wrap {
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: .5rem;
  text-align: center;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  padding: 0;
}
.quantity_wrap label {
  font-size: 1.2rem;
}
.quantity_wrap select {
  padding: 0.3rem 1rem;
  font-size: 1rem;
}

/* カートボタン */
.cart_btn {
  width: 100%;
  height: auto;
  background-color: var(--hanako_color);
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  padding: .7rem 0;
  border: 0;
  margin: 0;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: background-color .3s ease;
}
.cart_btn:hover {
  background-color: var(--main_color);
}
@media (prefers-reduced-motion: reduce) {
  .cart_btn:hover::before {
    animation: none !important;
  }
}
/*---------------------------------------------------------------*/
/*  黄色マーカー付きキャッチコピー                              */
/*---------------------------------------------------------------*/
.phrase_h2_wrap {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0.7rem;
}
#phrase_h2 {
  color: #333333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  display: inline;
  padding: .2rem 1.2rem .35rem;
  text-align: center;
  background-image: linear-gradient(
    180deg,
    rgba(255, 225, 40, 0) 55%,
    rgba(255, 225, 40, 1) 60%
  );
  background-repeat: no-repeat;
  background-size: 100% 90%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 3px;
}
@media (max-width:566px) {
  .phrase_h2_wrap {
    margin-top: 5rem;
    position: relative;
    width: 100vw;
    max-width: none;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-inline: 1rem;
  }
  @supports (width: 100dvw) {
    .phrase_h2_wrap {
      width: 100dvw;
      margin-left: -50dvw;
      margin-right: -50dvw;
    }
  }
  #phrase_h2 {
    font-size: 1.6rem;
  }
}
.phrase_p {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
}

/*---------------------------------------------------------------*/
/*  ご相談ボタン                                                 */
/*---------------------------------------------------------------*/
#ichro_soudan {
  background-color: var(--hanako_color);
  color: #FFFFFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  padding: .8rem 2rem;
  font-size: 1.4rem;
  border-radius: 4px;
  display: block;
  width: 30%;
  text-align: center;
  text-decoration: none;
  margin: 2rem auto 0;
  position: relative;
  overflow: hidden;
  transition: background-color .3s ease;
}
@media (max-width:566px) {
  #ichro_soudan {
    width: 100%;
  }
}
#ichro_soudan:hover {
  background-color: var(--main_color);
}
@media (prefers-reduced-motion: reduce) {
  #ichro_soudan:hover::before {
    animation: none !important;
  }
}
