
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {
	
    
    /* ==============================================================
     *
     * common
     *
     * ============================================================== */
    
    #sec_main_wrap:before{
		content: "";
        display: block;
        width: 100%;
        height: 300px;
        background:url("../../../img/main_bg2.png") no-repeat top center;
        position: absolute;
        top: 0;
        left: 50%;
        transform:translate(-50%, 0);
	}

	#sec_main_wrap{
		width:100%;
		height: 300px;
		margin: 100px 0 0;
		position: relative;
	}

	#sec_main_wrap .bg_grade{
		width: 64vw;
		height: 228px;
		background: url("/img/bg_c2.png") repeat;
		background-size: 100% auto;
		position: absolute;
		bottom: 0;
		right:0;
		z-index: -1;
	}

	#sec_main_wrap #copy_box{
		position: absolute;
		top: 54%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 1000px;
	}


	
    

    
	/* ==============================================================
     *
     * library_c
     *
     * ============================================================== */
     
     .library_c{
         background: url("/global/img/body_bg.jpg") no-repeat;
         background-position-x: center;
         background-position-y: 188px;
     }

     .box01{
		width: 290px;
		position:absolute;
		left: -90px;
		top: 250px;
     }
    
     .box02{
		width:230px;
		position:absolute;
		right:-20px;
		top: 180px;
     }
		
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
	
	
	#sec01{
		width: 100%;
		padding: 50px 0 160px;
		position:relative;
	}

	#sec01 .wrapper{
		width:900px;
	}
	
    
    /* --------------------------------------------------------------
 	   XJ
	----------------------------------------------------------------- */
    
    .is-category-library .c-bgColorGray {
        margin-bottom: 60px;
    }

    .is-category-library .c-bgColorGray:last-of-type {
        margin-bottom: 0;
    }

    .c-library-list-title {
    	font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.6rem;
		letter-spacing: 3px;
		color:#005292;
		padding:60px 0 20px;
    }

    .e-title{
    	font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.8rem;
		letter-spacing: 2px;
		margin:10px 0 5px;
		color:#83a3bc;
    }

    .c-library-list-items {
        margin: 0 0 30px;
        border-bottom: 1px solid #a0aab3;
    }

    .c-library-list-item {
    	font-family: 'Noto Sans JP', sans-serif;
        font-weight:400;
        font-size: 1.5rem;
        line-height: 1.5;
        width: 100%;
        padding: 0;
        list-style: none;
        display: table;
        border-top: 1px dotted #a0aab3;
    }

    .c-library-list-item:first-child {
        border-top: 1px solid #a0aab3;
    }

    .c-library-list-item:before {
        content: attr(data)'';
        white-space: nowrap;
        font-family: 'Roboto', sans-serif;
		font-weight:600;
        width: 7em;
        display: table-cell;
    }

    .c-library-list-item.is-time-none:before {
        display: none;
    }

    .c-library-list-item .e-link,
    .c-library-list-item .e-box {
        color: #557bb3;
        display: table-cell;
        padding:30px 0;
        transition: all 0.5s cubic-bezier(0, 0, 0.26, 1) 0s;
    }

    .c-library-list-item .e-link:hover,
    .c-library-list-item .e-box:hover{
        color: #0096d7;
        transform:translate(10px,0);
    }

    .is-category-library.is-result .g-content {
        min-height: 1030px;
    }

    .is-category-library.is-result .c-section {
        margin-bottom: 30px;
    }

    span.u-ir-icon-pdf{
    	display:inline-block;
    	background: url("/global/img/pdf_pc.png") no-repeat 10px 0px;
    	background-size:18px auto;
    	padding: 0 0 0 33px;
    	font-size:1.3rem;
    }
	
	

}



