/* <system section="background" selected="custom"> */
body{ background-image: url('https://cdn-ak.f.st-hatena.com/images/fotolife/P/PPcycle/20181018/20181018194241.jpg'); background-repeat: repeat; background-color:transparent; background-attachment: fixed; background-position: left top; width:960px; margin-right:auto; margin-left:auto; }
#content{ background-color:#fff; padding-left:30px; padding-righnt:30px;}
header .entry-header{text-decoration: none;}
/* </system> */
h5 {
     position: relative;
     color: white;
     padding:0.5em 0.5em 0.5em 2em;
     background-color: #eda80d;
     border-radius:1em;
}
 
h5::after {
     position: absolute;
     top: 50%;
     left:1em;
     transform:translateY(-50%);
     content: '';
     width: 13px;
     height:13px;
     background-color: white;
     border-radius:100%;
}

h6 { 
position: relative; 
padding: .75em .5em; 
border: 2px solid #eda80d;
}
h6:after{ 
content: "こんなあなたにぴったり"; 
position: absolute; 
top: -.6em; 
left: 10px; 
background: #fff; 
font-size: .75em; 
color: #eda80d; 
padding: 0 10px;
}

.marker {
background: linear-gradient(transparent 60%, #FFF533 60%);
}

.red {
color:#ff0000;
}