@charset "utf-8";
/* CSS Document */
body {
  font-size: 16px;
}

.product_contents img {
  width: 100%;
  height: auto;
}

.breadcrumb_link_current:after {
  content: "";
  margin: 0;
}

.fw_bold {
  font-weight: bold;
}

.fs_18 {
  font-size: 18px;
}

.komezirushi {
  text-indent: -1em;
  padding-left: 1em;
}

.w_1140 {
  max-width: 1140px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.bg_white {
  padding: 30px 40px 70px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 rgba(59,41,0,.11); }

.collagen p {
  line-height: 1.5;
}

.collagen_img_txt_wrap {
  display: flex;
}

.collagen_img_wrap.img_left {
  margin-right: 30px;
}

.collagen_img_wrap.img_right {
  margin-left: 30px;
}

.wrap_cycle_1 .collagen_img_wrap {
  max-width: 461px;
  width: 55%;
  flex-shrink: 0;
}

.wrap_cycle_2 .collagen_img_wrap {
  max-width: 453px;
  width: 55%;
  flex-shrink: 0;
}

.wrap_cycle_3 .collagen_img_wrap {
  max-width: 462px;
  width: 55%;
  flex-shrink: 0;
}

.collagen_img_wrap img + img {
  margin-top: 10px;
}

.collagen_content_title {
  margin: 0 0 30px;
  padding: 7px 20px;
  background: #e9dfd1;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}





