@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

/* initialize
------------------------------------*/

body {
    color: #222222;
    font-size: 16px;
    line-height: 1.5;
    background-image: url(/files/image/bg.png);
    min-width: 1056px;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
        min-width: initial;
    }
}

p {
    line-height: 1.7;
}

img {
    max-width: 100%;
}


/* header
------------------------------------*/

.header .header_inner {
    min-width: 960px;
    padding: 32px 16px;
    margin: 0 auto;
}

.header .header_inner .header_inner_logo {
    text-align: center;
}


@media screen and (max-width: 767px) {
    .header .header_inner {
        min-width: inherit;
        width: auto;
        padding: 16px 16px;
    }

    .header .header_inner .header_inner_logo {
        text-align: left;
    }

    .header .header_inner .header_inner_logo img {
        width: 256px !important;
    }
}

/* gNav
------------------------------------*/

.gNav {
    background-color: #222;
}

.gNav .gNav_inner {
    min-width: 1024px;
    width: 1024px;
    padding: 0 16px;
    margin: 0 auto;
    color: #fff;
    display: flex;
}

.gNav .gNav_inner .gNav_item {
    flex-grow: 1;
    text-align: center;
    padding: 12px 0;
    width: 100%;
    color: #fff;
    text-decoration: none;
}


@media screen and (max-width: 767px) {
    .gNav {
        display: none;
    }
}

.spMenu {
    display: none;
    background-color: rgba(34, 34, 34, 0.8);
}

.spMenu_item a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    text-align: center;
}

.spMenu_item a {
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
    .spHdrBtn {
        display: inline-block;
        position: absolute;
        z-index: 1100;
        top: 14px;
        right: 9px;
        width: 38px;
        height: 38px;
        line-height: 1;
        cursor: pointer;
    }

    .spHdrBtn a {
        display: inline-block;
        width: 38px;
        height: 38px;
    }

    .spHdrBtn span {
        position: absolute;
        left: 8px;
        width: 23px;
        height: 2px;
        background-color: #222;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    .spHdrBtn span:nth-of-type(1) {
        top: 10px;
    }

    .spHdrBtn span:nth-of-type(2) {
        top: 18px;
    }

    .spHdrBtn span:nth-of-type(3) {
        top: 26px;
    }

    .spHdrBtn.active span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }

    .spHdrBtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .spHdrBtn.active span:nth-of-type(3) {
        top: 27px;
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
    }
}
/* footer
------------------------------------*/

.footer {
    background-image: url(/files/image/bg_footer.png);
}

.footer .footer_inner {
    min-width: 768px;
    width: 768px;
    padding: 48px 16px;
    margin: 0 auto;
    position: relative;
}

.footer .footer_inner .footer_inner_content {
    color: #fff;
}

.footer .footer_inner .footer_inner_logo {
    position: absolute;
    right: 80px;
    top: 48px;
}

@media screen and (max-width: 767px) {
    .footer .footer_inner {
        min-width: inherit;
        width: auto;
        padding: 24px 16px;
        font-size: 14px;
    }

    .footer .footer_inner .footer_inner_logo {
        position: static;
        display: block;
        margin-bottom: 16px;
        width: 40px;
    }

    .footer .footer_inner .footer_inner_content .footer_inner_content_logoName {
        width: 296px;
    }

    .footer .footer_inner .footer_inner_content .footer_inner_content_copy {
        font-size: 12px
    }


}




/* jquery-modal */
.jquery-modal.jquery-modal {
    z-index: 1000;
}

#ex1.modal {
    width: 700px;
    max-width: 100%;
}



.wpcf7-response-output {
    display: none;
}