@charset "utf-8";
@import url("global_navigation.css");
@import url('https://fonts.googleapis.com/css?family=Cabin+Condensed:400,600,500,700');

/* =================================================================
上書きCSS
================================================================= */
@media screen and (min-width : 769px) {

    /*------------------------------------------------------------------------------------------
    *
    *
        min-width : 769px
    *
    *
    ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------
    *
        #gnav
    *
    ------------------------------------------------------------ */
    #gnav {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        min-width: 980px;
        height: 100px;
        background: #000;
        text-align: left;
        border-bottom: 1px solid #f00;
        z-index: 100;
    }

    #gnav_inner {
        position: relative;
        width: 980px;
        margin: 0 auto;
    }

    #gnav h1 {
        position: absolute;
        top: 0;
        left: 30px;
        width: 268px;
        height: 52px;
        line-height: 52px;
    }

    #gnav h1 img {
        width: auto;
        height: 18px;
        vertical-align: middle;
    }

    #gnav ul {
        width: auto;
        float: right;
    }

    #gnav ul:after {
        content: '';
        clear: both;
        display: block;
    }

    #gnav ul li {
        position: relative;
        float: left;
        height: 57px;
        line-height: 57px;
        white-space: nowrap;
        transition: background .1s ease;
    }

    #gnav ul li a {
        padding-left: 15px;
        color: #fff;
        font-size: 11px;
        font-family: var(--font-light);
        display: block;
        transition: opacity .1s ease;
    }

    #gnav ul li a:before {
        content: '';
        width: 15px;
        height: 15px;
        display: inline-block;
        line-height: 1em;
        background-image: url(../../common/image_common/parts_ico_detail_red_arrow.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 15px 15px;
        position: relative;
        top: 4px;
        left: 0;
        padding-left: 15px;
    }

    #gnav ul li a:hover {
        opacity: .7 !important;
    }

    /* ------------------------------------------------------------
    *
        #contents_area
    *
    ------------------------------------------------------------ */
    #contents_area {
        position: relative;
        padding-top: 0;
        color: #fff;
        text-align: left;
        overflow: hidden;
    }

    .section {
        clear: both;
        padding: 15px 0 0;
        margin: 0;
        box-sizing: border-box;
        background-color: #000;
        position: relative;
        color: #fff;
    }

    .section:after {
        content: '';
        clear: both;
        display: block;
        width: 0;
    }

    .section .pic_full {
        width: 100%;
        text-align: center;
        position: relative;
    }

    .section h3 {
        margin: 0 0 20px 0;
        padding: 0 0 10px 15px;
        font-size: 38px;
        line-height: 0;
        white-space: nowrap;
        border-bottom: 1px solid #f00;
    }

    .section h3 img {
        width: 507px;
        height: auto;
    }

    .btn_pagetop {
        width: 63px;
        height: 63px;
        background-image: url(../image_common/btn_pagetop.png);
        background-repeat: no-repeat;
        background-size: 63px;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        bottom: 20px;
        right: 20px;
        cursor: pointer;
        transition: opacity .1s ease;
        z-index: 10;
    }

    .btn_pagetop:hover {
        opacity: .7 !important;
    }

    /* ------------------------------------------------------------------------------------------
    *
        manual_info
    *
    ------------------------------------------------------------------------------------------ */
    #manual_info {
        padding: 30px 0;
        letter-spacing: -0.4em;
    }

    #manual_info .column_wrap {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }

    #manual_info .column_wrap:last-child {
        margin-right: 0;
    }

    #manual_info .column_wrap h4 {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
        font-size: 16px;
        border-bottom: 1px solid #818488;
        letter-spacing: normal;
    }

    #manual_info .column_wrap ul {
        display: inline-block;
        vertical-align: top;
    }

    #manual_info .column_wrap ul:last-child {
        margin-right: 0;
    }

    #manual_info .column_wrap li {
        margin: 0 0 7px;
        font-size: 12px;
        font-family: var(--font-light);
        color: #ccc;
        line-height: 1.5;
        transition: all .1s ease;
        letter-spacing: normal;
    }
}
