.profile-block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile-block1 figure {
  width: 28%;
}
.profile-block1 figure img {
  width: 100%;
}
.profile-block1 .word {
  width: 100%;
}
.profile-block1 .word p {
  line-height: 200%;
}
.profile-block1 .word .ck {
  text-align: right;
  font-size: 14px;
  line-height: 160%;
}
.profile-block1 .word .ck span {
  font-size: 18px;
  font-weight: bold;
}
.profile-block2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile-block2 dl dt, .profile-block2 dl dd {
  font-size: 13px;
  line-height: 160%;
  padding: 16px;
}
.profile-block2 dl dt {
  width: 15%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-bottom: 1px solid #E64588;
}
.profile-block2 dl dd {
  border-bottom: 1px solid #CCCCCC;
  width: 83%;
}
.profile-block2 dl dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-block2 dl dd .flex p {
  width: 30%;
}
.profile-block2 dl dd .flex p:last-of-type {
  width: 60%;
}