@media only screen and (max-width: 920px) {
	.testH01 {
		font-size: 25px;
		margin-top: 10px;
	}
	
	.testH02 {
		font-size: 25px;
	}
	
	.content01 {
		flex-direction: column;
		margin-top: 10px;
		margin-bottom: 10px;
	}	
	
	.divImg01 {
		width: 90%;
		margin: auto;
	}
	
	.content02{
		flex-direction: column;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.divtext01{
		width: 100%;
		font-size: 20px;
	}
	
	.btPOV{
		font-size: 20px;
	}
	
	.linkPOV_2{
		width:33.33%;
	}
	
	.linkPOV_3{
		font-size:20px;
	}
	
	.divBGFooter {
		font-size:14px;
	}
	
	h3{
		font-size: 20px;
	}
	
	.nav-link > a{
		font-size: 20px;
	}
}