@charset "UTF-8";

/* 社長あいさつページ専用の上書きCSS */
@media screen and (min-width: 751px) {
  /* 画像サイズはそのままで、テキスト上段に揃えるため画像を箱の上端に寄せる */
  .un_company_greetings .bl_columnBlock .bl_colImg {
    width: 48.4%;
    background-position: center top;
  }
  .un_company_greetings .bl_columnBlock .bl_colTxt {
    width: 48.4%;
  }
}
