.acg-title-wrap { position: relative; }
.acg-title-wrap h1 { margin: 0; padding-right: 180px; }
#acg-ama-first-home { position: absolute; right: 0; top: -55px; width: 180px; height: 180px; }
#acg-ama-second-home { position: relative; width: 250px; max-width: 100%; height: 250px; margin: 20px auto; }
#acg-cat { display: block; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; cursor: pointer; border-radius: 25%; -webkit-tap-highlight-color: transparent; }
#acg-cat:disabled { cursor: default; opacity: 1; }
#acg-cat:focus-visible { outline: 2px solid #ce9eff; outline-offset: 5px; }
#acg-cat svg { display: block; width: 100%; height: 100%; pointer-events: none; }
.acg-rest { display: block; max-width: calc(100% - 180px); margin: 10px 0 0; color: #d4bed6; font: 12px/1.5 system-ui, sans-serif; text-align: left; }
.acg-rest input { vertical-align: middle; accent-color: #c582b5; }
#acg-status { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 650px) {
  .acg-title-wrap h1 { padding-right: 0; }
  #acg-ama-first-home { position: relative; top: auto; right: auto; width: 150px; height: 150px; margin: 0 auto; }
  .acg-rest { max-width: none; text-align: center; }
}
@media print { #acg-ama-first-home, #acg-ama-second-home, .acg-rest, #acg-status { display: none; } .acg-title-wrap h1 { padding-right: 0; } }
