@charset "UTF-8";
/* CSS Document */
#gnav li:nth-of-type(7) a{
  color:#A63365;
  text-decoration:underline;
}

section div > p:first-child{
  margin-bottom:45px;
  line-height:1.8em;
}
section h3 + p{
  margin-bottom:30px;
}
section li{
  width:49%;
  float:left;
  margin-bottom:20px;
  padding:10px 10px 15px;
  box-sizing:border-box;
  background:url(/life/health-new/after/img/after_li_bg.gif);
}
section li:last-child{
  float:right;
}
.no3_btn{
  background-color:white !important;
}

li p:first-of-type{
  height:170px;
  padding:35px 0 0 180px;
  font-size:16px;
  box-sizing:border-box;
}
li p:last-of-type{
  padding-top:10px;
}
li p span{
  font-size:20px;
  font-weight:bold;
}
li:first-child p:first-of-type{
  background:url(/life/health-new/after/img/after_li_bg_01.jpg) no-repeat 0;
  color:#A53365;
}
li:last-child p:first-of-type{
  background:url(/life/health-new/after/img/after_li_bg_02.jpg) no-repeat 0;  
  color:#4A5EAC;
}

@media screen and (max-width : 768px) {
section li{
  width:99%;
  float:none !important;
}
li p:first-of-type{
  padding-left:38%;
}


}

