.uc-wrap {
  margin: 30px auto;
  padding: 10px 0;
  text-align: center;
}

/* Œ©o‚µ */
.uc-title {
  font-size: 16px;      
  font-weight: 700;
  margin: 0 0 12px;
  color: #e74878;          
  text-align: center;   /* ’†‰›Šñ‚¹ */
}

/* PCF420px•~2—ñ */
.uc-grid {
  display: grid;
  grid-template-columns: repeat(2, 420px);
  gap: 18px 24px;
  justify-content: center;
}

/* ƒXƒ}ƒzF420pxŒÅ’è{’†‰›Šñ‚¹A¶‰E16px—]”’ */
@media only screen and (max-width: 750px) {
  .uc-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .uc-btn {
    width: 420px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
  }
}

/* ƒ{ƒ^ƒ“ */
.uc-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 420px;
  min-height: 65px;
  padding: 10px 16px;
  background: #fff;
  color: #e44b8d;
  border: 2px solid #ff7dae;
  border-radius: 8px;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color .2s ease, color .2s ease;
}
.uc-btn:hover,
.uc-btn:focus {
  background: #ffebf2;
  outline: none;
}

/* ƒAƒCƒRƒ“ */
.uc-ico {
  width: 20px;   /* ¬‚³‚ß‚É’²®Ï‚Ý */
  height: auto;
  flex-shrink: 0;
}

/* ƒeƒLƒXƒg */
.uc-text {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
