@charset "UTF-8";
/*--------------------------
kijun
----------------------------*/
.kijun {
  padding-bottom: clamp(42px, 11.2vw, 65px);
}
.kijun .cont__heading {
  margin-bottom: 0.8em;
}
/* kijun__table */
.kijun .mdcl__table-wrap {
  margin-bottom: clamp(4px, 3.91vw, 30px);
}

.kijun__table tbody th {
  padding-left: 0;
}
.kijun__table tbody td {
  padding-left: 0;
}
.kijun__point-wrap {
  max-width: 1116px;
  padding: clamp(25px, 6.67vw, 46px) 25px clamp(35px, 9.33vw, 49px);
  border: 1px solid #707070;
  border-radius: 20px;
}
.kijun__point-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em 5.5%;
}
.kijun__point-heading {
  font-size: clamp(18px, 2.34vw, 20px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
.kijun__point-heading::before {
  content: "";
  width: 2.67em;
  height: 3.9em;
  background: url(../imgs/medical-information/shishitsu/ic_point.svg) no-repeat center / contain;
}
/*--------------------------
risk
----------------------------*/
.risk {
  padding-bottom: clamp(46px, 12.27vw, 74px);
}
.risk .mttl {
  margin-bottom: 0.6em;
}
.risk__txt {
  font-size: clamp(16px, 2.08vw, 18px);
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.06em;
}
.risk .mttl + .risk__txt {
  margin-bottom: clamp(24px, 6.4vw, 50px);
}
.risk__box-wrap {
  display: flex;
  justify-content: space-between;
  gap: 29px;
  max-width: 1117px;
  margin-bottom: 20px;
}
.risk__box-left,
.risk__box-right {
  display: flex;
  justify-content: center;
  width: 48%;
  max-width: 516px;
  padding: clamp(20px, 5.33vw, 42px) 20px clamp(30px, 8vw, 55px);
  border-radius: 27px;
}
.risk__box-left {
  background: #f6f7fb;
}
.risk__box-right {
  background: #f8eded;
}
.risk__box-inner {
  max-width: 418px;
}
.risk__heading {
  font-size: clamp(20px, 2.6vw, 25px);
  font-weight: 700;
  left: 0.1em;
  line-height: 2.2;
  padding-bottom: 0.8em;
  margin-bottom: 1.4em;
  border-bottom: 1px solid #707070;
}
.risk__box-right .risk__heading {
  color: #b82e2c;
}
.risk__item {
  font-size: clamp(18px, 2.34vw, 20px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.risk__item:not(:last-child) {
  margin-bottom: 1.8em;
}
.risk__item::before {
  content: "●";
  margin-right: 0.5em;
}
.risk__box-left .risk__item::before {
  color: #bcbcbc;
}
.risk__box-right .risk__item::before {
  color: #d3989e;
}
/*--------------------------
chiryou
----------------------------*/
.chiryou {
  padding-bottom: clamp(44px, 12vw, 75px);
}
.chiryou__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1122px;
}
.cont-1 {
  margin-bottom: clamp(45px, 12vw, 57px);
}
.counter {
  margin-bottom: 0.5em;
}
.chiryou__cont .txtbk {
  width: 62%;
  max-width: 686px;
}
.chiryou__cont .txtbk .chiryou__list {
  max-width: 665px;
  margin: 0 0 0 auto;
  padding-left: 2.73em;
}
/*--------------------------
tokucho
----------------------------*/
.tokucho .imgbk {
  top: 10%;
  right: 0;
  bottom: auto;
}
/*--------------------------
faq
----------------------------*/
.faq__list > div:first-child dd {
  max-width: 796px;
  width: 54.58vw;
}
.faq__list > div:nth-child(2) dd .imgbk {
  top: 126px;
}

@media screen and (max-width: 768px) {
  /*--------------------------
	kijun
	----------------------------*/
  .kijun__point-heading {
    font-size: clamp(13px, 3.47vw, 18px);
  }
  .kijun__point-inner {
    flex-direction: column;
  }
  /*--------------------------
	risk
	----------------------------*/
  .risk__txt {
    font-size: clamp(13px, 3.47vw, 16px);
  }
  .risk__box-wrap {
    flex-direction: column;
    align-items: center;
  }
  .risk__box-left,
  .risk__box-right {
    width: 100%;
    max-width: initial;
  }
  .risk__box-inner {
    width: 100%;

    max-width: 540px;
  }
  .risk__item {
    font-size: clamp(15px, 4vw, 18px);
  }
  /*--------------------------
	chiryou
	----------------------------*/
  .chiryou__cont {
    flex-direction: column;
    gap: 16px;
  }
  .chiryou__cont .txtbk {
    width: 100%;
  }
  /*--------------------------
	faq
	----------------------------*/
  .faq__list > div:nth-child(-n + 2) dd {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .kijun .sp {
    display: block;
  }
}
