@charset "UTF-8";

.profile-block {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.6666;
  color: #151715;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 78px;
}
.profile-block__list {
  width: 100%;
  margin-bottom: 60px;
}
.profile-block__list tr {
  border-bottom: 1px solid #bcbbbb;
}
.profile-block__list tr:nth-child(1) {
  border-top: 1px solid #bcbbbb;
}
.profile-block__list tr th, .profile-block__list tr td {
  vertical-align: top;
  padding: 30px 0;
  letter-spacing: 2px;
}
.profile-block__list tr th {
  font-weight: 500;
  width: 255px;
  padding: 30px 30px;
}
.profile-block__list tr th[rowspan="2"] {
  vertical-align: middle;
}
.profile-block__list tr td {
  font-size: 16px;
  font-size: 1.6rem;
}
.profile-block__list tr td a {
  color: #319b03;
}
.profile-block__list tr td a[href^="tel"] {
  color: #151715;
  display: inline-block;
}
.profile-block__list table tr {
  border: none !important;
}
.profile-block__list table tr th, .profile-block__list table tr td {
  padding: 0;
  line-height: 1.7;
}
.profile-block__list table tr th {
  width: 230px;
  font-weight: 400;
}