﻿@charset "utf-8";

.privacy_main_title {
    padding: 10px;
    background: #0385cd;
    color: #ffffff;
    border: 4px double #ffffff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 2px 2px #b9ccd5;
    margin: 0 0 25px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}

    .privacy_main_title:before {
        background-color: #fff;
        content: '';
        display: block;
        opacity: 0.1;
        transform: rotate(-50deg);
        position: absolute;
        bottom: -10px;
        right: -330px;
        width: 500px;
        height: 500px;
    }

    .privacy_main_title:after {
        background-color: #fff;
        content: '';
        display: block;
        opacity: 0.2;
        transform: rotate(-70deg);
        position: absolute;
        bottom: -100px;
        right: -500px;
        width: 500px;
        height: 500px;
    }

@media screen and (min-width: 768px) {
    .privacy_main_title:before {
        opacity: 0.3;
    }

    .privacy_main_title:after {
        opacity: 0.3;
    }
}

.privacy_title {
    font-size: 16px;
    color: #1d6eb7;
    border-bottom: 1px solid #1d6eb7;
    padding: 0 0 0 0;
    margin: 20px 0px;
    font-weight: bold;
    float: left;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .privacy_title {
        font-size: 18px;
    }
}

.pl-3 {
    padding-left: 1rem;
}
.pl-4 {
    padding-left: 1.5rem;
}

.c-helo-area_text__2 {
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    color: var(--color-font-light);
}

@media screen and (min-width: 740px) {
    .c-helo-area_text__2 {
        font-size: 11px;
    }
}

@media screen and (min-width: 992px) {
    .c-helo-area_text__2 {
        font-size: 13px;
    }
}

.c-helo-area_text__2 p {
    font-size: 12px;
    margin: 0px 20px;
}

@media screen and (min-width: 768px) {
    .c-helo-area_text__2 p {
        font-size: 14px;
    }
}

.c-helo-area_text__2 ol {
    font-size: 12px;
    margin: 10px 25px;
}

@media screen and (min-width: 768px) {
    .c-helo-area_text__2 ol {
        font-size: 14px;
    }
}

.c-helo-area_text__2 ol li {
    padding: 0 0 5px 1em;
    text-indent: -1.2em;
}

    .c-helo-area_text__2 ol li span {
        display: block;
        padding-left: 3em;
        text-indent: -3.0em
    }

.c-helo-area_text__2 ul {
    font-size: 12px;
    margin: 10px 13px;
}

@media screen and (min-width: 768px) {
    .c-helo-area_text__2 ul {
        font-size: 14px;
    }
}

.c-helo-area_text__2 ul li {
    padding: 0 0 5px 1em;
    text-indent: -0.5em
}

    .c-helo-area_text__2 ul li span {
        display: block;
        padding-left: 3em;
        text-indent: -3.0em
    }


/*EOF*/
