@charset "UTF-8";
/* CSS Document */
/*ーーーーーーーーーーーーーーーーーーーーーーー
　タカミのHIFU治療（ウルトラフォーマーⅢ）
ーーーーーーーーーーーーーーーーーーーーーーー*/
.page-visual-title.vt-194 {
  background-image: url("../../images/mv/mv-194-pc.jpg");
}
@media (max-width: 768px) {
  .page-visual-title.vt-194 {
    background-image: url("../../images/mv/mv-194-sp.jpg");
  }
  .page-visual-title h1 {
    letter-spacing: -0.5px;
  }
  .page-visual-title h1 span {
    font-size: 80%;
    letter-spacing: -4px;
  }
}
/*main div.wrapper .main-contents article section .page-visual-title h1 span {
  display: block;
  font-size: 0.8em;
}
main div.wrapper .main-contents article section .page-main-copy p span {
  display: block;
  font-size: 0.75em;
}
@media (max-width: 768px) {
  section div.RH {
    width: 80%;
    margin: 0 auto 1em auto;
  }
}
@media (min-width: 769px) {
  section div.RH {
    width: 30%;
    padding: 1em;
  }
  section #sec02 .imgBox {
    width: 80% !important;
    margin: 0 auto !important;
  }
  section #sec02 div:nth-of-type(4) .imgBox {
    width: 70% !important;
  }
  section #sec02 div:last-child .imgBox {
    margin-bottom: 1.5em !important;
  }
  section #sec02 div:last-child p {
    text-align: center;
  }
  section #sec02 div:last-child p:nth-of-type(1) {
    font-size: 1.4em;
  }
}
*/
ul.flow-hifu {
  display: flex;
  max-width: 80%;
  margin: auto;
}
ul.flow-hifu li {
  width: 30%;
}
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;
}
@media (max-width: 670px) {
  ul.flow-hifu {
    display: block;
    max-width: 100%;
    padding-left: 1em;
  }
  ul.flow-hifu li {
    width: 100%;
    background-image: url("../../images/common/arrow-down.svg");
    background-size: 50px;
    background-position: center bottom;
    padding: unset;
    padding-bottom: 25px;
    margin-bottom: 13px;
  }
  ul.flow-hifu li:first-child {
    margin-left: unset;
  }
  ul.flow-hifu li img {
    width: 40%;
    max-height: 150px;
    height: 138px;
    align-self: flex-start;
  }
  ul.flow-hifu li p.fh-name { /* width: 30%; */ font-size: 16px;
    text-align: left;
  }
  ul.flow-hifu li p.fh-text {
    width: 45%;
    font-size: 16px;
    margin-left: 1em;
  }
  .fh-main {
    display: flex;
    align-items: flex-start;
  }
  ul.flow-hifu li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.otherpage-title h1 {}
.otherpage-title h1 span {}
@media (max-width: 670px) {
  .otherpage-title h1 {
    letter-spacing: 0px;
  }
  .otherpage-title h1 span {
    font-size: 70%;
  }
}