@charset "UTF-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#pagePath {
  margin-bottom: 12px;
  border: none;
  padding-bottom: 0;
}

#main .sec01 {
  padding: 24px 0 16px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #main .sec01 {
    padding: 18px 8px;
  }
}

.mainImg {
  margin-bottom: 34px;
}

/* -------------------------------------------------------
　症例モニター募集
-------------------------------------------------------- */
.headLine {
  color: #ee7695;
  line-height: 1.75;
  font-size: 2.1rem;
  letter-spacing: -0.9px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .headLine {
    font-size: 1.65rem;
    margin-bottom: 20px;
  }
}

#main .sec01 p {
  margin-bottom: 25px;
  font-size: 1.4rem;
  color: #837960;
  font-weight: bold;
  line-height: 1.75;
}

#main .sec01 div {
  max-width: 751px;
  margin-inline: auto;
}

/*--------------------------------------------------------
　４つの症例モニター
---------------------------------------------------------*/
.monitori__list {
  max-width: 820px;
  margin-inline: auto;
}

.monitor__items {
  display: flex;
  gap: 75px;
  margin-bottom: 20px;
}

.monitor__item {
  background-color: #fff;
  max-width: 373px;
  padding: 28px 25px 40px;
  box-sizing: border-box;
}

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

.monitor__heading {
  text-align: center;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.75;
}

#main .monitor .monitor__text-age {
  color: #fff;
  background-color: #f7b578;
  text-align: center;
  padding: 8px 0;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 26px;
}

#main .monitor .monitor__text-price {
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  color: #603813;
}

#main .monitor__text-price span {
  padding-right: 30px;
  color: #837960;
}

.item-img {
  width: 94%;
  margin-inline: auto;
  margin-bottom: 12px;
}

.item-bottom {
  width: 90%;
  margin-inline: auto;
}
.item-bottom p {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 0.75px solid #b3b3b3;
  position: relative;
  margin-bottom: 10px;
}

.item-bottom p::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 71px;
  height: 1px;
  background: #b1413e;
}

.item-bottom ul li {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.92;
  position: relative;
  padding-left: 36px;
}

.item-bottom ul li::before {
  position: absolute;
  left: 0;
  top: -4px;
  content: "";
  background-image: url(img/icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .monitor__items {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #main .monitor .monitor__text-age {
    padding: 8px 0 10px;
  }
  .monitor__item {
    padding-bottom: 28px;
  }
  .item-bottom ul li::before {
  top: -2px;
}
}
/*--------------------------------------------------------
　必須条件
---------------------------------------------------------*/
.condition {
  padding: 40px 0 60px;
  margin-bottom: 45px;
}

.condition .content {
  max-width: 820px;
  margin-inline: auto;
  box-sizing: border-box;
  padding-left: 50px;
}

.condition__text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  color: #837960;
}

.condition__heading {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", sans-serif;
  background-color: #d38daf;
  line-height: 1.75;
  margin-top: 24px;
  margin-bottom: 16px;
  max-width: 320px;
  box-sizing: border-box;
  padding: 12px 35px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .condition {
    padding-bottom: 32px;
    margin-bottom: 20px;
  }
  .condition .content {
    padding: 0 20px;
  }
}

/*--------------------------------------------------------
　モニターの流れ
---------------------------------------------------------*/
.flow {
  padding: 36px 0 55px;
}

.flow .content {
  max-width: 820px;
  margin-inline: auto;
  box-sizing: border-box;
  padding-left: 50px;
}

.flow__heading {
  color: #837960;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.75;
  border-bottom: 0.75px solid #b3b3b3;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
  margin-left: 10px;
}

.flow__heading::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 71px;
  height: 1px;
  background: #b1413e;
}

.flow__container {
  padding-left: 10px;
}
.flow__content {
  margin-bottom: 22px;
}

.flow__content:nth-of-type(2) {
  margin-bottom: 37px;
}
.flow__content:nth-of-type(3) {
  margin-bottom: 43px;
}
.flow__content:nth-of-type(4) {
  margin-bottom: 29px;
}

.flow__content-title {
  font-size: 14px;
  color: #837960;
  line-height: 1.75;
  margin-bottom: 10px;
}

.flow__content-title span {
  display: inline-block;
  margin-right: 10px;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  padding: 5px 10px;
}

.flow__content-text {
  font-size: 14px;
  line-height: 1.75;
  font-weight: bold;
}

.flow__content .mb-24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .flow .content {
    padding: 0 25px;
  }
  .flow__heading {
    margin-bottom: 10px;
  }
  .flow__content {
    margin-bottom: 15px;
  }
  .flow__content:nth-of-type(2) {
    margin-bottom: 19px;
  }
  .flow__content:nth-of-type(3) {
    margin-bottom: 20px;
  }
  .flow__content:nth-of-type(4) {
    margin-bottom: 20px;
  }
}
/* .flow__content-title {
  font-size: 14px;
  color: #837960;
  line-height: 1.75;
  position: relative;
  padding-left: 41px;
}

.flow__content-title::before {
position: absolute;
content: "01";
background-color: #333;
border-radius: 50%;
color: #fff;
width: 33px;
height: 33px;
top: -5px;
left: 0;
display: flex;
align-items: center;
justify-content: center;
} */

/*--------------------------------------------------------
　共通
---------------------------------------------------------*/
#main {
  background-color: #f3efeb;
}

.content {
  margin: 0 20px;
}

#main .monitor p {
  /* margin-bottom: 20px; */
  /* line-height: 1.75; */
  color: #837960;
}

/* #main .monitor p:last-child {
  margin-bottom: 0;
} */

#main .bg-fff {
  background-color: #fff;
}

/*# sourceMappingURL=juvelook.css.map */
