@charset "UTF-8";
.bluebox {
  border: 10px solid #FFE9EA;
  padding: 15px 20px;
  clear: both;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .bluebox {
    margin-top: 20px;
  }
}

.introCont figure {
  float: right;
  width: 250px;
  text-align: center;
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  .introCont figure {
    margin-left: 0;
    float: none;
    width: 100%;
    margin-left: 0px;
  }
}
.introCont img {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .introCont img {
    width: 80%;
    float: none !important;
  }
}

.list_roaccutane ul {
  margin-bottom: 15px;
}
.list_roaccutane li {
  background: #fffddf;
  border: 2px solid #F3BDBB;
  margin-bottom: 10px;
  width: 49%;
  float: left;
}
.list_roaccutane li .number {
  display: inline-block;
  background: #F3BDBB;
  width: 33px;
  height: 33px;
  text-align: center;
  color: #e77885;
  padding-top: 6px;
  font-size: 17px;
  float: left;
  margin-right: 15px;
}
.list_roaccutane li .text {
  float: left;
  width: 280px; /*IE9未満*/ /*Chrome19~25*/ /*Firefox4~15*/
  width: calc(100% - 60px);
  line-height: 1.5;
  font-size: 14px;
  margin: 5px 0;
  color: #e77885;
}
.list_roaccutane li .sub {
  font-size: 90%;
}
.list_roaccutane li:nth-child(2n) {
  float: right;
}
.list_roaccutane .full {
  width: 100%;
  float: none;
  clear: both;
}
@media screen and (max-width: 800px) {
  .list_roaccutane li, .list_roaccutane li:nth-child(2n) {
    float: none;
    width: 100%;
  }
}

.notCont li {
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  margin-left: 20px;
}
.notCont li:after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: -1em;
  width: 5px;
  height: 5px;
  background-color: #e97887;
  border-radius: 100%;
}

.priceCont {
  float: none;
}