@charset "utf-8";
/* 20221108 WIZE社名変更用CSS */
/*==========================
　ヘッダー
===========================*/
.mb-header-logo-img {
  max-width: 60px;
}

/*==========================
　フッター
===========================*/
.mb-footer-logo-img {
  max-width: 60px;
}

/*==========================
　フッター共通
===========================*/
.footer-sns {
  border: 0;
}
@media screen and (min-width: 950px) {
  .footer-sns {
    padding-top: 50px;
  }
}

/*==========================
　トップページ
===========================*/
/* 期間限定のお知らせ */
.attention_w {
  padding: 16px 0;
  background-color: #edf1f4;
  text-align: center;
  font-size: 14px;
  color: #002149;
}
@media screen and (min-width: 950px) {
  .attention_w {
    font-size: 16px;
  }
}

/*==========================
　IR
===========================*/
.president-flexbox {
  align-items: end;
}
.president-flexbox .message-position {
  text-align: right;
}
.president-flexbox .message-name {
  margin-left: auto;
}