.hydrus .section-hero {
  background-image: url(../../../../assets/img/menu/hydrus/hero-img.jpg);
}

@media only screen and (max-width: 767px) {
  .pagetitle__jp span {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }

  .section-hero .pagetitle {
    padding-top: 38px;
  }

  /* 共通cssの打ち消し */
  /* .page--menu .section-intro .content br {
    display: inherit;
  } */
}

.hydrus .section-intro .article__text {
  margin-top: 1em;
}

.hydrus .section-intro .darugan {
  position: relative;
  top: 10px;
}

.hydrus .section-intro .darugan .comment {
  margin: 0 auto;
}

.hydrus .section-intro .notes {
  padding-left: 1em;
}

@media only screen and (min-width: 768px) {
  .hydrus .section-intro .notes {
    text-align: left;
    font-size: 1.6rem;
  }
}

.hydrus .block {
  padding: 40px 100px;
  border-radius: 6px;
  background-color: #f4f3f0;
}

.knowledgeable .block+.block {
  margin-top: 4em;
}

@media only screen and (max-width: 767px) {
  .hydrus .block {
    padding: 10px;
  }
}

.hydrus .block__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .hydrus .block__title {
    text-align: center;
    font-size: 1.8rem;
  }
}

.hydrus section:not(.knowledgeable) .lead {
  margin: 0 0 4em;
  font-weight: bold;
}

.hydrus .knowledgeable .lead {
  font-weight: normal;
  text-align: justify;
  letter-spacing: 0.09em;
  line-height: 2;
}

.hydrus .knowledgeable .panel p:not(.more-btn) {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .hydrus .lead {
    margin-bottom: 3em;
  }
}

.hydrus .block .merit {
  position: relative;
  padding: 0 0 1.25em;
  background-color: #009e95;
  text-align: center;
}

.hydrus .block .merit span {
  left: 50%;
  display: inline-block;
  padding: 0 33px;
  border: 1px solid #009e95;
  border-radius: 15px;
  background-color: #fff;
  color: #009e95;
  font-weight: bold;
  line-height: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .hydrus .block .merit span {
    padding: 0;
    width: 180px;
    border-radius: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .hydrus .block .merit br {
    display: block;
  }
}

.hydrus .block em {
  display: block;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .hydrus .block em {
    text-align: center;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .hydrus .block .slider .show-small {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .hydrus .block .slider .hide-small {
    display: none !important;
  }
}

.hydrus .block .panel {
  border-radius: 5px;
}

/* 共通 */
.heading__title {
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
}

.heading .heading__title-sub {
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .heading__title {
    font-size: 2rem;
  }
}

.heading .heading__img {
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.5em;
}

.headline__icon {
  margin-bottom: 0.5em;
}

.heading .heading__img_lg {
  max-width: 169px;
}

.darugan-icon {
  max-width: 80px;
  margin-right: auto;
  margin-left: auto;
}

.bg-wht {
  background-color: #fff;
  margin-bottom: 4em;
}

.bg-beige {
  background-color: #fafafa;
}

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

  .heading .heading__title-sub {
    font-size: 1.6rem;
  }

  .heading__title-sub.--check {
    line-height: 1.3;
    top: 5px;
  }

  .faq .headline__icon,
  .section-flow .heading__img,
  .heading .heading__img {
    max-width: 60px;
    margin-inline: auto;
  }

  .darugan-icon {
    max-width: 60px;
  }
}

.article__text {
  line-height: 1.55;
  border: 3px solid #ffcab3;
  margin: 2em auto 0;
  padding: 1.25em 1.5em;
  width: fit-content;
  font-weight: bold;
  background-color: #fff7f3;
}

.compare .article__text {
  border: none;
  border-radius: 20px;
  background-color: #009e95;
  font-weight: bold;
  color: #fff;
}

/* 手術前/後 */
.hydrus .compare__content {
  display: flex;
  margin-bottom: 1em;
}

.hydrus .compare__content>* {
  width: 440px;
}

.hydrus .compare__content>*:nth-of-type(2n) {
  margin-left: 80px;
  position: relative;
}

.hydrus .compare__body {
  position: relative;
}

.hydrus .compare__title {
  padding: 0.532em 1.9128em;
  background-color: #59493f;
  color: #fff;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .compare__content>*:nth-of-type(2n)::before {
    left: -45px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* .hydrus .compare__content .adjust {
    width: 85%;
  } */

  .hydrus .compare__content>* {
    width: 100%;
  }

  .hydrus .compare__content {
    flex-direction: column;
  }

  .section-cataract .compare__content>*:nth-of-type(2n) .compare__body::before {
    left: -10px;
    width: 0.5px;
  }

  .hydrus .compare__content>*:nth-of-type(2n) {
    margin-left: 0;
    margin-top: 4em;
  }
}

/* 術前/後ここまで */

/* 手術手順 */
.surgery .surgery__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
  margin-top: 7em;
}

.surgery .surgery-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5em;
}

@media only screen and (min-width: 768px) {
  .surgery .surgery-list .surgery-list__item.new-line {
    margin-left: -5px;
  }

  .hydrus .surgery-list__img img {
    margin-top: 20px;
  }
}

.surgery .surgery-list__item {
  width: 280px;
  margin-top: 120px;
}

.surgery .surgery-list__item+.surgery-list__item .surgery-list__img {
  position: relative;
}

/* 手順、術前後 */
.surgery .surgery-list__item+.surgery-list__item .surgery-list__img::before,
.hydrus .compare__content>*:nth-of-type(2n)::before {
  content: "";
  width: 20px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(-50%, -50%);
  background-image: url(../../../../assets/img/menu/preserflo-microshunt/arrow02.png);
  background-size: 100% 100%;
}

.surgery .surgery-list__item+.surgery-list__item .surgery-list__img::before {
  background-image: url(../../../../assets/img/menu/preserflo-microshunt/arrow.png);
}

.surgery .surgery-list__text {
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: justify;
  display: inline-block;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .hydrus .compare.row.w960 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hydrus .compare__content>*:nth-of-type(2n)::before {
    top: -3em;
    left: 50%;
    transform: translate(0, -50%) rotate(90deg);
  }

  .surgery .headline {
    padding-bottom: 50px;
  }

  .surgery .surgery__title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  /* SP側のみ */
  .surgery .slider .slide img {
    width: 80%;
    margin-inline: auto;
    margin-top: 70px;
  }

  .surgery .slider .slide .txt{
    width: 80%;
    margin-inline: auto;
  }

  .surgery .surgery-list {
    display: none;
  }

  .surgery .surgery-list__item+.surgery-list__item {
    margin-left: 0;
    margin-top: 60px;
  }

  .surgery .surgery-list__item {
    width: auto;
  }

  .surgery .surgery-list__item+.surgery-list__item .surgery-list__img::before {
    width: 20px;
    height: 40px;
    top: -15px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .hydrus .compare__img {
    padding: 1em;
  }
}

/* 手順ここまで */

/* pointの指 */
.hydrus .--check {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.hydrus .--check::before {
  content: "";
  display: inline-block;
  background: url(../../../../assets/img/menu/common/icon-check.png) no-repeat center/ contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  left: -60px;
}

.--check.schedule::before {
  top: 0;
}

@media only screen and (max-width: 767px) {
  .hydrus .--check::before {
    width: 45px;
    height: 45px;
    left: -45px;
  }
}

.hydrus .section-intro {
  padding-top: 20px;
}

.hydrus .section-intro .step__term-text {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .hydrus .section-intro .headline {
    padding-bottom: 1.5em;
    padding-top: 6em;
  }
}

.hydrus .section-intro .block {
  padding: 80px 0px 1em;
}

.hydrus .section-intro .container {
  padding: 0 80px;
}

/* 幅いっぱい画像 */
.section-intro .bg-wht {
  padding: 48px 39px;
  margin-inline: auto;
}

.section-intro .bg-wht.fit {
  width: fit-content;
}

.hydrus .section-intro .block .darugan-icon {
  margin-bottom: 35px;
}

.hydrus .section-intro .merit1__body {
  padding-top: 53px;
  padding-bottom: 146px;
}

.hydrus .section-intro .merit1 .heading {
  margin-bottom: 35px;
}

.hydrus .section-intro .merit1 .heading__title {
  font-size: 2.4rem;
}

.hydrus .section-intro .merit1 .heading__img {
  width: 115px;
  margin-bottom: 30px;
}

.hydrus .section-intro .merit1 .distance {
  margin-top: 30px;
}

.hydrus .section-intro .merit1 .distance .caption {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .hydrus .section-intro .content br{
    display: inherit;
  }

  .hydrus .section-intro .content br.hide-small{
    display: none;
  }

  .hydrus .section-intro .block {
    padding: 40px 0;
  }

  .hydrus .section-intro .container {
    padding: 0 20px;
  }

  .section-intro .bg-wht {
    padding: 25px 20px;
  }

  .hydrus .section-intro .block .panel {
    margin-top: 30px;
  }

  .hydrus .section-intro .block .darugan-icon {
    margin-bottom: 35px;
  }

  .hydrus .section-intro .block .darugan-icon {
    margin-bottom: 35px;
  }

  .hydrus .section-intro .merit1__body {
    padding-top: 35px;
    padding-bottom: 80px;
  }

  .hydrus .section-intro .merit1 .heading {
    margin-bottom: 35px;
  }

  .hydrus .section-intro .merit1 .heading__title {
    font-size: 2rem;
    text-align: center;
  }

  .hydrus .section-intro .merit1 .heading__img {
    margin-bottom: 12px;
  }

  .hydrus .section-intro .merit1 .distance {
    margin-top: 50px;
  }

  .hydrus .section-intro .merit1 .distance .caption {
    text-align: center;
  }
}

.distance-type {
  display: flex;
}

.distance-type .head {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 13px;
}

.distance-type .body .content {
  display: flex;
  justify-content: space-between;
  min-height: 120px;
}

.distance-type .body .content+.content {
  margin-top: 20px;
}

.distance-type .title {
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.distance-type .list__item {
  padding-left: 25px;
  position: relative;
  text-align: left;
  line-height: 1.6;
}

.distance-type .list__item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(-50%, -50%);
}

.distance-type .img {
  width: 75px;
  position: relative;
}

.distance-type .img img {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .distance-type {
    display: block;
  }

  .distance-type .head {
    text-align: center;
    margin-bottom: 5px;
  }

  .distance-type .body .content {
    justify-content: center;
    min-height: auto;
  }

  .distance-type .body .text {
    min-width: 100px;
  }

  .distance-type .img {
    margin-left: 40px;
  }

  .distance-type .img img {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}

.hydrus .graph-wrap {
  margin-inline: auto;
}

.hydrus .mw100 {
  max-width: 100%;
}

/* 費用secなどtable */
.hydrus .price {
  margin: 0 0 4em;
}

.hydrus .price th,
.hydrus .price td {
  border-left: none;
  border-right: none;
}

.hydrus .price {
  margin-inline: auto;
}

.hydrus .cost th,
.hydrus .cost td {
  width: 50%;
}

.hydrus .price__title {
  margin-bottom: 0;
  padding: 1em 0.5em;
  background-color: #8d7e6a;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}

.hydrus .price th,
.hydrus .price td {
  line-height: 1.3;
}

.hydrus .price th:not(.price__title) {
  border-right: 1px solid #dadada;
}

.hydrus .price td {
  background-color: #fff;
  border-bottom-color: #dadada;
}

.hydrus .price td p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .hydrus .price th:not(.price__title):last-of-type {
    border-right: none;
  }

  .section-intro table {
    margin-top: 2em;
    background-color: #fff;
  }

  .section-intro table td {
    text-align: center;
    border-right: 1px solid #dadada;
  }

  .section-intro table.show-small{
    display: table;
  }

  .section-intro table.show-small th:first-child {
    width: 5em;

  }

  .section-intro table.show-small th:last-child {
    background-color: #fff;
    text-align: center;
  }

  .hydrus .price__title {
    font-size: 1.5rem;
  }

  .hydrus .price th,
  .hydrus .price td {
    font-size: 1.2rem;
    padding: 1em 0.5em;
  }

  .hydrus .price td:not(:last-child) {
    border-right: 1px solid #dadada;
  }

  .hydrus table.show-small th,
  .hydrus table.show-small td {
    padding: 1em 0.5em;
    text-align: center;
  }

  /* 費用のtable */
  .hydrus .cost th,
  .hydrus .cost td {
    width: 50%;
  }

  /* SP側tableスライド */
  .show-small-slide {
    overflow-x: scroll;
  }

  .show-small-slide table {
    width: max-content;
  }

  .show-small-slide table td {
    text-align: center;
  }

  .hydrus .price th.price__title {
    border-top: 1px solid #76644c;
    border-right: 1px solid #76644c;
    border-bottom: none;
  }

  .hydrus .price table.show-small th:not(.price__title) {
    border-top: none;
  }

  .hydrus .price td:not(:first-child) {
    border-top: 1px solid #dadada;
  }
}

/* sec flow */
.hydrus .headline__sub span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
}

.hydrus .section:not(:first-child) {
  margin-bottom: 6em;
}

.hydrus .block {
  background-color: #f4f3f0;
  padding: 0 40px 50px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 70px;
}

.hydrus .block_schedule {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .hydrus .content {
    margin-top: 2em;
  }

  .hydrus .block {
    padding: 0 10px 20px;
    margin-bottom: 50px;
  }

  .hydrus .block_schedule {
    padding-top: 20px;
  }
}

.hydrus .block.next:after {
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -30px;
  content: " ";
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 30px solid #f4f3f0;
}

@media only screen and (max-width: 767px) {
  .hydrus .block.next:after {
    bottom: -40px;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #f4f3f0;
  }
}

.section-flow .block__title:first-of-type {
  margin-top: 20px;
}

.hydrus .block__title {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hydrus .block__title span {
  background-color: #57483f;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 0.5em 3em;
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  .hydrus .block__title span {
    font-size: 1.5rem;
    padding: 0.25em 1.5em;
  }
}

.hydrus .block__content {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .hydrus .block__content {
    padding-top: 0;
  }
}

.hydrus .block__content .block__img {
  text-align: center;
}

.hydrus .block__img img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .hydrus .block__img img {
    max-width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .hydrus .block__img img {
    max-width: 75px;
  }
}

.hydrus .block__text.--check {
  padding-left: 1em;
}

.hydrus .block__text .--color {
  color: #e63928;
}

.hydrus .box {
  width: 100%;
}

.hydrus .box+.box {
  margin-top: 2em;
}

@media only screen and (max-width: 767px) {
  .hydrus .box+.box {
    margin-top: 1em;
  }
}

.hydrus .box__title {
  font-weight: bold;
}

.hydrus .box__title.--check {
  position: relative;
  display: inline-block;
}

.hydrus .box .box__text-wrap {
  display: flex;
  justify-content: center;
}

.hydrus .box .box__text {
  text-align: left;
  margin-top: 1em;
}

.hydrus .box .box__text.--note {
  font-size: 80%;
  line-height: 1.2;
}

.hydrus .booking-list {
  margin: 1em auto 0;
  display: flex;
  width: 60%;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .hydrus .booking-list {
    width: 100%;
  }
}

.hydrus .booking-list .list__title {
  width: 4.5em;
  text-align: left;
}

.hydrus .booking-list .list__data {
  padding-left: 1em;
  width: calc(100% - 3.5em);
  text-align: left;
  text-indent: -1em;
}

.hydrus .booking-list .list__data::before {
  content: "：";
}

.hydrus .schedule {
  margin-top: 1em;
}

.hydrus .schedule .list__item:not(:first-child) {
  margin-top: 1.2em;
}

.hydrus .schedule .list__item {
  position: relative;
}

.hydrus .schedule .list__item:not(:last-child) .text {
  position: relative;
}

.hydrus .schedule .list__item .text .label {
  border: 1px solid currentColor;
  padding: 4px 0.5em;
  min-width: 7.5em;
  line-height: 1.2;
  display: inline-block;
  border-radius: 5px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .hydrus .schedule .list__item .para {
    margin-left: 1.25em;
  }
}

@media only screen and (min-width: 768px) {
  .hydrus .schedule .list__item:not(:last-child) .text::before {
    transform: translate(-50%, 25px);
  }
}

.hydrus .schedule .list__item:not(:last-child) .text::before {
  content: "↓";
  position: absolute;
  top: 0;
  left: 50%;
}

.hydrus .schedule .list__item .img-comment {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.hydrus .schedule .list__item .img-comment_1 {
  width: 30%;
  top: -60px;
  right: -80px;
}

.hydrus .schedule .list__item .img-comment_2 {
  width: 42%;
  top: -50px;
  left: 150px;
}

@media only screen and (min-width: 768px) {
  .hydrus .schedule .list__item:not(:last-child) .text::before {
    transform: translate(-50%, 25px);
  }
}

@media only screen and (max-width: 767px) {
  .hydrus .schedule .list__item:not(:last-child) .text::before {
    transform: translate(-50%, 20px);
  }

  .hydrus .schedule .list__item {
    display: flex;
    justify-content: left;
  }

  .hydrus .schedule .list__item .text {
    width: 35%;
    text-align: center;
  }

  /*ふきだしイラスト*/
  .hydrus .schedule .list__item .img-comment_1 {
    top: 0;
    left: 74%;
    width: 180px;
  }

  .hydrus .schedule .list__item .img-comment_2 {
    top: -10px;
    left: 67%;
    width: 210px;
  }
}

.hydrus .checkup .box+.block__img {
  margin-top: 1.5em;
}

.hydrus .block dl>* {
  display: inline-block;
}

.hydrus .block dl:first-of-type {
  margin-top: 1em;
}

.hydrus .block .--bg-wh {
  background-color: #fff;
  padding: 2em 2em;
  border-radius: 6px;
}

.hydrus .block .--bg-wh ul:not(.schedule) {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .hydrus .block .--bg-wh ul:not(.schedule):not(.list2 .caution-list) {
    margin: auto;
    width: fit-content;
  }
}

.hydrus .block .--bg-wh:not(:first-child) {
  margin-top: 1.5em;
}

.hydrus .content>.row .block:nth-of-type(3) .box .box__text:nth-of-type(1) {
  text-align: center;
  margin-top: 20px;
}

.hydrus .content>.row .block:nth-of-type(3) .box .box__text:nth-of-type(2) {
  text-align: left;
  max-width: max-content;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .hydrus .content>.row .block:nth-of-type(3) .box .box__text:nth-of-type(1) {
    text-align: justify;
  }
}

.hydrus .content>.row .block:nth-of-type(4) .graph {
  max-width: 480px;
  margin: 0 auto;
  display: block;
}

.hydrus .content>.row .block:nth-of-type(5) .caution-list {
  padding-left: 56px;
}

@media only screen and (max-width: 767px) {
  .hydrus .content>.row .block:nth-of-type(5) .caution-list {
    padding-left: 0px;
  }
}

.hydrus .content>.row .block:nth-of-type(7) .step .step__item:nth-of-type(5) .box {
  max-width: 400px;
  text-align: left;
  margin: auto;
}

.hydrus .content>.row .block:nth-of-type(8) .intro {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .hydrus .content>.row .block:nth-of-type(8) .intro {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.hydrus .content>.row .block:nth-of-type(10) .graph {
  max-width: 664px;
  margin: auto;
  display: block;
}

.hydrus .content>.row .block:nth-of-type(10) .caution {
  display: flex;
  flex-direction: column;
}

.hydrus .content>.row .block:nth-of-type(11) .graph {
  max-width: 480px;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .hydrus .content>.row .block:nth-of-type(12) .--bg-wh {
    padding: 2em 0.5em;
  }
}

.hydrus .content>.row .block:nth-of-type(12) .graph {
  max-width: 688px;
  margin: auto;
  display: block;
}

.hydrus .section-flow .more-btn,
.hydrus .faq .more-btn {
  background-color: #65207f;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.8218em 1.7em;
  border-radius: 999px;
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

.hydrus .more-btn-img.smaller img {
  max-width: 280px;
  width: 100%;
}

.hydrus .more-btn-img.larger img {
  max-width: 340px;
  width: 100%;
}

.hydrus .more-btn-img {
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  display: inline-block;
  width: 70%;
}

@media screen and (min-width: 769px) {
  .faq-block .more-btn-img {
    width: 50%;
  }
}

@media screen and (min-width:769px) {
  .more-btn-img:hover,
  .more-btn:hover,
  .anc-nav:hover {
    opacity: 0.7;
  }
}

.hydrus .step {
  display: block;
}

.hydrus .block .step>* {
  display: block;
}

.hydrus .step__item+.step__item {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .hydrus .step__item+.step__item {
    margin-top: 20px;
  }
}

.hydrus .step__img {
  margin: 0 auto 20px;
  max-width: 100px;
}

.hydrus .step__img.--medicine{
  max-width: 200px;
}

.hydrus .step__img.between-lines {
  margin-top: 20px;
  margin-bottom: 11px;
}

@media only screen and (max-width: 767px) {
  .hydrus .step__img {
    margin: 0 auto 10px;
    max-width: 80px;
  }
}

/* だるまno. */
.hydrus .step__term,
.hydrus .section-intro .step__term {
  margin: 0 auto;
  display: flex;
}

.hydrus .section-intro .step__term {
  margin-bottom: 4em;
}

/* フローsec */
.hydrus .step__term {
  max-width: 580px;
}

@media only screen and (max-width: 767px) {

  .hydrus .step__term,
  .hydrus .section-intro .step__term {
    margin: 0 auto 16px;
  }
}

.hydrus .step__term-num,
.hydrus .section-intro .step__term-num {
  width: 40px;
  margin-right: 16px;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {

  .hydrus .step__term-num,
  .hydrus .section-intro .step__term-num {
    width: 32px;
    margin-right: 8px;
  }
}

.hydrus .step__term-content {
  flex-grow: 1;
}

.hydrus .step__term-content .article__text {
  margin-top: 1em;
}

.hydrus .step__term-text,
.hydrus .section-intro .step__term-text {
  font-weight: bold;
  padding: 8px 56px 8px 56px;
  margin-left: -56px;
  line-height: 1.5;
  border-bottom: 1px solid #bbb6b6;
}

@media only screen and (max-width: 767px) {

  .hydrus .step__term-text,
  .hydrus .section-intro .step__term-text {
    padding: 8px 5px 8px 40px;
    margin-left: -40px;
  }
}

.caution-list {
  font-size: 1.2rem;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .caution-list {
    font-size: 1rem;
  }
}

.hydrus .step__term .caution-list {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .hydrus .step__term .caution-list {
    margin-top: 6px;
  }
}

.caution+.caution {
  margin-top: 30px;
}

.caution-img {
  max-width: 100px;
  margin: 0 auto 26px;
}

@media only screen and (max-width: 767px) {
  .caution-img {
    max-width: 80px;
    margin: 0 auto 16px;
  }
}

.caution-title {
  font-weight: bold;
  color: #e73828;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .caution-title {
    margin-bottom: 20px;
  }
}

.list {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.list .list__item+.list__item {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .list .list__item+.list__item {
    margin-top: 12px;
  }
}

.list__term {
  display: flex;
  align-items: center;
}

.list__term-num {
  width: 40px;
  margin-right: 16px;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .list__term-num {
    width: 32px;
    margin-right: 8px;
  }
}

.list__term-text {
  text-align: left;
}

.list__term-text .small {
  font-size: 1.4rem;
  display: block;
  margin-top: -8px;
}

@media only screen and (max-width: 767px) {
  .list__term-text .small {
    font-size: 1rem;
    margin-top: 0px;
  }
}

.list__term+.btn-wrap {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .list__term+.btn-wrap {
    margin-top: 12px;
  }
}

.schedule-img {
  width: 100px;
  margin: 0 auto 26px;
}

.schedule-title {
  margin-bottom: 26px;
  font-weight: bold;
}

.hydrus .list2 {
  margin: 20px auto 0;
  max-width: 478px;
}

.hydrus .list2__item+.list2__item {
  margin-top: 20px;
}

.hydrus .list2__term {
  display: flex;
  align-items: flex-start;
}

.hydrus .list2__term-num {
  flex-shrink: 0;
  width: 40px;
  margin-right: 12px;
}

@media only screen and (max-width: 767px) {
  .hydrus .list2__term-num {
    margin-right: 8px;
  }
}

.hydrus .list2__term-content {
  flex-grow: 1;
}

.hydrus .list2__term-text {
  text-align: left;
  padding: 8px 0 8px;
  border-bottom: 1px solid #bbb6b6;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .hydrus .list2__term-num {
    margin-right: 6px;
  }
}

.hydrus .list2__term-content .caution-list {
  margin-top: 10px;
}

.hydrus .section-flow .headline__jp,
.hydrus .cost .heading__title {
  margin: 0.25em auto;
  /* margin: 0.5em  auto 0.5em; */

}

.hydrus .w400 {
  max-width: 400px;
  margin-inline: auto;
}

.hydrus .step__content {
  margin-top: 2em;
}

.hydrus .--check {
  text-align: left;
  background: linear-gradient(transparent 40%, #ffe9df 40%);
  display: inline;
  padding-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .step__content .--check {
    top: 5px;
  }

  .hydrus .w400 {
    max-width: none;
  }

  .hydrus .section-flow .list2__term-content .caution-list {
    margin-top: 6px;
  }

  /* pointの指 */
  .hydrus .section-flow .--check::before {
    left: 0;
    top: 0;
  }

  .hydrus .section-flow .--check {
    padding-left: 48px;
  }
}

/* sec faq用 */
@media screen and (min-width: 769px) {
  .hydrus .faq {
    padding-bottom: 2em;
  }

  .page--menu.faq .section-faq .headline__text {
    font-size: 1.6rem;
    margin-right: 60px;
  }
}

@media screen and (max-width: 768px) {
  .hydrus .faq {
    padding-bottom: 50px;
  }
}

.hydrus .faq .row {
  max-width: 680px;
  padding: 0 20px;
}

.hydrus .fukidashi {
  position: relative;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 1.5em 2em;
  line-height: 1.5;
  margin-bottom: 0;
}

.hydrus .fukidashi::before,
.hydrus .fukidashi::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: 0;
}

.hydrus .fukidashi::before {
  border-color: #000 transparent transparent transparent;
  transform: translateY(calc(100% + 1px));
}

@media screen and (min-width: 769px) {
  .hydrus .fukidashi::before {
    left: 50px;
    border-width: 30px 30px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .hydrus .fukidashi::before {
    left: 30px;
    border-width: 20px 20px 0 0;
  }
}

.hydrus .fukidashi::after {
  border-color: #fff transparent transparent transparent;
  transform: translateY(100%);
}

@media screen and (min-width: 769px) {
  .hydrus .fukidashi::after {
    left: 51px;
    border-width: 29px 29px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .hydrus .fukidashi::after {
    left: 31px;
    border-width: 19px 19px 0 0;
  }
}

/* だるま見出し */
@media screen and (min-width: 769px) {
  .hydrus .faq .headline {
    text-align: right;
  }
}

.hydrus .faq .headline__text {
  font-family: inherit;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 1em 1.25em;
}

@media screen and (min-width: 769px) {
  .hydrus .faq .headline__text {
    font-size: 1.6rem;
    margin-right: 60px;
  }

  .faq .headline.last .headline__text {
    margin-right: 0;
  }
}

.faq .headline.last {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .hydrus .faq .headline__text {
    font-size: 1.2rem;
  }

  .hydrus .faq .headline__text::before,
  .hydrus .faq .headline__text::after {
    left: 50%;
  }

  .hydrus .faq .headline__text::before {
    border-width: 20px 9px 0 9px;
    border-color: #000 transparent transparent transparent;
    transform: translate(-50%, calc(100% + 1px));
  }

  .hydrus .faq .headline__text::after {
    border-width: 19px 8.5px 0 8.5px;
    border-color: #fff transparent transparent transparent;
    transform: translate(-50%, 100%);
  }
}

.hydrus .faq .headline__icon {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .hydrus .faq .headline__icon {
    margin-top: 20px;
  }

  .faq .headline.last .headline__icon {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .hydrus .faq .headline__icon {
    margin-top: 20px;
    padding-bottom: 10px;
  }
}

.hydrus .faq-block+.faq-block {
  margin-top: 6em;
}

.hydrus .faq-headline__title {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .hydrus .faq-headline__title {
    font-size: 3.2rem;
  }

  .hydrus .faq-content {
    margin-top: 55px;
  }

  .hydrus .faq-toggle+.faq-toggle {
    margin-top: 35px;
  }

  .hydrus .faq-toggle-headline {
    transition: opacity 200ms;
  }

  .hydrus .faq-toggle-headline:hover {
    opacity: 0.8;
  }
}

.hydrus .faq-toggle-headline {
  position: relative;
  border-bottom: 1px solid #bbb6b6;
  cursor: pointer;
  padding: 0.75em 2.5em;
}

@media screen and (max-width: 768px) {
  .hydrus .faq-content {
    margin-top: 35px;
  }

  .hydrus .faq-toggle+.faq-toggle {
    margin-top: 25px;
  }

  .hydrus .faq-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hydrus .faq-toggle-headline {
    padding: 0.75em 3.5em;
  }
}

/* 手術手順のno. */
.hydrus .faq-toggle,
.surgery li {
  counter-increment: faqnum 1;
}

.surgery li,
.surgery .slide {
  position: relative;
}

.hydrus .faq-toggle-headline::before,
.surgery li::before {
  color: #fff;
  font-weight: bold;
  width: 2.25em;
  height: 2.25em;
  padding-right: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../../../assets/img/menu/common/bg-daruma.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: counter(faqnum);
}

.surgery li::before,
.surgery .slide .no::before {
  z-index: 1;
  left: 50%;
  transform: translatex(-50%);
  top: -1.5em;
  width: 1.5em;
  height: 1.5em;
  font-size: 4rem;
  line-height: 1;
  display: inline-block;
  padding-top: 0.25em;
  font-family: initial;
}

.surgery .slider .no img {
  margin-top: 0;
}

/* SP用だるまカウンタ */
.surgery .slide .no {
  width: 7em;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.surgery .slide .no p {
  position: absolute;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  top: 0;
  left: 47%;
  transform: translateX(-50%);
  font-family: initial;
  line-height: 1;
  padding-top: 0.3em;
}

@media screen and (max-width: 768px) {
  .surgery .slide::before {
    top: 0;
  }

  .surgery li::before {
    content: none;
  }

  /*pc側のno.*/
}

.hydrus .faq-toggle__btn {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #e73828;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hydrus .faq-toggle__btn::before,
.hydrus .faq-toggle__btn::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 0.75em;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hydrus .faq-toggle__btn::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: transform 500ms;
}

.hydrus .faq-toggle.is-open .faq-toggle__btn::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.hydrus .faq-toggle__title {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .hydrus .faq-toggle__title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .hydrus .faq-toggle__title {
    font-size: 1.4rem;
    text-align: left;
  }
}

.hydrus .faq-toggle-content {
  display: none;

  padding-bottom: 2.5em;
}

.hydrus .faq-toggle__img {
  margin: auto;
  margin-top: 2.5em;
}

@media screen and (min-width: 769px) {
  .hydrus .faq-toggle__img {
    max-width: 470px;
  }
}

.hydrus .faq-toggle__text {
  text-align: left;
  margin-top: 2em;
}

.hydrus .faq-toggle__text__img{
  display: block;
  margin-top: 1.5em;
}

.hydrus .faq-toggle__icon {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .hydrus .faq-toggle__icon {
    margin-top: 30px;
  }

  .hydrus .faq-toggle-headline:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .hydrus .faq-toggle__icon {
    margin-top: 20px;
  }
}

/* sec faq用ここまで */

/* 知っ得制度 用 */
.knowledgeable .block__title {
  font-size: 2.4rem;
}

.knowledgeable .caution {
  font-weight: bold;
  font-size: 1.8rem;
  color: #e63928;
  margin: 15px 0 0;
  line-height: 1.5;
}

.hydrus .knowledgeable .panel {
  background-color: #f4f3f0;
  padding: 0 5em;
  border-radius: 10px;
  margin-top: 3em;
}

.knowledgeable .block {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.knowledgeable .block__content {
  padding-top: 0;
}

.knowledgeable .block__content .txt {
  margin-top: 1em;
}

.knowledgeable .bg-wht {
  padding: 40px;
  margin: 2em 0 40px;
}

@media only screen and (max-width: 767px) {
  .knowledgeable .bg-wht {
    padding: 10px;
  }

  .knowledgeable .heading__title img {
    width: 40px;
  }

  .knowledgeable .heading__title {
    font-size: 1.8rem;
  }

  .knowledgeable .block__title {
    font-size: 1.8rem;
  }

  .knowledgeable .caution {
    font-size: 1.4rem;
  }

  .hydrus .knowledgeable .panel {
    padding: 0 14px 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.knowledgeable>.headline {
  padding-top: 40px;
  padding-bottom: 0;
}

.knowledgeable .graph-note__item {
  position: relative;
  padding-left: 2em;
  text-align: left;
}

.knowledgeable .graph-note__item:not(:last-of-type) {
  margin-bottom: 8px;
}

.knowledgeable .graph-note__item::before {
  counter-increment: graph-note-list 1;
  content: "※" counter(graph-note-list);
  position: absolute;
  top: 0;
  left: 0;
}

.knowledgeable .txt {
  text-align: left;
  margin-bottom: 1em;
}

.knowledgeable .contact-list__item {
  position: relative;
  padding-left: 2.5rem;
  text-align: left;
}

.knowledgeable .contact-list__item:not(:last-of-type) {
  margin-bottom: 16px;
}

.knowledgeable .contact-list__item::before {
  counter-increment: contact-list 1;
  content: counter(contact-list) ".";
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .knowledgeable .contact-list__item {
    padding-left: 2rem;
  }

  .knowledgeable .contact-list__item:not(:last-of-type) {
    margin-bottom: 8px;
  }
}

.knowledgeable .more-btn a {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0.75em 0;
  border-radius: 40px;
  background-color: #e73828;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .knowledgeable .more-btn a {
    width: 12em;
  }
}

@media only screen and (max-width: 767px) {
  .knowledgeable .more-btn.ptb1sp a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.knowledgeable .more-btn.long a {
  width: 24em;
}

.knowledgeable .lead {
  text-align: justify;
  letter-spacing: 0.09em;
  margin-bottom: 0;
}

.knowledgeable .contact-list {
  counter-reset: contact-list 0;
  max-width: 686px;
  margin-right: auto;
  margin-left: auto;
}

.knowledgeable .contact-list__item {
  position: relative;
  padding-left: 2.5rem;
  text-align: left;
}

.knowledgeable .contact-list__item:not(:last-of-type) {
  margin-bottom: 16px;
}

.knowledgeable .contact-list__item::before {
  counter-increment: contact-list 1;
  content: counter(contact-list) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.knowledgeable .lead-note {
  counter-reset: lead-note-list 0;
  font-size: 1.2rem;
}

.knowledgeable .lead-note__item {
  position: relative;
  padding-left: 3.5rem;
  text-align: left;
}

.knowledgeable .lead-note__item::before {
  counter-increment: lead-note-list 1;
  content: "※" counter(lead-note-list);
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .knowledgeable .contact-list {
    margin-bottom: 40px;
  }

  .knowledgeable .contact-list__item {
    padding-left: 2rem;
  }

  .knowledgeable .contact-list__item:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .knowledgeable .lead-note {
    font-size: 1rem;
  }

  .knowledgeable .lead-note__item {
    padding-left: 2.5rem;
  }

  .knowledgeable .block__title {
    margin: 2em 0 0;
  }

  .knowledgeable .block__title {
    transform: initial;
  }

  .knowledgeable .bg-wht {
    margin-top: 1em;
  }
}

/* 知っ得制度 用ここまで */


/* 目次用 */
.table-of-contents .heading__title {
  background-color: #57483f;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 0.5em 1.25em;
  border-radius: 30px;
}

@media screen and (min-width: 769px) {
  .table-of-contents .feature-list {
    margin-top: 6em;
  }
}

.table-of-contents .feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}

.table-of-contents .feature__text {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: -10px;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .table-of-contents .feature-list {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .table-of-contents .feature__link {
    padding: 0.5em 30px 0.5em 1rem;
    background-color: #f4f3f1;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    min-height: 70px;
  }

  .table-of-contents .feature__num {
    width: 40px;
    margin-right: 20px;
  }

  .table-of-contents .feature__text {
    text-align: justify;
    margin-bottom: 0;
  }

  .table-of-contents .feature__underline {
    display: none;
  }

  .table-of-contents .feature__link::after {
    content: "▼";
    font-family: fontello;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
    color: rgb(232, 56, 40);
  }
}

@media screen and (min-width: 768px) {
  .hydrus .figure {
    width: 48%;
  }

  .section-menu.related .figure {
    width: 100%;
  }
}


/* 他の方法に差し替える */
@media only screen and (max-width: 767px) {
  .mb0sp {
    margin-bottom: 0 !important;
  }
}

.mt2em {
  margin-top: 2em !important;
}