@charset "UTF-8";
/* ------------------------------------------------
 イソトレチノイン内服
------------------------------------------------- */
.introduction {
  padding-top: 50px;
  padding-bottom: 30px;
}

.introduction__img01 {
  max-width: 375px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 38px;
}
.introduction__img01 img {
  width: 100%;
}

.introduction__heading {
  color: #937960;
  font-size: 21px;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho",
    "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
  text-align: center;
  margin-bottom: 23px;
}

.introduction__text {
  color: #333;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 56px;
}

.introduction__img02 {
  max-width: 216px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 50px;
}

.introduction__img02 img {
  width: 100%;
}

.introduction__list-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 626px;
}

.introduction__list {
  max-width: 301px;
  width: 48%;
}

.introduction__list li {
  font-size: 16px;
  color: #264e39;
  width: 100%;
  background: #eff8fe;
  border: solid 1px #ccc;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 23px;
  position: relative;
}

.introduction__list li a {
  font-size: 16px;
  color: #264e39;
  display: block;
}

.introduction__list li a::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  background-image: url(../img/icon-arrow01.png);
  width: 12px;
  height: 9px;
  background-size: cover;
  background-repeat: no-repeat;
}
/* .introduction__list li a::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #c7b299;
  border-bottom: 5px solid #c7b299;
  border-left: 5px solid transparent;
} */


.introduction__list li:nth-child(even) {
  background-color: #eff5ea;
}
.introduction__list li:nth-child(even) a::after {
  background-image: url(../img/icon-arrow02.png);

}

@media all and (max-width: 767px) {
  .introduction {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .introduction__img01 {
    margin-bottom: 19px;
    padding-top: 9px;
  }
  .introduction__heading {
    margin-bottom: 10px;
  }
  .introduction__text {
    margin-bottom: 40px;
  }
  .introduction__img02 {
    margin-bottom: 36px;
  }
  .introduction__list-box {
    flex-direction: column;
    align-items: center;
  }
  .introduction__list {
    width: 100%;
  }
  .introduction__list li {
    padding: 3px 0;
  }
}

/* ------------------------------------------------
 01 イソトレチノインとは
------------------------------------------------- */
.about {
  padding-top: 50px;
  padding-bottom: 45px;
}

.about .heading {
  margin-bottom: 0;
}

.about__img {
  max-width: 242px;
  width: 100%;
  margin-inline: auto;
}

.about__img img {
  width: 100%;
}

.about__text {
  margin-top: -10px;
}

@media all and (max-width: 767px) {
  .about {
    padding-top: 18px;
    padding-bottom: 38px;
  }
  .about .heading {
    margin-bottom: -10px;
  }
  .about__img {
    margin-bottom: 27px;
  }
  .about__text {
    padding-left: 12px;
    padding-right: 10px;
  }
}

/* ------------------------------------------------
 02 イソトレチノインが向いている方
------------------------------------------------- */
.suitableFor {
  padding: 46px 0;
}

.suitableFor .heading {
  margin-bottom: 35px;
}

.suitableFor__img {
  max-width: 375px;
  width: 100%;
  margin-bottom: 34px;
  margin-inline: auto;
}

.suitableFor__img img {
  width: 100%;
}

.suitableFor ul {
  padding-left: 16px;
}

.suitableFor ul li {
  position: relative;
  padding-left: 40px;
  letter-spacing: 0.05em;
}

.suitableFor ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
}

@media all and (max-width: 767px) {
  .suitableFor {
    padding: 33px 0;
  }
  .suitableFor .heading {
    margin-bottom: 17px;
  }
  .suitableFor ul {
    padding-left: 0;
  }
  .suitableFor ul li {
    letter-spacing: 0;
  }
}

/* ------------------------------------------------
 03 イソトレチノインの主な効果
------------------------------------------------- */
.effect {
  padding: 50px 0 18px;
}

.effect .heading {
  margin-bottom: 30px;
}

.effect__list-heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  background-color: #e9efe5;
  padding: 10px 30px 10px 51px;
  position: relative;
}

.effect__list-heading::before {
  content: "1";
  position: absolute;
  top: 20%;
  transform: translateX(-20%);
  left: 20px;
  background-color: #c1272d;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.effect__list:nth-of-type(2) .effect__list-heading::before {
  content: "2";
}

.effect__list:nth-of-type(3) .effect__list-heading::before {
  content: "3";
}

.effect__list-text {
  padding: 20px 0 32px;
}

@media all and (max-width: 767px) {
  .effect {
    padding-top: 30px;
  }
  .effect .heading {
    margin-bottom: 20px;
  }
  .effect__list-heading {
    padding: 15px 5px 10px 45px;
  }
  .effect__list-text {
    padding: 20px 14px 20px;
  }
  .effect__list-heading::before {
    left: 15px;
    top: 25%;
    transform: translateX(-25%);
  }
}

/* ------------------------------------------------
 04 当院で受けるメリット
------------------------------------------------- */
.merit {
  padding: 50px 0 61px;
}

.merit .heading {
  margin-bottom: 40px;
  padding-top: 33px;
}

.merit__list {
  margin-bottom: 20px;
}

.merit__list-heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  background-color: #e9efe5;
  padding: 10px 30px 10px 50px;
  position: relative;
}

.merit__list-heading::before {
  content: "1";
  position: absolute;
  top: 20%;
  transform: translateX(-20%);
  left: 20px;
  background-color: #c1272d;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.merit__list:nth-of-type(2) .merit__list-heading::before {
  content: "2";
}

.merit__list-text {
  padding: 20px 0 30px;
}

.merit__note-heading {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 20px;
  background-color: #ebe3e6;
  padding: 13px 20px 5px;
  text-align: center;
}

.merit__note-text {
  font-weight: bold;
  margin-bottom: 60px;
}

.merit__note-link {
  display: block;
  text-align: center;
  background-color: #ebe3e6;
  padding: 14px 20px;
  text-align: center;
  color: #333 !important;
}

@media all and (max-width: 767px) {
  .merit {
    padding: 28px 0 38px;
  }
  .merit .heading {
    padding-top: 36px;
    margin-bottom: 20px;
  }
  .merit__list {
    margin-bottom: 0;
  }
  .merit__list-heading {
    padding: 15px 4px 10px 45px;
  }
  .merit__list-heading::before {
    left: 15px;
    top: 25%;
    transform: translateX(-25%);
  }
  .merit__list-text {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 33px;
  }
  .merit__note-heading {
    margin-bottom: 25px;
  }
  .merit__note-text {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px;
  }
}

/* ------------------------------------------------
 05 効果的な服用期間と服用量
------------------------------------------------- */
.term {
  padding-top: 51px;
}

.term .heading {
  margin-bottom: 27px;
  padding-top: 40px;
}

.term__list {
  margin-bottom: 20px;
}

.term__list-heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  background-color: #e9efe5;
  padding: 10px 30px 10px 50px;
  position: relative;
}
.term__list-heading::before {
  content: "1";
  position: absolute;
  top: 20%;
  transform: translateX(-20%);
  left: 20px;
  background-color: #c1272d;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.term__list:nth-of-type(2) .term__list-heading::before {
  content: "2";
}

.term__list:nth-of-type(3) .term__list-heading::before {
  content: "3";
}

.term__list-text {
  padding: 20px 0 30px;
}

.term__list-table {
  max-width: 315px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 40px;
}

.term .table-heading {
  background-color: #fff;
  color: #000;
  line-height: 1.5;
  padding: 10px 20px;
  border: 0.25px solid #231815;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}

.term__table {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  text-align: center;
  border: 0.25px solid #231815;
  border-collapse: collapse;
}

.term__table th,
.term__table td {
  border: 0.25px solid #231815;
  padding: 10px 5px;
}
.term__table th:nth-child(2),
.term__table td:nth-child(2),
.term__table th:nth-child(3),
.term__table td:nth-child(3) {
  max-width: 140px;
  width: 44%;
}
.term__table th {
  background-color: #cccccc;
}
.term__table td {
  background-color: #fff;
}
.term__table td {
  background-color: #fff;
}
.term__table td:first-of-type {
  background-color: #fceef5;
}

@media all and (max-width: 767px) {
  .term {
    padding-top: 30px;
    padding-bottom: 16px;
  }
  .term .heading {
    padding-top: 36px;
    margin-bottom: 20px;
  }
  .term__list-heading {
    padding: 15px 4px 10px 50px;
  }
  .term__list-heading::before {
    left: 15px;
    top: 25%;
    transform: translateX(-25%);
  }
  .term__list-text {
    padding: 21px 10px 14px;
  }
  .term__list-table {
    margin-top: 16px;
  }
}

/* ------------------------------------------------
 06 効果的な服用方法
------------------------------------------------- */
.hukuyou {
  padding: 52px 0 35px;
}
.hukuyou .heading {
  margin-bottom: 28px;
  padding-top: 35px;
}

.hukuyou__list-heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  background-color: #e9efe5;
  padding: 10px 30px 10px 50px;
  position: relative;
}

.hukuyou__list-heading::before {
  content: "1";
  position: absolute;
  top: 20%;
  transform: translateX(-20%);
  left: 20px;
  background-color: #c1272d;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hukuyou__list:nth-of-type(2) .hukuyou__list-heading::before {
  content: "2";
}

.hukuyou__list:nth-of-type(3) .hukuyou__list-heading::before {
  content: "3";
}

.hukuyou__list-text {
  padding: 20px 0 30px;
}

.hukuyou__list-text {
  margin-top: 20px;
  margin-bottom: 10px;
}
.hukuyou__list:nth-of-type(2) .hukuyou__list-text {
  margin-top: 10px;
  margin-bottom: 20px;
}
.hukuyou__list:nth-of-type(3) .hukuyou__list-text {
  margin-top: 0;
  margin-bottom: 0;
}

.hukuyou__table {
  max-width: 315px;
  width: 100%;
  margin-inline: auto;
  border: 0.25px solid #231815;
  border-collapse: collapse;
  margin-top: 31px;
}
.hukuyou__table th {
  font-size: 12px;
  font-weight: bold;
  line-height: 2.5;
  background-color: #fceef5;
  border: 0.25px solid #231815;
  padding: 10px 5px;
  text-align: center;
  width: 30%;
  max-width: 96px;
}
.hukuyou__table td {
  font-size: 12px;
  line-height: 1.75;
  background-color: #fff;
  border: 0.25px solid #231815;
  padding: 2px 20px 0;
  width: 70%;
  height: 55px;
}

@media all and (max-width: 767px) {
  .hukuyou {
    padding: 40px 0 20px;
  }
  .hukuyou .heading {
    margin-bottom: 22px;
  }
  .hukuyou__list-heading {
    padding: 15px 4px 10px 50px;
  }
  .hukuyou__list-heading::before {
    left: 15px;
    top: 25%;
    transform: translateX(-25%);
  }
  .hukuyou__list-text {
    padding-right: 14px;
    padding-left: 14px;
  }
  .hukuyou__list:nth-of-type(2) .hukuyou__list-text {
    margin-top: 4px;
    margin-bottom: 0;
  }
}

/* ------------------------------------------------
 07 副作用や禁忌事項、注意事項
------------------------------------------------- */
.caution {
  padding: 50px 0;
}

.caution .heading {
  margin-bottom: 40px;
  padding-top: 38px;
}

.caution__text-top {
  margin-bottom: 20px;
}

.caution__list-heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  background-color: #e9efe5;
  padding: 10px 30px 10px 50px;
  position: relative;
}

.caution__list-heading::before {
  content: "1";
  position: absolute;
  top: 20%;
  transform: translateX(-20%);
  left: 20px;
  background-color: #c1272d;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.caution__list:nth-of-type(2) .caution__list-heading::before {
  content: "2";
}

.caution__list:nth-of-type(3) .caution__list-heading::before {
  content: "3";
}
.caution__text-box {
  padding-top: 30px;
}

.caution__subHeading {
  font-weight: bold;
  background-color: #e7eff9;
  padding: 0 20px;
}

.caution__text {
  padding: 15px 0 30px;
  letter-spacing: 0.07em;
}

@media all and (max-width: 767px) {
  .caution {
    padding-top: 37px;
    padding-bottom: 20px;
  }
  .caution .heading {
    margin-bottom: 8px;
  }
  .caution__text-top {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
  }
  .caution__list-heading {
    padding: 15px 4px 10px 50px;
  }
  .caution__list-heading::before {
    left: 15px;
    top: 25%;
    transform: translateX(-25%);
  }
  .caution__text-box {
    padding-top: 20px;
  }
  .caution__text {
    padding: 10px 10px 14px;
    letter-spacing: 0;
  }
  .caution__text-box > li:nth-of-type(2) .caution__text {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .caution__text-box > li:nth-of-type(3) .caution__text {
    margin-bottom: 5px;
  }
  .caution__list:nth-of-type(2) > ul > li:first-of-type > .caution__text {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .caution__list:nth-of-type(2)
    > .caution__text-box
    > li:nth-of-type(3)
    .caution__text {
    margin-bottom: 30px;
  }
}

/* ------------------------------------------------
 08 治療の費用
------------------------------------------------- */
.cost {
  padding: 50px 0 100px;
}

.cost .heading {
  margin-bottom: 28px;
  padding-top: 40px;
}

.cost__list-heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  background-color: #e9efe5;
  padding: 10px 30px 10px 50px;
  position: relative;
}
.cost__list-heading::before {
  content: "1";
  position: absolute;
  top: 20%;
  transform: translateX(-20%);
  left: 20px;
  background-color: #c1272d;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cost__list-text {
  padding: 20px 0 30px;
}

.cost__table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  max-width: 625px;
  margin-inline: auto;
}
.cost__table th {
  width: 64%;
  max-width: 403px;
  padding: 10px 10px 10px 20px;
  border: 1px solid #ccc;
  font-weight: normal;
}
.cost__table td {
  width: 18%;
  max-width: 110px;
  padding: 10px 16px 10px 12px;
  border: 1px solid #ccc;
}

.cost__table td:last-child {
  text-align: right;
}

@media all and (max-width: 767px) {
  .cost {
    padding: 23px 0 60px;
  }
  .cost .heading {
    margin-bottom: 18px;
  }
  .cost__list-heading::before {
    left: 15px;
    top: 25%;
    transform: translateX(-25%);
  }
  .cost__table th {
    width: 33%;
    padding: 5px 10px 5px 10px;
  }
  .cost__table td {
    width: 33%;
    padding: 5px 16px 5px 15px;
  }
}

/* ------------------------------------------------
 共通
------------------------------------------------- */
body {
  color: #333;
  font-size: 14px;
  line-height: 2.14;
}

body p {
  font-size: 14px;
  line-height: 2.14;
}

.inner {
  padding-left: 44px;
  padding-right: 34px;
}

.heading {
  font-size: 19px;
  color: #c1272d;
  line-height: 1.75;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho",
    "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
  position: relative;
  padding-top: 24px;
  border-top: 0.5px solid #937960;

  border-bottom: none;
}

.heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 0.5px;
  background-color: #c1272d;
}

.bg {
  background-color: #f6f6f6;
}

.mt-10 {
  margin-top: 10px;
}

@media all and (max-width: 767px) {
  #pagePath {
    margin: 0 0 25px;
    border-bottom: 0.5px solid #937960;
    padding-bottom: 15px;
  }
  .inner {
    padding: 0 10px;
  }
  .heading {
    padding-top: 37px;
    padding-left: 10px;
    margin-bottom: -10px;
  }
  .heading::before {
    width: 74px;
  }
  .mb-18 {
    margin-bottom: 18px;
  }
  .ls {
    letter-spacing: -0.1em;
  }
  .mt-10 {
    margin-top: 0;
  }
}
