/**********************
 * decoration
 ***********************/
.word_h4{
  font-weight:bold;
  color:#000000;
  font-size:120%;
  border-left: solid 10px #0099d4;
  padding: 2px 0 2px 10px;
  margin: 30px auto 30px;
}

.word_underline{
  font-weight:bold;
  background: linear-gradient(transparent 70%, yellow 30%);
}

.word_bold{
  font-weight:bold;
}

.word_note{
font-size:90%;
color:#4e4e4e;
padding-left: 0em;
text-indent: -1.3em;
position: relative;
z-index: 10;
max-width: 1045px;
margin: 0px auto 0;
padding: 0 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between; }