@charset "UTF-8";
.page_toptitle {
  background: url(/common/img/about/message/bg_toptitle.jpg) no-repeat center center;
  background-size: cover; }

#message h2 {
  text-align: left;
  color: #009fb7; }
#message .wrap {
  margin: 10rem auto 6rem auto;
  width: 80%; }
  #message .wrap p {
    line-height: 2.5; }
#message img {
  width: 100%; }
@media (min-width: 1024px) {
  #message {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 10rem; }
    #message .wrap {
      padding: 0 5%;
      margin: 0;
      width: 50%; }
      #message .wrap p {
        line-height: 3;
        margin-bottom: 4rem; }
    #message img {
      width: 45%; } }
#message .sign {
  text-align: right;
  color: #858585;
  margin-top: 6rem; }
  @media (min-width: 768px) {
    #message .sign {
      margin-top: 8rem; } }
  #message .sign img {
    width: 140px;
    margin-left: 2rem; }

/* 同ページリンク非表示 */
#link_list ul li:first-child {
  display: none; }

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