@charset "utf-8";
@media screen and (min-width:0px) {
	
	a {
		text-decoration: none;
		color: inherit;
	}
	
	html{
		scroll-behavior:smooth;
		background-image: url("image/company03.jpg");
  		background-size: cover;
		background-repeat: no-repeat;
	}
	
	
	body {
		font-family: serif;
		color:white;
		font-size: 12px;
  		margin: 0;
	}
	
	.table01{
		width:100%
	}
	
	.td01{
		display: none;
	}
	
	.img01{
		width:10%;
	}
	
	
	
	
}



@media screen and (min-width : 768px ){
	
	html{
		background-image: url("image/company.jpg");
  		background-size: cover;
		background-repeat: no-repeat;
	}
	
	body {
		font-size: 15px;
	}
	
	.td01{
		display: table-cell;
		width:55%;
	}
	
	.img01{
		width:15%;
	}

}


@media screen and (min-width : 960px ){
	
	body {
		font-size: 20px;
	}
	
	.img01{
		width:9%;
	}
	
}