@import url(/css/common.css);
@import url(/css/product.css);

/*--------------------
自動粉掛け装置
--------------------*/
main .lead ul {
  width: 20em;
}
main article address p:first-child {
  width: 75%;
}
main article address p:last-child {
  width: 18.22%;
}
main section.contents h3 {
  width: 30%;
  padding-left: 2.5%;
}
main section.reference {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3%;
  padding: 1% 2%;
  font-size: 1.3vw;
  line-height: 1.7;
  border: 1px solid #4b4b4b;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.reference h2 {
  width: 5.5em;
}
main section.reference aside li {
  padding-left: 1em;
  text-indent: -1em;
}
main section.reference aside li:before {
  content: "※";
}
/*-----------------------
Mobile
-----------------------*/
@media screen and (max-width: 559px) {
  main section.contents h3 {
    width: 200px;
    padding-left: 0;
  }
  main section.reference {
    width: auto;
    font-size: 11px;
    line-height: 1.7;
    display: block;
  }
  main section.reference h2 {
    width: auto;
  }
}
