/* 加盟店アプリ利用 start */
.mypage_app {
  border: 1px solid #8b8989;
  transform: scale(1.4);
  margin: 0 8px 0 0;
  appearance: none;
  -webkit-appearance: none;
  padding: 6px;
  border-radius: 0.375rem;
  vertical-align: middle;
}
.mypage_app:checked {
  background-color: orange;
  border: 1px solid #f4f2f2;
}
.mypage_app:checked:disabled {
  background-color: #939290;
  border: 1px solid #f4f2f2;
  opacity: 0.7;
}
.mypage_app:checked::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
}
.note {
  font-size: 11px;
}
/* 加盟店アプリ利用 */
@media (max-width: 768px) {
  .app-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }
  .app-title {
    width: 55%;
  }
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}