@charset "UTF-8";

.pc { display:block; }
.sp { display:none; }	

.page_guide {
	max-width: 760px;
    margin: 4rem auto 3rem;
    width: 90%;
    text-align: justify;
    line-height: 1.8em;
}

.guide {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

#traffic , #event , #drone , #patrol {
	padding-top: 5rem;
}




.guide img {
	width: 465px;
}

.text_l,.text_r {
	width: 465px;
	line-height: 1.6em;
}

.guide_title {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 2rem;
    padding: 10px 15px;
    border-left: 10px solid #004986;
    color: #004986;
    background-color: #F2F2F2;
}

#drone table {
	margin-top: 1rem;
}

#drone .item1 th {
	vertical-align: top;
	width: 90px;
}

#drone .item2 th {
	vertical-align: top;
	width: 295px;
}








@media only screen and (min-width:992px) and (max-width: 1170px){
	
	.guide {
		margin: 0 auto 4rem;
	}	
	
	.guide img {
		width: 100%;
	}

	.text_l,.text_r {
		width: 100%;
	}
	
}



@media only screen and (min-width:580px) and (max-width: 992px){
	
	.page_guide {
		margin: 4rem auto 0;
	}
		
	.guide {
		margin: 0 auto 4rem;
	}	
	
	.guide img {
		width: 100%;
	}

	.text_l,.text_r {
		width: 100%;
	}
	
	.guide_column {
		flex-direction: column;
	}
	.guide_column_reverse {
		flex-direction: column-reverse;
	}
	
	.guide_title {
	    margin-top: 2rem;
	}
	
}



@media only screen and (max-width: 580px){

	.pc { display:none; }
  	.sp { display:block; }

	.page_guide {
		margin: 3rem auto 0;
	}
	
	.guide {
		margin-bottom: 7rem;
	}
	
	.guide img {
		width: 100%;
	}

	.text_l,.text_r {
		width: 100%;
	}
	
	.guide_column {
		flex-direction: column;
	}
	.guide_column_reverse {
		flex-direction: column-reverse;
	}
	
	.guide_title {
	    margin-top: 2rem;
	}
	
	#drone table {
		font-size: 0.9em;
	}

	#drone .item1 th,#drone .item1 td {
		width: 100%;
    	display: block;
    	border-top: none;
	}
	
	#drone .item2 th,#drone .item2 td {
		width: 100%;
    	display: block;
    	border-top: none;
	}
	
}


