@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media only screen and (max-width: 768px) {
}

/***************************************************************************
page
****************************************************************************/

.box li {
    background-image: url(../../../img/common/contents/dot.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 10px 0px 10px 0px;
    line-height: 1.5;
    font-size: 14px;
    padding-left: 15px;       /* ①+② */
    text-indent: -15px;       /* ①+② */
}
.box li.no_indent {
    padding-left: 0px;
    text-indent: 0px;
}
.box li:before,
.box li i {
    font-size: 12px;      /*①*/
    margin-right: 3px;    /*②*/
}
.box.before li:before {
    content: "●";
    color: orange;
}