/* Headings
---------------------*/
.content-content .heading-level-2 {
  margin-top: 39px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: .1px;
  border-bottom: 1px solid #C2DBF7;
}
.content-content .heading-level-2 .heading-inner {
  padding-left: 40px;
  background: url(http://sanmedhikaru.jp/wpcms/wp-content/themes/sanmedhikaru/img/heading_2.png) no-repeat 0 50%;
}
.content-content .heading-level-2 a {
  color: #4C3F37;
}
.content-content .heading-level-3 {
  margin-top: 39px;
  margin-bottom: 24px;
  padding: 0 0 0 11px;
  color: #2DA64D;
  font-size: 21px;
  letter-spacing: .05px;
  border-left: 6px solid #57B871;
}
.content-content .heading-level-4 {
  margin-top:.5em;
  color: #6A8FBA;
  font-size: 17px;
}
.content-content .heading-level-5 {
  font-weight: bold;
}

/* Shortcodes
---------------------*/
.sc-block.type-blue-border {
  padding: 18px;
  text-align: center;
  border: 5px solid #ECF4FC;
}
.sc-block.type-blue-border p:last-child {
  margin-bottom: 0;
}
.sc-block.type-blue-border.add-arrow a:before {
  content: "";
  display:inline-block;
  width: 26px;
  height: 27px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(http://sanmedhikaru.jp/wpcms/wp-content/themes/sanmedhikaru/img/more_arrow.png) no-repeat 0 50%;
}
.sc-block.type-light-blue {
  padding: 15px;
  background: #ECF4FC;
}
.sc-block.type-light-blue p:last-child {
  margin-bottom: 0;
}