/*- - - - - - - - - - - - - - - - - - - - - - -
 *
 * Read Initial files
 *
 *- - - - - - - - - - - - - - - - - - - - - - - */
/*** width ***/
/*** media ***/
/*** padding ***/
/***  color ***/
/*** font ***/
/*** url ***/
.company-profile-content {
  color: #17191A;
  padding: 46px 0 107px 0;
}
.company-profile-content table.tb-profile-main {
  width: 100%;
}
.company-profile-content table.tb-profile-main tr td {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 29.75px;
  border-bottom: 1px solid #E6E6E6;
  padding: 31px 0;
  vertical-align: baseline;
}
.company-profile-content table.tb-profile-main tr td:first-child {
  min-width: 285px;
  font-weight: bold;
}
.company-profile-content table.tb-profile-main tr td ul {
  margin-left: 20px;
}
.company-profile-content table.tb-profile-main tr td ul li {
  position: relative;
}
.company-profile-content table.tb-profile-main tr td ul li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: -20px;
}
.company-profile-content table.tb-profile-main tr td table.tb-sub tr td {
  border-bottom: none;
  padding: 12.5px 0;
}
.company-profile-content table.tb-profile-main tr td table.tb-sub tr td:first-child {
  min-width: 402px;
  font-weight: 500;
}
.company-profile-content table.tb-profile-main tr td table.tb-sub tr td ul.none-list-style {
  margin-left: 0;
}
.company-profile-content table.tb-profile-main tr td table.tb-sub tr td ul.none-list-style li::before {
  content: '';
  left: 0;
}
.company-profile-content div.profile-edited-time {
  margin-top: 31px;
}
.company-profile-content div.profile-edited-time p {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: right;
  color: #747576;
}
@media screen and (max-width: 1000px) {
  .company-profile-content {
    color: #17191A;
    padding: 46rem 20px 107rem 20px;
  }
  .company-profile-content table.tb-profile-main tr td {
    font-size: 17rem;
    line-height: 29.75rem;
    border-bottom: 1rem solid #E6E6E6;
    padding: 31rem 0;
  }
  .company-profile-content table.tb-profile-main tr td:first-child {
    min-width: 285rem;
  }
  .company-profile-content table.tb-profile-main tr td a img {
    width: 28rem;
    height: 28rem;
  }
  .company-profile-content table.tb-profile-main tr td ul {
    margin-left: 20rem;
  }
  .company-profile-content table.tb-profile-main tr td ul li::before {
    left: -20rem;
  }
  .company-profile-content table.tb-profile-main tr td table.tb-sub tr td {
    padding: 12.5rem 0;
  }
  .company-profile-content table.tb-profile-main tr td table.tb-sub tr td:first-child {
    min-width: 402rem;
  }
  .company-profile-content div.profile-edited-time {
    margin-top: 31rem;
  }
  .company-profile-content div.profile-edited-time p {
    font-size: 15rem;
  }
}
