@charset "utf-8";
.sub_txt {
  margin: 32px 0 0;
}
.normal_cnt {
  margin: 50px 0 0;
}
.txt_ttl {
  margin: 0 0 30px;
}
.normal_txt {
  margin: 0 0 30px;
}
.item_cnt_ttl {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: bold;
  color: #339900;
}
.flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item._col2 {
  width: 49%;
}
.item_ttl {
  margin-top: 10px;
  color: #339900;
  line-height: 1.5;
  font-weight: bold;
}
.item_txt {
  margin-bottom: 30px;
}
.item._col3 {
  width: 33%;
}
.item._col2.w6 {
  width: 58%;
}
.item._col2.w4 {
  width: 38%;
}
.note {
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #BB1A1A;
}
.note._last {
  margin: 14px 0 50px;
  font-size: 14px;
  font-weight: bold;
  color: #BB1A1A;
}
._txtc {
  text-align: center;
}
.img_w {
  width: 100%;
}
/*********************** Unique CSS ***********************/
._Hairadvice .ttl_h1_txt:after {
    background: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/ranmudayori/ranmuadvice.png) no-repeat;
    background-size: 100% auto;
}
.oshiwaza {
  margin: 20px 0 0;
}
.oshiwaza .flex_box .item._col2.w6 {
  padding: 40px 0 0;
}
.oshiwaza .flex_box .item._col2.w4 {
  text-align: right;
}
.massage_timing {
  position: relative;
  margin: 32px 0 0;
  text-align: center;
}
.icon_01 {
  position: absolute;
  top: 30px;
  right: 90px;
  padding: 20px;
  font-weight: bold;
  border-radius: 50%;
  color: #fff;
  background: #f08300;
}
.icon_02 {
  position: absolute;
  top: 290px;
  right: 90px;
  padding: 20px;
  font-weight: bold;
  border-radius: 50%;
  color: #fff;
  background: #0097e0;
}
.icon_03 {
  position: absolute;
  top: 570px;
  right: 90px;
  padding: 20px;
  font-weight: bold;
  border-radius: 50%;
  color: #fff;
  background: #601986;
}
._tonictgl+.massage_point {
  display: none;
}
.massage_point>li {
  margin: 0 0 12px;
}
.massage_point .item._col2.w6 {
  padding: 22px 0 0;
  width: 60%;
}
.oshiwaza_sp {
  margin: 25px 0 0;
}
.color_01 {
  color: #339900;
}
.fukidashi {
  /* height: 40px; */
}
.oshiwaza_p {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .icon_01 {
    position: absolute;
    top: 4%;
    right: 0;
    padding: 12px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    color: #fff;
    background: #f08300;
  }
  .icon_02 {
    position: absolute;
    top: 40%;
    right: 0;
    padding: 12px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    color: #fff;
    background: #0097e0;
  }
  .icon_03 {
    position: absolute;
    top: 80%;
    right: 0;
    padding: 12px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    color: #fff;
    background: #601986;
  }
}
