.prof-img{
  width:200px;
  height:200px;
  background-image: url(../../../common/img/logo-sample.png);
  border-radius:50%;
  background-size:cover;
  background-position:center center;
  margin-left:auto;
  margin-right:auto;
}
.prof-table th{
  font-size:10px;
  background-color:#efefef;
  width:150px;
}
.note-frame{
  padding: 20px;
  background-color: #5e5646;
  border-radius: 10px;
}
.note{

  background-color: #fff;

}
.note1{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding:80px 40px 40px;


}
.toggle-prof{
  width: 100%;
}
.note2{
  padding:40px;
padding-top: 0;
}
.note1 .img{
  width: 200px;
  padding: 10px;
  background-color: #efefef;
}
.note1 .img img{
  width:100%;
}

.note1 .info{
  width: calc(100% - 200px);
  padding-left: 20px;
}

.info-table th{
  font-size: 12px;
  width: 150px;
  text-align: center;
}

.info-table td{
  font-size: 20px;
}
.info-table td.name{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
}

.info-table2 th{

}
.info-table2 td{
  line-height: 1.5em;
  padding-bottom: 20px;
  font-size: 13px;
}

.toggle-prof{
  width: 100%;
  display: inline-block;
}