.companyLink {
  display: flex;
  align-items: center;
  border: 5px #283a5e solid;
  padding: 30px 15px;
  text-decoration: none;
  color: #283a5e;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .companyLink {
      padding: 15px 15px; } }
  .companyLink:visited {
    color: #283a5e; }
  .companyLink:hover {
    color: #283a5e;
    background: #f3f9fd; }
  .companyLink:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("/company/img/companyLink_deco02.png") no-repeat center center;
    background-size: 10px 10px;
    width: 10px;
    height: 10px; }
  .companyLink:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("/company/img/companyLink_deco01.png") no-repeat center center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px; }
    @media only screen and (max-width: 768px) {
      .companyLink:after {
        background: url("/company/img/companyLink_deco01_sp.png") no-repeat center center;
        background-size: 37px 37px;
        width: 37px;
        height: 37px; } }

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