h1 {
  border-bottom: 3px solid #E89F8D !important;
  padding: 12px 0px 12px 5px ;
  margin: 30px 0px 20px;
}

h2{
  position: relative;
  background: #E89F8D !important;
  padding: 12px 0px 12px 5px ;
  margin: 40px 0px 20px;
}
.entry-content h2:before{
  margin-right:20px;
  color: #fff !important;
  font-family:"FontAwesome";
  content:"\f00c";
}
.entry-content h2:after{
  content: ' ';
  width:0;
  height: 0;
  position:absolute;
  border:25px solid transparent;
  border-top-color:#E89F8D !important;
  top:100%;
  left:5%;
}
h3 {
    border-top: 5px solid #E89F8D !important;
  border-bottom: 1px solid #ffffff !important;
  padding: 5px 0px 12px 5px ;
  margin: 30px 0px 20px;
      }
/*ピンク（太め）*/
.pink_line_strong {background:rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #F9EF85 0%) repeat scroll 0 0;}

