@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?dlnjoj");
  src: url("fonts/icomoon.eot?dlnjoj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?dlnjoj") format("truetype"), url("fonts/icomoon.woff?dlnjoj") format("woff"), url("fonts/icomoon.svg?dlnjoj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ---------------------------------------------------------------------
	商品の説明・原材料
 --------------------------------------------------------------------- */
.componentTitle {
  display: inline-block;
  padding-top: 20px;
  font-weight: bold;
  font-size: 16px;
}

.anchorWrap .anchor {
  margin: 0 0 20px;
}

.anchorWrap .anchor ul {
  text-align: left;
}

.anchorWrap .anchor ul li {
  float: none;
  width: auto;
  font-size: 12px;
}

.productMaterial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .productMaterial {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .productMaterial:last-child {
    margin-bottom: 0;
  }
}

.productMaterial .exchange__ttl {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 10px;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.android .productMaterial .exchange__ttl {
  font-weight: 700;
}

.productMaterial .productMaterial__ttl {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 10px;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.android .productMaterial .productMaterial__ttl {
  font-weight: 700;
}

.productMaterial__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-width: 80px;
  max-width: 80px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .productMaterial__img {
    float: left;
    min-width: inherit;
    max-width: inherit;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .productMaterial__img img {
    max-width: 60px;
  }
}

.productMaterial__txt {
  width: calc(100% - 100px);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (max-width: 768px) {
  .productMaterial__txt {
    clear: both;
    width: auto;
  }
}

.productMaterial__txt p {
  margin-top: 0;
  margin-bottom: 0;
}

.productMaterial .enclosure {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  font-size: 12px;
  margin-bottom: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .productMaterial .enclosure {
    width: auto;
  }
}
