@charset "shift-jis";


/* ==================================================
ICON
================================================== */
.corporationEb__serviceIcon {
  font-family: "A1ƒSƒVƒbƒN M";
  width: 76px;
  height: 76px;
  background: #3136b5;
  text-align: center;
  font-size: 18px;
  border-radius: 100%;
  padding-top: 17px;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  top: -20px;
  right: -10px;
  
  > span {
  font-size: 12px;
  }
}

.imgTxtBox {
  &:has(.corporationEb__serviceIcon) {
    & .text-main {
      min-height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    & > a {
      &:not(:last-child) {
        margin-bottom: 25px;
      }
    }
  }
}