@charset "UTF-8";
article.company {
  /* カバー画像
----------------------------------------------- */
}

article.company section.sub_cover {
  background: url(../images/company/cover.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 120px;
  /* mobile */
}

@media screen and (max-width: 767px) {
  article.company section.sub_cover {
    margin-bottom: 55px;
  }
}

section.office,
section.farm {
  margin-bottom: 125px;
}

section.farm {
  /* pc */
  /* mobile */
}

@media print, screen and (min-width: 768px) {
  section.farm {
    margin-bottom: 125px;
  }
  section.farm .container_960 .table_history .tr {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.farm .container_960 .table_history .tr .date {
    width: 180px;
  }
  section.farm .container_960 .table_history .tr .date div {
    width: 60px;
  }
  section.farm .container_960 .table_history .tr .date .age {
    padding-left: 15px;
  }
  section.farm .container_960 .table_history .tr .date .year,
  section.farm .container_960 .table_history .tr .date .month {
    text-align: right;
  }
  section.farm .container_960 .table_history .tr .item {
    max-width: 780px;
  }
  section.farm .container_960 .table_history .tr .item .event {
    max-width: 660px;
    width: 100%;
    padding-left: 45px;
  }
  section.farm .container_960 .table_history .tr .item .number {
    width: 120px;
    padding-right: 15px;
  }
  section.farm .container_960 .table_history .tr:first-child {
    border-bottom: solid 1px #dbdbdb;
    margin-bottom: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
  }
  section.farm .container_960 .table_history .tr:nth-child(n + 3):nth-child(odd) {
    background: #fff9e8;
  }
}

section.farm .container_960 .table_history .tr .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.farm .container_960 .table_history .tr .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

section.farm .container_960 .table_history .tr .item .event {
  line-height: 1.6em;
}

section.farm .container_960 .table_history .tr .item .number {
  text-align: right;
}

@media screen and (max-width: 767px) {
  section.farm .container_960 .table_history .tr .date {
    font-size: 14px;
    padding: 10px 0 10px 10px;
    background: #fff9e8;
    width: calc(100% - 100px);
  }
  section.farm .container_960 .table_history .tr .date .age {
    width: 40px;
  }
  section.farm .container_960 .table_history .tr .date .year {
    width: 45px;
  }
  section.farm .container_960 .table_history .tr .item .event {
    padding: 10px 0 30px 10px;
    width: calc(100% - 100px);
  }
  section.farm .container_960 .table_history .tr .item .number {
    padding: 10px 10px 30px 0;
    width: 80px;
    background: whitesmoke;
    position: relative;
    font-size: 14px;
  }
  section.farm .container_960 .table_history .tr .item .number::after {
    content: "";
    display: block;
    height: 34px;
    width: 80px;
    background: whitesmoke;
    position: absolute;
    top: -34px;
    right: 0;
  }
  section.farm .container_960 .table_history .tr:nth-child(2) .number::before {
    content: "成鶏羽数";
    position: absolute;
    top: -25px;
    right: 5px;
  }
  section.farm .container_960 .table_history .tr:nth-child(2) .number::after {
    display: none;
  }
}
/*# sourceMappingURL=company.css.map */