@charset "UTF-8";
@import url(/css/common.css);
@import url(/cart_product/css/genmai.css);
/*==================================================================*/
/* 玄米ファイン css */
/*==================================================================*/
div .tagarea #charm .catch {
  font-size: 2em;
}
div .tagarea #charm .recommend .recommend-in ul {
  display: block !important;
}
div .tagarea #charm .recommend .recommend-in ul li {
  width: 100% !important;
}
div .tagarea #healthy {
  margin: 0 auto 3em;
}
div .tagarea #healthy .title-area h2 {
  font-size: 1.8em;
}
div .tagarea #healthy .box dl {
  margin: 0 auto 2em;
}
div .tagarea #healthy .box dl dt {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
div .tagarea #healthy .box ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  justify-content: center;
}
div .tagarea #healthy .box ul li {
  margin: 0 1em;
}
div .tagarea #customer-voice .voice-block {
  padding: 2em;
}
div .tagarea #customer-voice .voice-block .box .text {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #878787;
}
div .tagarea #customer-voice .voice-block .box .text .s-title {
  position: relative;
  padding: 0 0 0 2em;
}
div .tagarea #customer-voice .voice-block .box .text .s-title:after {
  position: absolute;
  top: 0;
  left: 0;
  content: url("/cart_product/genmai_img/gif_pin.png");
}
div .tagarea #customer-voice .voice-block .box .text:last-child {
  border-bottom: none;
  margin: 0 auto;
}
div .tagarea #eat .timing {
  background: #f5f5f5;
  padding: 1em 1.5em;
}
div .tagarea #eat .timing p {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
div .tagarea #eat .timing ul {
  margin: 0;
}

/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  #charm .catch.sb {
    font-size: 1.2em !important;
  }
}
