@charset "UTF-8";

/*-----------------------------------

	aboutus_block

-----------------------------------*/
#aboutus_block {
  padding-bottom: 80px;
}
#aboutus_block .contents_inner {
  max-width: 900px;
}
#aboutus_block table {
  border-top: 1px solid #cccccc;
  width: 100%;
  margin: 0 auto;
}
#aboutus_block table tr {
  border-bottom: 1px solid #cccccc;
}
#aboutus_block table th {
  width: 260px;
  padding: 20px 0;
  text-align: left;
}
#aboutus_block table td {
  width: calc(100% - 260px);
  padding: 20px 0;
  line-height: 1.87;
}
#aboutus_block table td a {
  text-decoration: underline;
  display: inline-block;
}
#aboutus_block table td p:not(:last-of-type) {
  margin-bottom: 1em;
}
@media screen and (max-width: 840px) {
  #aboutus_block table th {
    width: 200px;
    padding: 20px 0;
    text-align: left;
  }
  #aboutus_block table td {
    width: calc(100% - 200px);
    padding: 20px 0;
    line-height: 1.87;
  }
}
@media screen and (max-width: 640px) {
  #aboutus_block {
    padding-bottom: 40px;
  }
  #aboutus_block table th {
    display: block;
    width: 100%;
    padding: 15px 0 0 0;
  }
  #aboutus_block table td {
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
  }
}
