@charset "UTF-8";
/* ---------------------------------------*/
/*  pagevisual */
/* ---------------------------------------*/
.pagevisual.dermapen {
  background: url(../img/dermapen_pagevisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .pagevisual.dermapen {
    background: url(../img/dermapen_pagevisual-sp.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}

.pagevisual.massagepeel {
  background: url(../img/massagepeel_pagevisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .pagevisual.massagepeel {
    background: url(../img/massagepeel_pagevisual-sp.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}

.pagevisual.velvetskin {
  background: url(../img/velvetskin_pagevisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .pagevisual.velvetskin {
    background: url(../img/velvetskin_pagevisual-sp.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}

.pagevisual.hifu {
  background: url(../img/hifu_pagevisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .pagevisual.hifu {
    background: url(../img/hifu_pagevisual-sp.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}

.pagevisual.price {
  background: url(../img/price_pagevisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .pagevisual.price {
    background: url(../img/price_pagevisual-sp.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}

/* ---------------------------------------*/
/*  about */
/* ---------------------------------------*/
#about {
  padding: 60px 0 0;
}

.about__introduction {
  padding: 40px 0 120px;
}

.about__introduction .content-heading {
  margin: 0 0 40px;
}

.about__introduction .wrapper {
  text-align: left;
  overflow: hidden;
}

.about__introduction p {
  font-size: 1.6rem;
  line-height: 2.25;
  margin: 0 0 20px;
}

.about__introduction small {
  display: block;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}

.about__introduction figure {
  width: 200px;
  float: left;
  margin: 0 40px 20px 0;
}

.about__introduction a {
  color: #AE2256;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .about__introduction {
    padding: 40px 0 80px;
  }
  .about__introduction p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .about__introduction small {
    font-size: 1.2rem;
  }
  .about__introduction figure {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}

.about__approach {
  padding: 20px 0 25px;
  background: #AE2256;
}

@media screen and (max-width: 767px) {
  .about__approach {
    padding: 20px 0 35px;
  }
}

.about__approach-heading {
  font-size: 3.0rem;
  font-weight: 300;
  color: #fff;
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .about__approach-heading {
    font-size: 2.2rem;
  }
}

.about__approach-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__approach-list__item {
  font-size: 1.8rem;
  font-weight: 500;
  color: #AE2256;
  background: #fff;
  margin: 10px;
  padding: 5px 15px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .about__approach-list__item {
    font-size: 1.3rem;
    margin: 5px;
    padding: 5px 10px;
  }
}

.about__point {
  padding: 50px 0 80px;
  background: #F4F1EC;
}

.about__point p {
  font-size: 2.4rem;
  text-decoration: underline;
  color: #AE2256;
  margin: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .about__point {
    padding: 50px 0;
  }
  .about__point p {
    font-size: 1.8rem;
    margin: 0 0 70px;
  }
}

.about__point-heading {
  font-size: 3.0rem;
  font-weight: 300;
  color: #AE2256;
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .about__point-heading {
    font-size: 2.2rem;
    margin: 0 0 20px;
  }
}

.about__point-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .about__point-list {
    display: block;
  }
}

.about__point-list__item {
  width: 30%;
  background: #fff;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  padding: 50px 20px 25px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  counter-increment: cnt;
}

.about__point-list__item::before {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  background: #AE2256;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.about__point-list__item::after {
  content: counter(cnt);
  font-size: 2.7rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about__point-list__item {
    width: 100%;
    margin: 0 0 60px;
  }
  .about__point-list__item:last-child {
    margin: 0;
  }
}

/* ---------------------------------------*/
/*  features */
/* ---------------------------------------*/
#features {
  padding: 50px 0;
  background: #F4F1EC;
}

#features .content-heading {
  margin: 0 0 30px;
}

#features .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#features figure {
  width: 48%;
}

@media screen and (max-width: 767px) {
  #features {
    padding: 30px 0;
  }
  #features .content-heading {
    margin: 0 0 30px;
  }
  #features .wrapper {
    display: block;
  }
  #features figure {
    width: 100%;
  }
}

.features__text {
  width: 52%;
  font-size: 1.6rem;
  line-height: 2.25;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .features__text {
    width: 100%;
    font-size: 1.4rem;
  }
}

/* ---------------------------------------*/
/*  shower */
/* ---------------------------------------*/
#shower {
  padding: 50px 0 100px;
}

#shower .content-heading {
  margin: 0 0 60px;
}

#shower .wrapper {
  text-align: left;
}

#shower p {
  font-size: 1.6rem;
  line-height: 2.25;
  margin: 0 0 20px;
}

#shower small {
  display: block;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  #shower {
    padding: 30px 0 50px;
  }
  #shower p {
    font-size: 1.4rem;
  }
  #shower small {
    font-size: 1.2rem;
  }
}

/* ---------------------------------------*/
/*  chemicals */
/* ---------------------------------------*/
#chemicals {
  padding: 100px 0 20px;
}

#chemicals .content-heading {
  margin: 0 0 20px;
}

#chemicals figure {
  width: 175px;
  float: left;
  margin: -20px 20px 0 0;
}

#chemicals p {
  font-size: 1.6rem;
  line-height: 2.25;
  text-align: left;
  margin: 0 0 60px;
}

@media screen and (max-width: 767px) {
  #chemicals {
    padding: 40px 0 20px;
  }
  #chemicals .content-heading {
    margin: 0 0 55px;
  }
  #chemicals figure {
    float: none;
    margin: 0 auto 20px;
  }
  #chemicals p {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 0 0 20px;
  }
}

.chemicals-lead {
  font-size: 3.0rem;
  font-weight: 300;
  line-height: 1.6;
  color: #AE2256;
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .chemicals-lead {
    font-size: 2.2rem;
    margin: 0 0 20px;
  }
}

.chemicals-list {
  text-align: left;
  margin: 0 0 0 220px;
}

@media screen and (max-width: 767px) {
  .chemicals-list {
    margin: 0;
  }
}

.chemicals-list__item {
  font-size: 1.6rem;
  line-height: 2.25;
  text-indent: -1em;
  padding-left: 1em;
}

.chemicals-list__item::before {
  content: '・';
}

/* ---------------------------------------*/
/*  component */
/* ---------------------------------------*/
#component {
  padding: 50px 0 70px;
}

#component .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#component figure {
  width: 46%;
}

@media screen and (max-width: 767px) {
  #component {
    padding: 40px 0;
  }
  #component .wrapper {
    display: block;
  }
  #component figure {
    width: 100%;
    margin: 0 0 20px;
  }
}

.component__text {
  width: 50%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .component__text {
    width: 100%;
  }
}

.component-list__item {
  margin: 0 0 40px;
}

.component-list__item:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .component-list__item {
    margin: 0 0 30px;
  }
}

.compnent-heading {
  font-size: 2.0rem;
  font-weight: 500;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .compnent-heading {
    font-size: 1.6rem;
    margin: 0 0 5px;
  }
}

.component-effect-list__item {
  font-size: 1.6rem;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.component-effect-list__item::before {
  content: '・ ';
}

@media screen and (max-width: 767px) {
  .component-effect-list__item {
    font-size: 1.4rem;
  }
}

/* ---------------------------------------*/
/*  case */
/* ---------------------------------------*/
#case {
  padding: 50px 0 70px;
  background: #F4F1EC;
}

#case .content-heading {
  margin: 0 0 30px;
}

#case .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #case .wrapper {
    display: block;
  }
}

.case__image {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .case__image {
    width: 100%;
    margin: 0 0 20px;
  }
}

.case__text {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .case__text {
    width: 100%;
  }
}

.case-lead {
  font-size: 2.0rem;
  font-weight: 500;
  color: #AE2256;
  margin: 0 0 30px;
  position: relative;
}

.case-lead::after {
  display: block;
  content: '';
  width: 40px;
  height: 1px;
  background: #AE2256;
  position: absolute;
  bottom: -5px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .case-lead {
    font-size: 1.6rem;
  }
}

.case-list {
  font-size: 1.4rem;
  line-height: 1.7;
}

.case-list__term {
  display: inline;
  font-weight: 500;
}

.case-list__term::after {
  content: '：';
}

.case-list__description {
  display: inline;
}

.case-list__description::after {
  content: '\A\A';
  white-space: pre;
}

.case-list__description:last-child::after {
  display: none;
}

/* ---------------------------------------*/
/* fee */
/* ---------------------------------------*/
#fee {
  padding: 80px 0 90px;
}

#fee .content-heading {
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  #fee {
    padding: 40px 0;
  }
  #fee .wrapper {
    padding: 0;
  }
}

.fee-pricelist {
  margin: 0 0 50px;
  width: 100%;
  text-align: left;
}

.fee-pricelist:last-child {
  margin: 0;
}

.fee-pricelist thead th {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #927E5F;
  padding: 15px;
}

.fee-pricelist tbody th,
.fee-pricelist tbody td {
  width: 25%;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3;
  padding: 15px 0 15px 10px;
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .fee-pricelist {
    margin: 0 0 30px;
  }
}

.fee-pricelist tbody th,
.fee-pricelist tbody td {
  padding: 15px 0 15px 20px;
}

.price-index{
    background-color: #fbfaf3;
    padding: 37px 20px;
    text-align: left;
    font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
    line-height: 2.0;
}

.price-index .wrapper{
  max-width: 940px;
}

.price-index .menu-item {
    margin-bottom: 23px;
    font-size: 14px;
}
        
.price-index .category {
    font-weight: 700;
    display: inline-block;
    color: #ae2256;
 }
        
.price-index .divider {
    color: #3e3a39;
     margin: 0 3px;
     font-weight: 400;
 }
        
.price-index .subcategory {
    color: #3e3a39;
    font-weight: 400;
}
        
.price-index .subcategory a {
    color: #3e3a39;
    text-decoration: none;

}
        
.price-index .subcategory a:hover {
    color: #e91e63;
    text-decoration: underline;
}

.price-index .sp{
    display: none;
}

@media screen and (max-width: 767px) {
  .price-index .menu-item {
    font-size: 13px;
  }

  .price-index .sp{
    display: block;
}
}

/* ---------------------------------------*/
/* flow */
/* ---------------------------------------*/
#flow {
  padding: 50px 0;
  background: #F4F1EC;
}

#flow .content-heading {
  margin: 0 0 20px;
}

#flow .wrapper {
  text-align: left;
}

#flow p {
  display: inline;
  font-size: 1.6rem;
}

#flow small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #flow {
    padding: 40px 0 70px;
  }
  #flow .content-heading {
    margin: 0 0 30px;
  }
  #flow p {
    display: block;
  }
  #flow small {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.flow-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px -20px 0;
}

@media screen and (max-width: 767px) {
  .flow-content {
    display: block;
  }
}

.flow__image {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .flow__image {
    width: 100%;
    margin: 0 0 20px;
  }
}

.flow__text {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .flow__text {
    width: 100%;
    padding: 0 20px;
  }
}

#massagepeel .flow__text {
  width: 100%;
}

#velvetskin .flow__text {
  width: 100%;
}

.flow-list {
  counter-reset: cnt;
}

.flow-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 0 80px;
}

.flow-list__item:last-child {
  margin: 0;
}

.flow-list__item::before {
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
}

.flow-list__item:nth-child(1)::before {
  background: #BEB9AC;
}

.flow-list__item:nth-child(2)::before {
  background: #B1AB9B;
}

.flow-list__item:nth-child(3)::before {
  background: #96907A;
}

.flow-list__item:nth-child(4)::before {
  background: #7C7557;
}

.flow-list__item:nth-child(5)::before {
  background: #64604F;
}

.flow-list__item::after {
  counter-increment: cnt;
  content: "0" counter(cnt);
  display: block;
  width: 60px;
  height: 60px;
  font-size: 3.0rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  padding: 12px 0 0;
}

.flow-list__item span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  position: relative;
}

.flow-list__item span::after {
  display: block;
  content: '';
  border-top: 5px solid #BEB9AC;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  bottom: -30px;
  left: -55px;
}

.flow-list__item:last-child span::after {
  display: none;
}

/* ---------------------------------------*/
/*  contraindications */
/* ---------------------------------------*/
#contraindications {
  padding: 80px 0 60px;
}

#contraindications .content-heading {
  margin: 0 0 30px;
}

#contraindications .wrapper {
  text-align: left;
}

#contraindications p {
  font-size: 1.6rem;
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  #contraindications {
    padding: 40px 0 30px;
  }
}

.contraindications-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contraindications-list {
    display: block;
  }
}

.contraindications-list__item {
  width: 47%;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 15px;
  text-indent: -1em;
  padding-left: 1em;
}

.contraindications-list__item::before {
  content: '・';
}

@media screen and (max-width: 767px) {
  .contraindications-list__item {
    width: 100%;
    font-size: 1.4rem;
  }
}

.contraindications-note {
  margin: 20px 0 0;
  padding: 20px 25px;
  background: #f2f2f2;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .contraindications-note {
    margin-top: 25px;
    padding: 15px;
  }
}

.contraindications-note__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #fff;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .contraindications-note__list {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 1.2rem;
  }
}

.contraindications-note__term {
  flex: 0 1 12.5em;
  margin: 0 0 7px;
  font-weight: 700;
}

.contraindications-note__term:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contraindications-note__term,
  .contraindications-note__term:last-of-type {
    margin-bottom: 2px;
  }
}

.contraindications-note__desc {
  flex: 0 1 calc(100% - 12.5em);
  margin: 0 0 7px;
}

.contraindications-note__desc:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contraindications-note__desc {
    margin-bottom: 10px;
  }
}

#contraindications p.contraindications-desc__text {
  margin-bottom: 0;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  #contraindications p.contraindications-desc__text {
    font-size: 1.2rem;
  }
}

#faq {
  padding: 50px 0 80px;
  background: #F4F1EC;
}

#faq .content-heading {
  margin: 0 0 20px;
}

#faq .wrapper {
  text-align: left;
}

@media screen and (max-width: 767px) {
  #faq {
    padding: 40px 0 60px;
  }
  #faq .content-heading {
    margin: 0 0 30px;
  }
}

.faq-list__item {
  text-align: left;
  padding: 20px 84px 20px 20px;
  background: #fff;
  margin: 0 0 20px;
}

.faq-list__item:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .faq-list__item {
    padding: 20px 72px 20px 20px;
  }
}

.faq-content__term {
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.faq-content__term::before {
  display: block;
  content: '';
  width: 44px;
  height: 44px;
  background: #efefef;
  -webkit-transition: 500ms;
  transition: 500ms;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 22px);
  right: -64px;
}

.faq-content__term span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 44px;
  position: relative;
}

.faq-content__term span::before {
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background: #AE2256;
  position: absolute;
  top: calc(50% - 1px);
  right: -52px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.faq-content__term span::after {
  display: block;
  content: '';
  width: 2px;
  height: 20px;
  background: #AE2256;
  position: absolute;
  top: calc(50% - 10px);
  right: -43px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

@media screen and (max-width: 767px) {
  .faq-content__term {
    font-size: 1.6rem;
  }
  .faq-content__term::before {
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    right: -52px;
  }
  .faq-content__term span {
    min-height: 32px;
  }
  .faq-content__term span::before {
    width: 14px;
    height: 2px;
    top: calc(50% - 1px);
    right: -43px;
  }
  .faq-content__term span::after {
    width: 2px;
    height: 14px;
    top: calc(50% - 7px);
    right: -37px;
  }
}

.faq-content__description {
  font-size: 1.6rem;
  margin: 10px 0 0;
}

.faq-content__description small {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .faq-content__description {
    font-size: 1.4rem;
  }
  .faq-content__description small {
    font-size: 1.2rem;
  }
}

/* -- アコーディオン処理 -- */
.displayNone {
  display: none;
}

.faq-content__term.open::before {
  background: #AE2256;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.faq-content__term.open span::before {
  background: #fff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.faq-content__term.open span::after {
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 500ms;
  transition: 500ms;
}

/* ---------------------------------------*/
/*  price */
/* ---------------------------------------*/
.price-service-heading {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #927E5F;
  margin: 40px 0 60px;
}

.price-service-heading span {
  display: block;
  font-size: 1.2rem;
}

.price-service-heading a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .price-service-heading {
    font-size: 1.8rem;
    margin: 0 0 30px;
  }
  .price-service-heading span {
    font-size: 1.0rem;
  }
}

.price-service {
  margin: 0 0 50px;
}

.moniter {
color: #AE2256;
}


@media screen and (max-width: 767px) {
  .price-service {
    margin: 0 0 80px;
  }
}
