
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	/* ==============================================================
     *
     * common
     *
     * ============================================================== */
    
    #sec_main_wrap{
		background:url("../img/mv_bg_sp.jpg") no-repeat top center;
		background-size:cover;
	}
    
	/* ==============================================================
     *
     * terms
     *
     * ============================================================== */
     
     
	
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
    
    
    #sec01{
		width: 100%;
		padding: 80px 0 30px;
	}
	
	#sec01 .wrapper{
		padding: 0 10%;
	}
	
	#sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: 1px;
	}



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

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

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

	#sec02 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: 1px;
		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 10%;
		margin: 0 0 20px;
	}
	
	#sec02 .dl_wrap a{
		display: block;
	}

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

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

	
	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width:413px) {
	
}