/*
Template:twentyseventeen
Theme Name:twentyseventeen child
Theme URI:http://progrea.jp/
Author:hiromitsu kondo
Version:1.0
 */ 

/* 見出しh2 */
.entry-content h2 {
border-left: 5px solid #1F5E73;
border-bottom: 1px solid #1F5E73;
padding: 0 0 0 15px ;
line-height: 2;
font-size: 18px;
background-color: #fff;}

/* 見出しh3 */
.entry-content h3 {
border-left: 5px solid #1F5E73;
padding: 0 0 0 15px ;
line-height: 2;
font-size: 18px;
background-color: #fff;}

/* 見出しh4 */
h4 {
border-bottom: solid 3px skyblue;
position: relative;
}

h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #ffc778;
bottom: -3px;
width: 30%;
}
