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

@media (max-width:761px){
	
	/* ==============================================================
     *
     * common
     *
     * ============================================================== */
    
    #sec_main_wrap:before{
		content: "";
		display: block;
		width: 100%;
		height: 400px;
		background: url("../img/main_bg.png") no-repeat;
		background-size: 2800px auto;
		background-position-x: -1247px;
		background-position-y: -41px;
		position: absolute;
		top: 0;
		left: 0;
	}

	#sec_main_wrap #copy_box p{
		font-family: 'Roboto', sans-serif;
		font-weight:600;
		font-size: 5.5rem;
		color:#000;
		line-height: 90%;
		letter-spacing: 0;
		padding:0 0 10px;
		white-space:nowrap;
	}
    
    #sec_main_wrap #copy_box{
		position: absolute;
		top: 38%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
    
	/* ==============================================================
     *
     * privacy
     *
     * ============================================================== */
     
     .privacy{
         background: url("/global/img/body_bg.jpg") no-repeat;
         background-position-x: center;
         background-position-y: 388px;
     }

     .box01{
		width: 32%;
		position:absolute;
		left: -19px;
		bottom: -31px;
	}
    
    .box02{
		width: 20%;
		position:absolute;
		right:-20px;
		top: 39px;
	}
	
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
    
    
    #sec01{
		width: 100%;
		padding: 120px 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;
		padding: 50px 0 12px;
		color:#005292;
	}

	#sec02 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: 0px;
		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;
	}

    
    .info_box{
        border: 1px solid #a4bdd1;
        padding: 30px 10%;
        margin: 30px 0 0;
    }

    .info_box p{
    	padding: 0 0 5px !important;
    }

    .info_box h3{
    	font-family: 'Noto Sans JP', sans-serif;
    	font-weight: 500;
    	font-size: 1.8rem;
    	line-height:100%;
    	padding: 0 0 0 10px;
    	margin: 0 0 20px;
    	border-left: 4px solid #6785d5;
    }

    .info_box .btn_e li{
        list-style: none;
        font-size: 1.5rem;
    }

    .btn a{
    	display:block;
    	font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
    	font-size:1.4rem;
    	color:#005292;
    	transition: all 0.5s cubic-bezier(0, 0, 0.11, 0.99) 0s;
    }


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

    
	
	
}



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

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

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

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