@charset "utf-8";
.indexLine {
  width: 1px;
  height: 30px;
  margin: 45px auto;
  background: #e60027;
}
.indexRowLine {
  width: 100%;
  height: 1px;
  margin: 75px auto;
  background: #48b954;
}
.indexRowLineA {
  width: 100%;
  height: 1px;
  margin: 75px auto;
  border-bottom: dotted 1px #999;
}
.indexSecLine > .innerBox {
  padding: 75px 0;
  border-top: solid 1px #48b954;
  border-bottom: solid 1px #48b954;
}
.indexList-styleA {
  color: #48b954;
}
.indexList-styleA li {
  width: 90%;
  font-size: 1.25em;
  margin: 15px auto;
  font-weight: bold;
  list-style: decimal;
  line-height: 1.5;
}
.indexList-styleB li {
  font-size: 1.2em;
  position: relative;
  margin: 20px 0;
  padding-left: 1.3em;
  font-weight: bold;
}
.indexList-styleB li::after {
  content: "";
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
  width: 0.7em;
  height: 0.7em;
  background: #fff;
}
.indexList-styleC li {
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: dotted 1px #ccc;
  line-height: 1.8;
}
.indexList-styleC dt {
  width: 20%;
  padding: 15px 5px 15px 0;
  box-sizing: border-box;
}
.indexList-styleC dd {
  width: 80%;
  padding: 15px 0 15px 5px;
  box-sizing: border-box;
}
.indexList-styleC li:first-child dt,
.indexList-styleC li:first-child dd {
  padding: 5px 5px 15px 0;
}
.indexList-styleC dd span {
  font-weight: normal;
}
.indexList-styleD {
  color: #e50027;
  display: flex;
  justify-content: space-between;
  margin: 45px 0;
  font-weight: bold;
  position: relative;
}
.indexList-styleD::after {
  content: "";
  position: absolute;
  top: 0.8em;
  width: 100%;
  height: 1;
  z-index: -1;
  border-bottom: dashed 1px #ccc;
}
.indexList-styleD dt {
  width: auto;
  background: #fff;
  line-height: 2;
  font-size: 1.1em;
  padding-right: 10px;
}
.indexList-styleD dd {
  width: 70%;
  background: #fff;
  font-size: 1.5em;
  padding-left: 10px;
  line-height: 1.6;
}

.speaker {
  max-width: 325px;
  width: 100%;
}
.indexList-styleB li:nth-child(2n) .speaker {
  margin: 0 0 0 auto;
}
div.img_clinic {
  width: 90%;
  margin: 40px auto 0;
  padding: 0;
  box-sizing: border-box;
}
div.img_clinic img {
  width: 90%;
  margin: 0 auto;
}
/* questionnaire ------------------------------*/
.qsaBox {
  margin-top: -3%;
}
@media screen and (max-width: 768px) {
  .indexLine {
    margin: 30px auto;
  }
  .indexRowLine {
    margin: 50px auto;
  }
  .indexRowLineA {
    margin: 50px auto;
  }

  .indexSecLine > .innerBox {
    padding: 50px 0;
  }
  .indexList-styleA li {
    font-size: 1em;
    margin: 10px auto;
  }
  .indexList-styleB li {
    font-size: 1.1em;
    margin: 25px 0;
  }
  .indexList-styleC {
    margin: 25px 0;
  }
  .indexList-styleC li {
    font-size: 1.1em;
    line-height: 1.6;
  }
  .indexList-styleC dt {
    width: 25%;
    padding: 10px 5px 10px 0;
    color: #48b954;
  }
  .indexList-styleC dd {
    width: 75%;
    padding: 10px 0 10px 5px;
  }
  .indexList-styleC li:first-child dt,
  .indexList-styleC li:first-child dd {
    padding: 5px 5px 10px 0;
  }
  .indexList-styleC li:last-child {
    border-bottom: none;
  }
  .indexList-styleC dd span {
    font-size: 0.9em;
  }
  .indexList-styleD {
    margin: 25px 0;
    position: static;
    display: block;
  }
  .indexList-styleD::after {
    width: 0;
    height: 0;
  }
  .indexList-styleD dt {
    font-size: 1em;
    display: inline-block;
    width: auto;
    background: #e50027;
    color: #fff;
    line-height: 2;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .indexList-styleD dd {
    width: 100%;
    background: none;
    font-size: 1.2em;
    padding-left: 0;
    line-height: 1.5;
  }
  div.img_clinic {
    width: 95%;
    margin: 40px auto 0;
    padding: 0;
    box-sizing: border-box;
  }
  div.img_clinic img {
    width: 100%;
    margin: 0 auto;
  }
  /* questionnaire ------------------------------*/
  .qsaBox {
    margin-top: -4%;
  }
}
