.fcc__review--ttl { background:#7C6147;color:#fff; }
.fcc__tags--area{ display:flex; }
.fcc__tags--box{ display:block;padding:5px 0; }
.fcc__tags--mutenka{ background:#587E5E;font-weight:bold;color:#fff;font-size:0.8rem;border-radius:3px;padding:2px 5px;margin:10px 5px 10px 0;white-space: nowrap; }
.fcc__tags--group{ background:#4F68DC;font-weight:bold;color:#fff;font-size:0.8rem;border-radius:3px;padding:2px 5px;margin:10px 5px;white-space: nowrap; }
.fcc__tags--cat{ background:#684A3B;font-weight:bold;color:#fff;font-size:0.8rem;border-radius:3px;padding:2px 5px;margin:10px 5px;white-space: nowrap; }
.fcc__tags--mutenka:hover,.fcc__tags--cat:hover,.fcc__tags--group:hover{ color:#fff!important;text-decoration:none; }
.input-prepend.input-append input {
  font-size: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 50px;
  text-align: right;
  border:1px solid #ccc;
}

/*ul { margin:0 1rem;}*/
.desc__li { text-indent:-1rem!important;padding-left:1rem!important;};

.stock_error {
  color: #DB5656;
}
ol li { list-style:decimal!important; }

li { list-style:none; }
.btn-addcart { background:#73c7ce;color:#fff;border:none;border-radius:5px;width:90%; }
.btn-addcart:hover { background:#59999b;color:#fff; }
table,th,td { border:none;padding:10px; }
.product-order-exp p { padding:5px 10px; } 

/*
* slider
*/
.slider {
margin-top: 2em;
padding: 0 1.4%;
position: relative;
}
.bx-viewport {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
left: 0 !important;
border: none !important;
}
#slider div {
width: 100% !important;
height:auto
}
.product--desc__h3 { border-bottom:3px solid #73c7ce;color:#8e5700;padding:10px; }
h4 { background:#eee;padding:10px; }
.icon-triangle_right { vertical-align:-4px!important; }
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.product-order-exp p{ padding:1rem!important; }
.selected_item { background:#153161;color:#fff;padding:0.5rem 1rem; }
.bor__red--bline { border-bottom:5px solid #f00; }
.bor__org--bline { border-bottom:5px solid #f90; }
.reco_box--line { border:2px solid #eee;border-radius:5px;padding:1rem 1rem 2rem 1rem; }
.topic--bdr__blue { border:2px solid #003374; border-radius:5px;margin:0;padding:10px;display:block; }
.desc--dt__ttl { padding:5px;font-weight:bold; }
.desc--dd__dc { margin:0 0 0 1rem; }
.desc--ind { text-indent:-1.1rem;padding-left:1.1rem; }
.micro__copy {font-weight:bold;color:#003374;}
.stock_message {font-weight:bold;color:#f00;}
.fixed--cart__underarea { display:none; }
@media screen and (max-width: 767px) {
.topTtl{ position:fixed;top:0;left:0;width:100vw;background:#73c7ce;  z-index:9999; }
.fixed--cart__underarea {
  padding:1rem 0;
  width:100vw;
  box-sizing:border-box;
  position:fixed;
  bottom:0;
  left:0;
  background:#fff;
  display:flex; 
  z-index:9999;
  }
.fixed--cart__desc { width:60%;padding:0 0 0 5px;box-sizing:border-box; }
.btn-addcart { margin:0;background:#73c7ce;color:#fff;border:none;border-radius:5px;width:100%;box-sizing:border-box; }
.fixed--cart__btn { width:40%;padding:0 5px 0 0;box-sizing:border-box; }
}
/*** **************** ***/
/*** ここから独自拡張 ***/
/*** **************** ***/
/*** 文字装飾 ***/
.txt_grn {color: #090;}
/*** img中央揃え ***/
.centering {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}
/*** 上下幅調整 ***/
.product-order-exp p {margin: 0 0 0 0; padding: 0; line-height: 1.5;}
.product-order-exp dt {margin: 0 0 0.5em 1em; padding: 0; line-height: 1.5;}
.product-order-exp dd {margin: 0 0 1.2em 2em; padding: 0; line-height: 1.5;}
/*** 商品画像スライダー幅調整 ***/
.bx-wrapper img {margin: auto;}
/*** p・dt・dd・liタグ外のbrを無効化 ***/
#product br {display: none;}
#product p br {display: block;}
#product dt br {display: block;}
#product dd br {display: block;}
#product li br {display: block;}
@media screen and (max-width: 767px) {
  #product dt br {display: none;}
}
/*** 画像float用ラッパー（.float__right） ***/
.float__right {
  margin-bottom: 1em;
}
.float__right img {
  float: right;
  max-width: 300px;
  height: auto;
  max-height: 300px;
  margin: 1em;
}
.float__right ~ :is(h3,h4) {
  clear: both;
}
@media screen and (max-width: 767px) {
  .float__right img {
    float: inherit;
    max-width: 90%;
    max-height: 90%;
    display: inline;
    margin: auto 1em;
    text-align: center;
  }
}
/*** リスト装飾 ***/
.leaf li {
  padding-left: 1.5em;
  background-image: url('https://img07.shop-pro.jp/PA01432/054/etc_base64/aWNvbl9sZWFm.png');
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: 0 0.3em;
}
/*** dlリストでdt・ddを並列させる ***/
.dl__2column {
  display: flex;
  flex-wrap: wrap;
}
.dl__2column dt {
  flex: 1 0 25%;
  display: flex;
  align-content: stretch;
  align-items: center;
  font-size: 1.3em;
  padding-left: 1em;
}
.dl__2column dd {
  flex: 1 0 65%;
  display: block;
}
.dl__2column dt > br {display: block;}
.dl__2column dd > br {display: block;}
@media screen and (max-width: 767px) {
  .dl__2column {
    display: block;
  }
  .dl__2column dt {
    display: block;
    padding-left: inherit;
  }
  .dl__2column dt br, .dl__2column dd br {
    display: none;
  }
}
/*** モバイル表示でflex-directionをcolumnに ***/
@media screen and (max-width: 767px) {
  .flex__column {
    flex-direction: column;
  }
  .flex__column * {
    flex: 1 0 50%;
    margin: auto;
    padding: auto;
  }
}
/*** モバイル表示で文字サイズを縮小させる ***/
@media screen and (max-width: 1030px) {
  .txt_90per {font-size: 0.9em;}
  .txt_80per {font-size: 0.8em;}
}
/*** 節サイドに画像追加（.side__icon） ***/
.side__icon__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.side__icon__text {
  flex: 0 0 65%;
}
.side__icon__pict {
  flex: 0 0 30%;
}
.side__icon__pict img {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .side__icon__wrapper ~ * {
    clear: both;
  }
  .side__icon__text {
    flex: 1 0 50%;
    float: left;
    order: 2;
  }
  .side__icon__pict {
    flex: 1 0 40%;
    order: 1;
  }
  .side__icon__pict img {
    width: auto;
    height: auto;
  }
}
/*** 特長紹介ポイント（.sales__point__container） ***/
.sales__point__container {
  width: 95%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.sales__point__container > img {
  width: auto;
  height: auto;
  margin: auto;
}
.sales__point__column {
  flex: 1 0 90%;
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: start;
  align-items: center;
}
.sales__topics div {
  flex: 1 0 6em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 10px;
  width: auto;
  height: auto;
  min-height: 5em;
  padding: 0.5em;
  color: #fff;
  text-shadow: 1px 1px 2px #333;
  font-weight: bold;
  font-size: 1.5em;
}
.sales__point__column div p {
  margin: 0;
  padding: 0;
}
.sales__point__no1 {background: #44d;}
.sales__point__no2 {background: #0c6;}
.sales__point__no3 {background: #dc0;}
.sales__point__no4 {background: #e49;}
.sales__point__no5 {background: #81c;}
.sales__point__column dl {
  flex: 1 0 75%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.sales__point__column dt {
  flex: 1 0 75%;
  margin: 0 0 0.5em 0;
  padding: 0.2em 1em;
}
.sales__point__column dd {
  margin: 0;
  padding: 0 1em;
}
.width__half {max-width: 48%;}
.sales__point__column__mini {
  display: flex;
  flex-direction: row;
}
.sales__point__column__mini dt {
  flex: 1 0 100%;
  color: #fff;
  background: #3ac;
  line-height: 2;
  text-shadow: 1px 1px 2px #333;
  border-radius: 5px;
}
.sales__point__column__mini dd img {
  float: right;
}
/*** 使用例リスト（.list__container__row, .list__container__column） ***/
/*** ファインウォーター、ムシポンなどで使用                          ***/
.list__container__row {
  display: flex;
  width: 95%;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.8em;
}
.list__container__row ul {
  flex: 1 0 auto;
  width: 95%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
  align-content: stretch;
  margin: 0;
  border: 1px solid #66a;
  border-width: 0 1px;
  border-collapse: collapse;
}
.list__container__row ul:first-child li {
  font-weight: bold;
  justify-content: center;
  background: #eef;
}
.list__container__row li {
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  align-content: stretch;
  align-items: center;
  padding: 0.2em 0.5em;
  border: 1px solid #66a;
  border-width: 0.5px 1px;
  border-collapse: collapse;
  background: #fafaff;
}
.list__container__row .item__1 {flex: 1 0 90%; justify-content: center;}
.list__container__row .item__2 {flex: 0 0 25%; justify-content: center; text-align: center;}
.list__container__row .item__3 {flex: 1 0 60%;}
.list__container__row li br {display: block;}
.list__container__column {
  flex: 1 0 auto;
  width: 95%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.8em;
  padding: 0.5em 0.5em 0.5em 0;
  background: #ffe;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #333;
  line-height: 1.5;
}
.list__container__column ul {
  flex: 1 0 16%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 0 0 1.5em;
}
.list__container__column li {
  max-width: 100%;
  flex: 1 0 auto;
  padding: 0;
  text-indent: -1em;
  line-height: 2;
}
.list__container__column li:before {
  content: '●';
  color: #f66;
}
.list__container__column > div {
  flex: 1 0 95%;
  width: 95%;
  font-size: 1rem;
  line-height: 0.8;
  margin: auto;
}
.list__container__column > div > p {
  width: 80%;
  height: fit-content;
  padding: 0.1em;
  margin: 0.5em auto;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #f66;
  background: #fff;
  border: 1px solid #f66;
  border-radius: 5px;
}
@media screen and (max-width: 1030px) {
  .sales__point__column div {
    flex: 1 0 auto;
    min-height: inherit;
    justify-content: start;
  }
  .sales__point__column div p {
    margin: 0;
    padding: 0;
  }
  .sales__point__column > div > p > br {
    display: none;
  }
  .sales__point__column dl {
    flex: 1 0 90%;
  }
  .sales__point__column__mini dd {
    max-width: inherit;
  }
  .sales__point__column__mini dd img {
    float: inherit;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .width__half {
    max-width: inherit;
  }
  .width__half ~ img {
    min-width: inherit;
  }
  .list__container__row {
    font-size: inherit;
    flex: 1 0 auto;
  }
  .list__container__row ul {
    border-width: 0.5px 1px;
  }
  .list__container__column {
    margin: 1em auto;
    font-size: inherit;
    max-width: 90%;
    flex-direction: column;
    padding: 1em;
  }
  .list__container__column ul {
    flex: 1 0 auto;
  }
}
/*** データリスト（.list__container__data） ***/
/*** アルボースなどで使用                   ***/
.list__container__data {
  display: flex;
  width: 95%;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.8em;
  margin: auto;
}
.list__container__data ul {
  flex: 1 0 auto;
  max-width: 95%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
  align-content: stretch;
  margin: 0;
}
.list__container__data ul:first-of-type li {
  font-weight: bold;
  justify-content: center;
  background: #eff;
}
.list__container__data li {
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  align-content: stretch;
  align-items: center;
  padding: 0.2em 0.5em;
  border: 1px solid #999;
  border-width: 0.5px 1px;
  border-collapse: collapse;
  background: #faffff;
}
.list__container__data .item__1 {flex: 1 0 30%; justify-content: center;}
.list__container__data .item__2 {flex: 1 0 45%; justify-content: center;}
.list__container__data .item__3 {flex: 1 0 45%; justify-content: center;}
.list__container__data .item__1 ~ .item__2 {flex: 0 0 30%; justify-content: center;}
.list__container__data .item__1 ~ .item__3 {flex: 0 0 30%; justify-content: center;}
.list__container__data li br {display: block;}
@media screen and (max-width: 1030px) {
  .list__container__data {
    font-size: inherit;
    flex: 1 0 auto;
  }
  .list__container__data ul {
    border-width: 0.5px 1px;
  }
  .list__container__data .item__1 {flex: 1 0 auto; min-width: 90%;}
  .list__container__data .item__2 {flex: 1 0 45%; min-width: 45%;}
  .list__container__data .item__3 {flex: 1 0 45%; min-width: 45%;}
  .list__container__data .item__1 ~ .item__2 {flex: 1 0 45%; min-width: 45%;}
  .list__container__data .item__1 ~ .item__3 {flex: 1 0 45%; min-width: 45%;}
}
/*** 使用方法紹介コマ割り（.how__to__use） ***/
/*** デオドラントゲルなどで使用            ***/
.how__to__use {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.8em;
}
.how__to__use li {
  flex: 0 0 35%;
  width: 35%;
  display: block;
  align-content: stretch;
  align-items: center;
  margin: 0.2em;
  padding: 0.5em;
  border: 1px solid #666;
  text-align: center;
  position: relative;
}
.how__to__use li i {
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  line-height: 1;
  font-size: 1.5em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
.how__to__use li img {
  max-width: 50%;
  margin: auto;
}
.how__to__use li :not(img) {
  text-align: left;
}
@media screen and (max-width: 787px) {
  .how__to__use li {
    flex: 0 0 55%;
    width: 55%;
  }
  .how__to__use li img {
    max-width: 60%;
  }
}
/*** STEP式リスト       ***/
/*** バイオ球などで使用 ***/
.step__wrapper {
  width: 90%;
  margin: auto;
  padding: 0.5em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.step__header {
  color: #fff;
  font-weight: bold;
  background: #3ac;
  line-height: 2;
  text-shadow: 1px 1px 2px #333;
  padding: 0 0.5em;
  margin: 0.5em 0;
}
.step__section {
  color: #fa3;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0 0.2em;
  margin: 0.5em 0;
  display: flex;
  flex-wrap: wrap;
}
.step__section dt {
  background: #fa3;
  color: #fff;
  padding: 0 0.2em;
  margin: 0 0.2em;
}
.step__section dd {
  padding: 0.1em;
  margin: 0;
}
.step__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.step__content li {
  flex: 1 0 22%;
  display: block;
  border: 1px solid #666;
  margin: 0.2em;
  position: relative;
}
.step__content li i {
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  line-height: 1;
  font-size: 1.5em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
.step__content li img {
  width: auto;
  height: auto;
  margin-left: 35px;
}
.step__content li img.stretch {
  float: left;
  align-content: stretch;
  align-items: center;
  margin-bottom: 1em;
}
.step__content li :not(img, a) {
  font-size: 0.8em;
}
@media screen and (max-width: 787px) {
  .step__content {
    flex-direction: column;
    justify-content: inherit;
  }
  .step__content li {
    flex: 1 0 auto;
    width: auto;
    align-content: center;
    align-items: center;
  }
  .step__content li img {
    float: left;
    height: 100%;
  }
}
/*** リンクボタンリスト ***/
/*** ムシポンなどで使用 ***/
.link__button__list {
  width: 100%;
  margin: auto;
  text-align: center;
}
.link__button__list li {
  width: 100%;
  margin: 2em 0;
  padding: 0;
}
.link__button__list li a {
  min-width: max-content;
  margin: 0;
  padding: 0.5em;
  border: 2px solid #dfd;
  border-radius: 5px;
  background: #6a6;
  color: #fff;
  text-decoration: none;
}
.link__button__list li a:hover {
  border: 2px solid #ffe;
  background: #ffc;
  color: #6a6;
}
/*** ヒストリーリスト高さ調整 ***/
.line_wrap-ttl {min-height: 43px;}
.history-unit {height: 21em; margin-bottom: 3em;}
.tag_box_minidesc {min-height: 24px;}
@media screen and (max-width: 787px) {
  .history-unit {height: auto; margin-bottom: inherit;}
}
