
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:850px){
	
	/* ============================================================
 	main vi 
	==============================================================*/


	#main_wrap{
		width: 100%;
		height: auto!important;
		position: relative;
		overflow: hidden;
		padding: 88px 0 0;
	}
    

	/* ============================================================
 	section 01
	==============================================================*/

	#sec01{
		padding:0 0 60px;
	}
	#sec01 table {
        margin: 0 auto;
    }

	#sec01 table a{
		color:#1782ba;
		margin:0 0 0 40px;
	}
    

	#sec01 td{
		font-size:1.4rem;
		padding: 16px 5%;
		background-color:#fff;
	}

    th{
    	background-color: #1782ba;
    }


    tr:nth-child(even) th{
    	background-color: rgba(23,130,186,0.8);
    }

    .th_k{
    	background-color: #1782ba!important;
    }

    .th_u{
    	background-color: rgba(23,130,186,0.8)!important;
    }
	tr:nth-child(odd) td {
		background-color: #f5f5f5 !important;
	}
	tr:nth-child(even) td {
		background-color: #fff !important;
	}
    #sec01 .w_td{
    	background-color: #fff !important;
    }

    #sec01 .g_td{
		background-color: #f5f5f5!important;
		border-bottom: 1px solid #fff;
	}



	#sec01 table a:hover{
		color:#97c4ff;
	}

    #sec01 tr th{
    	font-size: 1.3rem;
    	padding: 16px 0;
    	padding: 0 2%;
    }
    
    th{
    	background-color: #1782ba;
    }

    tr:nth-child(odd) th{
    	background-color: #1782ba;
    }

    .th_u{
    	background-color: #1782ba;
    }

    .th_k{
    	background-color: #1782ba!important;
    }

    #sec01 .img_box_01{
        width: 76%;
        margin: 14px 0 0;
    }
    #sec01 .flex li{
        width: 76%;
        margin: 14px 0 0;
    }	
    #sec01 .img_box_05{
        width: 76%;
        margin: 14px 0 0;
    }	
    #sec01 .img_box_07{
        width: 100%;
        margin: 14px 0 0;
    }

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

