@charset "utf-8";
/* company.css */

.list-cmn-link-01 + .txt-cmn-01,
.list-cmn-link-01 + .txt-cmn-03,
.list-cmn-link-01 + .list-cmn-notice-01 {
  margin-top: 15px;
}

.ttl-cmn-02 + .list-tag {
  margin-top: -30px;
}

/* box-company-kankyo
---------------------------------------------------------- */
.box-company-kankyo {
  background: rgba(15, 143, 190, 0.1);
  padding: 15px 20px;
}
  .box-company-kankyo + .box-company-kankyo {
    margin-top: 10px;
  }
  .box-company-kankyo .flex .image {
    padding-right: 30px;
    padding-bottom: 20px;
  }
  .box-company-kankyo .title {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #333;
    font-weight: 700;
    text-align: center;
  }
    @media screen and (min-width: 769px) {
      .box-company-kankyo .flex {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
      }
    }

/* box-company-public_issues
---------------------------------------------------------- */
.box-company-public_issues .table-cmn-01 tbody tr th:first-child {
  vertical-align: middle;
}
.box-company-public_issues .table-cmn-01 thead tr th:first-child,
.box-company-public_issues .table-cmn-01 tbody tr th:first-child {
  width: 5%;
}
.box-company-public_issues .list-cmn-dot-02:not(:last-child) {
  margin-bottom: 0;
}
.box-company-public_issues li ul{
  padding-top: 10px;
}
  .box-company-public_issues li ul li,
  .box-company-public_issues li ul li ul li {
    padding-bottom: 10px;
  }
    .box-company-public_issues .list-cmn-order-02 > .item {
      padding-bottom: 20px;
    }
.box-company-public_issues table .list-cmn-dot-01 {
  padding-top: 0;
}
.box-company-public_issues table .list-cmn-dot-01 .item {
  padding-bottom: 5px;
}
.box-company-public_issues02 {
  background: rgba(15, 143, 190, 0.1);
  padding: 15px;
  width: 100%;
}
