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

@media (min-width: 762px) {
	
    
    /* ==============================================================
     *
     * common
     *
     * ============================================================== */
    
    #sec_main_wrap{
		background:url("../img/mv_bg_pc.jpg") no-repeat top center;
		background-size:cover;
	}
    
    
	/* ==============================================================
     *
     * terms
     *
     * ============================================================== */
     
     
		
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
    
    
    #sec01{
		width: 100%;
		padding: 120px 0 30px;
	}
	
	#sec01 .wrapper{
		width:760px;
	}
	
	#sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		letter-spacing: 2px;
	}



	/* --------------------------------------------------------------
 	   section 02
	----------------------------------------------------------------- */

	#sec02{
		width: 100%;
		padding: 0 0 160px;
		position:relative;
	}

	#sec02 .wrapper{
		width:760px;
	}
	
	#sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.4rem;
		letter-spacing: 3px;
		padding: 50px 0 12px;
		color:#005292;
	}

	#sec02 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: 2px;
		padding:0 0 16px;
	}


	
	

	#sec02 .t_list > li{
		padding: 0 0 10px 20px;
		position:relative;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: 1px;
	}

	#sec02 .t_list > li:before{
		content: "";
		display: block;
		width: 7px;
		height: 7px;
		background:#2991de;
		border-radius:50%;
		position: absolute;
		top: 9px;
		left: 3px;
	}

	#sec02 .dl_wrap{
		background: #e5e5e5;
		padding: 30px 0;
		margin: 0 0 20px;
	}
	
	#sec02 .dl_wrap a{
		display:flex;
		width: 400px;
		justify-content: space-between;
		margin: 0 auto;
	}

	#sec02 .dl_wrap .bnr{
		width: 158px;
		line-height:0;
	}

	#sec02 .dl_wrap p{
		padding:0;
		line-height:100%;
	}
	#sec02 .dl_wrap span{
		display:block;
		padding:5px 0 0;
	}


}



