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

@media (min-width: 762px) {
	
    
    /* ==============================================================
     *
     * common
     *
     * ============================================================== */

	#sec_main_wrap{
		background:url("../../img/mv_bg2_pc.jpg") no-repeat top center;
		background-size:cover;
	}
    
    
	/* ==============================================================
     *
     * compliance
     *
     * ============================================================== */
     
     
		
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
	
	.compliance #sec01{
		width: 100%;
		padding: 100px 0 160px;
		position:relative;
	}

	.compliance #sec01 .wrapper{
		width:780px;
	}
	
	.compliance #sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.6rem;
		letter-spacing: 3px;
		color:#005292;
		padding:40px 0 40px;

	}

	.compliance #sec01 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		line-height: 220%;
		font-size: 1.5rem;
		letter-spacing: 2px;
	}
    


}



