﻿@charset "UTF-8";
/*
===========================
	Reset.css
===========================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: #0080c3;
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}
/*
===========================
	Adjustment
===========================
*/
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.clear {
    clear: both;
    height: 0;
}

.tlleft {
    text-align: left;
}
/*
===========================
	PC
===========================
*/
.box760 {
    width: 760px;
    margin: 0 auto;
}

.box940 {
    width: 940px;
    margin: 0 auto;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
    font-size: 17px;
}

.bgcolor:hover {
    background-color: #fffb8d;
}

.head {
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}

    .head img#header_logo {
        width: 110px;
        float: left;
        padding: 20px 0 20px 18px;
    }

.hLogo {
    width: 110px;
    float: left;
    padding: 44px 0 0px 18px;
}

.hnav ul {
    width: 440px;
    overflow: hidden;
    float: right;
    padding: 40px 0 0 0;
}

    .hnav ul li {
        float: left;
        padding: 0 14px 0 14px;
        font-size: 14px;
    }

        .hnav ul li.Hmenu01 {
            float: left;
            padding: 0 14px 0 14px;
            font-size: 14px;
        }

        .hnav ul li.Hmenu03 {
            float: left;
            padding: 0 14px 0 14px;
            border-right: 1px dotted;
            border-left: 1px dotted;
            font-size: 14px;
        }

        .hnav ul li.Hmenu04 {
            float: left;
            padding: 0 14px 0 14px;
            border-right: 1px dotted;
            font-size: 14px;
        }

        .hnav ul li .fa {
            padding: 0 0 0 6px;
        }

        .hnav ul li a {
            text-align: right;
            color: #333;
        }

            .hnav ul li a:hover {
                opacity: 0.5;
            }

            .hnav ul li a img {
                margin: 6px 0 0 0;
                width: 270px;
                height: 14px;
            }

.gnav ul {
    width: 850px;
    overflow: hidden;
    float: right;
    padding: 36px 0 0 0;
    height: 44px;
}

    .gnav ul li {
        display: inline-block;
        height: 44px;
        cursor: pointer;
    }

        .gnav ul li#gnav_news {
            width: 117px;
            text-align: left;
        }

        .gnav ul li#gnav_business {
            width: 141px;
            text-align: center;
        }

        .gnav ul li#gnav_products {
            width: 219px;
            text-align: center;
        }

        .gnav ul li#gnav_case {
            width: 110px;
            text-align: center;
        }

        .gnav ul li#gnav_employment {
            width: 142px;
            text-align: center;
        }

        .gnav ul li#gnav_corporate {
            width: 121px;
            text-align: right;
        }

        .gnav ul li a {
            font-size: 16px;
            padding: 0 10px 6px 10px;
            margin: 0 10px;
            opacity: 1;
            color: #333;
        }

            #gnav_news a:hover,
            #gnav2_news a:hover,
            #gnav_case a:hover,
            #gnav2_case a:hover,
            #gnav_employment a:hover,
            #gnav2_employment a:hover,
            .gnav ul li a.navOn {
                padding: 0 10px 6px 10px;
                border-bottom: 5px solid #0080c3;
                color: #0080c3;
                font-weight: bold;
                margin-bottom: 4px;
            }
/*
.gnavExtensionList {
    width: 980px;
    clear: both;
    display: block;
    position: absolute;
    top: 127px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto auto;
    z-index: 9999;
    _width: 100%;
    background-color: #fff;
    height: 0px;
    transition-property: height;
    transition-duration: 0.1s;
    _transition-timing-function: ease-in-out;
    overflow: hidden;
    box-shadow: 1px 3px 5px 0 #bdbdbd;
    border-radius: 0px 0px 8px 8px;
}
*/
    /*
    .gnavExtensionList > div {
        width: 980px;
        height: 280px;
        margin: 0 auto;
        background-color: #eeeeee;
    }
    .gnavExtensionList:last-child > div {
        height: 121px;
    }
*/
    .gnavExtensionList .gnavExtensionTitle {
        width: 600px;
        padding: 10px 0 4px 0;
    }

        .gnavExtensionList .gnavExtensionTitle a {
            color: #0080c3;
            font-size: 18px;
            margin: 0 30px 0 0;
        }

            .gnavExtensionList .gnavExtensionTitle a .fa {
                padding: 0 0 0 4px;
            }

.gnavExtensionImgBox ul {
    overflow: hidden;
}

.gnavExtensionImgBox li {
    float: left;
    margin: 0 24px 0 0;
}

.gnavExtensionImgBox ul.right {
    margin: 0 !important;
    margin-right: 24px !important;
    padding-top: 27px !important;
}

    .gnavExtensionImgBox ul.right li {
        float: right;
        margin: 0 0 0 40px;
    }

.gnavExtensionImgBox a {
    color: #0080c3;
}

    .gnavExtensionImgBox a:hover {
        text-decoration: underline;
    }

.gnavExtensionImgBox img:hover {
    opacity: 0.5;
}

.gnavExtensionImgBox ul li:last-child {
    margin: 0;
}

.closeBtn {
    width: 880px;
    margin: 10px auto 0;
    text-align: center;
    cursor: pointer;
}

#navigation {
    position: relative;
}

#slide-line {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #75C2FF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

h2 {
    width: 980px;
    font-size: 32px;
    margin: 50px auto 16px;
    text-align: center;
    font-weight: normal;
}

ul.tab {
    list-style: none;
}

    ul.tab li {
        float: left;
        padding: 10px 0;
        background-color: #f8f8f8;
        color: #0080c3;
        cursor: pointer;
        width: 324px;
        text-align: center;
        border-top: 1px solid #c9c9c9;
        border-right: 1px solid #c9c9c9;
        border-left: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
    }

        ul.tab li:hover {
            text-decoration: underline;
        }

        ul.tab li.active {
            background-color: #fff;
            color: #333;
            border-bottom: 1px solid #fff;
            font-weight: bold;
            cursor: default;
        }

        ul.tab li:hover {
            background-color: #fff;
        }

.snsboxInner ul li:hover {
    opacity: 0.9;
}

#pageTop {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 10000;
}

    #pageTop img {
        display: block;
        width: 45px;
        height: 45px;
    }

        #pageTop img:hover {
            opacity: 0.5;
        }

.footer {
    width: 100%;
    background-color: #ecf3f9;
    padding: 40px 0 0;
    margin: 50px 0 0;
}

    .footer a {
        color: #333;
    }

.footInner {
    width: 980px;
    margin: 0 auto;
}

    .footInner a:hover {
        opacity: 0.5;
    }

.footer .footImg {
    display: none;
    overflow: hidden;
}

    .footer .footImg li {
        float: left;
        margin: 30px 13px 34px;
    }

.footer .footLink {
    overflow: hidden;
    width: 880px;
    margin: 0 auto;
    padding: 0 0 26px;
}

    .footer .footLink .fa {
        padding: 0 0 0 6px;
    }

    .footer .footLink li {
        float: left;
        padding: 0 14px 0 14px;
    }

        .footer .footLink li:hover {
            text-decoration: underline;
        }

.footer .footSns {
    overflow: hidden;
    width: 210px;
    margin: 0 auto;
    padding: 0 0 26px 0;
}

    .footer .footSns li {
        float: left;
        width: 25%;
        text-align: center;
    }

        .footer .footSns li i {
            color: #606e77;
        }

.footer .copy {
    width: 460px;
    margin: 0 auto;
    font-size: 12px;
    padding: 0 0 26px 0;
}

.listBtn p {
    width: 290px;
    border: 1px solid #0080c3;
    margin: 30px auto 50px;
    text-align: center;
    padding: 10px 0;
    color: #0080c3;
    font-size: 18px;
    background-color: #fff;
}

.listBtn a {
    background-color: #fff;
}

.box980 {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}

.box940 {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
}

.box2Wrap {
    overflow: hidden;
    padding: 0;
    margin-bottom: 50px;
}

.inner2boxL {
    width: 450px;
    float: left;
    margin: 0;
}

.inner2boxR {
    width: 450px;
    float: right;
    margin: 0;
}

.cap {
    color: #555555;
    font-size: 14px;
    margin: -4px 0 0 0;
    display: block;
}

.box940 h2 {
    width: 940px;
}

.col2bus {
    overflow: hidden;
    background-color: #0086cd;
    height: auto;
    margin: 0 auto 60px;
}

.col2imgLeft {
    width: 490px;
    float: left;
    margin: 0;
    padding: 0;
    height: auto;
}

    .col2imgLeft img {
        vertical-align: bottom;
    }
.col2txtRight {
    width: 490px;
    float: right;
    color: #fff;
}

    .col2txtRight dl {
        padding: 30px;
    }

    .col2txtRight dt {
        font-size: 24px;
        font-weight: bold;
    }

    .col2txtRight dd {
        font-weight: normal;
    }

    .col2txtRight h2 {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 0 10px 0;
        text-align: left;
    }

.busImgcap {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0 0 0;
}

.box980 h3 {
    padding: 0 0 0 20px;
    color: #333;
    font-size: 28px;
}

.box2Wrap2 {
    margin: 0 0 30px 0;
}

.col2txtRight dt {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px 0;
}

.bl_disc li {
    position: relative;
    margin-left: 20px;
}

    .bl_disc li:after,
    .bl_disc li:before {
        display: block;
        content: '';
        position: absolute;
    }

    .bl_disc li:after {
        top: .30em;
        left: -1.2em;
        width: 12px;
        height: 12px;
        background-color: #004783;
        border-radius: 100%;
    }
/*
===========================
	SP
===========================
*/
@media (max-width:736px) {
    .pc-on {
        display: none !important;
    }

    .sp-on {
        display: inherit;
    }

    .footer .footLink li {
        font-size: 13px !important;
    }

    .tab li {
        font-size: 12px;
    }

    .footer .footSns {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) and (min-width:735px) {
    ul.tab li {
        width: 250px !important;
    }

    .gnav ul {
        width: 640px;
    }

        .gnav ul li a {
            padding: 0 5px 6px 5px;
            margin: 0 0 4px 16px;
        }
    /*
    .footer, .footInner {
        width: 768px;
    }
        .footer .footLink {
            width: 740px;
        }
*/
}

.disabled {
    display: none !important;
}
