#page_title_wrapper {
    padding: 15px 0 12px 0;
}

.legal-width-mid {
    width: 85%;
    margin: 0 auto;
}

.main_content_wrapper {
    width: 80%;
    margin: 0 auto;
    line-height: 2rem;
}

.hilight {
    color: var(--text-color-primary);
    text-decoration: none;
}

h2.large, h3.large {
    font-size: 16px;
}

.double_bar {
    /* margin-bottom: 6vw !important; */
    width: 100%;
    height: 10px;
    margin: 12px 0;
    border-top: 1px solid #CBC4C2;
    border-bottom: 1px solid #CBC4C2;
    clear: both;
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.gray_box {
    border: 1px solid #CBC4C2;
    margin-bottom: 15px;
    border-width: 0 0 1px 0;
}

.tou_and_privacy {
    padding: 15px 0;
}

.legal-mobile .tou_and_privacy {
    padding: 0;
}

.legal-mobile.micro-site-privacy .double_bar {
    display: none;
}

.tou_and_privacy h4:first-of-type {
    margin: 0;
}

.tou_and_privacy h4 {
    font-weight: bold;
    padding: 5px 0;
    line-height: initial;
}

.tou_and_privacy h4, .tou_and_privacy p, .tou_and_privacy ul, .tou_and_privacy ol, .tou_and_privacy li {
    margin: 0;
    padding: 0;
    list-style: disc;
}

.tou_and_privacy .ak-ol {
    display: flex;
    font-size: 1.6rem;
    padding-left: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.page-patents ul li {
    list-style: disc inside;
    font-size: 1.5rem;
    margin: 1rem 0;
}

.tou_and_privacy ol li {
    list-style: disc;
    text-decoration: underline;
}

.tou_and_privacy ul li, .tou_and_privacy ol li {
    padding: 1px;
}

.tou_and_privacy a {
    color: var(--link-color-primary);
}

.tou_and_privacy p {
    margin: 12px 0;
}

.mainpoint {
    color: var(--text-color-primary);
    font-weight: bold;
}

.subpoint {
    color: var(--text-color-primary);
    font-weight: bold;
}

.copy {
    color: #445664;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.copy a {
    color: #337ab7;
}

.list-style {
    /*list-style: circle !important;*/
    padding: 0 0 0 18px;
    margin: 0 0 0 16px;
    text-indent: -18px;
}

.careGuideTitle {
    font-style: normal;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: Bold;
    line-height: 18px;
    margin-bottom: .8rem;
    margin-top: 20px;
    margin-left: 0;
    color: var(--text-color-primary);
}

.csc-title {
    font-style: normal;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: Bold;
    line-height: 18px;
    margin-bottom: .8rem;
    margin-top: 20px;
    margin-left: 0;
    color: var(--text-color-primary);
}

.main-point {
    color: var(--text-color-primary);
    font-weight: bold;
    margin: 20px 0 10px;
}

.main_content_wrapper .section {
    padding: 0px 15px 16px 17px;
}

.main_content_wrapper .section_heading {
    background-color: white;
    padding: 4px 10px 7px;
}

.legal-mobile .csc-title {
    font-family: var(--font-family-heading);
    font-size: 4vw;
    font-weight: 600;
    font-style: normal;
    line-height: 18px;
    margin-top: 20px;
    margin-left: 0;
    color: var(--text-color-primary);
    text-align: center;
    margin-bottom: 10px;
    padding: 1.5vw 0 3.5vw;
    letter-spacing: 0.6vw;
}

.legal-mobile .copy {
    color: var(--text-color-secondary);
    font-weight: 400;
    font-size: 3.5vw;
    line-height: 4.5vw;
}

.legal-mobile .main-point {
    color: var(--text-color-primary);
    font-weight: bold;
    font-size: 18px;
    margin: 15px 0 5px;
}

.legal-mobile .double_bar {
    margin-bottom: 6vw !important;
}

.legal-mobile .redesign-fix {
    margin: 0 3.7vw;
}

.legal-mobile .tou_and_privacy p {
    padding: 0 !important;
}

.legal-mobile .tou_and_privacy h4 {
    padding: 3vw 0;
}

.legal-mobile .mobile-li-fix {
    margin-top: 3vw !important;
}

.legal-mobile .pm-table-wrapper, .table_box {
    overflow-x: scroll;
}

.legal-mobile .section_heading {
    background-color: var(--bg-color-lighten);
    padding: 4vw 0 3vw;
    line-height: 5vw;
}

.legal-mobile .section {
    font-size: 3.5vw;
    line-height: 4.5vw;
    padding: 0 3vw 4vw;
}

.legal-mobile .gray_box {
    border-bottom: 1px solid var(--border-color-base);
}

.gray_box p {
    margin-bottom: 0px;
}

.gray_box a {
    text-decoration: underline;
}

.ot-sdk-show-settings {
    margin: 20px 0;
}
@media (min-width: 576px) {
    .tou_and_privacy .ak-ol {
        flex-wrap: nowrap;
    }
}
