/* --------------------------------------------------------------------------
    .Message
--------------------------------------------------------------------------- */
.message_wrap {
  overflow: hidden;
}

.message_wrap_txt {
  float: right;
  width: calc(100% - 520px);
  margin: 0 0 0 80px;
  text-align: justify;
}

.message_ttl {
  margin: 0 0 32px;
  font-weight: 500;
  font-size: 28px;
}

.message_txt {
  font-weight: 350;
  font-size: 18px;
  line-height: 180%;
}

.message_wrap_img {
  float: left;
}

.message_img {
  width: 440px;
}

.message_img img {
  width: 100%;
}

.message_sub {
  margin: 40px 0 0;
  font-size: 16px;
}

.message_sub span {
  display: block;
  margin: 8px 0 0;
  font-size: 20px;
}


@media only screen and (max-width: 767px) {
  .message_wrap_txt {
    float: none;
    width: 100%;
    margin: 0 0 40px;
  }

  .message_ttl {
    margin: 0 0 20px;
    font-size: 17px;
  }

  .message_txt {
    font-size: 14px;
  }

  .message_wrap_img {
    float: none;
  }

  .message_img {
    width: 100%;
  }

  .message_sub {
    margin: 24px 0 0;
    font-size: 12px;
  }

  .message_sub span {
    margin: 4px 0 0;
    font-size: 16px;
  }
}


/* --------------------------------------------------------------------------
    .Profile
--------------------------------------------------------------------------- */
.profile_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.profile_wrap dl {
  display: flex;
  width: 560px;
  padding: 32px 0;
  border-top: 1px solid #E0E0E0;
}

.profile_wrap dl:nth-child(8) ,
.profile_wrap dl:nth-child(9) {
  border-bottom: 1px solid #E0E0E0;
}

.profile_wrap dl dt {
  width: 200px;
  font-weight: 500;
  font-size: 18px;
  color: #999999;
}

.profile_wrap dl dd {
  font-weight: 500;
  font-size: 18px;
}

.profile_wrap_img {
  margin: 128px 0 0;
}

.profile_wrap_img img {
  width: 100%;
}


@media only screen and (max-width: 767px) {
  .profile_wrap {
    display: block;
  }

  .profile_wrap dl {
    width: 100%;
    padding: 20px 0;
  }

  .profile_wrap dl:nth-child(8) {
    border-bottom: none;
  }

  .profile_wrap dl:nth-child(9) {
    border-bottom: 1px solid #E0E0E0;
  }

  .profile_wrap dl dt {
    width: 90px;
    font-size: 12px;
  }

  .profile_wrap dl dd {
    font-size: 12px;
  }

  .profile_wrap_img {
    margin: 48px 0 0;
  }
}
