@charset "utf-8";
@import "../../../css/normalize.css";
@import "../common.css";
/*====================================
  短い治療期間、痛みの少ない矯正治療
=====================================*/

#container section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #dddddd;
  line-height: 1.5;
}
  #container section:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top:none;
  }

#container section p {
  margin: 1.0em 0;
}

#container section ul li {
  margin-bottom: 20px;
}

#container section figure {
  display: block;
  padding: 20px;
  font-weight: bold;
  background-color: #eaf2ff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
  #container section figure img {
    display: block;
    margin-top: 20px;
    width: 100%;
  }


#container section ol li {
  list-style-type:decimal;
  margin-top: 0.5em;
  margin-left: 1.25em;
}

/*
.text{
  margin: 0 0 20px 0;
  padding:0 0 20px 0;
  border-bottom:1px solid #eeeeee;
}

.text p{
  margin:15px 0 0 0;
}

.last{
  border:none;
  margin:0; 
  padding:0; 
}