.update-discount-list-content{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*note*/
.update-discount-list-content .note {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    color: #666;
    display: inline-block;
}
.update-discount-list-content .note ul, ol {
    padding-left: 12px;
    margin-bottom: 20px;
}
.update-discount-list-content .note li {
    margin-bottom: 8px;
    margin-left: 10px;
}
.update-discount-list-content .note > ul > li > ol {
    padding-left: 15px;
    list-style-type: disc;
}
.update-discount-list-content .note a {
    color: #ca4f0f;
    text-decoration: underline;
    border: 0px solid #ca4f0f;
    margin: 0px 2px 0px 2px;
    padding: 0px 1px 0px 1px;
}
.update-discount-list-content .note h3 {
    padding-top: 15px;
    padding-bottom: 10px;
}
.update-discount-list-content .note h4 {
    font-size: 1em;
    font-weight: bold;
    padding-top: 5px;
    color: #333333;
}
.update-discount-list-content .note h5 {
    font-size: 1em;
}

.update-discount-list-content .timeTable {
    list-style: none;
    margin-left: -22px;
}

.update-discount-list-content .timeTable li img {
  width: 15px;
  height: 15px;
}

.update-discount-list-content .timeTable a:after {
    content: "";
    background-image: url(/common/assets/img/open_in_new_orange.png);
    background-size: 100%;
    background-position: 1px 3px;
    width: 15px;
    height: 1rem;
    display: inline-block;
    background-repeat: no-repeat;
}

@media screen and (max-width:801px) {
    /*note*/
    .update-discount-list-content .note {
        width: 100%;
        padding: 15px;
        border-radius: 0px;
        margin: 5px 0px;
    }
    .update-discount-list-content .note ul, ol {
        padding-left: 8px;
        margin-bottom: 10px;
    }
    .update-discount-list-content .note li {
        margin-bottom: 8px;
    }
    .update-discount-list-content .note > ul > li > ol {
        padding-left: 15px;
    }
    .update-discount-list-content .note a {
        color: #ca4f0f;
        text-decoration: underline;
        border: 0px solid #ca4f0f;
        padding: 2px 5px;
        word-wrap: break-word;
    }
}
