@charset "utf-8";
/* CSS Document
SET 2022/03/18
 */

/****************************** adding ******************************/

.topMessage {
  margin-bottom: 30px;
  display: flex;
  position: relative;
  /* align-items: center; */
  align-items: end;
}

.topMessage img {
  width: 100%;
  height: auto;
}

.topMessage_img {
  width: 100%;
}
.topMessage_img_bottom {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .topMessage_img_bottom {
    width: 100%;
    padding: 0 25px;
  }
}

.topMessage_title {
  width: 52%;
  padding-bottom: 20px;
  /* border-bottom: 1px solid #d1d1d1; */
}

.topMessage_title p {
  display: flex;
  font-size: 26px;
  padding-left: 20px;
  justify-content: flex-end;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.topMessage_name {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}

.topMessage_name > p {
  margin-top: 10px;
}

.topMessage_name span {
  font-size: 14px;
  margin-bottom: 20px;
  margin-left: 15px;
}

.topMessage_name img {
  margin-left: 15px;
  margin-bottom: -3px;
  /* width: 131px;
  height: 28px; */
  width: 191px;
  height: 40px;
  font-size: 1em;
  border: 0;
}

.middleMargin {
  line-height: 1.8;
  /* font-size: 19px; */
}

@media screen and (max-width: 767px) {
  .topMessage {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .topMessage_img {
    width: 100%;
    padding: 0 25px 15px;
  }

  .topMessage_img img {
    padding: initial;
  }

  .topMessage_title {
    width: 100%;
    padding-bottom: 0;
  }

  .topMessage_title p {
    display: initial;
    font-size: 21px;
    padding-left: initial;
    justify-content: initial;
  }

  .topMessage_name {
    justify-content: flex-start;
    padding-left: 25px;
  }

  .topMessage_name > p {
    margin-top: 10px;
  }

  .topMessage_name span {
    display: flex;
    /* font-size: 12px; */
    align-items: center;
    margin-top: 10px;
    margin-left: 0px;
  }

  .topMessage_name span span {
    width: 80px;
    height: 12px;
  }

  .topMessage_name img {
    width: 131px !important;
    height: 28px !important;
    padding: initial;
    margin-left: initial;
  }

  /* @media screen and (max-width: 1050px) {
    .topMessage_name img {
      width: 102px !important;
      height: 22px !important;
    }
  } */

  .middleMargin {
    line-height: 1.8;
    font-size: 14px;
  }
}
.p-text-mt16 {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-text-mt16 {
    margin-top: 12px;
  }
}
