@charset "UTF-8"; /**/

#info_contents {
  margin-bottom: 0 !important;
}

#sup_kihon {
  background: #e2f4f5 /*#f5f5f5*/; /*font-family:"Helvetica Neue", Arial, "Hiragino karu Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
}

/*全体*/
#sup_kihon a {
  text-decoration: none;
}
.txt_c {
  text-align: center;
}
.txt_bold {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, "Hiragino karu Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

/*目次*/
.bg_phar {
  background: url(../images/icon_mokuji.png?$staticlink$) no-repeat;
}
.contents_list {
  display: inline-block;
  text-align: left;
}
.contents_list a {
  text-decoration: none;
  padding: 1.2em 0em;
  margin: 0;
}

.contents_list a:before {
  content: ">";
  font-family: "icomoon";
  font-weight: normal;
  margin-right: 0.25em;
  font-size: 1.1em;
  vertical-align: -0.1em;
  color: #fff;
  background-color: #777777;
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  line-height: 23px; /* 縦居中 */
  text-align: center; /* 横居中 */
  margin-right: 6px;
}

/*セクション*/
.section {
  background: #ffffff;
  border: 1px solid #91d0d4;
}

/*マーカー*/
.marker {
  background: linear-gradient(transparent 0%, #efff99 0%);
  display: inline;
  padding: 1px 1px 2px 1px;
}
.marker2 {
  border-bottom: 2px solid #7593b1;
  display: inline;
  padding: 0 0.1em 0.18em 0.1em;
}
.marker2b {
  border-bottom: 2px solid #87ab6e;
  display: inline;
  padding: 0 0.1em 0.18em 0.1em;
}
.marker3 {
  border-bottom: 2px solid #666;
  display: inline;
  padding: 0 0.1em 0.18em 0.1em;
}
.marker4 {
  border-bottom: 4px double #666;
  display: inline;
  padding: 0 0.1em 0.18em 0.1em;
}

.m_toku,
.m_ei,
.m_ki {
  display: inline;
  border-radius: 1em;
  color: #fff;
}

.m_toku {
  background: linear-gradient(transparent 0%, #9ebe09 0%);
}
.m_ei {
  background: linear-gradient(transparent 0%, #f2a223 0%);
}
.m_ki {
  background: linear-gradient(transparent 0%, #ef4c61 0%);
}
/*顔アイコン*/
.icon_face {
  text-align: center;
}

.icon_face img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.balloon_r .icon_face {
  margin-left: 1em;
  order: 2 !important;
}
.balloon_l .icon_face {
  margin-right: 1em;
}

/*吹き出し*/
.balloon_l,
.balloon_r {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.balloon_r {
  justify-content: flex-end;
}
.say_r {
  background: #e2f4f5;
}
.say_l {
  background: #ffefe3;
}
.say_rend {
  background: #a6d9dc;
}
.say_lend {
  background: #ffd3b1;
}
.say_r,
.say_l,
.say_rend,
.say_lend {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 0.5em;
  box-sizing: border-box;
  margin: 0 !important;
  text-align: left;
}

.say_r p,
.say_l p,
.say_rend p,
.say_lend p {
  margin: 8px 0 0 !important;
}
.say_r p,
.say_l p,
.say_rend p,
.say_lend p:first-child {
  margin-top: 0 !important;
}
.say_r:after,
.say_l:after,
.say_rend:after,
.say_lend:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
}
.balloon_r .say_r:after {
  right: -24px;
  border-left: 22px solid #e2f4f5;
}
.balloon_l .say_l:after {
  left: -24px;
  border-right: 22px solid #ffefe3;
}
.balloon_r .say_rend:after {
  right: -24px;
  border-left: 22px solid #a6d9dc;
}
.balloon_l .say_lend:after {
  left: -24px;
  border-right: 22px solid #ffd3b1;
}

/*表組_医薬サプリ*/
.medsup {
}

#sup_kihon .medsup table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#sup_kihon .medsup table th {
  width: 50%;
  border: 3px solid #fff;
  box-sizing: border-box;
  padding: 0.5em;
  vertical-align: middle;
  font-size: 120%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.15em;
}
#sup_kihon .medsup table td {
  width: 50%;
  border: 3px solid #fff;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
}

#sup_kihon .medsup table li {
  padding-left: 0.5em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
.i01 {
  background: #bbd0e4;
}
.i02 {
  background: #d8e3ef;
}
.i03 {
  background: #edf2f7;
}
.s01 {
  background: #bfe2a6;
}
.s02 {
  background: #ddeacf;
}
.s03 {
  background: #f1f7ec;
}

/*Point*/
.bord_box {
  background: url(../images/bord_bg.png?$staticlink$);
  background-size: cover;
}

/*オプショナルサプリ・ベーシックサプリ*/
.sup_pyra01,
.sup_pyra02 {
  text-align: center;
  color: #fff;
  border-radius: 2em;
}

.sup_pyra01 {
  background: #80abd8;
}
.sup_pyra02 {
  background: #8abe82;
}
.sup_pyra01txt,
.sup_pyra02txt {
  text-align: center;
}
/*保健機能食品小見出し*/
.kinou_toku,
.kinou_ei,
.kinou_ki {
  text-align: center;
  color: #fff;
  border-radius: 2em;
}
.kinou_toku {
  background: #9ebe09;
}
.kinou_ei {
  background: #f2a223;
}
.kinou_ki {
  background: #ef4c61;
}

#sup_kihon .icon_box {
  text-align: center;
}

/*成分*/
.seibun_tit {
  text-align: center;
  border: 1px solid #777;
}

#sup_kihon .seibun table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #777;
}
#sup_kihon .seibun table th,
#sup_kihon .seibun table td {
  border-top: 1px solid #777;
  box-sizing: border-box;
  padding: 0.5em;
  vertical-align: middle;
  text-align: left;
}
#sup_kihon .seibun table th {
  width: 35%;
  font-size: 110%;
  font-weight: normal;
  letter-spacing: 0.1em;
  background: #eee;
}

#sup_kihon .seibun table td {
  width: 65%;
  vertical-align: middle;
}

/*お問い合わせ*/
#sup_kihon .contact_us {
  display: block;
  background-color: #fff;
  line-height: 1.3;
}

#sup_kihon .contact_us .title {
  display: block;
  border-bottom: 1px solid #004098;
  font-weight: bold;
  padding: 0.5em;
  font-size: 1.5em;
  text-align: center;
}
.contact_us .phone {
  font-size: 1.25em;
  text-align: center;
  padding: 1em;
  display: block;
}
.contact_us .phone a {
  margin: 0;
  cursor: default;
  font-size: 2.25em;
  font-weight: bold;
  text-decoration: none;
  color: #004098;
  line-height: 1;
}
.contact_us .hours {
  display: block;
  vertical-align: middle;
  font-size: 0.75em;
}

#sup_kihon .contact_us .notes {
  font-size: 0.88em;
  opacity: 0.7;
  display: block;
  margin: 0 1em 1em 3.5em;
  text-align: left;
  text-indent: -1.5em;
}

/*まとめ*/
.lastArea {
  text-align: center;
}
.last_txt {
  display: inline;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS Mincyo", serif;
}
/* 動き */
/*translateX(-50px)  X軸（左横に）方向に50px */
/*translateY(50px)  Y軸（上縦に）方向に50px */
/*translateY(-50px)  Y軸（下縦に）方向に50px */

/* ふわっとアニメ */
/* 動作を適用する箇所 */
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s; /* アニメ時間 */
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-transition-delay: 0.5s; /* 開始時間 */
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-animation-name: fuwatAnime; /* アニメ名 */
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

.fuwatAnime2 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2.5s; /* アニメ時間 */
  -ms-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-transition-delay: 1.5s; /* 開始時間 */
  -ms-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-animation-name: fuwatAnime2; /* アニメ名 */
  -ms-animation-name: fuwatAnime2;
  animation-name: fuwatAnime2;
  visibility: visible !important;
}

.fadeIn_r_Anime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s; /* アニメ時間 */
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition-delay: 0s; /* 開始時間 */
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation-name: fadeIn_r_Anime; /* アニメ名 */
  -ms-animation-name: fadeIn_r_Anime;
  animation-name: fadeIn_r_Anime;
  visibility: visible !important;
}

.fadeIn_l_Anime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s; /* アニメ時間 */
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition-delay: 0s; /* 開始時間 */
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation-name: fadeIn_l_Anime; /* アニメ名 */
  -ms-animation-name: fadeIn_l_Anime;
  animation-name: fadeIn_l_Anime;
  visibility: visible !important;
}

.fadeIn_ru_Anime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s; /* アニメ時間 */
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition-delay: -0.5s; /* 開始時間 */
  -ms-transition-delay: -0.5s;
  transition-delay: -0.5s;
  -webkit-animation-name: fadeIn_ru_Anime; /* アニメ名 */
  -ms-animation-name: fadeIn_ru_Anime;
  animation-name: fadeIn_ru_Anime;
  visibility: visible !important;
}

.fadeIn_lu_Anime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s; /* アニメ時間 */
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition-delay: -0.5s; /* 開始時間 */
  -ms-transition-delay: -0.5s;
  transition-delay: -0.5s;
  -webkit-animation-name: fadeIn_lu_Anime; /* アニメ名 */
  -ms-animation-name: fadeIn_lu_Anime;
  animation-name: fadeIn_lu_Anime;
  visibility: visible !important;
}

/* 動作内容 */
@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fuwatAnime2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
/*大から実寸にフェードイン@-webkit-keyframes fuwatAnime2 {
 0% { opacity: 0; -webkit-transform: translateY(0) scale(0.5); }
 70% { opacity: 1; -webkit-transform: translateY(0) scale(1.2); }
 100% { opacity: 1; -webkit-transform: translateY(0) scale(1.0); }
}*/
@-webkit-keyframes fadeIn_r_Anime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    width: 720px;
  }
}
@-webkit-keyframes fadeIn_l_Anime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    width: 720px;
  }
}
@-webkit-keyframes fadeIn_ru_Anime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(300px) translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    width: 720px;
  }
}
@-webkit-keyframes fadeIn_lu_Anime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px) translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    width: 720px;
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fuwatAnime2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*大から実寸にフェードイン@keyframes fuwatAnime2 {
 0% { opacity: 0; -webkit-transform: translateY(0) scale(0.5); -ms-transform: translateY(0) scale(0.5); transform: translateY(0) scale(0.5); }
 70% { opacity: 1; -webkit-transform: translateY(0) scale(1.2); -ms-transform: translateY(0) scale(1.2); transform: translateY(0) scale(1.2); }
 100% { opacity: 1; -webkit-transform: translateY(0) scale(1.0); -ms-transform: translateY(0) scale(1.0); transform: translateY(0) scale(1.0); }
}*/
@keyframes fadeIn_r_Anime {
  0% {
    opacity: 0.5; /* 透明 */
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px); /*X軸（右横に）方向に300px */
  }
  100% {
    opacity: 1; /* 不透明 */
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: ;
  }
}
@keyframes fadeIn_l_Anime {
  0% {
    opacity: 0.5;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: ;
  }
}
@keyframes fadeIn_ru_Anime {
  0% {
    opacity: 0.5;
    -webkit-transform: translateX(300px) translateY(200px);
    -ms-transform: translateX(300px) translateY(200px);
    transform: translateX(300px) translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: ;
  }
}
@keyframes fadeIn_lu_Anime {
  0% {
    opacity: 0.5;
    -webkit-transform: translateX(-300px) translateY(200px);
    -ms-transform: translateX(-300px) translateY(200px);
    transform: translateX(-300px) translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: ;
  }
}

/* ===============================
  display_hybrid2：2 商品左右並排
================================ */
.display_hybrid2 {
  display: flex;
  gap: 20px;
  align-items: stretch;
  padding: 0;
  margin: 0;
}

.display_hybrid2 > li {
  flex: 1;
  list-style: none;
}

/* ===============================
  include 商品本體（SFCC）
================================ */
.display_hybrid2 .c-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* 商品圖片 */
.display_hybrid2 .c-product .c-image {
  width: 160px;
  margin: 0 auto;
}

.display_hybrid2 .c-product .c-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 商品名稱 */
.display_hybrid2 .c-product-name {
  text-align: center;
}

/* 購物車按鈕 */
.display_hybrid2 .c-add-to-cart {
  margin-top: 10px;
  text-align: center;
}

/* 保險：直接控制 SFCC 商品圖片本體 */
.display_hybrid2 .c-product-image {
  max-width: 160px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* ===============================
   商品本體（LP 自製 goods_set）
================================ */
.display_hybrid2 .goods_set {
  text-align: center;
}

/* ===============================
   商品圖片尺寸【關鍵】
   → 不管 loading / lazyload / summary
================================ */
.display_hybrid2 .goods_set .img_box img {
  width: 160px; /* ✅ 圖片統一變小 */
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* ===============================
   商品名稱、價格、按鈕置中
================================ */
.display_hybrid2 .goods_set .name,
.display_hybrid2 .goods_set .price_box,
.display_hybrid2 .goods_set .btn {
  text-align: center;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.c-panel__action button {
  color: transparent;
  text-shadow: none;
}

/*レスポンシブ-----------------------------------------------------------------------------------------------------*/
.goods_set .c-panel__desc {
  display: none;
  /*バッチ削除用*/
}
/* 価格色調整 */
.goods_set .c-panel__price-wrapper {
  color: #ea3323;
  /*価格の色*/
  margin-top: 10px;
  /*価格上の余白*/
  text-align: left;
}

.c-price-delete {
  color: #666;
}

.goods_set .c-panel__name {
  text-align: left;
}

/* ボタン調整 */
.goods_set .btn {
  background-image: url(../images/cart_common.png?$staticlink$);
  background-repeat: no-repeat;
  background-size: 75%;
  margin-left: auto;
  margin-top: 0.6px;
  border-radius: 0px;
  background-color: #fff;
  border: none;
}
.goods_set .c-panel__body {
  flex: 2;
  margin-top: 4px;
}

.goods_set .btn-sm {
  padding: 23px 0px !important;
}
.goods_set .c-panel__link {
  display: flex;
}
.goods_set .c-panel__header {
  flex: 1;
  width: 33%;
  text-align: left;
}
.goods_set .c-price {
  text-align: left;
  font-size: 131%;
}
.goods_set .c-c-price-yen {
  font-size: 100%;
}
.list_tit {
  text-align: center;
}

.display_hybrid2 .goods_set p {
  padding: inherit;
  margin: inherit;
  border: inherit;
}

.c-panel__discount-period {
  color: #333;
}

/* PC表示 */
@media print, screen and (min-width: 768px) {
  #sup_kihon {
    width: 720px;
    margin: 0 auto;
  }
  .goods_set .c-panel__name {
    font-size: 1.7rem;
    margin-bottom: 0.3em;
  }

  .goods_set {
    /* height: 129px;*/
    min-height: 129px; /* ✅ 如果你怕太扁，用 min-height */
    margin-bottom: 1em;
  }
  .c-panel
    > .c-panel__inner
    > .c-panel__link
    > .c-panel__header
    > .c-panel__header__image {
    width: 120px !important;
  }
  /* ボタン調整 */
  .goods_set .c-panel__action {
    margin-top: 0%;
  }

  #goods32327 .c-panel__action {
    margin-top: 5px;
  }
  .goods_set .btn {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    flex-shrink: 0;
  }
  #sup_kihon {
    padding: 1.5em 1.5em 0 1.5em;
  }
  .bg_phar {
    margin-left: 2.25em;
    margin-top: 1em;
  }
  .list_position {
    margin-left: 45%;
  }
  .contents_list {
    font-size: 1.25em;
  }

  .contents_list li {
    padding: 0.6em 1em;
    border-bottom: 2px dotted #ccc;
  }
  .section {
    padding: 0 2em 3em 2em;
    margin-top: 3em;
    border-radius: 0.5em;
  }
  .section_end {
    padding: 2.5em 2.5em 0 2.5em;
  }
  .m_toku,
  .m_ei,
  .m_ki {
    padding: 0.3em 0.5em;
    margin: 0 0.15em;
  }
  .icon_face {
    width: 15%;
  }
  .icon_face img {
    margin-bottom: 0.35em;
    border: 2px solid #ccc;
  }
  .icon_name {
    font-size: 90%;
  }
  .balloon_l,
  .balloon_r {
    margin: 30px 0 40px 0;
  }
  .say_r,
  .say_l,
  .say_rend,
  .say_lend {
    width: 85%;
    font-size: 100%;
    line-height: 2;
    padding: 1em 1.5em;
  }

  .medsup {
    margin: 4em 0;
    border: 3px dotted #ddd;
  }
  #sup_kihon .medsup table td {
    padding: 1.2em;
  }
  .bord_box {
    padding: 0 4.75em;
  }
  .point_txt {
    display: inline;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
      "Yu Mincho", "MS Mincyo", serif;
    font-size: 1.3em;
    line-height: 2.2;
    letter-spacing: 0.085em;
    padding-bottom: 0.2em;
    border-bottom: 2px dotted #aaa;
  }
  .sup_pyra01,
  .sup_pyra02 {
    padding: 0.35em 0;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    letter-spacing: 0.25em;
  }
  .sup_pyra01txt,
  .sup_pyra02txt {
    margin-bottom: 1.2em;
    font-size: 1.5em;
  }
  .kinou_toku,
  .kinou_ei,
  .kinou_ki {
    padding: 0.35em 0;
    margin-top: 4em;
    letter-spacing: 0.25em;
    font-size: 1.5em;
  }

  .display_hybrid2 p {
    padding: 0.75em 1em;
    margin: 0.5em 0;
    border: 4px double #999;
    font-size: 0.8em;
  }
  .seibun_tit {
    padding: 0.35em 0;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    letter-spacing: 0.25em;
    font-size: 1.1em;
  }
  .seibun {
    margin: 1.2em 0 0 0;
    font-size: 85%;
  }
  #sup_kihon .seibun table td {
    padding: 1.2em;
  }
  #sup_kihon .contact_us {
    width: 600px;
    margin: 1em auto 3em auto;
    border: 4px double #004098;
  }
  .lastArea .last_txt {
    font-size: 2.2em;
    line-height: 2.2;
    letter-spacing: 0.085em;
    padding-bottom: 0.2em;
  }

  #goods32327 .c-panel__price-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
    align-items: baseline;
  }
}

/*   スマホ　　*/
@media print, screen and (max-width: 768px) {
  .l-main {
    width: auto !important;
  }
  .goods_set .c-panel__name {
    margin-bottom: 0.3em;
  }
  .c-panel
    > .c-panel__inner
    > .c-panel__link
    > .c-panel__header
    > .c-panel__header__image {
    width: 94px !important;
    height: 94px !important;
  }
  /* ボタン調整 */
  .goods_set .c-panel__action {
    width: 80%;
    height: 40%;
    justify-self: left !important;
    margin-top: 0%;
  }
  .goods_set .btn {
    width: 100%;
    max-width: 200px;
    text-align: left;
  }

  .contents_main {
    margin: 0;
  }
  #sup_kihon {
    padding: 1em 0.75em 0 0.75em;
  }
  .tokuho {
    width: 70%;
  }
  .bg_phar {
    margin-left: 0.85em;
    margin-top: 0.5em;
    background-size: contain;
  }
  .list_position {
    margin-left: 43%;
  }
  .contents_list {
    font-size: 60%;
  }
  .contents_list li {
    padding: 0.5em 0.8em;
    border-bottom: 2px dotted #ccc;
  }
  .section {
    padding: 0 1em 1.5em 1em;
    margin-top: 1.5em;
    border-radius: 0.5em;
  }
  .section_end {
    padding: 1em 1em 0 1em;
  }
  .marker4 {
    border-bottom: 3px double #666;
  }
  .m_toku,
  .m_ei,
  .m_ki {
    padding: 0.15em 0.6em 0.3em 0.6em;
    margin: 0 0.15em;
  }
  .icon_face {
    width: 20%;
  }
  .icon_face img {
    margin-bottom: 0.25em;
    border: 1px solid #ccc;
  }
  .icon_name {
    font-size: 70%;
  }
  .balloon_l,
  .balloon_r {
    margin: 20px 0 30px 0;
    font-size: 0.85em;
  }
  .say_r,
  .say_l,
  .say_rend,
  .say_lend {
    width: 80%;
    font-size: 90%;
    line-height: 1.85;
    padding: 1.1em 0.85em;
  }
  .medsup {
    font-size: 80%;
    margin: 3em 0;
    border: 2px dotted #ddd;
  }
  #sup_kihon .medsup table td {
    padding: 0.85em;
  }
  .bord_box {
    padding: 0 1.5em;
  }
  .point_txt {
    display: inline;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
      "Yu Mincho", "MS Mincyo", serif;
    font-size: 95%;
    line-height: 2.2;
    letter-spacing: 0.085em;
    padding-bottom: 0.15em;
    border-bottom: 1px dotted #aaa; /*font-weight: bold;*/
  }
  .sup_pyra01,
  .sup_pyra02 {
    padding: 0.26em 0;
    margin-top: 0.5em;
    margin-bottom: 0.25em;
    letter-spacing: 0.1em;
    font-size: 90%;
  }
  .sup_pyra01txt,
  .sup_pyra02txt {
    margin-bottom: 0.5em;
    font-size: 1.05em;
  }
  .kinou_toku,
  .kinou_ei,
  .kinou_ki {
    padding: 0.26em 0;
    margin-top: 3em;
    letter-spacing: 0.35em;
  }
  #sup_kihon .display_hybrid2 .goods_set {
    margin: 0.5em;
  }
  .img_box {
    margin: 0 0.5em 0.25em 0.5em;
  }
  .txt_box {
    font-size: 85%;
  }
  #sup_kihon .display_hybrid2 p {
    padding: 0.75em 0.35em;
    border: 3px double #999;
    font-size: 75%;
  }
  .seibun_tit {
    padding: 0.26em 0;
    margin-top: 0.5em;
    margin-bottom: 0.25em;
    letter-spacing: 0.05em;
    font-size: 75%;
  }
  .seibun {
    font-size: 65%;
    margin: 1em 0 3em 0;
  }
  #sup_kihon .seibun table th {
    text-align: center;
  }
  #sup_kihon .seibun table td {
    padding: 0.85em;
  }
  #sup_kihon .contact_us {
    font-size: 70%;
    margin: 0 1em 2em 1em;
    border: 3px double #004098;
  }
  #sup_kihon .contact_us .hours {
    font-size: 0.75em;
  }
  .last_txt {
    font-size: 120%;
    line-height: 2;
  }
  .display_hybrid2 p {
    padding: 0.75em 1em;
    margin: 0.5em 0;
    border: 4px double #999;
    font-size: 0.8em;
  }
  .display_hybrid2 .goods_set p {
    padding: 0 !important;
    margin: 0;
    border: 0 !important;
  }
  .display_hybrid2 .goods_set .c-panel__badge {
    display: inline-block;
  }
  .display_hybrid2 .goods_set .c-panel__badge .badge {
    font-size: 50%;
  }
  .goods_set .btn-sm {
    padding: 10px 0px !important;
  }
  .goods_set {
    min-height: 140px !important;
  }

  .c-price-delete {
    margin-left: 5px;
  }
  #goods32327 .c-panel__price-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
    align-items: center;
  }
  #goods32327 .c-panel__price-wrapper .d-inline-block {
    /* margin-left: 0px; */
  }
  #goods32327 .c-panel__discount {
    margin-left: 25px;
  }
  #goods32327 .c-panel__discount-period {
    color: #333;
  }
}

#sup_kihon a:hover {
  color: #004098;
}
