@charset "UTF-8";
@import url(/css/common.css);
@import url(/cart_product/css/genmai.css);
/*==================================================================*/
/* ハイ・ゲンキレギュラー（0000020） css */
/*==================================================================*/
div.tagarea #relief .origo {
  display: block;
}
div.tagarea #relief .origo .text {
  width: 100% !important;
}
div.tagarea #relief .origo .text dl {
  text-align: center;
}
div.tagarea #relief .section-in .mark {
  margin-bottom: 1.5em;
}
div.tagarea #relief .section-in .mark dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
div.tagarea #relief .section-in .mark dl:not(:last-of-type) {
  border-bottom: 1px dotted #ddd;
}
div.tagarea #relief .section-in .mark dl dt {
  width: 30%;
  text-align: left;
}
div.tagarea #relief .section-in .mark dl dd {
  width: 70%;
}
div.tagarea #relief .section-in .mark dl dd span {
  padding: 0 .3em;
  background-color: #fffcb2;
}
div.tagarea #relief .section-in .mark dl dd em {
  font-weight: bold;
  color: #b45347;
}
div.tagarea #osusume {
  margin-bottom: 3em;
}
div.tagarea #osusume .title-area h2 {
  padding-bottom: .3em;
  font-size: 1.6em;
  font-feature-settings: "palt";
}
div.tagarea #osusume .mark dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5em;
}
div.tagarea #osusume .mark dl dt {
  width: 30%;
}
div.tagarea #osusume .mark dl dd {
  width: 70%;
}
div.tagarea #osusume .box {
  padding: 1rem;
  border: 1px solid #ddd;
}
div.tagarea #osusume .box .text .p-title {
  margin-bottom: .5rem;
  font-size: 1.125em;
  font-weight: bold;
}
div.tagarea #osusume .box .text .p-title a {
  color: #b45347;
  text-decoration: underline;
}
div.tagarea #osusume .box .text .detail {
  font-size: .8em;
  line-height: 1.3;
}
div.tagarea #calcium {
  margin-bottom: 3em;
}
div.tagarea #calcium .title-area h2 {
  padding-bottom: .3em;
  font-size: 1.6em;
  font-feature-settings: "palt";
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  .tagarea #relief .section-in {
    width: 100%;
  }
  .tagarea #relief .section-in .mark dl dt {
    width: 27%;
  }
  .tagarea #eat .section-in {
    width: 100%;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary::479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .tagarea #relief .section-in {
    width: 100%;
  }
  .tagarea #relief .section-in .mark dl {
    display: block;
  }
  .tagarea #relief .section-in .mark dl dt {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
  .tagarea #relief .section-in .mark dl dd {
    width: 100%;
  }
  .tagarea #eat .section-in .box h3 {
    font-size: 1em;
  }
}
