@charset "UTF-8";
/* CSS Document */
/*ーーーーーーーーーーーーーーーーーーーーーーー
　水光注射
ーーーーーーーーーーーーーーーーーーーーーーー*/
main div.wrapper .main-contents #sec03xxx p {
  border-bottom: 1px #ccc solid;
  padding-bottom: 1.5em;
  margin-bottom: 2em;
}
main div.wrapper .main-contents #sec03xxx p:last-child {
  border-bottom: none;
}
main div.wrapper .main-contents #sec04 .imgBox {
  width: 60%;
  text-align: left;
}
main div.wrapper .main-contents #sec04 h3 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
main div.wrapper .main-contents #sec04 h4 {
  font-size: 1.2em;
  margin-bottom: 0.3em;
}
main div.wrapper .main-contents #sec04 h5 {
  color: #d2154f;
  font-size: 1.2em;
}
main div.wrapper .main-contents #sec04 p {
  border-bottom: 1px #ccc solid;
  padding-bottom: 1.5em;
  margin-bottom: 2em;
}
main div.wrapper .main-contents #sec04 p:last-child {
  border-bottom: none;
}

@media (min-width: 769px) {
  main div.wrapper .main-contents article section .clearfix > .right.RH.sp-center-60per {
    width: 40%;
    padding: 0 2.5em 0 1em;
    margin-bottom: 0.5em;
  }
  main #sec03 .imgBox {
    width: 85%;
    margin: 0 auto;
  }
}


.page-visual-title.vt-179 {
  background-image: url("../../images/mv/mv-179-pc.jpg");
}
@media (max-width: 768px) {
  .page-visual-title.vt-179 {
    background-image: url("../../images/mv/mv-179-sp.jpg");
  }
}
ul.flow-hifu {
  display: flex;
  /* max-width: 80%; */
  margin: auto;
  justify-content: center;
}
ul.flow-hifu li {
  width: 50%;
  max-width: 210px;
}
ul.flow-hifu li p {
  /* font-size: 11px; */
  line-height: 1.4;
}
ul.flow-hifu li img {}
p.fh-name {
  text-align: center;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 12px;
}
p.fh-text {
  text-align: justify;
  margin-top: 0.7em;
  font-size: 11px;
}
ul.flow-hifu li {
  background-image: url("../../images/common/arrow-left.svg");
  background-position: right center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-right: 25px;
  margin-right: 10px;
}
ul.flow-hifu li:first-child {
  margin-left: 15px;
}
ul.flow-hifu li:last-child {
  background: none;
  /* padding-right: 0; */
  margin-right: -15px;
}
@media (max-width: 670px) {

}