.profile-block1 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.profile-block1 .ck {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 2px;
  font-family: G-OTF-R;
  font-weight: normal;
  text-align: right;
}

.profile-block1 .ck span {
  font-size: 32px;
}

.profile-block1 .content {
  line-height: 180%;
  letter-spacing: 1.5px;
  font-size: 16px;
  margin-bottom: 50px;
}

.profile-block3 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.profile-block2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.profile-block2 .list .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile-block2 .list .note p {
  line-height: 160%;
  letter-spacing: 1px;
  padding: 30px 20px;
}

.profile-block2 .list .note p:first-child {
  width: 20%;
  text-align: center;
  border-bottom: 1px solid #5E945E;
}

.profile-block2 .list .note p:last-child {
  width: 78%;
  border-bottom: 1px solid #CCCCCC;
}

.profile-block5 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.profile-block5 .list .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile-block5 .list .note p {
  line-height: 160%;
  letter-spacing: 1px;
  padding: 30px 20px;
}

.profile-block5 .list .note p:first-child {
  width: 18%;
  text-align: center;
  border-bottom: 1px solid #5E945E;
  font-weight: bold;
}

.profile-block5 .list .note p:last-child {
  width: 82%;
  border-bottom: 1px solid #CCCCCC;
}
.profile-block5 .list .note p:last-child span {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .profile-block1 .content {
    font-size: 14px;
  }

  .profile-block1 .ck {
    font-size: 14px;
  }

  .profile-block1 .ck span {
    font-size: 20px;
  }

  .profile-block2 .list .note p:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 30%;
  }

  .profile-block2 .list .note p:last-child {
    width: 68%;
  }

  .profile-block5 .list .note p:first-child {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
  }

  .profile-block5 .list .note p:last-child {
    width: 68%;
  }
}