@charset "UTF-8";

/******************************
common
******************************/
.pagesec .fimgbox{
  width: 45%;
}
.pagesec .ftxtbox{
  width: 50%;
}
.pagesec .ftxtbox p{
  font-size: 1.8rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec .fimgbox{
    width: 40%;
  }
  .pagesec .ftxtbox{
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec .fimgbox{
    margin: 0 auto 2rem;
    width: 80%;
  }
  .pagesec .ftxtbox{
    width: 100%;
  }
  .pagesec .ftxtbox p{
    font-size: 1.6rem;
  }
}

/*****************************
pagesec-collect
*****************************/

/*****************************
pagesec-sorting
*****************************/

/*****************************
pagesec-crushing
*****************************/

/*****************************
pagesec-pelletization
*****************************/

/*****************************
pagesec-sales
*****************************/
.pagesec-sales .contactbnr{
  margin-top: 0;
}