@charset "utf-8";
/* CSS Document */
.flameIn02 {
  width: 595px;
  padding: 15px 20px;
  color: #666;
  line-height: 1.5em;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  border: #ccc solid 1px;
  /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#f9d2db+0,ffffff+100 */
  background: #dfd7ff; /* Old browsers */
  background: -moz-linear-gradient(top, #dfd7ff 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dfd7ff 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dfd7ff 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfd7ff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.flameIn {
  width: 420px;
  padding: 15px 20px;
  color: #666;
  line-height: 1.5em;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  border: #ccc solid 1px;
  /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#f9d2db+0,ffffff+100 */
  background: #f9d2db; /* Old browsers */
  background: -moz-linear-gradient(top, #f9d2db 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9d2db 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9d2db 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9d2db', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.effect {
  height: auto;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-bottom: 20px;
}
.effect_dd2 {
  font-size: 14px;
  background-color: #EEFFFE;
  font-weight: bold;
  color: #00A99D;
  display: block;
  /* height: 25px; */
  padding:10px;
}

.effect_dd2{
margin-bottom: 0px !important;
}
.effect_dd2:before {
  content: "●";
  font-size: 11px;
  margin-right: 5px;
}
.effect li {
  height: auto;
  border-bottom-width: thin;
  border-bottom-color: #00A99D;
  display: block;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  border-bottom-width: thin;
  border-bottom-style: dotted;
  border-bottom-color: #00A99D;
}
.effect li:nth-child(even) {
  padding:10px;
  /* padding-left: 20px; */
}
.priceTitle {
  display: block;
  height: auto;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  margin-bottom: 5px;
  line-height: 25px;
}
.price {
  width: 100%;
  margin-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #00A99D;
}
.price tr th {
  width: 100%;
  text-align: left;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #00A99D;
  line-height: 1.5em;
  display: block;
}
.price tr td {
  width: 100%;
  text-align: right;
  vertical-align: middle;
  color: #00A99D;
  line-height: 1.5em;
  display: block;
}
.osusume2 {
  display: block;
  width: 100%;
  margin-left: 17px;
  margin-bottom: 5px;
}
.osusume2 .osusume-title {
  display: block;
  height: 23px;
  width: 395px;
  font-size: 18px;
  background-image: url(../img/esthe/icon.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
.imageC {
  border: 1px solid #94CABD;
}


/* css 追加分 */

.taishitu-flex-container{
  display: flex;
  flex-direction: column-reverse;
}
.taishitu-flex-container-img{
  display: flex;

  width: 200px;
  margin: 10px auto;
  height: 140px;

}
.taishitu-flex-container-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px solid #00A99D;
  padding: 1px 2px;

}