﻿header .logo_block .logo_title .logo_border {
    margin-top: .4em;
}

main h1 {
    font-size: 2em;
    font-weight: 800;
}

main .row {
    margin-bottom: 2em;
}

main section {
    margin-bottom: 4em;
}

main img {
    max-width: 100%;
    width: auto;
    height: auto;
}

main section h3 {
    font-size: 1.3em;
}

.contents {
    margin-bottom: 40px;
}

    .contents h1 {
        margin-top: 0;
        margin-bottom: 1em;
        font-size: 3.1em;
    }

        .contents h1 small, .contents h2 small {
            color: #666666;
            font-weight: 100;
            display: block;
        }

        .contents h1 a, .contents h2 a {
            display: inline-block;
            line-height: 100%;
        }

    .contents h2, .contents h3 {
        margin: 1em 0 0.4em 0;
    }

    .contents h3 {
        line-height: 1.2em;
        font-weight: 600;
    }

    .contents h4 {
        font-weight: 600;
    }

    .contents p {
        margin: 0 0 .8em 0;
        line-height: 1.4;
        font-size: 1.2em;
    }

    .contents ul, ol {
        padding-left: 3em;
    }

        .contents ul li,
        .contents ol li {
            margin-bottom: 6px;
        }

            .contents ul li:last-child,
            .contents ol li:last-child {
                margin-bottom: 0;
            }

    .contents .block_left {
    }

    .contents .block_right {
        font-size: 0.9em;
    }

        .contents .block_right h3 {
            margin: 0;
            margin-bottom: 20px;
            padding: 0;
            font-size: 24px;
        }

        .contents .block_right h4 {
            font-size: 18px;
            margin: 0;
            margin-bottom: 10px;
            padding: 0;
        }

        .contents .block_right ul {
            margin-bottom: 10px;
            padding-left: 20px;
        }

    .contents .details {
        margin-top: 3em;
    }

        .contents .details p {
            margin: 0;
            margin-bottom: 0.8em;
            line-height: 1.5em;
        }

        .contents .details small {
            font-size: 12px;
        }

nav.breadcrumbs {
    margin-bottom: 1em;
}

    nav.breadcrumbs > ul {
        list-style: none;
        padding: 0;
        overflow: hidden;
    }

        nav.breadcrumbs > ul > li {
            padding: 0 .1em;
            display: inline-block;
            float: left;
        }

            nav.breadcrumbs > ul > li:after {
                content: "\\";
                margin: 0 .25em;
                display: inline-block;
            }

            nav.breadcrumbs > ul > li:last-child:after {
                display: none;
            }

nav.subnav {
    margin-bottom: 1em;
}

    nav.subnav .item {
        display: inline-block;
        margin-right: 1em;
        font-weight: normal;
    }

.our_process {
}

    .our_process img {
        padding-right: 1em;
    }

    .our_process h3 {
        margin: 0;
        margin-bottom: 0.4em;
    }

    .our_process .row {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .our_process p {
        margin-left: 2em;
    }

.table.seo td {
    word-break: break-word;
}

.comments 
{
    max-width: 840px;
    margin-top: 3em;
}
.hc__footer {
    display: none !important;
}

@media (min-width: 480px) {
    main h1 {
        font-size: 2.5em;
        margin-bottom: 1em;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 1.5em;
    }

    main h1 {
        font-size: 3em;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 1.7em;
    }

    main section h3 {
        font-size: 1.4em;
    }
}

@media (min-width: 1200px) {
    main h1 {
        font-size: 3.5em;
    }
    
    main section h3 {
        font-size: 1.5em;
    }
}

@media (min-width: 1920px) {
    main h1 {
        font-size: 4em;
    }
}
