﻿@charset "UTF-8";

/* ------------------------------ */
/* 語言 */
/* ------------------------------ */
.menu {
    display: block;
    align-items: stretch;
    list-style: none;
    color: #fff;
    font-size: 13px;
    top: 23px;
    margin: 0px 0px;
    padding: 0px;
    position: absolute;
}

.menu-item {
    flex: 1;
    text-align: center;
}

    .menu-item:hover {
        color: #da291c;
    }

    .menu-item ~ input:checked ~ .dropdown {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 120px;
        top: 53px;
        padding: 0px;
        background-color: #444444;
        list-style: none;
        line-height: 45px;
        left: -17px;
        text-align: center;
    }

        .menu-item ~ input:checked ~ .dropdown li:hover {
            color: #fff;
            text-decoration: none;
            background-color: #da291c;
        }

.dropdown a {
    color: #fff;
}

.menu-item ~ .dropdown {
    display: none;
}

/* ------------------------------ */
/* common */
/* ------------------------------ */
.container {
    width: 900px;
    margin: 0 auto;
}

.card {
    /* 設定父親定位點 */
    position: relative;
    width: 270px;
    float: left;
    margin: 10px;
}

.block_10 img {
    display: block;
    width: 100%;
    height: auto;
}

.info {
    /*   display: none; */
    opacity: 0;
    position: absolute;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.3);
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 40px;
}

    .info p {
        color: #fff;
    }

    .info:hover {
        -webkit-transition: 500ms;
        opacity: 1;
    }

html, body {
    margin: 0px;
    padding: 0px;
    color: #666666;
    font-size: 20px;
    font-family: Microsoft JhengHei;
    font: inherit;
}

body {
    position: relative;
}

.video-container {
    width: 50%;
    /* height: 97px; */
    position: absolute;
    float: left;
    padding-bottom: 25%;
    top: 245px;
    padding-top: 48px;
    /* height: -10px;*/
    overflow: initial;
}

    .video-container video, .video-container object, .video-container embed {
        position: absolute;
        top: 20px;
        left: 30px;
        width: 100%;
        height: 100%;
    }



a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }






/* header */
header {
    margin: 0px 0px 20px;
    min-height: 80px;
    font-family: Microsoft JhengHei;
}

    header #site {
        position: relative;
        padding: 0px 0px;
        min-height: 60px;
        background-color: #444444;
        border-top-width: 3px;
        border-bottom-width: 4px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #da291c;
        border-bottom-color: #444444;
        font-weight: normal;
    }

        header #site p:nth-child(1) {
            position: absolute;
            top: -6%;
            left: 63px;
            margin: 10px;
            width: auto;
            min-width: auto;
            font-size: 30px; /*ONE meanwell*/
            color: #fff;
            letter-spacing: 2px;
            text-align: left;
        }

            header #site p:nth-child(1) span {
                display: block;
                font-size: 0.9rem;
            }

        header #site p:nth-child(2) {
            position: absolute;
            top: 0px;
            right: 85px;
            margin: 0px;
            height: 92px;
            color: #fff;
            width: 60%;
            height: 100%;
            letter-spacing: 2px;
            font-size: 0.9rem;
            text-align: left;
            transition: 0.5s ease-in;
            -webkit-transition: 0.5s ease-in;
            -moz-transition: 0.5s ease-in;
            background-color: #444444;
            background-repeat: no-repeat;
            background-position: left top;
        }

            header #site p:nth-child(2) span {
                display: block;
                width: 100%;
                position: absolute;
                text-align: right;
                font-size: 25px; /*故事館*/
                top: 50%;
                left: 45%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                background-color: #444444;
            }

        header #site a:hover {
            text-decoration: none;
        }

    header #pList {
        margin: 0px 0px 0px 120px;
        padding-left: 40px;
        line-height: 37px;
        background: url(../img/bg_plist.png) no-repeat left top #F0F0F0;
        font-size: 0.8rem;
        text-align: left;
    }

    header .drawer-hamburger {
        display: none;
        position: absolute !important;
        top: 13px;
        right: 25px;
    }

    header .drawer-hamburger1 {
        display: none;
        position: absolute !important;
        top: 5px;
        right: 128px;
    }

    header ul.drawer-menu {
        padding: 1rem;
    }

        header ul.drawer-menu li {
            display: block;
            border-bottom: 1px dotted #da291c;
        }

            header ul.drawer-menu li:first-of-type {
                border-bottom: 2px solid #da291c;
                line-height: 60px;
            }

            header ul.drawer-menu li:last-of-type {
                border-bottom: none;
            }

            header ul.drawer-menu li a {
                display: block;
                padding: 0.8rem;
                color: #fff;
            }




@media (max-width: 1440px) {

    header #site p:nth-child(1) {
        width: 80%;
        font-size: 2rem;
    }

    header #site p:nth-child(2) {
        width: 60%;
        line-height: 25px;
        font-size: 0.9rem;
    }

    .video-container {
        top: 3px;
    }
}

@media (max-width: 1024px) {

    header #site p:nth-child(1) {
        width: 70%;
        font-size: 1.8rem;
    }

    .video-container {
        top: 3px;
    }

    header #site p:nth-child(2) {
        width: 50%;
        line-height: 25px;
        font-size: 0.9rem;
    }

    .video-container {
        top: 47px;
    }
}



@media (max-width: 880px) {

    header #site p:nth-child(1) {
        width: 60%;
        font-size: 1.6rem;
    }

    header #site p:nth-child(2) {
        line-height: 20px;
        font-size: 0.7rem;
    }

    #title1 ul {
        display: none;
    }

    #title ul {
        display: none;
    }

    header .drawer-hamburger {
        display: block;
        margin-top: -12px;
    }

    header .drawer-hamburger1 {
        display: block;
        margin-top: -12px;
    }
}


/* Fixed */
header .fixed {
    margin: 0px;
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    box-shadow: -5px 0 5px #555555;
}

/* btnTop */
#btnTop {
    position: fixed;
    right: 3%;
    bottom: 0%;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
}

    #btnTop img {
        width: 100px;
        height: auto;
    }

footer .fixed {
    bottom: 6% !important;
    opacity: 0.8 !important;
    -webkit-opacity: 0.8 !important;
    -moz-opacity: 0.8 !important;
}

/* footer */
footer {
    margin: 0px 0px 0px;
    background: #FFF;
    border-top: 3px solid #da291c;
}


    footer p.bnr {
        margin: 0 0 60px;
        text-align: center;
    }

    footer ol {
        margin: 0px 0px 30px;
        padding: 0px;
        text-align: center;
        list-style-type: none;
    }

        footer ol li {
            display: inline-block;
            width: 20%;
            min-width: 180px;
            max-width: 200px;
            margin: 5px;
        }

            footer ol li a {
                display: block;
                color: #FFF;
                border-radius: 4px;
                font-size: 0.8rem;
                padding: 4% 0 4% 0%;
            }

                footer ol li a:hover {
                    text-decoration: none;
                    opacity: 0.8;
                }


    footer ul {
        margin: 0px;
        padding: 1.5% 0% 1.5%;
        text-align: center;
        /* border-top:1px solid #FFF; */
        background: #444444;
        font-weight: normal;
        letter-spacing: 0.1em;
    }

        footer ul li {
            display: inline;
            padding: 1% 1%;
            font-size: 0.9rem;
            border-right: 1px solid #DDD;
        }

            footer ul li:first-child {
                border-left: 1px solid #DDD;
            }

    footer p {
        margin: 0px;
        padding: 40px 0px;
        text-align: center;
        font-size: 0.8rem;
        background: #FFF;
        letter-spacing: 2px;
    }

    footer .copy a {
        color: #666;
    }

#title {
    position: relative;
    margin: 0px 0px 10px;
    width: 100%;
    font-family: Microsoft JhengHei;
}

#title1 {
    position: relative;
    width: 100%;
    top: -14px;
}

#title h1 {
    padding: 10px 0px 0px 120px;
    font-size: 0.9rem;
    font-weight: normal;
    background: url(../img/icon_cap.png) no-repeat left top;
    color: #666666;
    letter-spacing: 2px;
}

    #title h1 strong {
        display: block;
        font-size: 30px;
        font-weight: normal;
        letter-spacing: 10px;
    }

#title ul {
    position: absolute;
    top: -25px;
    right: 72px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#title1 ul {
    position: absolute;
    top: 25px;
    right: 72px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#title ul li {
    display: inline-block;
    margin: 0px 2px;
    padding: 0px 0px 0px 30px;
    font-size: 0.7rem;
    background: url(../img/icon_menu_01.png) no-repeat left top;
    color: #da291c;
    letter-spacing: 1px;
}

#title1 ul li {
    display: inline-block;
    margin: 0px 2px;
    padding: 0px 0px 0px 30px;
    font-size: 0.7rem;
    background: url(../img/icon_menu_01.png) no-repeat left top;
    color: #da291c;
    letter-spacing: 1px;
}

#title ul li strong {
    display: block;
    font-size: 16px;
    color: #da291c;
    font-weight: bold;
}

#title1 ul li strong {
    display: block;
    font-size: 16px;
    color: #da291c;
    font-weight: bold;
}

h2 {
    border-left: 5px solid #da291c;
    color: #da291c;
    font-size: 1.7rem;
    font-weight: bold;
    padding-left: 20px;
    letter-spacing: 1px;
    text-align: left;
}

h3 {
    margin: 60px 0px 20px;
    color: #da291c;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1px;
}

h4 {
    clear: both;
    position: relative;
    margin: 60px 0px 40px;
    padding-bottom: 10px;
    min-height: 40px;
    border-bottom: 2px solid #999;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-align: left;
}

    h4 > span {
        position: absolute;
        bottom: -2px;
        border-bottom: 2px solid #0047B6;
        padding: 5px 10px;
    }

        h4 > span > span {
            font-size: 0.8rem;
        }

        h4 > span > em {
            display: inline-block;
        }

            h4 > span > em > span {
                display: inline-block;
                margin-left: 10px;
                padding: 4% 8px;
                background: #6c9c1e;
                font-style: normal;
                font-size: 0.7em;
                font-weight: normal;
                color: #FFF;
                position: relative;
                top: -3px;
            }

h5 {
    margin: 60px 0px 20px;
    font-size: 1.1rem;
    text-align: center;
}

article {
    overflow: hidden;
}

a.btn01 {
    display: block;
    margin: 40px auto 60px;
    padding: 12px 10px;
    width: 60%;
    border: 2px solid #6c757d;
    font-size: 1.2rem;
    text-align: center;
    color: #6c757d;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

    a.btn01:hover {
        color: #fff;
        background: #6c757d;
        text-decoration: none;
    }

#home a.btn01 {
    width: 23%;
    margin-bottom: 0px;
    font-weight: normal;
}


/* ------------------------------ */
/* home */
/* ------------------------------ */

#home header { /*調整位置圖片上下*/
    margin: 0px;
    min-height: 0px;
    background-color: #fff;
}



#home #newsticker {
}

    #home #newsticker li {
        font-size: 18px;
    }

    #home #newsticker span.news {
        display: inline-block;
        background: #F00;
        color: #FFF;
        font-size: 0.7em;
        padding: 1px 4px;
        margin-right: 10px;
        position: relative;
        top: -2px;
    }

#home article {
    width: 100%;
}

    #home article#s02 {
        width: 100%;
        background: url(../../index/img/img_main_02.jpg) no-repeat center top;
    }

    #home article section {
    }

    #home article #main {
        position: relative;
        margin: 0px;
        width: 100%;
        height: 480px;
        background: url(../../index/img/img_main_01.jpg) no-repeat center center;
        background-size: cover;
    }

        #home article #main h1 {
            position: absolute;
            bottom: 60px;
            width: 100%;
            text-align: center;
        }

#home #interview h1, #home #news h1, #home #newsList h1, #home #reportList h1, .block_11 h1, .block_12 h1, .block_10 h1, .block_9 h1, .block_8 h1 {
    width: 430px;
    margin: 20px auto 40px;
    text-align: center;
    font-size: 1.2rem;
    color: #999;
    font-weight: normal;
    border-left: 5px solid #da291c;
    border-right: 5px solid #da291c;
    font-weight: bold;
}

    #home #interview h1 strong, #home #news h1 strong, #home #newsList h1 strong, #home #reportList h1 strong, .block_11 h1 strong, .block_12 h1 strong, .block_10 h1 strong, .block_9 h1 strong, .block_8 h1 strong {
        display: block;
        font-size: 2.2rem;
        font-weight: normal;
        color: #495057;
        font-weight: bold;
    }

.slideImg {
}

    .slideImg div {
        text-align: center;
    }

        .slideImg div img {
            width: 100%;
            height: auto;
        }

    .slideImg .slick-slide:not(.slick-center) {
        opacity: 0.6;
        transition: 0.2s linear;
    }



#navi {
    margin: 40px auto 0px;
    padding: 0px 0px 40px;
    background-color: #FFF;
}

    #navi ul {
        width: 100%;
        overflow: hidden;
        margin: 0px auto;
        padding: 0px;
        list-style-type: none;
        text-align: center;
    }

        #navi ul li {
            position: relative;
            display: inline-block;
            margin: 1%;
            width: 12%;
            text-align: center;
        }

            #navi ul li a {
                display: inline-block;
                margin: 1%;
                padding: 110px 0% 5%;
                width: 100%;
                color: #505050;
                border: 2px solid #505050;
                border-radius: 20px;
                text-decoration: none;
                background-position: center 20px;
                background-repeat: no-repeat;
                -webkit-transition: 0.5s ease-out;
                -moz-transition: 0.5s ease-out;
                -ms-transition: 0.5s ease-out;
                transition: 0.5s ease-out;
            }

                #navi ul li a strong {
                    font-size: 20px;
                    font-weight: normal;
                }

                #navi ul li a span {
                    position: absolute;
                    top: 14px;
                    left: 16px;
                    font-size: 0.8em;
                    color: #FFF;
                    background: #da291c;
                    padding: 2px 4px;
                    border-radius: 4px;
                }

                #navi ul li a:hover {
                    color: #FFF;
                    background-color: #505050;
                    text-align: center;
                }

            #navi ul li:nth-of-type(1) a {
                background-image: url(../img/d1.png);
            }

                #navi ul li:nth-of-type(1) a:hover {
                    background-image: url(../img/d1o.png);
                }

            #navi ul li:nth-of-type(2) a {
                background-image: url(../img/d2.png);
            }

                #navi ul li:nth-of-type(2) a:hover {
                    background-image: url(../img/d2o.png);
                }

            #navi ul li:nth-of-type(3) a {
                background-image: url(../img/d5.png);
            }

                #navi ul li:nth-of-type(3) a:hover {
                    background-image: url(../img/d5o.png);
                }

            #navi ul li:nth-of-type(4) a {
                background-image: url(../img/d3.png);
            }

                #navi ul li:nth-of-type(4) a:hover {
                    background-image: url(../img/d3o.png);
                }

            #navi ul li:nth-of-type(5) a {
                background-image: url(../img/d7.png);
            }

                #navi ul li:nth-of-type(5) a:hover {
                    background-image: url(../img/d7o.png);
                }

            #navi ul li:nth-of-type(6) a {
                background-image: url(../img/dn.png);
            }

                #navi ul li:nth-of-type(6) a:hover {
                    background-image: url(../img/dno.png);
                }

#interview {
    padding: 0px 0px 0px;
    background: url(../../common/img/gallery.png) center top no-repeat;
    background-size: cover;
}

    #interview ul {
        overflow: hidden;
        margin: 0px 0px 0px;
        padding: 0px 35px 1px;
        list-style-type: none;
    }

        #interview ul li {
            position: relative;
            float: left;
            margin: 0px;
            padding: 0px 0px;
            width: 33%;
            margin: 0px;
            height: 300px;
        }

            #interview ul li > span, #news ul li > span.iconNew, #report ul li > span.iconNew {
                position: absolute;
                /*padding:8px;*/
                color: #FFF;
                background: #ffa800;
                z-index: 0 !important;
                padding: 0px !important;
                border-radius: 50%;
                width: 40px !important;
                min-width: 40px !important;
                line-height: 40px;
                text-align: center;
                font-size: 0.9rem;
                top: 10px !important;
                left: 10px !important;
            }

            #interview ul li:first-child {
                /*width:34%;*/
            }

            #interview ul li:nth-last-child(6) {
                background: url(../../../data/gallery/19.jpg) no-repeat center 20%;
                -moz-background-size: cover;
                background-size: cover;
                width: 34%;
            }

            #interview ul li:nth-last-child(5) {
                background: url(../../../data/gallery/20.jpg) no-repeat center 20%;
                -moz-background-size: cover;
                background-size: cover;
            }

            #interview ul li:nth-last-child(4) {
                background: url(../../../data/gallery/21.jpg) no-repeat center 20%;
                -moz-background-size: cover;
                background-size: cover;
            }

            #interview ul li:nth-last-child(3) {
                background: url(../../../data/gallery/08.jpg) no-repeat center 20%;
                -moz-background-size: cover;
                background-size: cover;
                width: 34%;
            }

            #interview ul li:nth-last-child(2) {
                background: url(../../../data/gallery/07.jpg) no-repeat center 20%;
                -moz-background-size: cover;
                background-size: cover;
            }

            #interview ul li:nth-last-child(1) {
                background: url(../../../data/gallery/10.jpg) no-repeat center 20%;
                -moz-background-size: cover;
                background-size: cover;
            }



            #interview ul li a:hover {
                opacity: 0.9;
                -webkit-opacity: 0.9;
                -moz-opacity: 0.9;
            }

            #interview ul li a {
                display: block;
                width: 100%;
                height: 100%;
                padding-top: 53px;
                background: #FFF;
                font-size: 0.8rem;
                color: #da291c;
                text-align: center;
                text-decoration: none;
                opacity: 0;
                -webkit-opacity: 0;
                -moz-opacity: 0;
                -webkit-transition: opacity 0.5s ease-out;
                -moz-transition: opacity 0.5s ease-out;
                -ms-transition: opacity 0.5s ease-out;
                transition: opacity 0.5s ease-out;
            }

                #interview ul li a span {
                    display: inline-block;
                    padding-top: 20px;
                    font-size: 1rem;
                    color: #555;
                }



            #interview ul li em span {
                font-size: 0.8em;
            }




#news, #report {
    padding: 0px 0px 40px;
    background-color: #FFF;
}

    #news ul, #report ul {
        overflow: hidden;
        margin: 0px auto;
        padding: 0px;
        width: 992px !important;
        list-style-type: none;
        text-align: left;
    }

        #news ul li, #report ul li {
            position: relative;
            overflow: hidden;
            display: inline-block;
            margin: 0px 20px 20px;
            padding: 0px;
            width: 287px;
            height: 306px;
            cursor: pointer;
            background-position: center center;
            background-repeat: no-repeat;
            -moz-background-size: 100% 100%;
            background-size: 100% 100%;
            transition: 0.3s ease-in;
            -webkit-transition: 0.3s ease-in;
            -moz-transition: 0.3s ease-in;
        }

            #news ul li.active, #report ul li.active {
                -moz-background-size: 110% 110%;
                background-size: 110% 110%;
            }

            #news ul li > span, #report ul li > span {
                display: block;
                position: absolute;
                right: 0px;
                top: 0px;
                z-index: 100;
                text-align: center;
                min-width: 80px;
                padding: 4px 0px;
                color: #FFF;
                font-size: 0.8rem;
            }

                #news ul li > span.c01, #report ul li > span.c01 {
                    background: #F00;
                }

                #news ul li > span.c02, #report ul li > span.c02 {
                    background: #6BB72D;
                }

            #news ul li a, #report ul li a {
                position: absolute;
                left: 0px;
                bottom: 0px;
                margin: 0px;
                padding: 10px 0px 0px;
                width: inherit;
                height: 100px;
                font-size: 0.9rem;
                background-color: rgba(255,255,255,0.70);
                transition: 0.3s ease-in;
                -webkit-transition: 0.3s ease-in;
                -moz-transition: 0.3s ease-in;
                text-align: center;
            }

                #news ul li a span, #report ul li a span {
                    display: block;
                    font-size: 1rem;
                }

                #news ul li a:hover, #news ul li.active a, #report ul li a:hover, #report ul li.active a {
                    padding: 120px 0px 0px;
                    height: 200px;
                    background-color: rgba(255,255,255,0.90);
                }






#newsList ul li a, #reportList ul li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #495057;
    font-size: 18px;
    left: 0%;
    position: relative;
}

    #newsList ul li a:hover, #reportList ul li a:hover {
        background: #FFF;
        text-align: left;
    }

    #newsList ul li a span, #reportList ul li a span {
        padding-left: 250px;
        color: #495057;
    }


/* ------------------------------ */
/* company */
/* ------------------------------ */

#company section, #ScInstitution section {
    overflow: hidden;
    margin: 0px 75px 40px 25%;
    width: 65%;
    text-align: left;
}

    #company section .col2, #ScInstitution section .col2 {
        margin-top: 0px;
        overflow: hidden;
    }

        #company section .col2 div:nth-child(1), #ScInstitution section .col2 div:nth-child(1) {
            float: left;
            width: 48%;
        }

        #company section .col2 div:nth-child(2), #ScInstitution section .col2 div:nth-child(2) {
            float: right;
            width: 48%;
        }

#company .side, #ScInstitution .side {
}

    #company .side img, #ScInstitution .side img {
        float: right;
        margin: 0px 20px 40px 40px;
    }

#company section .photo, #ScInstitution section .photo {
    margin-bottom: 40px;
    text-align: left;
}

    #company section .photo img, #ScInstitution section .photo img {
        width: 94%;
        height: auto;
    }

#company section .photo, #ScInstitution section small {
    display: block;
    margin-top: 5px;
}

#company section p, #ScInstitution section p {
    overflow: hidden;
    line-height: 1.8;
    text-align: left;
}

#company p img.left, #ScInstitution p img.left {
    float: left;
    margin: 0px 60px 40px 0px;
    min-width: 300px;
    width: 40%;
    height: auto;
}

#company p img.right, #ScInstitution p img.right {
    float: right;
    margin: 0px 0px 60px 60px;
}

#company section .business {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #DDD;
    border-top: 2px solid #0047B6;
}

    #company section .business h3 {
        margin: 0px;
    }

    #company section .business strong {
        display: block;
        font-size: 1.1rem;
        margin-bottom: 20px;
    }

    #company section .business span {
        font-size: 0.8em;
    }

    #company section .business img.left {
        margin: 0px 30px 30px 0px;
    }

    #company section .business .btn01 {
        margin: 20px auto;
    }

#company section table {
    width: 100%;
    text-align: left;
    border: none;
}

#company section table1 {
    width: 100%;
    text-align: left;
    border: none;
}

#company section1 table {
    width: 100%;
    text-align: left;
    border: none;
}

#company div table {
    margin: 0px 75px 40px 26%;
}

#company section table th, #company section table td {
    padding: 10px;
    border: none;
    text-align: center;
}

#company section table1 th, #company section table1 td {
    padding: 10px;
    border: none;
    text-align: center;
}

#company div table th, #company div table td {
    padding: 10px;
    text-align: center;
}

#company section table th {
    background: #FFF;
    text-align: right;
}

#company section table1 th {
    background: #FFF;
    text-align: right;
}

#company div table th {
    background: #FFF;
    text-align: right;
}

#company section table td {
    height: 70px;
}

#company section table1 td {
    height: 70px;
}

#company section table td {
    height: 70px;
}

#company section table1 td {
    height: 70px;
}

#company section table tbody tr:nth-child(odd) td:nth-child(n + 3) {
    text-align: right;
}

#company section table tbody tr:nth-child(even) td:nth-child(n + 2) {
    text-align: right;
}

#company section table1 tbody tr:nth-child(odd) td:nth-child(n + 3) {
    text-align: right;
}

#company section table1 tbody tr:nth-child(even) td:nth-child(n + 2) {
    text-align: right;
}

#company div table tbody tr:nth-child(odd) td:nth-child(n + 3) {
    text-align: right;
}

#company div table tbody tr:nth-child(even) td:nth-child(n + 2) {
    text-align: right;
}

#company .conpanyInfo {
    text-align: center;
}

    #company .conpanyInfo dl {
        display: inline-block;
        margin: 20px 1%;
        width: 25%;
        min-width: 190px;
        vertical-align: top;
    }

    #company .conpanyInfo dt, #company .conpanyInfo dd {
        margin: 0px;
        padding: 4px;
    }

    #company .conpanyInfo dt {
        padding-top: 120px;
        text-align: center;
        border-bottom: 1px solid #DDD;
    }

    #company .conpanyInfo dl:nth-child(1) dt {
        background: url(../../../data/img/company1.png) no-repeat center top;
    }

    #company .conpanyInfo dl:nth-child(2) dt {
        background: url(../../../data/img/employee1.png) no-repeat center top;
    }

    #company .conpanyInfo dl:nth-child(3) dt {
        background: url(../../../data/img/sale1.png) no-repeat center top;
    }

    #company .conpanyInfo dd {
        text-align: center;
        font-size: 0.8rem;
    }

        #company .conpanyInfo dd strong {
            display: block;
            font-size: 1.3rem;
            font-weight: normal;
        }



/* ------------------------------ */
/* interview */
/* ------------------------------ */
#newsList ul, #reportList ul {
    width: 80%;
    min-width: 80%;
    margin: 0px auto 80px;
    padding: 0px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    list-style-type: none;
    text-align: left;
}

    #newsList ul li, #reportList ul li {
        margin: 0px;
        padding: 0px;
        border-bottom: 1px dotted #DDD;
        font-size: 1.1em;
    }

        #newsList ul li a:hover, #reportList ul li a:hover {
        }

        #newsList ul li a span, #reportList ul li a span {
            padding-left: 0px;
        }

}

#scNews .info .date {
    float: right;
    width: 200px;
    margin: 0px;
    text-align: center;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    letter-spacing: 4px;
}

#scNews h1 {
    margin: 20px 0px 40px;
    font-size: 1.8rem;
    font-weight: normal;
}

#scNews h2 {
    margin: 80px 0px 20px;
    border: none;
    font-size: 1.2rem;
    padding: 0px;
    color: #000;
}

#scNews p {
    font-size: 1.2rem;
    line-height: 1.8;
}

    #scNews p.photo {
        text-align: center;
        margin: 0px 0px 40px;
    }

    #scNews p.graph img {
        margin-top: 20px;
    }

#scNews ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    #scNews ul li {
        display: block;
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 20px 0px;
        text-align: left;
        border-bottom: 1px solid #DDD;
    }

        #scNews ul li:first-child {
            border-top: 1px solid #DDD;
        }

#SC_NEWS aside ul {
}

    #SC_NEWS aside ul li {
        position: relative;
    }

        #SC_NEWS aside ul li span.time {
            position: absolute;
            top: 20px;
            left: 20px;
            margin: 0px;
            padding: 0px;
            min-height: 30px;
        }

        #SC_NEWS aside ul li span.ctg {
            position: absolute;
            top: 20px;
            right: 20px;
            padding: 2px 0px;
            color: #FFF;
            font-size: 0.6rem;
            min-width: 60px;
            text-align: center;
            z-index: 100;
        }

        #SC_NEWS aside ul li.c01 span.ctg {
            background: #F00;
        }

        #SC_NEWS aside ul li.c02 span.ctg {
            background: #6BB72D;
        }

        #SC_NEWS aside ul li a {
            padding-top: 50px;
        }

#SC_NEWS table {
    margin-bottom: 40px;
    width: 100%;
}

    #SC_NEWS table th, #SC_NEWS table td {
        padding: 20px;
        border: 1px solid #DDD;
    }

    #SC_NEWS table th {
        background: #F7F7F7;
        letter-spacing: 1px;
    }

    #SC_NEWS table td {
    }

#SC_NEWS p.photo2Col {
    overflow: hidden;
    padding: 2%;
}

    #SC_NEWS p.photo2Col img {
        display: block;
        width: 46%;
        max-width: 700px;
        height: auto;
    }

        #SC_NEWS p.photo2Col img:nth-of-type(1) {
            float: left;
        }

        #SC_NEWS p.photo2Col img:nth-of-type(2) {
            float: right;
        }

/* menu */
aside {
    float: left;
    margin-top: 10px;
    margin-left: 4%;
    width: 18%;
}

    aside ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        border: 1px solid #DDD;
    }

        aside ul li {
            margin: 0px;
            padding: 0px;
            border-bottom: 1px dotted #DDD;
            font-size: 18px;
        }

            aside ul li:last-child {
                border: none;
            }

            aside ul li a {
                display: block;
                padding: 20px;
                -webkit-transition: 0.2s ease-out;
                -moz-transition: 0.2s ease-out;
                -ms-transition: 0.2s ease-out;
                transition: 0.2s ease-out;
            }

                aside ul li a:hover {
                    background: #d3d3d3;
                    color: #444444;
                    font-size: 18px;
                    text-align: center;
                }

            aside ul li.on a {
                background: #d3d3d3;
                color: #444444;
            }

    aside.fixed {
        position: fixed;
        top: 120px;
        margin-left: 4%;
        z-index: 1;
    }

    aside.fixedEnd {
        position: absolute;
        z-index: 1;
    }

#portamento_container {
    float: right;
    position: relative;
}

    #portamento_container .floatPanel {
        float: none;
        position: absolute;
    }

        #portamento_container .floatPanel.fixed {
            position: fixed;
        }

#sigInterview #mainImg .postDate, .postDate {
    display: block;
    margin-top: 20px !important;
    padding: 0px !important;
    text-align: right !important;
    font-size: 0.8rem !important;
    color: #666 !important;
}

@media (max-width : 1920px ) {
    .video-container {
        top: 80px;
    }
}

@media (max-width : 1440px ) {

    .video-container {
        top: 50px;
    }

    #title1 {
        padding-top: 0px;
    }

    #title h1 {
        margin: 0px;
    }

    #title ul {
    }

    #title1 ul {
    }
}

br.sp {
    display: none;
}

header .drawer-hamburger1 {
    display: block;
    margin-top: -24px;
}

@media (max-width : 1200px ) {

    .video-container {
        top: 30px;
    }
}


@media (max-width : 880px) {
    .video-container {
        top: 0px;
    }
}


@media (max-width: 640px) {

    html, body {
        font-size: 18px;
    }

    #home #interview h1, #home #news h1, #home #newsList h1, #home #reportList h1, .block_11 h1, .block_12 h1, .block_10 h1, .block_9 h1, .block_8 h1 {
        width: 299px;
    }

    .menu-item ~ input:checked ~ .dropdown {
        width: 120px;
        top: 55px;
        line-height: 45px;
        left: -17px;
    }

    .video-container {
        top: 0px;
    }


    h2 {
        margin-top: 0px;
        font-size: 1.4rem;
    }

    header .dropbtn {
        background-color: rgba(0, 0, 0, 0);
        color: white;
        padding: 3px;
        width: 48px;
        font-size: 12px;
        border: none;
        cursor: pointer;
    }


    header {
        margin: 0 0 0px;
    }

        header #site {
            border-bottom: none;
            border-top: 3px solid #da291c;
        }

            header #site p:nth-child(1) {
                position: static;
                width: auto;
                padding: 0px 0px;
                text-align: center;
                height: 32px;
            }

            header #site p:nth-child(2) {
                position: static;
                width: auto;
                background: #444444;
                text-align: center;
                padding: 3px;
                height: 50%;
            }

    #company div table {
        margin: 0px 2% 10%;
    }

    header #site.fixed p:nth-child(2) {
        /* display: none; */
    }

    header #site p:nth-child(2) span {
        position: static;
        display: inline;
        font-size: 18px;
    }

    header #pList {
        display: none;
    }

    header .drawer-hamburger {
        display: block;
        margin-top: -2px;
    }

    header .drawer-hamburger1 {
        display: block;
        margin-top: -4px;
        right: 59px;
    }

    #newsList ul li a, #reportList ul li a {
        display: contents;
        padding: 15px;
        text-decoration: none;
        color: #495057;
    }

    aside {
        display: none;
    }

    #title {
        padding-top: 0px;
        margin-bottom: 30px;
    }

        #title h1 {
            font-size: 1rem;
            background-position: -30px 0px;
            padding-left: 90px;
        }

            #title h1 strong {
                font-size: 2rem;
            }

        #title ul {
            display: none;
        }

    #title1 h1 {
        font-size: 1rem;
        background-position: -30px 0px;
        padding-left: 90px;
    }

        #title1 h1 strong {
            font-size: 2rem;
        }

    #title1 ul {
        display: none;
    }

    #company section p, #ScInstitution section p, #people section p, #sigInterview #story p, #scNews p {
        font-size: 1.1rem;
    }



    /* company */
    #company section, #ScInstitution section {
        width: auto;
        margin: 0 5% 10%;
    }

    #company .conpanyInfo {
        overflow: hidden;
        margin: 40px 0px 20px;
    }

        #company .conpanyInfo dl {
            display: block;
            float: left;
            margin: 0 3.5% 0 0;
            width: 31%;
            min-width: 31%;
        }

            #company .conpanyInfo dl:last-of-type {
                margin: 0;
            }

            #company .conpanyInfo dl dt {
                font-size: 18PX;
            }

            #company .conpanyInfo dl dd strong {
                font-size: 1rem;
            }

    a.btn01 {
        width: 80%;
        margin-bottom: 0;
    }

    #pic {
        width: 300px;
        height: 400px;
        overflow: hidden;
        position: relative;
    }
    /* news・report */
    #scNews {
        width: 90%;
        margin: 0 5% 10%;
    }

        #scNews p.graph img {
            width: 100%;
            height: auto;
        }

        #scNews p.photo img {
            width: 100%;
            height: auto;
        }

    /*  Institution */

    #ScInstitution .tbl01 tbody td:nth-child(1), #ScInstitution .tbl02 tbody td:nth-child(1) {
        white-space: normal;
    }

    #ScInstitution .tbl01 tbody td:nth-child(2), #ScInstitution .tbl02 tbody td:nth-child(2) {
        white-space: normal;
    }

    #company section .col2 div:nth-child(1),
    #ScInstitution section .col2 div:nth-child(1),
    #company section .col2 div:nth-child(2),
    #ScInstitution section .col2 div:nth-child(2) {
        float: none;
        width: 100%;
    }

    #ScInstitution section table {
    }

        #ScInstitution section table thead {
            display: none;
        }

        #ScInstitution section table tr:first-of-type th:nth-of-type(2), #ScInstitution section table tr:first-of-type th:nth-of-type(3) {
            display: block;
            float: left;
            width: 50% !important;
            margin-bottom: 10px;
        }

        #ScInstitution section table tr td {
            display: block;
            height: auto;
        }

            #ScInstitution section table tr td:first-of-type {
                clear: both;
                width: 100% !important;
                text-align: center;
                height: auto;
                margin-top: 30px;
                background: #F7F7F7;
                border-bottom: none;
            }

        #ScInstitution section table tbody tr:first-of-type td:first-of-type {
            margin-top: 0px;
        }

        #ScInstitution section table tr td:nth-of-type(2), #ScInstitution section table tr td:nth-of-type(3) {
            float: left;
            width: 50% !important;
        }

        #ScInstitution section table tr td:nth-of-type(3) {
            border-left: none;
        }

            #ScInstitution section table tr td:nth-of-type(2):before, #ScInstitution section table tr td:nth-of-type(3):before {
                display: block;
                width: 100%;
                padding: 5px;
                border-bottom: 1px dotted #BBB;
                white-space: pre;
                text-align: center;
                margin-bottom: 10px;
                font-size: 0.8rem;
            }

        #ScInstitution section table tr td:nth-of-type(4) {
            display: none;
        }

        #ScInstitution section table.tbl01 tr[data-link] td:nth-of-type(4) {
            clear: both;
            display: block;
            border: none;
            margin: 0;
            padding: 20px 0 0;
        }

            #ScInstitution section table.tbl01 tr[data-link] td:nth-of-type(4) a {
                display: block;
                margin: auto;
                padding: 10px;
                width: 60%;
                text-align: center;
                border: 1px solid #0047B6;
                border-radius: 4px;
                font-size: 0.9em;
            }
    /* top */
    #home #newsticker li {
        font-size: 0.9rem;
    }

        #home #newsticker li a em {
            font-size: 1rem;
        }


    #navi ul {
        overflow: hidden;
    }

        #navi ul li {
            float: none;
            width: 40%;
            margin: 1%;
            margin-left: 5%;
            font-size: 1.8rem;
        }

            #navi ul li:last-of-type {
                margin-right: 1%;
            }

            #navi ul li a {
                margin: 0;
                padding-top: 90px;
            }

                #navi ul li a strong {
                    font-size: 1.3rem;
                }

                #navi ul li a span {
                    top: 6px;
                    left: 6px;
                    font-size: 0.7em;
                }


    #interview ul li {
        width: 48% !important;
        height: 150px;
        left: 5px;
        margin: 2px;
    }

    #home a.btn01 {
        width: 80%;
    }

    #newsList ul, #reportList ul {
    }

    #newsList ul, #reportList ul {
        min-width: 96%;
        margin-left: auto;
        margin-right: auto;
        line-height: 35px;
    }

        #newsList ul li, #reportList ul li {
            font-size: 0.9rem;
        }

            #newsList ul li a span, #reportList ul li a span {
                display: block;
                font-size: 18px;
                padding: 0px;
                text-align: left;
            }

    footer {
        padding: 0px;
    }

        footer ol li {
            display: inline-block;
            width: 20%;
            min-width: auto;
            margin: 1%;
        }

            footer ol li:last-of-type {
                display: inline-block;
            }

            footer ol li a {
                padding-top: 50%;
                background-position: center 25% !important;
                background-size: 30% !important;
            }

            footer ol li:nth-of-type(n+2) a {
                background-size: 40% !important;
                background-position: center 20% !important;
            }


        footer ul {
            margin: 0px;
            padding: 0px;
            border-top: 1px solid #BBB;
        }

            footer ul li {
                display: block;
                padding: 0px;
                text-align: left;
                border-left: none !important;
                border-right: none !important;
                border-top: 1px dotted #666;
                font-size: 1rem;
            }

                footer ul li:first-of-type {
                }

                footer ul li a {
                    display: block;
                    padding: 20px 30px;
                }

                footer ul li a {
                    position: relative;
                    vertical-align: middle;
                    text-decoration: none;
                }

                    footer ul li a::before,
                    footer ul li a::after {
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        margin: auto;
                        content: "";
                        vertical-align: middle;
                    }

                    footer ul li a::before {
                        left: 15px;
                        width: 4px;
                        height: 4px;
                        border-top: 1px solid #FF8B00;
                        border-right: 1px solid #FF8B00;
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                    }


    .spPhotoSizeL {
        width: 80% !important;
    }

    .spPhotoSizeM {
        width: 60% !important;
    }

    .spPhotoSizeS {
        width: 40% !important;
    }


    br.sp {
        display: block;
    }
}
