@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

補足CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

/* 画像に線 */
.mDecoration__border_img {
  border: 1px solid #c8c8c8;
  padding: 0;
  overflow: hidden;
}

.mText__message {
  font-size: 2.0625rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mText__message {
    font-size: 1.125rem;
  }
}

.mText__dept {
  font-size: 1.125rem;
  line-height: 1.5;
  span {
    font-size: 2.0625rem;
    font-weight: bold;
  }
}
