.c-btn--full {
    height: 45px;
}

.c-btn--full a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* alt="isw" の画像 */
img.pera1-editable[alt="isw"] {
  height: 100%;
  object-fit: contain; /* お好みで */
}

/* 1階層上（.c-img） */
.c-img:has(> img.pera1-editable[alt="isw"]) {
  height: 100px;
}

/* 2階層上（.c-inner） */
.c-inner:has(.c-img:has(img.pera1-editable[alt="isw"])) {
  padding: 0 !important;
}