.profile-block .wrapper {
  max-width: 1000px;
}
.profile-block1 .content {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.profile-block2 .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile-block2 .flex figure {
  width: 30%;
}
.profile-block2 .flex figure img {
  width: 100%;
}
.profile-block2 .flex figure p {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-top: 50px;
  font-family: font-yumincho-db;
}
.profile-block2 .flex figure p span {
  font-size: 24px;
}
.profile-block2 .flex .content {
  width: 65%;
  font-size: 17px;
  line-height: 2;
  font-weight: bold;
  padding-top: 50px;
}
.profile-block3 .note {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.profile-block3 .note dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.profile-block3 .note dl dt,
.profile-block3 .note dl dd {
  padding: 20px;
  font-size: 16px;
  line-height: 160%;
}
.profile-block3 .note dl dt {
  width: 23%;
  border-bottom: 1px solid #ec3a37;
  font-weight: bold;
}
.profile-block3 .note dl dd {
  width: 75%;
  border-bottom: 1px solid #111;
}
.profile-block3 .c-list-item48 .c-item {
  text-align: center;
}
.profile-block3 .c-list-item48 .c-item figure img {
  width: 100%;
}
.profile-block3 .c-list-item48 .c-item p {
  margin-top: 25px;
  font-size: 15px;
  font-weight: bold;
}
.profile-block4 .note {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.profile-block4 .note dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #111;
}
.profile-block4 .note dl dt,
.profile-block4 .note dl dd {
  padding: 20px;
  font-size: 16px;
  line-height: 160%;
}
.profile-block4 .note dl dt {
  width: 15%;
  font-weight: bold;
  text-align: center;
}
.profile-block4 .note dl dd {
  width: 85%;
}

@media screen and (max-width: 767px) {
  .profile-block1 .content {
    font-size: 14px;
  }
  .profile-block2 .flex figure {
    width: 60%;
    margin: 0 auto;
  }
  .profile-block2 .flex figure p {
    font-size: 14px;
    margin-top: 10px;
  }
  .profile-block2 .flex figure p span {
    font-size: 18px;
  }
  .profile-block2 .flex .content {
    width: 100%;
    margin-top: 30px;
    padding-top: 0;
    font-size: 14px;
  }
  .profile-block3 .note dl dt,
  .profile-block3 .note dl dd {
    font-size: 14px;
  }
  .profile-block3 .note dl dt {
    width: 30%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .profile-block3 .note dl dd {
    width: 70%;
  }
  .profile-block4 .note dl dt,
  .profile-block4 .note dl dd {
    font-size: 14px;
  }
  .profile-block4 .note dl dt {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
  }
  .profile-block4 .note dl dd {
    width: 68%;
  }
}
