#content #topPr h3 {
    position: relative;
    padding: 8px 5px 5px 15px!important;
    border-bottom: none!important;
    color: #333333!important;
    text-shadow: 0 0 2px white;
    background: none!important;
    /* z-index: -4; */
    border-radius: 10px;
}

h2 {
    position: relative;
    border-top: none!important;
    color: white!important;
    background: #407bd5;
    line-height: 1.4;
    padding: 0.5em 0.5em 0.5em 1.8em;
}

h2:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}
  
h3 {
    position: relative;
    padding: 8px 5px 5px 15px!important;
    border-bottom: none!important;
    color: #333333!important;
    text-shadow: 0 0 2px white;
    background: #e0f3ff;
    /* z-index: -4; */
    border-radius: 10px;
}

h3:before {
content: "";
position: absolute;
background: #9de5ff;
width: 50px;
height: 50px;
border-radius: 50%;
top: 50%;
/* border: dashed 1px white; */
left: -15px;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: -1;
}