div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
	width: 120px !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
	width: 120px !important;
}

/* style1.css のspan定義でアイコンが崩れるためリセットする */
.swal2-icon span {
    margin: unset;
    padding: unset;
    outline: unset;
}