@charset "utf-8";

@media screen and (min-width : 769px) {

    #contents_area {
        color: #3E3A39;
    }

    /* ------------------------------------------------------------
    *
        #lnav_wrap
    *
    ------------------------------------------------------------ */
    #lnav_wrap .logo {
        padding: 40px 0 10px;
        text-align: center;
    }

    #lnav_wrap .logo img {
        width: 190px;
    }

    #lnav {
        position: relative;
        width: 100%;
        height: 60px;
        min-height: 60px;
        background-color: #F7F8F8;
        z-index: 3;
    }

    #lnav.fixed {
        position: fixed;
        top: 0;
    }

    #lnav .lnav_inner {
        position: relative;
        margin: 0 auto;
        width: 980px;
        text-align: center;
    }

    #lnav ul {
        float: right;
        padding: 23px 0;
    }

    #lnav .lnav_logo {
        float: left;
        padding: 18px 0;
        width: 178px;
    }

    #lnav .lnav_logo img {
        max-width: 100%;
    }

    #lnav ul li {
        float: left;
        margin: 0 15px;
        font-size: 15px;
        font-weight: bold;
        box-sizing: border-box;
    }

    #lnav ul li a {
        padding-bottom: 3px;
        color: #595757;
    }

    #lnav ul li a.active {
        border-bottom: 2px solid #C30D23;
    }

    #lnav ul li a.current {
        border-bottom: 2px solid #C30D23;
    }

    /* ------------------------------------------------------------
    *
        .c-floating-banner
    *
    ------------------------------------------------------------ */
    .c-floating-banner {
        width: 196px;
        padding: 0;
        position: fixed;
        top: 50%;
        right: 0;
        text-align: center;
        border-right: none;
        transform: translate(0, -50%);
        transition-duration: 0.4s;
        transition-property: transform, bottom;
        transition-timing-function: ease;
        z-index: 100;
    }

    .c-floating-banner.is-show {
        transform: translate(0, -50%);
    }

    .c-floating-banner .c-floating-banner-img {
        display: block;
    }

    .c-floating-banner .c-floating-banner-img img {
        max-width: 100%;
    }



    /* ------------------------------------------------------------
    *
        .section
    *
    ------------------------------------------------------------ */
    .section {
        margin-bottom: 0;
        color: #595757;
        background-color: #fff;
    }

    .section h2 {
        margin-bottom: 45px;
        color: #595757;
        font-size: 29px;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }

    .section h3 {
        padding: 0;
    }

    .section_column {
        margin-bottom: 50px;
        width: 980px;
        font-size: 15px;
        line-height: 1.5em;
        overflow: inherit;
    }

    .bg_gray {
        background-color: #EFEFEF;
    }

    .section .bd_caution {
		display: inline-block;
		padding: 4px 9px;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.5em;
		border: 1px solid #c9caca;
	}




    /* ------------------------------------------------------------
    *
        #about
    *
    ------------------------------------------------------------ */

	#sec_about {
		margin-bottom: 150px;
	}

    .column_ab {
        margin-top: 25px;
    }

    .section_column.column_ab .col_left {
        width: 498px;
    }

    .section_column.column_ab .col_left h2 {
        padding: 78px 0 0;
        margin-bottom: 40px;
        text-align: left;
    }

    .column_ab .col_left h2 img {
        width: 208px;
    }

    .column_ab .desc {
        font-size: 17px;
        line-height: 1.9em;
    }

    .column_ab .ab_box {
        position: relative;
        margin: 65px 0 0;
        padding: 15px 20px;
        width: 455px;
        font-size: 16px;
        background-color: #efefef;
        box-sizing: border-box;
    }

    .column_ab .ab_box .ico_mark {
        position: absolute;
        top: -15px;
        left: -18px;
    }

    .column_ab .ab_box .ico_mark img {
        width: 80px;
    }

    .column_ab .ab_box .ab_copy {
        padding: 0 0 10px 60px;
        font-size: 19px;
        line-height: 1.55em;
        border-bottom: 1px solid #787878;
    }

    .column_ab .caution {
        padding: 6px 0 0;
        font-size: 11px;
        line-height: 1.6em;
    }

    .section_column.column_ab .col_right {
        width: 482px;
    }
    .section_column.column_ab .col_right .pic img {
        position: relative;
        right: -20px;
        width: 550px;
    }

    .section .h_tit {
        position: relative;
        padding-bottom: 15px;
        border-bottom: 3px solid #a0cdbe;
    }


    .tab_nav {
        position: absolute;
        top: 5px;
        right: 0;
    }

    .tab_nav li {
        float: left;
        cursor: pointer;
        color: #9FA0A0;
    }
    .tab_nav li span {
        display: inline-block;
        padding: 3px 30px 0;
        font-size: 23px;
        line-height: 1.2;
        border-right: 1px solid #C9CACA;
    }

    .tab_nav li.current {
        color: #595757;
    }

    .tab_nav li.current::after {
        position: relative;
        content: "";
        display: block;
        margin: 10px auto 0;
        width: 40px;
        height: 3px;
        background-color: #C30D23;
    }

    .tab_nav li:last-child span {
        border-right: none;
    }

    .tab_content {
        display: none;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .tab_content.current {
        display: block;
    }

    .tab_content .pic {
        margin-bottom: 120px;
    }

    .tab_content .pic img {
        max-width: 100%;
    }

    .section .sec_desc {
        font-size: 15px;
        line-height: 1.9em;
    }

    #sec_about .owner_bnr {
        margin: -30px 0 -50px;
    }

    #sec_about .owner_bnr img {
        width: 455px;
    }



    /* ------------------------------------------------------------
    *
        #search
    *
    ------------------------------------------------------------ */


    #search {
        margin-bottom: 0;
        padding: 40px 0;
        font-size: 15px;
        text-align: center;
        line-height: 1.6;
    }

    #search .search_txt img {
        width: 519px;
    }

    .search_btn {
        margin-top: 20px;
        text-align: center;
    }

    .search_btn img {
        width: 458px;
    }


}
