@charset "UTF-8";
/*フォントサイズ*/
#page.product.in h2,
#page.product.in h3,
#page.product.in h4,
#page.product.in h5,
#page.product.in p {
  line-height: 1.5; }

/*フォント種類*/
#page.product.in .gram {
  font-family: 'Noto Sans JP', sans-serif; }

#page.product.in .notojp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal; }

#page.product.in .eng {
  font-family: myriad-pro, sans-serif;
  font-style: normal; }

#page.product.in .sub {
  font-size: 50%;
  vertical-align: sub; }

#page.product.in .super {
  font-size: 50%;
  vertical-align: super; }

/*マージン*/
#page.product.in .mt10 {
  margin-top: 10px; }

#page.product.in .mb30 {
  margin-bottom: 30px; }

#page.product.in .mb35 {
  margin-bottom: 35px; }

#page.product.in .mb50 {
  margin-bottom: 50px; }

#page.product.in .mb60 {
  margin-bottom: 60px; }

#page.product.in .mb75 {
  margin-bottom: 75px; }

@media (min-width: 1px) and (max-width: 1000px) {
  #page.product.in .mt10 {
    margin-top: 5px; }
  #page.product.in .mb30 {
    margin-bottom: 15px; }
  #page.product.in .mb35 {
    margin-bottom: 17px; }
  #page.product.in .mb50 {
    margin-bottom: 25px; }
  #page.product.in .mb60 {
    margin-bottom: 30px; }
  #page.product.in .mb75 {
    margin-bottom: 37px; } }

/* パンくず */
#page.product.in .pankuzu {
  max-width: 960px;
  margin: auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#page.product.in .pankuzu span {
  display: inline-block;
  padding: 0 10px; }

@media (min-width: 1px) and (max-width: 1000px) {
  #page.product.in .pankuzu {
    padding: 10px 10px 0; } }

/* 料金セクション */
#page.product.in .price_sec_ttl {
  font-size: 30px;
  color: #fff;
  text-align: center;
  background-color: #fff; }

#page.product.in .price_sec_ttl {
  padding: 20px 0;
  border-radius: 10px;
  margin-bottom: 50px; }

#page.product.in .price_sec_ttl_minus_margin {
  margin-top: -40px;
  position: relative;
  z-index: 10; }

#page.product.in .price_sec_product_img_botomtxt {
  font-size: 25px;
  text-align: center;
  margin: 35px 0 50px;
  color: #373737; }

#page.product.in .price_sec_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#page.product.in .price_sec_flex_lft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  height:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #0c3165; }

#page.product.in .price_sec_flex_red .price_sec_flex_lft {
  border: 1px solid #f62736;
  color: #f62736; }

#page.product.in .price_sec_flex_red .price_sec_flex_lft span {
  display: block; }

#page.product.in .price_sec_flex_red .price_sec_flex_lft_lft_note {
  font-size: 12px;
  margin-top: 5px; }

#page.product.in .price_sec_flex_lft_lft {
  width: 100%;
  text-align: center;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#page.product.in .price_sec_flex_lft_rig {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  color: #fff;
  background-color: #0c3165;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.3; }

#page.product.in .price_sec_flex_red .price_sec_flex_lft_rig {
  background-color: #f62736; }

#page.product.in .price_sec_flex_rig {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%; }

#page.product.in .price_sec_flex_rig_num {
  font-size: 60px;
  font-weight: bold; }

#page.product.in .price_sec_flex_red .price_sec_flex_rig_num {
  color: #f62736; }

#page.product.in .price_sec_flex_rig_num_tax {
  font-size: 27px;
  font-weight: bold; }

#page.product.in .price_sec_flex_red .price_sec_flex_rig_num_tax {
  color: #f62736; }

#page.product.in .price_sec_flex_note {
  text-align: right;
  font-size: 22px;
  color: #f62736;
  margin-right: 50px;
  margin-bottom: 30px; }

@media (min-width: 1px) and (max-width: 1000px) {
  #page.product.in .price_sec_ttl_minus_margin {
    margin-top: -20px; }
  #page.product.in .price_sec_ttl {
    font-size: 15px;
    padding: 10px 0;
    border-radius: 5px;
    margin-bottom: 25px; }
  #page.product.in .price_sec_product_img_botomtxt {
    margin: 17px 0 25px;
    font-size: 15px; }
  #page.product.in .price_sec_flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #page.product.in .price_sec_flex_lft {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset; }
  #page.product.in .price_sec_flex_lft_lft {
    font-size: 12px;
    margin: 5px 0; }
  #page.product.in .price_sec_flex_lft_rig {
    font-size: 12px;
    padding: 5px 0; }
  #page.product.in .price_sec_flex_lft_rig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px; }
  #page.product.in .price_sec_flex_rig_num {
    font-size: 32px; }
  #page.product.in .price_sec_flex_rig_num_tax {
    font-size: 16px; }
  #page.product.in .price_sec_flex_red .price_sec_flex_lft .price_sec_flex_lft_lft_note {
    font-size: 10px; }
  #page.product.in .price_sec_flex_note {
    margin-bottom: 5px; } }

@media (min-width: 1px) and (max-width: 350px) {
  #page.product.in .price_sec_flex_rig_num {
    font-size: 27px; }
  #page.product.in .price_sec_flex_rig_num_tax {
    font-size: 14px; }
  #page.product.in .price_sec_flex_lft_lft {
    font-size: 10px; }
  #page.product.in .price_sec_flex_lft_rig {
    font-size: 10px; }
  #page.product.in .price_sec_flex_lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%; }
  #page.product.in .price_sec_flex_rig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%; } }

/* ナビエリア */
#page.product.in {
  /* こんな方におすすめ！ */ }
  #page.product.in .product_nav_sec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #dadada;
    background-image: url("https://kenko.morinagamilk.co.jp/user_data/products/hagukumi/img/product/product_nav_sec_img01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  #page.product.in .product_nav_sec ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.9%;
    flex: 0 0 49.9%;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #page.product.in .product_nav_sec ul li:nth-child(2) {
    border-right: none; }
  #page.product.in .product_nav_sec ul li:last-child {
    border-right: none; }
  #page.product.in .product_recomend_sec {
    margin-top: 50px; }
  #page.product.in .product_recomend_box {
    border: 3px solid #6ec1e1;
    border-radius: 10px; }
  #page.product.in .product_recomend_box_ttl {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #6ec1e1;
    border-radius: 5px 5px 0 0;
    padding: 25px 0; }
  #page.product.in .product_recomend_box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    top: -40px; }
  #page.product.in .product_recomend_box_wrap_rig li {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 40px; }
  #page.product.in .product_recomend_box_wrap_rig li:last-child {
    margin-bottom: 0; }
  #page.product.in .product_recomend_box_wrap_rig li:before {
    content: "";
    padding: 10px 0 10px 36px;
    margin-right: 10px;
    background-image: url("https://kenko.morinagamilk.co.jp/user_data/products/hagukumi/img/product/product_recomend_sec_img02.png");
    background-repeat: no-repeat;
    background-size: 36px 30px;
    background-position: center; }
  #page.product.in .product_recomend_box_wrap_lft {
    padding: 30px 30px 0;
    max-width: 200px; }
  #page.product.in .product_recomend_box_wrap_rig {
    position: relative;
    top: -10px; }

@media (min-width: 1px) and (max-width: 1000px) {
  #page.product.in .product_nav_sec ul li a {
    font-size: 12.5px;
    padding: 15px 0;
    background-size: 9px 6px;
    height: 42px; } }

/*先輩ママの声*/
#page.product.in .product_voice_sec {
  background-color: #f8f5ef;
  padding-bottom: 20px; }
  
#page.product.in .product_voice_sec_ttl {
  background-image: url(../../ebaby/img/product_voice_ttl_bg.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  font-size: 45px;
  padding: 40px 0 60px;
  margin-bottom: 30px; }
  
#page.product.in .product_voice_flex {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 12px -7px #000000;
  box-shadow: 0 0 12px -7px #000000;
  background-color: #fff;
  padding: 30px 30px 0 0px;
  margin-bottom: 40px;
  position: relative;
  min-height: 192px; }

#page.product.in .product_voice_flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#page.product.in .product_voice_flex_rig_txt {
  font-size: 25px;
  position: relative;
  top: -10px; }

#page.product.in .product_voice_flex_lft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px; }

#page.product.in .product_voice_flex_lft img {
  margin: auto; }

#page.product.in .product_voice_people01 {
  max-width: 175px;
  width: 100%; }

#page.product.in .product_voice_people02 {
  max-width: 151px;
  width: 100%; }

#page.product.in .product_voice_people03 {
  max-width: 139px;
  width: 100%; }

#page.product.in .product_voice_flex_rig_name {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 14px; }

#page.product.in .speech_bubble {
  position: absolute;
  top: -6px;
  right: -10px; }

#page.product.in .speech_bubble01 {
  max-width: 146px;
  width: 100%; }

#page.product.in .speech_bubble02 {
  max-width: 146px;
  width: 100%; }

#page.product.in .speech_bubble03 {
  max-width: 235px;
  width: 100%; }

@media (min-width: 1px) and (max-width: 1000px) {
  #page.product.in .product_voice_sec_ttl {
    font-size: 25px;
    padding: 20px 0 30px; }
  #page.product.in .product_voice_people01 {
    max-width: 87px; }
  #page.product.in .product_voice_people02 {
    max-width: 75px; }
  #page.product.in .product_voice_people03 {
    max-width: 68px; }
  #page.product.in .product_voice_flex_lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px; }
  #page.product.in .product_voice_flex_rig_txt {
    font-size: 14px;
    position: relative;
    top: -3px; }
  #page.product.in .product_voice_flex {
    min-height: unset;
    padding: 7px 15px 0 0;
    margin-bottom: 20px; }
  #page.product.in .product_voice_flex_rig_name {
    font-size: 10px;
    bottom: 10px;
    right: 10px; }
  #page.product.in .speech_bubble {
    top: -3px;
    right: -5px; }
  #page.product.in .speech_bubble01 {
    max-width: 73px; }
  #page.product.in .speech_bubble02 {
    max-width: 73px; }
  #page.product.in .speech_bubble03 {
    max-width: 120px; } }

@media (min-width: 1px) and (max-width: 360px) {
  #page.product.in .product_voice_flex_lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin: 0 10px; } }

/* 注意事項 */
#page.product.in .notes_sec_ttl {
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 10;
  margin: auto;
  max-width: 180px;
  margin-top: 50px; }

#page.product.in .notes_sec_list li:before {
  content: "• ";
  color: #6ec1e1;
  font-size: 35px;
  line-height: 1;
  vertical-align: bottom; }

#page.product.in .notes_sec_ttl_border {
  height: 2px;
  background-color: #1e3c7a;
  position: relative;
  top: -20px; }

#page.product.in .notes_sec_list {
  margin-top: 40px;
  margin-bottom: 50px; }

#page.product.in .notes_sec_list li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
  margin-left: 33px;
  text-indent: -33px; }

@media (min-width: 1px) and (max-width: 1000px) {
  /* 注意事項 */
  #page.product.in .notes_sec_ttl {
    font-size: 17px;
    font-weight: bold;
    max-width: 100px;
    margin-top: 25px; }
  #page.product.in .notes_sec_ttl_border {
    top: -12px; }
  #page.product.in .notes_sec_list {
    margin-top: 10px;
    margin-bottom: 25px; }
  #page.product.in .notes_sec_list li {
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: 25px;
    text-indent: -29px; } }

/* お得で便利な定期コース */
#page.product.in .regular_course_sec {
  background-color: #f8f5ef;
  padding-bottom: 50px; }

#page.product.in .regular_course_sec .c_red {
  font-size: 21px;
  font-weight: bold;
  color: #f51800; }

#page.product.in .regular_course_sec_subttl {
  font-size: 28px;
  font-weight: bold; }

#page.product.in .regular_course_sec_subttl:before {
  content: "";
  padding-left: 19px;
  margin-right: 10px;
  background-image: url("https://kenko.morinagamilk.co.jp/user_data/products/hagukumi/img/product/ui03.png");
  background-repeat: no-repeat;
  background-size: 19px 31px;
  background-position: center; }

#page.product.in .regular_course_sec_subttl:after {
  content: "";
  padding-right: 19px;
  background-image: url("https://kenko.morinagamilk.co.jp/user_data/products/hagukumi/img/product/ui04.png");
  background-repeat: no-repeat;
  background-size: 19px 31px;
  background-position: center; }

#page.product.in .regular_course_sec_ttl_txt {
  font-size: 31px;
  font-weight: bold; }

#page.product.in .regular_course_sec_ttl_txt span {
  font-size: 43px; }

#page.product.in .regular_course_sec_txt {
  font-size: 17px;
  margin-top: 30px; }

#page.product.in .regular_course_sec_box {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 10px; }

#page.product.in .regular_course_sec_box:first-child {
  margin-top: 50px; }

#page.product.in .regular_course_sec_box_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffa42a;
  border-radius: 10px 10px 0 0; }

#page.product.in .regular_course_sec_box_ttl_lft .tokuten {
  display: block;
  font-size: 13px;
  margin-bottom: 5px; }

#page.product.in .regular_course_sec_box_ttl_lft {
  background-color: #ffca2a;
  font-size: 30px;
  text-align: center;
  padding: 15px;
  color: #fff;
  border-radius: 10px 0 0 0;
  max-width: 90px;
  width: 100%;
  position: relative; }

#page.product.in .regular_course_sec_box_ttl_lft_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 40px; }

#page.product.in .regular_course_sec_box_ttl_rig {
  padding: 10px 10px 10px 20px;
  font-size: 19px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#page.product.in .regular_course_sec_box_txt {
  padding: 20px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 0 0 10px 10px; }

#page.product.in .regular_course_sec_box_txt span {
  font-size: 14px;
  font-weight: normal; }

#page.product.in .regular_course_sec_box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#page.product.in .regular_course_sec_box_flex_lft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  margin-right: 35px; }

#page.product.in .regular_course_sec_box_flex_rig_ttl {
  font-weight: bold;
  margin-bottom: 20px; }

#page.product.in .regular_course_sec_box_flex_rig_txt {
  font-size: 14px;
  font-weight: normal; }

#page.product.in .regular_course_sec_box_note {
  margin-top: 20px; }

@media (min-width: 1px) and (max-width: 1000px) {
  #page.product.in .regular_course_sec {
    padding-bottom: 25px; }
  #page.product.in .regular_course_sec .c_red {
    font-size: 13px; }
  #page.product.in .regular_course_sec_ttl {
    padding: 25px 0; }
  #page.product.in .regular_course_sec_subttl {
    font-size: 14px; }
  #page.product.in .regular_course_sec_subttl:before {
    background-size: 9.5px; }
  #page.product.in .regular_course_sec_subttl:after {
    background-size: 9.5px; }
  #page.product.in .regular_course_sec_ttl_txt span {
    font-size: 24px; }
  #page.product.in .regular_course_sec_box:first-child {
    margin-top: 25px; }
  #page.product.in .regular_course_sec_ttl_txt {
    font-size: 18px; }
  #page.product.in .regular_course_sec_txt {
    margin-top: 15px;
    font-size: 14px; }
  #page.product.in .regular_course_sec_box_ttl_lft {
    font-size: 22.5px;
    padding: 10px;
    max-width: 55px; }
  #page.product.in .regular_course_sec_box_ttl_lft .tokuten {
    font-size: 10px; }
  #page.product.in .regular_course_sec_box_ttl_rig {
    font-size: 14px;
    padding: 10px; }
  #page.product.in .regular_course_sec_box_txt {
    font-size: 14px;
    padding: 10px; }
  #page.product.in .regular_course_sec_box {
    margin-top: 15px; }
  #page.product.in .regular_course_sec_box_txt span {
    font-size: 10px;
    font-weight: normal; }
  #page.product.in .regular_course_sec_box_flex_lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 20px; }
  #page.product.in .regular_course_sec_box_flex_rig_txt {
    font-size: 10px; }
  #page.product.in .regular_course_sec_box_flex_rig_ttl {
    margin-bottom: 5px; }
  #page.product.in .component_display_sec_item_first {
    margin-top: 15px; } }

/*成分表示*/
#page.product.in .component_display_sec_ttl {
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 10;
  margin: auto;
  max-width: 180px;
  margin-top: 30px;
  margin-bottom: 30px; }

#page.product.in .component_display_sec_item_first {
  margin-top: 30px; }

#page.product.in .component_display_sec_item dt {
  font-size: 16px;
  line-height: 1.7;
  color: #ffa42a; }

#page.product.in .component_display_sec_item dd {
  font-size: 16px;
  line-height: 1.7; }

#page.product.in .milk_life_check_label_last {
  border-top: none; }

#page.product.in .milk_life_check_input:checked + .milk_life_check_label + .milk_life_check_contents {
  display: block; }

#page.product.in .milk_life_check_input {
  display: none; }

#page.product.in .milk_life_check_contents {
  display: none;
  border-bottom: 1px solid #1e3c7a;
  padding-bottom: 30px; }

#page.product.in .component_display_sec_item_list {
  list-style-type: disc;
  margin-left: 20px; }

#page.product.in .component_display_sec_item dd .sub {
  vertical-align: baseline;
  font-weight: bold; }

@media (min-width: 1px) and (max-width: 1000px) {
  #page.product.in {
    /* 成分表示 */ }
    #page.product.in .component_display_sec_item dt {
      font-size: 12px; }
    #page.product.in .component_display_sec_ttl {
      font-size: 17px;
      margin-top: 15px;
      margin-bottom: 15px; }
    #page.product.in .component_display_sec_item dd {
      font-size: 12px; }
    #page.product.in .milk_life_check_label {
      font-size: 13px;
      padding: 15px 0; }
    #page.product.in .milk_life_check_label {
      background-size: 11px; }
    #page.product.in .component_display_sec_item_first {
      margin-top: 15px; } }

#page.product.in .other_recomend_sec_ttl {
  font-size: 27px;
  font-weight: bold;
  border-bottom: 2px solid #e80000;
  margin-top: 60px;
  margin-bottom: 40px; }

#page.product.in .other_recomend_sec_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

#page.product.in .other_recomend_sec_flexitem {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  position: relative;
  text-align: center; }

#page.product.in .other_recomend_sec_flexitem_ttl {
  font-size: 15px;
  height: 50px; }

#page.product.in .other_recomend_sec_flexitem_txt_link {
  border: 1px solid #0a3066;
  padding: 10px 0;
  max-width: 135px;
  width: 100%;
  padding: 10px 0;
  margin: auto;
  border-radius: 8px;
  background-image: url("https://kenko.morinagamilk.co.jp/user_data/products/hagukumi/img/base/ui01.png");
  background-repeat: no-repeat;
  background-size: 6.5px 11.5px;
  background-position: 90% center; }

#page.product.in .other_recomend_sec_flexitem_fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  margin-bottom: 20px; }

#page.product.in .other_recomend_sec_flexitem_fig img {
  margin: auto; }

@media(min-width: 1000px) {
#page.product.in .other_recomend_sec_flexitem_fig img.other_recomend_product_img06 {
  max-width: 160px;
  width: 100%; }

#page.product.in .other_recomend_sec_flexitem_fig img.other_recomend_product_img07 {
  max-width: 172px;
  width: 100%; }

#page.product.in .other_recomend_sec_flexitem_fig img.other_recomend_product_img08 {
  max-width: 134px;
  width: 100%; }
}
@media (min-width: 1px) and (max-width: 1000px) {
  #page.product.in .other_recomend_sec_ttl {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px; }
  #page.product.in .other_recomend_sec_flexitem_fig {
    height: 180px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #page.product.in .other_recomend_sec_flexitem_ttl {
    height: 45px;
    font-size: 12px; } }
