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

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

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


/*-----------------------------------------------
  asbestos
-----------------------------------------------*/
#asbestos .note li {
margin: 0.25em 0;
padding-left: 1em;
text-indent: -1em;
}
#asbestos .note li::before {
content: "※";
}
#asbestos .link {
color: #00BEA5;
text-decoration: underline;
}

#asbestos #file2 {
display: none;
}

