@charset "utf-8";

/* surgery_anchor-title */
.surgery_anchor-title {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1.7em;
}

.surgery_anchor-title span { 
  font-weight: bold;
  color: #094;
}

.surgery_anchor-title h2 {
  margin-top: 0;
  font-size: 1.7rem;
  font-weight: bold;
  color: #333333;
}


/* section-title opt */
.section-title.opt-number {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-title.opt-number h2 {
  padding-left: 18px;
  border-left: none;
  font-size: 1.8em;
}
.section-title.opt-number h2 span {
  color: #094;
  font-size: 1.5em;
  font-weight: bold;
}
.section-title.opt-number.border-none {
  padding-bottom: 0;
  border: none;
}
.suger_list {
  list-style: disc;
  padding-left: 18px!important;
}
.surgery_list-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.surgery_list-note span {
  display: block;
}
/* opt-square */
p.opt-square {
  position: relative;
  padding-left: 15px;
}
p.opt-square::before {
  content: "";
  background-color: #094;
  position: absolute;
  height: 10px;
  width: 10px;
  left: 0;
  position: absolute;
  top: 7px;
}
.opt-weight-bold {
  font-weight: 700;
}
.opt-weight-normal {
  font-weight: normal;
}

/* opt-indent */
.opt-first-indent {
  margin-left: 20px;
}
.opt-seconde-indent {
  margin-left: 18px!important;
}

.flex-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.flex-img li {
  width: 32%;
}

.flex-img li:not(:first-child) {
  padding-left: 1%;
}

.flex-img li > img {
  width: 100%;
}

/* list-img */
.list-img {
  display: block;
}

.list-img:not(:first-child) {
  margin-top: 5px;
}

.list-img > img {
  width: 115px;
}