@charset "utf-8";
/*################## スマホ縦用　##################*/
@media screen and (min-width: 0px) and (max-width: 480px) {
  #company-01 { /*森田植木について*/
    margin-top: 135px;
    background-image: url("../image/company/bg_company_sp.png");
    background-repeat: no-repeat;
    background-position: top left;
  }
  #company-01-01 {
    width: 98%;
    margin: 0 auto;
    padding-top: 100px;
  }
  #company-01-01 table {
    width: 95%;
    margin: 0 auto;
  }
  #company-01-01 table tr th {
    padding: 10px 0 10px 20px;
    line-height: 1.5;
  }
  #company-01-01 table tr td {
    padding: 10px 0 10px 30px;
  }
  #company-02 {
    width: 95%;
    margin: 30px auto 80px auto;
  }
}
/*################## スマホ横用 #################*/
@media screen and (min-width: 481px) and (max-width: 896px) {
  #company-01 { /*森田植木について*/
    margin-top: 150px;
    background-image: url("../image/company/bg_company_side.png");
    background-repeat: no-repeat;
    background-position: top left;
  }
  #company-01-01 {
    width: 98%;
    margin: 0 auto;
    padding-top: 130px;
  }
  #company-01-01 {
    width: 98%;
    margin: 0 auto;
    padding: 100px 0 50px 0;
  }
  #company-01-01 table {
    width: 400px;
    margin: 0 auto;
  }
  #company-01-01 table tr th {
    padding: 10px 0 10px 30px;
  }
  #company-01-01 table tr td {
    padding: 10px 0 10px 50px;
  }
  #company-02 {
    width: 90%;
    margin: 30px auto 80px auto;
  }
}
/*################## PC用 #################*/
@media print, screen and (min-width:897px) {
  #company-01 { /*森田植木について*/
    margin: 150px 0 50px 0;
    background-image: url("../image/company/bg_company.png");
    background-repeat: no-repeat;
    background-position: top left;
  }
  #company-01-01 {
    width: 700px;
    margin: 0 auto;
    padding: 100px 0 50px 0;
  }
  #company-01-01 table {
    width: 400px;
    margin: 0 auto;
  }
  #company-01-01 table tr th {
    padding: 10px 0 10px 30px;
  }
  #company-01-01 table tr td {
    padding: 10px 0 10px 50px;
  }
  #company-02 {
    width: 800px;
    margin: 30px auto 80px auto;
  }
}
/*################## スマホ・PC共通 ##################*/
#company-01-01 table {
  border-collapse: collapse;
}
#company-01-01 table tr th {
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #04461e;
  ;
}
#company-01-01 table tr td {
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #04461e;
}