@charset "utf-8";
@import "../normalize.css";
@import "../common.css";
/*=================================
  インビザライン
==================================*/
#box {
  line-height: 1.6;
}

  #box p:nth-child(n+2) {
    margin-top: 1.0em;
  }

#intro {}

section:nth-child(n+2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: dotted 1px #000000;
}

  section h3 {
    font-size: 135%;
    color: #076AB6;
    font-weight: bold;
  }

#sec2 {}
  #img02 {
    margin: 15px 0;
  }
  
  #sec2 ul > li {
    margin-bottom: 1em;
    padding: 15px;
    background-color: #EAF2FF;
    border-radius: 6px;
  }

  section h4 {
    color: #076AB6;
    font-weight: bold;
  }
  section h5 {
    margin-top: 1.0em;
    font-weight: bold;
  }
  #sec2 ul > li p {
    margin: 0 !important;
  }
#sec3 {}
  #sec3 ol > li { margin-top: 20px;}
  #sec3 ol > li::after {
    display: block;
    content:"";
    width: 62px;
    height: 29px;
    background: url(../../orthodontics/images/flow/arrow.gif) 0 0 no-repeat ;
    margin: 20px auto 0 auto;
  }
  #sec3 ol > li:last-child::after { display: none; }
  #sec3 ol > li div {
    border:1px solid #a1d0e8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding:15px 20px;
  }
  #sec3 li li,
  #sec4 li {
    list-style:disc;
    margin-top: 0.5em;
    margin-left: 1.25em;
  }
