@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
green  #00BEA5   0,190,165
light  #A6E8DF 166,232,223
-----------------------------------------------*/

/*-----------------------------------------------
  title
-----------------------------------------------*/
#drone .title {
background-image: url("../img/title_bg.jpg");
}
#asbestos .title_head::after {
content: "";
}
@media screen and (max-width: 800px) {
}


/*-----------------------------------------------
  special
-----------------------------------------------*/
#drone .grid {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
#drone .grid .photo {
width: 250px;
}
#drone .grid .text {
width: calc(97.5% - 250px);
}
#drone .grid .list li {
margin: 0.25em 0;
padding-left: 1em;
text-indent: -1em;
}

@media screen and (max-width: 800px) {
	#drone .grid {
	display: block;
	}
	#drone .grid .photo {
	width: 60%;
	margin: auto;
	}
	#drone .grid .text {
	margin-top: 4%;
	width: 100%;
	}
}
