@charset "UTF-8";
h2 {
    margin-bottom: 0;
    line-height: 1.5;
}

.faq-header-wrap {
    padding: 32px 0 0;
}

.page-title {
    display: inline-block;
    margin-bottom: 16px;
    padding: 0 38px 6px;
    border-bottom: solid 3px #0071A2;
}

.page-title img {
    width: 48px;
}

.q-wrap {
    overflow: hidden;
    padding: 10px 16px 10px;
    background-color: #0071A2;
    page-break-inside: avoid;
}

.q,
.q-title,
.a {
    font-weight: bold;
    font-size: 1rem;
}

.q,
.q-title {
    color: #fff;
}

.q {
    float: left;
    width: 30px;
}

.q-title {
    float: right;
    width: 85%;
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
}


.a-wrap {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 14px 0 12px;
    page-break-inside: avoid;
}

.a {
    float: left;
    width: 34px;
    background: #FEF7BF;
    text-align: center;
    line-height: 30px;
}

.a-data {
    float: right;
    padding-top: 4px;
    width: 85%;
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
    line-height: 1.8;
}

.a-data p {
    margin-bottom: 30px;
}

.a-data a {
    color: #0071A2;
}

.a-data a:link {
    overflow: hidden;
    outline: none;
    color: #0071A2;
    text-decoration: none;
}

.a-data a:visited {
    overflow: hidden;
    outline: none;
    color: #0071A2;
    text-decoration: none;
}

.a-data a:hover {
    overflow: hidden;
    outline: none;
    color: #0071A2;
    text-decoration: none;
    opacity: 0.7;
}

a:active {
    overflow: hidden;
    outline: none;
    color: #0071A2;
    text-decoration: none;
    opacity: 0.7;
}

.a-data ul {
    margin: 30px 0 30px;
    padding: 0;
}

.a-data ul li {
    margin-left: 1em;
    list-style-type: none;
    text-indent: -1em;
}

.contact-data {
    padding: 15px 0;
    border-top: solid 2px #ccc;
    border-bottom: solid 2px #ccc;
}

.contact-data.mb20-30 {
    margin-bottom: 20px;
}

.contact-name {
    font-weight: bold;
}

.a-data h3 {
    font-weight: bold;
    font-size: inherit;
}

.a-data table th,
.a-data table td {
    vertical-align: top;
    display: block;
    width: 100%;
}

.catarog {
    padding: 15px 0;
    border-top: solid 2px #ccc;
    border-bottom: solid 2px #ccc;
}

.about {
    padding: 15px 0;
    border-bottom: solid 2px #ccc;
}

.line-dotte {
    display: none;
}


@media (min-width: 576px) {}

@media (min-width: 768px) {
    .faq-header-wrap {
        padding: 54px 0 0;
    }
    .page-title {
        margin-bottom: 30px;
        padding: 0 48px 8px;
    }

    .page-title img {
        width: 67px;
    }

    .q,
    .q-title,
    .a {
        font-size: 1.125rem;
    }
    .a {
        width: 38px;
        line-height: 36px;
    }
    .a-wrap {
        margin-bottom: 50px;
    }

    .a-data table th,
    .a-data table td {
        display: table-cell;
        width: auto;
        font-size: 0.813rem;
    }
    .a-data table th {
        white-space: nowrap;
        min-width: 245px;
    }
    .head-tx {
        display: block;
        float: left;
    }

    .line-dotte {
        display: block;
        float: right;
        padding: 0 5px 0 5px;
    }
}

@media (min-width: 992px) {
    .page-title {
        margin-bottom: 66px;
        padding: 0 56px 8px;
    }
    .page-title img {
        width: 88px;
    }
    .contact-data.mb20-30 {
        margin-bottom: 30px;
    }
    .a-data table th,
    .a-data table td {
        font-size: 0.875rem;
    }
    .a-data table th {
        min-width: 258px;
    }

}

@media (min-width: 1200px) {}
