.subpage .child-pg article section .inner h3.line{
  margin-top: 40px;
}

.subpage .child-pg article section h2.sectTItle{
  padding-bottom: 50px;
}

.subpage .child-pg .regular_checkup figure,
.subpage .child-pg .dental_treatment figure{
  text-align: center;
  margin: 20px 0 0;
}

.subpage .child-pg .bannerBox {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .subpage .child-pg article section .inner h3.line{
    margin-top: 20px;
  }

  .subpage .child-pg article section h2.sectTItle:nth-of-type(2) {
    margin-top: 40px;
  }
}

.l-page {
  margin-bottom: 100px;
}

.l-cont_ss {
  margin: 0 auto;
}

.c-ttl_page_l {
  margin-bottom: 50px;
  padding-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.c-ttl_page_l::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/ttl_deco.png) center / contain no-repeat;
}

.c-list_flow>li:not(:last-child) {
  margin-bottom: 30px;
  position: relative;
}

.c-list_flow>li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 35px;
  left: 35px;
  transform: translateX(-50%);
  border-left: 1px dashed #cccccc;
  z-index: -1;
}

.c-list_flow_num {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  padding-top: 16px;
  margin-right: 15px;
}

.c-list_flow_num .-txt {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px;
  position: relative;
  top: 5px;
}

.c-list_flow_num .-num {
  font-size: 3.2rem;
  display: block;
}

.c-list_flow_cont {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
}

.c-list_flow_desc {
  flex: 1;
  padding-top: 15px;
}

.c-list_flow_ttl {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.c-list_flow>li:not(:last-child) {
  margin-bottom: 30px;
  position: relative;
}

.c-list_flow>li {
  display: flex;
}


.c-list_flow>li .c-list_flow_num {
  background: url(../img/badge_blue.png) center / contain no-repeat;
}

@media screen and (max-width: 767px) {
  .l-page {
    margin-bottom: 64px;
  }

  .l-cont_ss {
    width: 100%;
  }

  .c-ttl_page_l {
    margin-bottom: 25px;
    font-size: 2.5rem;
  }

  .c-ttl_page_l::after {
    width: 30px;
  }

  .c-list_flow>li:not(:last-child) {
    margin-bottom: 25px;
  }

  .c-list_flow>li:not(:last-child)::before {
    top: 30px;
    left: 30px;
  }

  .c-list_flow_num .-txt {
    font-size: 1.3rem;
    margin-bottom: 10px;
    top: 10px;
  }

  .c-list_flow_num .-num {
    font-size: 2.4rem;
  }

  .c-list_flow_cont {
    display: block;
  }

  .c-list_flow_desc {
    padding-top: 14px;
  }

  .c-list_flow>li:not(:last-child) {
    margin-bottom: 25px;
  }

  .c-list_flow>li:not(:last-child)::before {
    top: 30px;
    left: 30px;
  }
}