/* ------------------------------------------------------------
    mainvisual
------------------------------------------------------------ */
#child_dentistry .footer {
  margin-top: 80px;
}

#child_dentistry .mainvisual__inner {
  position: relative;
  margin: auto;
}

#child_dentistry .mainvisual__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 241px;
  background: url(../img/mainimg_bg@2x.png), url(../img/mainimg@2x.jpg);
  background-position: bottom center,center;
  background-size: cover 36px,cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #child_dentistry .mainvisual__pic {
    height: 180px;
    background-size: 100%,cover;
  }
}

#child_dentistry .mainvisual__pic__head {
  color: #fff;
  font-size: 3.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #child_dentistry .mainvisual__pic__head {
    font-size: 2.6rem;
  }
}

#child_dentistry .child_dentistry {
  margin-top: 74px;
}

#child_dentistry .child_dentistry__inner {
  position: relative;
  margin: auto;
  max-width: 1000px;
}

@media screen and (max-width: 1024px) {
  #child_dentistry .child_dentistry__inner {
    padding: 0 5%;
  }
}

#child_dentistry .child_dentistry__title {
  color: #6e3426;
  font-size: 3rem;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  margin-bottom: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  padding-top: 84px;
  background: url(../img/subject_ico_04_02@2x.png) no-repeat;
  background-size: 58px;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  #child_dentistry .child_dentistry__title {
    font-size: 2.6rem;
  }
}

#child_dentistry .child_dentistry__txt {
  margin: 30px auto 0 auto;
  max-width: 1000px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #child_dentistry .child_dentistry__txt {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  #child_dentistry .child_dentistry__txt {
    text-align: left;
    padding: 0;
  }
}

#child_dentistry .child_dentistry__txt__catch {
  margin-top: calc(0px - (((1.4rem * 1.5) - 1.4rem) / 2));
  margin-bottom: calc(0px - (((1.4rem * 1.5) - 1.4rem) / 2));
}

#child_dentistry .child_dentistry__head {
  color: #b65435;
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: calc(50px - (((2.8rem * 1.5) - 2.8rem) / 2));
  margin-bottom: calc(0px - (((2.8rem * 1.5) - 2.8rem) / 2));
  padding: 0 0 20px 55px;
  background: url(../img/tooth_ico@2x.png) no-repeat left top/35px, url(../img/border_dot.gif) repeat-x left bottom;
}

@media screen and (max-width: 767px) {
  #child_dentistry .child_dentistry__head {
    font-size: 2rem;
    background: url(../img/tooth_ico@2x.png) no-repeat left top/30px, url(../img/border_dot.gif) repeat-x left bottom;
    padding: 0 0 15px 40px;
  }
}

#child_dentistry .child_dentistry__item__numlist {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#child_dentistry .child_dentistry__item__numlist__content {
  color: #fff;
  width: 31%;
  padding: 30px 30px 50px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #child_dentistry .child_dentistry__item__numlist__content {
    width: 100%;
    margin-top: 40px;
  }
}

#child_dentistry .child_dentistry__item__numlist__content__num {
  margin-top: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  margin-bottom: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  padding-bottom: calc(20px - (((3rem * 1.5) - 3rem) / 2));
  font-size: 3rem;
  text-align: center;
  background: url(../img/border_w.gif) repeat-x left bottom/10px;
}

#child_dentistry .child_dentistry__item__numlist__content__txt {
  margin-top: calc(20px - (((1rem * 1.5) - 1rem) / 2));
  font-family: 'Noto Sans JP', sans-serif;
}

#child_dentistry .child_dentistry__item__numlist__content:first-child {
  background: #ecb87a;
}

@media screen and (max-width: 767px) {
  #child_dentistry .child_dentistry__item__numlist__content:first-child {
    margin-top: 0;
  }
}

#child_dentistry .child_dentistry__item__numlist__content:nth-child(3) {
  background: #e0a370;
}

#child_dentistry .child_dentistry__item__numlist__content:nth-child(5) {
  background: #d38e66;
}

#child_dentistry .child_dentistry__item__numlist__content:nth-child(7) {
  margin-top: 50px;
  background: #c6785b;
}

@media screen and (max-width: 767px) {
  #child_dentistry .child_dentistry__item__numlist__content:nth-child(7) {
    margin-top: 40px;
  }
}

#child_dentistry .child_dentistry__item__numlist__content:nth-child(9) {
  margin-top: 50px;
  background: #be6b55;
}

@media screen and (max-width: 767px) {
  #child_dentistry .child_dentistry__item__numlist__content:nth-child(9) {
    margin-top: 40px;
  }
}

#child_dentistry .child_dentistry__item__numlist__vector {
  width: 3.3%;
  background: url(../img/vector_right@2x.png) no-repeat center/15px;
}

@media screen and (max-width: 767px) {
  #child_dentistry .child_dentistry__item__numlist__vector {
    display: none;
  }
}

#child_dentistry .child_dentistry__item__numlist__vector:nth-child(6) {
  display: none;
  margin-top: 50px;
}

#child_dentistry .child_dentistry__item__numlist__vector:nth-child(8) {
  margin-top: 50px;
}

#child_dentistry .child_dentistry__item__step__content2 {
  margin-top: 40px;
  padding: 50px;
  background: #fff4e5;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #child_dentistry .child_dentistry__item__step__content2 {
    padding: 5%;
  }
}

#child_dentistry .child_dentistry__item__step__content2__txt {
  margin: calc(0px - (((1rem * 1.5) - 1rem) / 2));
  font-family: 'Noto Sans JP', sans-serif;
}

#child_dentistry .child_dentistry__item02 {
  margin: 30px auto 0 auto;
}

#child_dentistry .child_dentistry__item02__pic {
  width: 40%;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #child_dentistry .child_dentistry__item02__pic {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

#child_dentistry .child_dentistry__innerheading__cap {
  color: #b65435;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  margin-top: calc(30px - (((2.4rem * 1.5) - 2.4rem) / 2));
  margin-bottom: calc(0px - (((2.4rem * 1.5) - 2.4rem) / 2));
  padding-left: 15px;
  border-left: solid 13px #b65435;
}

@media screen and (max-width: 767px) {
  #child_dentistry .child_dentistry__innerheading__cap {
    font-size: 1.5rem;
  }
}

#child_dentistry .child_dentistry__innerheading__txt {
  margin: 30px auto 0 auto;
}

#child_dentistry .child_dentistry__last__pictxtleft {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #child_dentistry .child_dentistry__last__pictxtleft {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#child_dentistry .child_dentistry__last__pictxtleft__content__pic {
  width: 100%;
}

#child_dentistry .child_dentistry__last__pictxtleft__content__txt {
  margin-top: calc(0px - (((1.6rem * 1.5) - 1.6rem) / 2));
  margin-bottom: calc(0px - (((1.6rem * 1.5) - 1.6rem) / 2));
}

#child_dentistry .child_dentistry__last__pictxtleft__content__txt:last-child {
  margin-top: 20px;
}

#child_dentistry .child_dentistry__last__pictxtleft__content:first-child {
  width: 36%;
}

@media screen and (max-width: 767px) {
  #child_dentistry .child_dentistry__last__pictxtleft__content:first-child {
    width: 100%;
  }
}

#child_dentistry .child_dentistry__last__pictxtleft__content:last-child {
  width: 60%;
}

@media screen and (max-width: 767px) {
  #child_dentistry .child_dentistry__last__pictxtleft__content:last-child {
    width: 100%;
    margin-top: 20px;
  }
}

#child_dentistry .flow {
  background-color: #fff4f0;
  margin-top: 60px;
  padding: 50px 0;
}

#child_dentistry .flow__title {
  color: #b65435;
  margin-top: calc(0px - (((2.5rem * 1.5) - 2.5rem) / 2));
  margin-bottom: calc(0px - (((2.5rem * 1.5) - 2.5rem) / 2));
  font-size: 2.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #child_dentistry .flow__title {
    font-size: 2.2rem;
  }
}

#child_dentistry .flow__step__content1 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3%;
  border-radius: 10px;
  background: #fff;
  position: relative;
  /*&__box {
                width: 100%;
                position: relative;
                @include sp {
                    width: 100%;
                    min-height: auto;
                }
                &__num {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;
                    color: #fff;
                    font-size: 3rem;
                    width: 80px;
                    height: 95px;
                    position: absolute;
                    top: calc(-35% - 10px);
                    left: 0;
                    border-radius: 0 0 10px 10px;
                    background: url(../img/border_b.gif);
                    &__mini {
                        font-size: 1.2rem;
                    }
                    @include sp {
                        font-size: 2rem;
                        width: 70px;
                        height: 85px;
                        top: -35px;
                    }
                }
                &__title {
                    color: #b65435;
                    font-family: 'Noto Sans JP', sans-serif;
                    font-size: 2.2rem;
                    font-weight: 500;
                    margin-top: calc(0px - (((3rem * 1.5) - 3rem) / 2));
                    margin-bottom: calc(0px - (((3rem * 1.5) - 3rem) / 2));
                    margin-left: 20px;
                    padding-left: calc(10.231% - 10px);
                    padding-bottom: 8px;
                    background: url(../img/border_dot.gif) repeat-x;
                    background-size: 10px;
                    background-position: bottom;
                    @include tb {
                        padding-left: 10%;
                        padding-bottom: 9px;
                        @include sp {
                            font-size: 1.55rem;
                            margin-top: calc(10px - (((2.5rem * 1.5) - 2.5rem) / 2));
                            margin-bottom: calc(0px - (((2.5rem * 1.5) - 2.5rem) / 2));
                            padding-left: 22%;
                            padding-bottom: 7px;
                        }
                    }
                }
                &__txt {
                    margin-top: calc(30px - (((1rem * 1.5) - 1rem) / 2));
                    margin-bottom: calc(0px - (((1rem * 1.5) - 1rem) / 2));
                    font-family: 'Noto Sans JP', sans-serif;
                }
            }*/
  /*&__box:nth-of-type(1) {
                width: 60%;
                position: relative;
                @include sp {
                    width: 100%;
                    min-height: auto;
                }
            }*/
  /*&__box:nth-of-type(2) {
                width: 36%;
                @include sp {
                    width: 100%;
                    margin-top: 30px;
                    min-height: 150px;
                }
            }*/
}

@media screen and (max-width: 767px) {
  #child_dentistry .flow__step__content1 {
    padding: 5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#child_dentistry .flow__step__content1__box {
  min-height: 200px;
}

#child_dentistry .flow__step__content1__box__pic {
  width: 100%;
}

#child_dentistry .flow__step__content1__box:nth-of-type(1) {
  width: 60%;
  position: relative;
}

@media screen and (max-width: 767px) {
  #child_dentistry .flow__step__content1__box:nth-of-type(1) {
    width: 100%;
    min-height: auto;
  }
}

#child_dentistry .flow__step__content1__box:nth-of-type(1) .flow__step__content1__box__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 2.8rem;
  width: 80px;
  height: 95px;
  position: absolute;
  top: calc(-19% - 10px);
  left: 0;
  border-radius: 0 0 10px 10px;
  background: url(../img/border_b.gif);
}

#child_dentistry .flow__step__content1__box:nth-of-type(1) .flow__step__content1__box__num .flow__step__content1__box__num__mini {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #child_dentistry .flow__step__content1__box:nth-of-type(1) .flow__step__content1__box__num {
    font-size: 1.8rem;
    width: 60px;
    height: 73px;
    top: -32px;
  }
}

#child_dentistry .flow__step__content1__box:nth-of-type(1) .flow__step__content1__box__title {
  color: #b65435;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  margin-left: 20px;
  padding-left: 90px;
  padding-bottom: 10px;
  background: url(../img/border_dot.gif) repeat-x;
  background-size: 10px;
  background-position: bottom;
}

@media screen and (max-width: 1024px) {
  #child_dentistry .flow__step__content1__box:nth-of-type(1) .flow__step__content1__box__title {
    padding-left: 80px;
    padding-bottom: 9px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  #child_dentistry .flow__step__content1__box:nth-of-type(1) .flow__step__content1__box__title {
    font-size: 1.8rem;
    padding-left: 62px;
    margin-top: calc(10px - (((2.5rem * 1.5) - 2.5rem) / 2));
    margin-bottom: calc(0px - (((2.5rem * 1.5) - 2.5rem) / 2));
  }
}

#child_dentistry .flow__step__content1__box:nth-of-type(1) .flow__step__content1__box__txt {
  margin-top: calc(30px - (((1rem * 1.5) - 1rem) / 2));
  margin-bottom: calc(0px - (((1rem * 1.5) - 1rem) / 2));
  font-family: 'Noto Sans JP', sans-serif;
}

#child_dentistry .flow__step__content1 .flow__step__content1__box:nth-of-type(2) {
  width: 36%;
}

@media screen and (max-width: 767px) {
  #child_dentistry .flow__step__content1 .flow__step__content1__box:nth-of-type(2) {
    width: 100%;
    margin-top: 30px;
    min-height: 150px;
  }
}
/*# sourceMappingURL=style.css.map */