.kagekuma li img {
  width: 100%;
}

@media(max-width:768px) {

  #main .kumatori-table td,
  #main .kumatori-table th {
    width: 12.5%;
  }
}

.b_and_a figure span {
  position: relative;
}

.b_and_a figure span.c1::after {
  content: url('/futae/img/h-m_10_oj.png');
  position: absolute;
	top: -20px;
  right: -30px;
  width: 30px;
  height: 16px;
}
.b_and_a figure span.c2::after {
  content: url('/futae/img/kumatori_hyaluron_chusha_3.png');
  position: absolute;
  top: 50px;
  left: -30px;
  width: 70px;
}

@media(max-width:600px) {
  .b_and_a figure span.c1::after {
	top: -20px;
  right: -30px;
  width: 30px;
  height: 16px;
  }
  .b_and_a figure span.c2::after {
    top: 30px;
    left: -35px;
  }
}

.opeDetail .image_title {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
