.content{
    margin-top: 5%;
    padding: 3% 5%;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .2);
}
.note_list{
    list-style: none;
    font-size: 16px;
    line-height: 2em;
}
.note_list li{
    text-indent: -2em;
    padding-left: 2em;
    font-weight: 600;
}
.color_word{
 color: #037AAB;
}

.note_img{
    margin-bottom: 3%;
}
@media screen and (min-width:769px) {
    .content{
        margin-top: 50px;
    }
    .note_list{
        font-size: 20px;
    }
}