@charset "utf-8";
@import "../normalize.css";
@import "../common.css";
/*=================================
  治療の流れ
==================================*/
section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #dddddd;
  line-height: 1.8;
}
  section:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top:none;
  }

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

section h4 {
  font-size: 110%;
  font-weight:bold;
}

section p {
  margin: 1.0em 0;
}

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

section figure {
  display: block;
  padding: 20px;
  font-weight: bold;
  background-color: #eaf2ff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

section figure img {
  display: block;
  margin-top: 20px;
  width: 100%;
}

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

/*


#box h3 a,
#box h3 a:hover,
#box h3 a:visited{
  color:#076ab6;
  cursor:default;
}




p{
  font-size:110%;
  line-height:1.5em;
}

.border{
  margin:20px 0 30px 0;
  padding:0 0 30px 0;
  border-bottom:1px solid #dddddd;
}