h2#danraku2{
position: relative;
line-height: 1.4;
padding:0.25em 1em;
display: inline-block;
}

h2#danraku2:before,h2#danraku2:after{ 
  content:'';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}

h2#danraku2:before{
  border-left: solid 3px #7db4e6;
  border-top: solid 3px #7db4e6;
  top:0;
  left: 0;
}

h2#danraku2:after{
  border-right: solid 3px #7db4e6;
  border-bottom: solid 3px #7db4e6;
  bottom:0;
  right: 0;
}


h3#danraku3{
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 10px #7db4e6;/*左線*/
}

h4#danraku4{
border-bottom: solid 3px black;
}

h5#danraku5 {
position: relative;
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 1.4;
}

h5#danraku5:before{ font-family: "Font Awesome 5 Free";
content: "\f00c";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #5ab9ff; /*アイコン色*/
}

