.section-right .new--style__message picture {
  display: block;
}
.section-right .new--style__message picture img {
  height: auto;
}
.section-right .new--style__message .m--main {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 34px;
}
.section-right .new--style__message .m--main .staff--info .staff--class {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  line-height: 1.5;
}
.section-right .new--style__message .m--main .staff--info .staf--name {
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
.section-right .new--style__message .m--container {
  margin-top: 48px;
}
.section-right .new--style__message .m--container .read--area .read--copy {
  font-size: 22px;
  font-weight: 700;
}
.section-right .new--style__message .m--container .read--area .read--copy + * {
  margin-top: 18px;
}
.section-right .new--style__message .m--container .m--text {
  font-size: 14px;
  line-height: 2;
}
.section-right .new--style__message .m--container .m--text__message {
  font-size: 16px;
  font-weight: 700;
}
.section-right .new--style__message .m--container .m--section {
  margin-top: 72px;
}
.section-right .new--style__message .m--container .m--section .m--contents hgroup {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-right .new--style__message .m--container .m--section .m--contents hgroup .m--section__cate {
  font-size: 14px;
  color: #005BAC;
  border-bottom: 1px solid #005BAC;
  width: fit-content;
  line-height: 1.1;
  font-weight: 700;
}
.section-right .new--style__message .m--container .m--section .m--contents hgroup .m--sectioim__title {
  font-size: 22px;
  font-weight: 700;
}
.section-right .new--style__message .m--container .m--section .m--contents + .m--contents {
  margin-top: 64px;
}
.section-right .new--style__message .m--container .m--section .m--contents.add--box {
  border: 1px solid #CCC;
  padding: 24px 32px;
}
.section-right .new--style__message .m--container .m--img {
  margin-top: 72px;
}

@media screen and (max-width: 767px) {
  .section-right .new--style__message .m--main {
    gap: 16px;
  }
  .section-right .new--style__message .m--main picture {
    order: 2;
  }
  .section-right .new--style__message .m--main .staff--info {
    order: 1;
  }
  .section-right .new--style__message .m--main .staff--info .staff--class {
    text-align: left;
  }
  .section-right .new--style__message .m--main .staff--info .staf--name {
    text-align: left;
  }
  .section-right .new--style__message .m--container .read--area .read--copy + * {
    margin-top: 32px;
  }
  .section-right .new--style__message .m--container .m--text__message {
    font-size: 16px;
    font-weight: 700;
  }
  .section-right .new--style__message .m--container .m--section {
    margin-top: 54px;
  }
  .section-right .new--style__message .m--container .m--section .m--contents hgroup {
    margin-bottom: 18px;
  }
  .section-right .new--style__message .m--container .m--section .m--contents hgroup .m--sectioim__title {
    line-height: 2;
  }
  .section-right .new--style__message .m--container .m--section .m--contents + .m--contents {
    margin-top: 64px;
  }
  .section-right .new--style__message .m--container .m--section .m--contents.add--box {
    border: 1px solid #CCC;
    padding: 10px 14px;
  }
  .section-right .new--style__message .m--container .m--img {
    margin-top: 52px;
  }
}

/*# sourceMappingURL=message.css.map */
