@charset "UTF-8";
/* breakpoint ------------------------------*/
/* ultrasonography ---------------------------*/
.table table th:first-child {
  width: 150px;
}

.table table th:last-child {
  width: auto;
}

.table table td:first-child {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  color: black;
}

.profile {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .profile {
    margin: 40px auto;
  }
}

@media screen and (max-width: 576px) {
  .profile {
    padding: 20px;
    display: block;
  }
}

.profile-name {
  max-width: 200px;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}

@media screen and (max-width: 768px) {
  .profile-name {
    max-width: 150px;
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
  }
}

@media screen and (max-width: 576px) {
  .profile-name {
    max-width: none;
    margin-bottom: 20px;
  }
}

.profile-name-post {
  font-size: 1.2rem;
  line-height: 2.5;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .profile-name-post {
    font-size: 1.1rem;
    line-height: 2;
  }
}

.profile-name-text {
  font-size: 2.4rem;
  line-height: 1.6;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 300;
  letter-spacing: 0.1em;
  display: block;
  color: black;
}

@media screen and (max-width: 768px) {
  .profile-name-text {
    font-size: 2rem;
  }
}

.profile__wrap {
  max-width: calc(100% - 200px - 60px);
  -ms-flex-preferred-size: calc(100% - 200px - 60px);
      flex-basis: calc(100% - 200px - 60px);
}

@media screen and (max-width: 992px) {
  .profile__wrap {
    max-width: calc(100% - 150px - 40px);
    -ms-flex-preferred-size: calc(100% - 150px - 40px);
        flex-basis: calc(100% - 150px - 40px);
  }
}

@media screen and (max-width: 576px) {
  .profile__wrap {
    max-width: none;
  }
}
