@charset "UTF-8";
@media screen and (min-width: 768px) {
  .p__default_table tbody th, .p__default_table tbody td {
    vertical-align: top;
  }
}

.aboutus {
  margin-bottom: 2rem;
}

.aboutus__lead_text {
  margin-bottom: 1.5rem;
}

.aboutus__company_table {
  margin-top: 1.5rem;
}

.aboutus__company_table .start {
  display: block;
  padding-left: 1em;
}

.aboutus__history_list dd {
  padding-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .aboutus {
    margin-bottom: 4rem;
  }
  .aboutus .p__section_ttl {
    margin-bottom: 0.1 0.5em;
  }
  .aboutus__company_table {
    margin-top: 4rem;
  }
  .aboutus__history_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aboutus__history_list dt {
    width: 12em;
  }
  .aboutus__history_list dd {
    padding-bottom: 0;
  }
}

.business {
  margin-bottom: 2rem;
}

.business__business_list {
  padding-left: 1.5rem;
  counter-reset: number;
}

.business__business_list > dt {
  counter-increment: number;
}

.business__business_list > dt:before {
  content: counter(number) ".";
  margin-left: -1.5em;
  margin-right: .5em;
}

.business__history {
  padding-left: 1.5em;
}

.business__history dt:before {
  content: "〇";
  margin-left: -1.5em;
  margin-right: .5em;
}

@media screen and (min-width: 768px) {
  .business {
    margin-bottom: 4rem;
  }
  .business__business_list {
    padding-left: 3rem;
  }
}

.document {
  margin-bottom: 2rem;
}

.document__table a {
  color: #d1323b;
  text-decoration: underline;
}

.document__table__update {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .document {
    margin-bottom: 4rem;
  }
}

.finance {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .finance {
    margin-bottom: 4rem;
  }
}

.announcement__table th,
.announcement__table td {
  border: 1px solid #9a9a9a;
  font-size: .8em;
  text-align: left;
}

.announcement__table thead th {
  background-color: #fffce6;
}

.announcement__table tbody td a {
  color: #d1323b;
  text-decoration: underline;
}
/*# sourceMappingURL=aboutus.css.map */