@charset "UTF-8";
/* CSS Document */

/* contents */
#healthy_tea {
  background: #FFFFFF;
  overflow: hidden;
}
#healthy_tea * {
  box-sizing: border-box;
}
#healthy_tea h1, #healthy_tea h2 {
  margin: 0;
  padding: 0;
}
#healthy_tea ul, #healthy_tea li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#healthy_tea img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
#healthy_tea a {
  text-decoration: none;
}
#healthy_tea a:hover {
  text-decoration: underline;
}
#healthy_tea .pc {
  display: none !important;
}