/* ---------------------------------------------------------
common
----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
/*--after要素リセット--*/
.content::after, #hakkounyu_eiyou::after, .h_cont::after ,.gray.fl::after, .deta_list.fl::after{
 content: none;
}
.pageCnt{
 background: none;
}
.pageCnt > div, .pageCnt > ul {
 padding-right: 0;
 padding-left: 0;
}
/*--figure要素リセット--*/
figure{
 margin: 0;
}
@media screen and (max-width: 640px){
 .headerMenuCnt2SP{
  z-index: 12;
 }
 header.eiyoucareHeader .headerMenu2SP .btnOpen.active{
  z-index: 13;  
 }
}
#hakkounyu_eiyou h1, #hakkounyu_eiyou h2, #hakkounyu_eiyou h3, #hakkounyu_eiyou h4, #hakkounyu_eiyou ul, #hakkounyu_eiyou li, #hakkounyu_eiyou p, #hakkounyu_eiyou span, #hakkounyu_eiyou figcaption{
 font-family: 'Noto Sans JP', sans-serif;
 color: #000;
}
#hakkounyu_eiyou ul li a{
 font-family: 'Noto Sans JP', sans-serif;
 display: block;
 color: #000;
 font-weight: 500;
 letter-spacing: 0.08rem;
 padding:15px 0 15px 15px;
 text-decoration: none;
}
#hakkounyu_eiyou p a{
 display: block;
 color: #000;
 letter-spacing: 0.08rem;
 font-weight: 700;
 text-decoration: none; 
}
#hakkounyu_eiyou {
 font-family: 'Noto Sans JP', sans-serif !important;
 background: #fff;
 box-sizing: border-box;
 border-radius: 8px;
}
#hakkounyu_eiyou.fl, #hakkounyu_eiyou .fl{
 display: flex;
 flex-wrap: wrap;
 justify-content:space-between;
}
#hakkounyu_eiyou .h_nav{
 position: relative;
 width: 200px;
 padding: 30px 0 0;
}
#hakkounyu_eiyou .h_nav h1{
 width: 120px;
 margin:0 auto 30px;
}
#hakkounyu_eiyou .h_cont{
 width: 824px;
 padding-bottom: 55px;
}
#hakkounyu_eiyou .sp{
 display: none;
}
#hakkounyu_eiyou .fade_off {
 opacity: 0;
 transition: all 1s;
}
#hakkounyu_eiyou .fade_on {
 opacity: 1;
}
#hakkounyu_eiyou .fade{ 
 animation-name: fadein;
 animation-timing-function: ease-out;
 animation-fill-mode: forwards;
 animation-duration:2s;
 opacity:0;
}
@keyframes fadein {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}
@media screen and (max-width: 640px){
 #hakkounyu_eiyou.fl, #hakkounyu_eiyou .fl{
  display: block;
 }
 #hakkounyu_eiyou .h_nav{
  position: relative;
  width: 100vw;
  padding: 0;
  z-index: 3;
 }
 #hakkounyu_eiyou .h_nav h1{
  position: absolute;
  top:3vw;
  left: 2vw;
  width: 21.3vw;
  background: #fff;
  border: #fff 3px solid;
  border-radius: 8px;
  box-sizing: border-box;
  z-index: 4;
 }
 #hakkounyu_eiyou .h_cont{
  width: 100vw;
  padding-top: 23vw;
  padding-bottom: 8.5vw;
 }
 #hakkounyu_eiyou .sp{
  display: block;
 }
 #hakkounyu_eiyou .pc{
  display: none;
 }
}
/*--nav--------------------*/	
#hakkounyu_eiyou .sub_nav{
 display: none;
 position: absolute;
 top:0;
 right: -280px;
 width: 280px;
 height: 100%;
 background: #FF472E;
 z-index: 9;
}
#hakkounyu_eiyou nav{
 position: relative;
 border-top:#ECECEC 1px solid;
 border-bottom:#ECECEC 1px solid;
 z-index: 11;
}
#hakkounyu_eiyou nav p a{
 font-size: 14px;
 padding: 25px 5px 25px 15px; 
}
#hakkounyu_eiyou .links{
 position: relative;
 cursor: pointer;
}
#hakkounyu_eiyou .links:hover p a{
 color: #fff;
 background: #FF472E;
}
#hakkounyu_eiyou .links::before{
 position: absolute;
 top:0;
 bottom:0;
 right:5px;
 display: block;
 content: "";
 width: 10px;
 height: 1px;
 margin: auto 0;
 background: #EC1E23;
}
#hakkounyu_eiyou .links::after{
 position: absolute;
 top:0;
 bottom:0;
 right:5px;
 display: block;
 content: "";
 width: 10px;
 height: 1px;
 margin: auto 0;
 background: #EC1E23;
 transform: rotate(90deg);
 visibility: visible;
}
#hakkounyu_eiyou .links:hover::before, #hakkounyu_eiyou .links:hover::after{
 background: #fff; 
}
#hakkounyu_eiyou .about_links{ 
 animation-delay:0.3s;
}
#hakkounyu_eiyou .benefits_links{ 
 border-top:#ECECEC 1px solid;
 border-bottom:#ECECEC 1px solid;
 animation-delay:0.4s; 
}
#hakkounyu_eiyou .intestinal_links{ 
 animation-delay:0.5s; 
}
#hakkounyu_eiyou nav ul{
 display: none;
 position: absolute;
 right:-280px;
 width: 280px;
 padding:10px 10px;
 margin: auto 0;
 z-index: 10;
 box-sizing: border-box;
}
#hakkounyu_eiyou .about_links ul{
 top:-50%; 
}
#hakkounyu_eiyou .benefits_links ul{
 top:-100%; 
}
#hakkounyu_eiyou .intestinal_links ul{
 top:-120%; 
}
#hakkounyu_eiyou nav ul li{
 position: relative;
 border-bottom: #fff 1px solid;
 cursor: pointer;
 transition: all 1s;
}
#hakkounyu_eiyou nav ul li:hover{
 background: #FF472E;
}
#hakkounyu_eiyou nav ul li a{
 color: #fff;
 font-size: 14px;
 font-weight: 500;
 letter-spacing: 0.05rem;
}
 #hakkounyu_eiyou .h_nav .sp_toggle,  #hakkounyu_eiyou .sp_close{
  display: none;
 }
@media screen and (max-width: 640px){
 #hakkounyu_eiyou .h_nav .sp_toggle{
  position: absolute;
  top: 2.6vw;
  right: 2.6vw;
  display: block;
  width: 8vw;
  height: 8vw;
  cursor: pointer;
 }
 #hakkounyu_eiyou .h_nav .sp_toggle::before{
  display: block;
  content: "";
  width: 8vw;
  height: 2px;
  margin: 3vw 0 0 auto;
  background: #000;
 }
 #hakkounyu_eiyou .h_nav .sp_toggle::after{
  display: block;
  content: "";
  width: 6.6vw;
  height: 2px;
  margin: 1.5vw 0 0 auto;
  background: #000;
  visibility: visible;
 }
 #hakkounyu_eiyou nav {
  position: absolute;
  display: none;
  width: 100vw;
  padding: 12vw 0;
  background: #FF472E;
  box-sizing: border-box;
 }
 #hakkounyu_eiyou nav.fade{
  animation:none;
  opacity: 1;
 }
 #hakkounyu_eiyou .sp_close{
  display: block;
  position: absolute;
  top: 3.6vw;
  right: 3.6vw;
  width: 8vw;
  height: 8vw;
  cursor: pointer;
 }
 #hakkounyu_eiyou .sp_close::before{
  display: block;
  content: "";
  width: 8vw;
  height: 2px;
  margin: 4vw auto 0;
  background: #fff;
  transform:rotate(45deg);
 }
 #hakkounyu_eiyou .sp_close::after{
  display: block;
  content: "";
  width:8vw;
  height: 2px;
  margin: -0.5vw auto 0;
  background: #fff;
  visibility: visible;
  transform:rotate(-45deg);
 }
 #hakkounyu_eiyou .links{
  width: 84vw;
  margin: 0 auto;
 }
 #hakkounyu_eiyou .links.fade{
  animation:none;
  opacity: 1;
 }
 #hakkounyu_eiyou .links::before, #hakkounyu_eiyou .links::after{
  content: none;
 }
#hakkounyu_eiyou .benefits_links{ 
 border-top:none;
 border-bottom:none;
}
 #hakkounyu_eiyou nav p a{
  color: #fff;
  font-size: 20px;
  padding: 3vw 0 2.5vw;
  border-bottom: #fff 1px solid;
 }
 #hakkounyu_eiyou nav ul{
  position: static;
  display: block;
  width: 84vw;
  padding:0 0 0 3vw;
 }
 #hakkounyu_eiyou nav ul li a{
  font-size: 16px;
  padding: 3vw 1vw 3vw;
 }
}
/*--//nav------------------*/	
/* ---------------------------------------------------------
top
----------------------------------------------------------*/
/*--main_vs--------------------*/
#hakkounyu_eiyou .main_vs{
 position: relative;
 justify-content: flex-start;
 margin:0 0 55px 17px;
}
#hakkounyu_eiyou .main_vs figure.main_vs_img{
 position: absolute;
 top: 50px;
 width: 377px;
 z-index: 1;
 animation-delay:0.3s;
}
#hakkounyu_eiyou .main_vs .catch{
 width: 440px;
 min-height: 335px;
 padding: 20px 20px 20px 30px;
 margin: 0 0 0 auto;
 background: linear-gradient(90deg, rgba(246,150,29,1) 0%, rgba(240,80,79,1) 100%);
 border-radius: 0 8px 0 0;
 box-sizing: border-box;
 animation-delay:0.1s;
}
#hakkounyu_eiyou .main_vs .catch figure{
 width: 349px;
 margin: 0 0 10px 10px; 
}
#hakkounyu_eiyou .main_vs .catch p{
 color: #fff;
 font-size: 14px;
 font-weight: 500;
 line-height: 1.8; 
 letter-spacing: 0.08rem;
}
@media screen and (max-width: 640px){
 #hakkounyu_eiyou .main_vs{
  margin:0 0 10vw 0;
 }
 #hakkounyu_eiyou .main_vs figure.main_vs_img{
  position: relative;
  width: 86.6vw;
  margin: -20vw 0 8vw 5vw;
 }
 #hakkounyu_eiyou .main_vs .catch{
  width: 86.6vw;
  min-height: inherit;
  padding: 15vw 4vw 5vw 4vw;
  margin: -5vw 0 0 auto;
  border-radius:8px 0 8px 8px;
 }
#hakkounyu_eiyou .main_vs .catch figure{
 width: 79.6vw;
 margin: 0 0 5vw 0; 
}

}
/*--//main_vs------------------*/	
/*--main_cont------------------*/
#hakkounyu_eiyou .main_cont{
 width: 780px;
 margin:0 auto;
}
#hakkounyu_eiyou .main_cont .main_cont_data{
 width: 367px;
 margin-bottom: 30px;
 animation-delay:0.5s;
}
#hakkounyu_eiyou .main_cont .main_cont_list{
 position: relative;
 width: 327px;
 padding: 35px 15px 20px;
 margin: -25px auto 0;
 background: #fff;
 border-radius: 6px;
 box-sizing: border-box;
}
#hakkounyu_eiyou .main_cont .main_cont_list h2{
 position: absolute;
 top: -15px;
 left: 20px;
 display: inline-block;
 font-size: 16px;
 font-weight: 500;
 padding: 3px 10px;
 background: linear-gradient(90deg, rgba(246,150,29,1) 0%, rgba(240,80,79,1) 100%);
 border-radius: 6px;
 transform: skewX(335deg);
}
#hakkounyu_eiyou .main_cont .main_cont_list h2 span{
 color: #fff;
 letter-spacing: 0.08rem;
 transform: skewX(-335deg);
}
#hakkounyu_eiyou .main_cont .main_cont_list ul{
 margin: auto 0;
}
#hakkounyu_eiyou .main_cont .main_cont_list ul li{
 position: relative;
 font-size: 14px;
 font-weight: 700;
 cursor: pointer;
 transition: all 1s;
}
#hakkounyu_eiyou .main_cont .main_cont_list ul li:hover{
 opacity: 0.7;
 background: #FC941A;
}
#hakkounyu_eiyou .main_cont .main_cont_list ul li::before{
 content: "";
 position: absolute;
 top:0;
 bottom: 0;
 left:0; 
 display: block;
 width: 4px;
 height: 5px;
 margin: auto 0;
 background: url("../img/icon_tryangle.svg") center center no-repeat;
 background-size: cover;
 transition: all 0.5s;
}
#hakkounyu_eiyou .main_cont .main_cont_list ul li:hover::before{
 transform: translate(5px);
}
#hakkounyu_eiyou .main_cont .main_cont_list ul li::after{
 content: "";
 position: absolute;
 bottom: 0;
 left:0; 
 width: 100%;
 height: 1px;
 background-image : linear-gradient(to right, rgb(130, 130, 130), rgb(130, 130, 130) 3px, transparent 3px, transparent 3px); 
 background-size: 6px 3px; 
 background-position: left bottom;  
 background-repeat: repeat-x; 
}
@media screen and (max-width: 640px){
 #hakkounyu_eiyou .main_cont{
  width: 89.3vw;
  flex-direction: column;
 }
 #hakkounyu_eiyou .main_cont .main_cont_data{
  width: 100%;
  margin:0 auto 10vw;
 }
 #hakkounyu_eiyou .main_cont .main_cont_list{
  width: 78.6vw;
  padding: 4.7vw 2vw 2.6vw;
  margin: -3.3vw auto 0;
 }
}
/*--//main_cont------------------*/
/* ---------------------------------------------------------
lower
----------------------------------------------------------*/
/*--lower common-----------*/
#hakkounyu_eiyou .lower .main_ttl{
 margin-bottom: 45px;
}
#hakkounyu_eiyou .lower .main_ttl h2{
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 min-height: 170px;
 font-size: 38px;
 color: #fff;
 font-weight: 500;
 letter-spacing: 0.08rem;
 background: linear-gradient(90deg, rgba(246,150,29,1) 0%, rgba(240,80,79,1) 100%);
 border-radius: 0 8px 0 0; 
}
#hakkounyu_eiyou .lower .main_ttl h2 span{
 display: block;
 color: #fff;
 font-size: 24px;
}
#hakkounyu_eiyou .lower p{
 line-height: 1.8;
 letter-spacing: 0.08rem;
}
#hakkounyu_eiyou .lower ul.bread{
 margin: 5px 0 0px 30px;
}
#hakkounyu_eiyou .lower ul.bread li{
 font-size: 12px;
 display: inline-block;
}
#hakkounyu_eiyou .lower ul.bread li a{
 display: inline;
 padding: 0;
}
#hakkounyu_eiyou .lower .sub_cont{
 width: 764px;
 margin: 0 auto;
}
#hakkounyu_eiyou .lower .sub_cont h3{
 position: relative;
 color: #E91E23;
 font-size: 24px;
 font-weight: 500;
 letter-spacing: 0.08rem;
 margin-bottom: 20px;
}
#hakkounyu_eiyou .lower .sub_cont h3::after{
 position: absolute;
 bottom:0;
 left:0;
 content: "";
 width: 100%;
 height: 1px;
 background: linear-gradient(90deg, rgba(246,150,29,1) 0%, rgba(240,80,79,1) 100%);
}
#hakkounyu_eiyou .lower .sub_cont h4{
 position: relative;
 display: inline-block;
 color: #333;
 font-size: 16px;
 font-weight: 500;
 letter-spacing: 0.08rem;
 padding: 10px 20px;
 background: #fff;
 border: #333 2px solid;
 border-radius: 26px;
 box-sizing: border-box;
}
#hakkounyu_eiyou .lower .sub_cont h4::before {
 content: "";
 position: absolute;
 display: block;
 width: 0;
 height: 0;
 right: 50px;
 bottom: -10px;
 border-top: #333 10px solid;
 border-right: 10px solid transparent;
 border-left: 10px solid transparent;
 border-radius: 0 0 10px 10px;
}
#hakkounyu_eiyou .lower .sub_cont h4::after {
 content: "";
 position: absolute;
 display: block;
 width: 0;
 height: 0;
 right: 51px;
 bottom: -7px;
 border-top: #fff 9px solid;
 border-right: 9px solid transparent;
 border-left: 9px solid transparent;
 border-radius: 0 0 5px 5px;
}
#hakkounyu_eiyou .lower .normal h4{
 margin-bottom: 20px;
}
#hakkounyu_eiyou .lower .normal h4.under{
 color: #000;
 padding: 13px 0 7px;
 margin: 0 auto 20px;
 border:none;
 border-bottom: #000 2px solid;
 border-radius: 0;
}
#hakkounyu_eiyou .lower .normal h4.under span::before{
 content: "";
 position: absolute;
 bottom: -10px;
 right: 0;
 left: 0;
 margin: 0 auto;
 display: block;
 width: 25px;
 height: 10px;
 background: #fff;
}
#hakkounyu_eiyou .lower .normal h4.under::before {
 content: "";
 position: absolute;
 display: block;
 width: 0;
 height: 0;
 right: 0;
 left: 0;
 bottom: -10px;
 margin: 0 auto;
 border-top: #333 10px solid;
 border-right: 10px solid transparent;
 border-left: 10px solid transparent;
 border-radius: 0 0 10px 10px;
 z-index: 1;
}
#hakkounyu_eiyou .lower .normal h4.under::after {
 content: "";
 position: absolute;
 display: block;
 width: 0;
 height: 0;
 right: 0;
 left: 0;
 bottom: -7px;
 margin: 0 auto;
 border-top: #fff 9px solid;
 border-right: 9px solid transparent;
 border-left: 9px solid transparent;
 border-radius: 0 0 5px 5px;
 z-index: 2;
}
#hakkounyu_eiyou .lower .sub_cont p{
 color: #000;
 font-size: 16px;
}
#hakkounyu_eiyou .lower .gray{
 position: relative;
 padding: 45px 40px 40px 40px;
 background: #F3F3F3;
 border-radius: 8px;
 }
 #hakkounyu_eiyou .lower .normal{
  padding: 0 40px;
 }
#hakkounyu_eiyou .lower .sub_cont .pos{
 position: absolute;
 top: -30px;
}
#hakkounyu_eiyou .lower .gray.fl p{
 width: 48%;
}
#hakkounyu_eiyou .lower .gray.fl figure{
 width: 47%;
}
#hakkounyu_eiyou .lower figure.large{
 width: 560px;
 margin: 35px auto 40px;
}
#hakkounyu_eiyou .lower figure.middle{
 width: 550px;
 margin: 35px auto 0;
}
#hakkounyu_eiyou .lower .footer_nav{
 position: relative;
 margin-top: 55px;
 padding-top: 55px;
}
#hakkounyu_eiyou .lower .footer_nav::before{
 position: absolute;
 top:0;
 left:0;
 content: "";
 width: 100%;
 height: 3px;
 background: linear-gradient(90deg, rgba(246,150,29,1) 0%, rgba(240,80,79,1) 100%);
}
@media screen and (max-width: 640px){
#hakkounyu_eiyou .lower .main_ttl{
 margin-top: -8vw;
 margin-bottom: 6vw;
}
#hakkounyu_eiyou .lower .main_ttl h2{
 min-height: inherit;
 font-size: 27px;
 padding: 10.8vw 0;
 border-radius: 0; 
}
#hakkounyu_eiyou .lower .main_ttl h2 span{
 display: block;
 color: #fff;
 font-size: 24px;
}
#hakkounyu_eiyou .lower ul.bread{
 display: none;
}
 #hakkounyu_eiyou .lower .sub_cont{
  width: 89vw;
 }
 #hakkounyu_eiyou .lower .sub_cont h3{
  font-size: 21px;
  margin-bottom: 4vw;
 }
 #hakkounyu_eiyou .lower .sub_cont h4{
  font-size: 14px;
  padding: 2.5vw 5vw;
  border: #333 2px solid;
  border-radius: 26px;
  box-sizing: border-box;
 }
 #hakkounyu_eiyou .lower .normal h4{
  margin-bottom: 20px;
 }
 #hakkounyu_eiyou .lower .normal h4.under{
  display: block;
  padding: 3vw 0 3vw;
  margin: 0 auto 5vw;
 }
 #hakkounyu_eiyou .lower .sub_cont p{
  font-size: 14px;
 }
 #hakkounyu_eiyou .lower .gray{
  padding: 6vw 5vw 5vw 5vw;
 }
 #hakkounyu_eiyou .lower .normal{
  padding: 0 5vw;
 }
 #hakkounyu_eiyou .lower .gray.fl p{
  width: 100%;
  margin-bottom: 3vw;
 }
 #hakkounyu_eiyou .lower .gray.fl figure{
  width: 100%;
 } 
 #hakkounyu_eiyou .lower figure.large{
  width: 82vw;
  margin: 5vw auto 7vw;
 }
 #hakkounyu_eiyou .lower figure.middle{
  width: 82vw;
  margin: 4vw auto 0;
 }
 #hakkounyu_eiyou .lower .footer_nav{
  margin-top: 10vw;
  padding-top: 10vw;
 }
}

/*--//lower common---------*/
/* ---------------------------------------------------------
about
----------------------------------------------------------*/
#hakkounyu_eiyou .about #subitem01{
 margin-bottom: 65px;
}
#hakkounyu_eiyou .about #subitem01 figure.large{
 margin-bottom: 100px; 
}
@media screen and (max-width: 640px){
 #hakkounyu_eiyou .about #subitem01{
  margin-bottom: 10vw;
 }
 #hakkounyu_eiyou .about #subitem01 figure.large{
  margin-bottom: 13vw; 
 }
}
/* ---------------------------------------------------------
benefits
----------------------------------------------------------*/
#hakkounyu_eiyou .benefits .notes{
 display: block;
 font-size: 10px;
 padding-left:2rem;
 text-indent: -2rem;
 margin-top: 10px;
}
#hakkounyu_eiyou .benefits .gray{
 margin-bottom: 55px;
}
#hakkounyu_eiyou .benefits .normal{
 text-align: center;
 margin-bottom: 30px;
}
#hakkounyu_eiyou .benefits .normal p{
 text-align: left;
}
#hakkounyu_eiyou .benefits .border{
 padding: 25px;
 border: #848484 2px solid;
 border-radius: 15px; 
 margin-bottom: 55px;
}
#hakkounyu_eiyou .benefits #subitem01 figure.large{
 margin-bottom: 80px;  
}
#hakkounyu_eiyou .benefits #subitem01 .deta_list{
 align-items: flex-end;
 margin: 15px auto 30px; 
}
#hakkounyu_eiyou .benefits #subitem02 .deta_list{
 margin: 15px auto 30px; 
}
#hakkounyu_eiyou .benefits .deta_list p, #hakkounyu_eiyou .benefits .deta_list figure{
 width: 48%;
}
#hakkounyu_eiyou .benefits #subitem03 figure.middle{
 margin-bottom: 55px;
}
#hakkounyu_eiyou .benefits img.multiply{
 mix-blend-mode: multiply;
}
@media screen and (max-width: 640px){
 #hakkounyu_eiyou .benefits .gray{
  margin-bottom: 5vw;
 }
 #hakkounyu_eiyou .benefits .normal{
  margin-bottom: 5vw;
 }
 #hakkounyu_eiyou .benefits .border{
  padding: 5vw;
  margin-bottom: 13vw;
 } 
 #hakkounyu_eiyou .benefits #subitem01 figure.large{
  margin-bottom: 13vw;  
 }
 #hakkounyu_eiyou .benefits #subitem01 .deta_list{
  margin: 3vw auto 5vw; 
 }
 #hakkounyu_eiyou .benefits #subitem02 .deta_list{
  margin: 3vw auto 3vw; 
 }
 #hakkounyu_eiyou .benefits .deta_list p, #hakkounyu_eiyou .benefits .deta_list figure{
  width: 100%;
 }
 #hakkounyu_eiyou .benefits #subitem02 .deta_list figure{
   margin-bottom: 5vw;
 }
 #hakkounyu_eiyou .benefits #subitem03 figure.middle{
  margin-bottom: 13vw;
 } 
}
/* ---------------------------------------------------------
intestinal_environment
----------------------------------------------------------*/
#hakkounyu_eiyou .intestinal_environment .deta_list{
 margin: 15px auto 65px; 
}
#hakkounyu_eiyou .intestinal_environment .deta_list p, #hakkounyu_eiyou .intestinal_environment .deta_list figure{
 width: 48%;
}
#hakkounyu_eiyou .intestinal_environment #subitem01 figure.large{
 width: 620px;
}
#hakkounyu_eiyou .intestinal_environment #subitem02 figure.large{
 width: 600px;
}
#hakkounyu_eiyou .intestinal_environment #subitem03 figure.large{
 width: 570px;
}
@media screen and (max-width: 640px){
 #hakkounyu_eiyou .intestinal_environment .deta_list{
  margin: 3vw auto 5vw;  
 }
 #hakkounyu_eiyou .intestinal_environment .deta_list p, #hakkounyu_eiyou .intestinal_environment .deta_list figure{
  width:100%;
 }
 #hakkounyu_eiyou .intestinal_environment .deta_list figure{
  width:56vw;
  margin:3vw auto;
 }
 #hakkounyu_eiyou .intestinal_environment #subitem01 figure.large{
  width: 87vw;
 }
 #hakkounyu_eiyou .intestinal_environment #subitem02 figure.large{
  width: 87vw;
 }
 #hakkounyu_eiyou .intestinal_environment #subitem03 figure.large{
  width: 82vw;
 }
}

