﻿
@font-face {
    font-family: 'NotoIKEALatin';
    src: url('../fonts/notoikealatin-bold-webfont.woff2') format('woff2'), url('../fonts/notoikealatin-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NotoIKEALatin';
    src: url('../fonts/notoikealatin-bolditalic-webfont.woff2') format('woff2'), url('../fonts/notoikealatin-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'NotoIKEALatin';
    src: url('../fonts/notoikealatin-italic-webfont.woff2') format('woff2'), url('../fonts/notoikealatin-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'NotoIKEALatin';
    src: url('../fonts/notoikealatin-regular-webfont.woff2') format('woff2'), url('../fonts/notoikealatin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.container-fluid {
    max-width: 1640px;
    padding-left: 20px;
    padding-right: 20px;
}

.logo {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 158px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

hr {
    margin-bottom: 120px;
    border-top: 2px solid #eeeeee;
}

@media only screen and (max-width:991px) {
    hr {
        margin-bottom: 50px;
    }
}

.image500 {
    width: 320px;
    margin-bottom: 30px;
    margin: 0 auto;
    display: block;
}

h2 {
    font-family: NotoIKEALatin;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #242424;
    margin-bottom: 24px;
}

p {
    font-family: NotoIKEALatin;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #242424;
}

.body-text {
    margin-bottom: 100px;
}

@media only screen and (max-width:991px) {
    .body-text {
        margin-bottom: 50px;
    }
}

footer .footer {
    background: #004cbc;
    padding: 30px 20px 25px 20px;
    overflow: hidden;
}

@media only screen and (max-width:991px) {
    footer .footer {
        height: auto;
    }
}

footer .footer-logo {
    text-decoration: none;
}

    footer .footer-logo img {
        width: 161px;
    }

@media only screen and (max-width:991px) {
    footer .footer-logo i {
        font-size: 2.1rem;
    }
}

footer .footer-bottom {
    margin-top: 20px;
}

    footer .footer-bottom p {
        color: #fcd500;
        font-size: 1.3rem;
        float: left;
        margin-bottom: 0;
    }

@media only screen and (max-width:991px) {
    footer .footer-bottom p {
        margin-bottom: 25px;
        text-align: left;
        margin-bottom: 0;
    }
}

footer .footer-bottom .links {
    float: right;
}

@media only screen and (min-width: 992px) and (max-width: 1250px) {
    footer .footer-bottom .links {
        padding-top: 20px;
    }
}

@media only screen and (max-width:991px) {
    footer .footer-bottom .links {
        float: none;
    }
}

footer .footer-bottom .links a {
    font-size: 1.2rem;
    letter-spacing: 0.2px;
    color: #fcd500;
    white-space: nowrap;
}

@media only screen and (max-width:991px) {
    footer .footer-bottom .links a {
        width: 50%;
        float: left;
        margin-bottom: 20px;
        white-space: normal;
    }
}

@media only screen and (max-width:991px) {
    footer .footer-bottom .links a:nth-child(even) {
        padding-left: 20px;
    }
}

footer .footer-bottom .links a + a {
    margin-left: 30px;
}

@media only screen and (max-width:991px) {
    footer .footer-bottom .links a + a {
        margin-left: 0;
    }
}

.signature {
    font-size: 1.3rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: #6e6e6e;
    padding-bottom: 23px;
}

@media only screen and (max-width:991px) {
    .signature {
        text-align: right;
        padding-right: 0;
    }

        .signature span {
            display: block;
        }
}

.signature a {
    color: #6e6e6e;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.85;
}
