.mess-page {
  font-size: 14px;
  line-height: 27px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .mess-page {
      font-size: 24px;
      line-height: 48px; } }
  @media (max-width: 991px) {
    .mess-page .container {
      max-width: 100%; } }
  .mess-page .page-content-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 42px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .mess-page .page-content-title {
        font-size: 32px;
        line-height: 56px; } }
    @media (min-width: 992px) {
      .mess-page .page-content-title {
        padding-top: 50px;
        font-size: 26px; } }
  .mess-page .item_message {
    display: flex;
    align-items: flex-start;
    padding: 25px 0;
    border-bottom: solid thin #B3B3B3; }
    @media (min-width: 992px) {
      .mess-page .item_message {
        padding: 25px 20px; } }
    .mess-page .item_message .left_item_message {
      width: 105px;
      text-align: left;
      font-weight: 600; }
      @media (min-width: 768px) and (max-width: 991px) {
        .mess-page .item_message .left_item_message {
          width: 170px; } }
      @media (min-width: 992px) {
        .mess-page .item_message .left_item_message {
          width: 140px; } }
    .mess-page .item_message .right_item_message {
      width: 100%;
      flex: 1; }
  .mess-page .avatar_message {
    display: inline-block; }
    .mess-page .avatar_message figcaption {
      display: flex;
      align-items: center;
      margin-top: 15px; }
      .mess-page .avatar_message figcaption span {
        font-size: 18px; }
  .mess-page .custom-container {
    max-width: 100%; }
    @media (min-width: 830px) {
      .mess-page .custom-container {
        max-width: 830px; } }
  @media (max-width: 991px) {
    .mess-page img {
      width: 100%; } }

.message-intro {
  position: relative; }
  .message-intro img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .message-intro img {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .message-intro .container {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); } }
  .message-intro .message-intro-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin: 30px 0 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .message-intro .message-intro-title {
        font-size: 32px;
        line-height: 56px; } }
    @media (min-width: 992px) {
      .message-intro .message-intro-title {
        margin: 0;
        font-size: 24px;
        line-height: 48px; } }

.message-intro2 .description {
  font-size: 14px; }
.message-intro2 .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px; }
  @media (min-width: 768px) {
    .message-intro2 .title {
      font-size: 27px;
      line-height: 47px; } }
  @media (min-width: 992px) {
    .message-intro2 .title {
      font-size: 22px;
      line-height: 35px; } }

.pc {
  display: none; }
  @media (min-width: 992px) {
    .pc {
      display: block; } }

@media (min-width: 992px) {
  .sp {
    display: none; } }

.bg-gray {
  background-color: #f2f2f2; }

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