.modal__fav_warning {
	font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Arial, sans-serif;
}

.modal__fav_warning.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 162, 209, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.modal__fav_warning.modal__overlay--visible {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 0.3s ease;
}

.modal__fav_warning .modal__content {
	background-color: white;
	padding: 55px 0 46px;
	border-radius: 30px;
	border: 5px solid #FFD4EB;
	position: relative;
	width: 680px;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal__fav_warning .modal__text--highlight {
	display: flex;
	align-items: center;
	color: #FFF9A2;
	font-size: 25px;
	line-height: 37px;
	height: 33px;
	margin-left: 2px;
}

.modal__fav_warning .modal__close-button {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 1.8em;
	font-weight: bold;
	cursor: pointer;
}

.modal__fav_warning--2026 .modal__close-button.modal__close-button--2026 {
	top: -54px;
	right: -18px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	z-index: 3;
}

.modal__fav_warning--2026 .modal__close-button.modal__close-button--2026 img {
	display: block;
	width: 24px;
	height: 24px;
}

.modal__fav_warning .modal__text {
	color: #003171;
	text-align: center;
}

.modal__fav_warning .modal__text--primary {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal__text-highlight--text {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	line-height: 43px;
	height: 32px;
	background: linear-gradient(to bottom, transparent calc(100% - 8px), #FEFEB1 0) no-repeat left bottom 3px / 100% 8px;
	color: #043472;
}

.modal__text-highlight--text img {
	margin-left: 3px;
}

.modal__fav_warning .modal__text--primary img {
	vertical-align: middle;
}

.modal__fav_warning .modal__text--primary img.deco_left,
.modal__fav_warning .modal__text--primary img.deco_right {
	width: 18px;
}

.modal__fav_warning .modal__text--primary img.deco_left {
	margin-right: 7.39px;
}

.modal__fav_warning .modal__text--primary img.deco_right {
	margin-left: 7.39px;
}

.modal__fav_warning .modal__text--secondary {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 40px auto 5px;
	line-height: 24.4px;
	height: 26px;
	color: #043472;
}

.modal__fav_warning .modal__text-highlight--pink {
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 0;
	color: #FF3EA5;
	text-shadow: 2px 2px 0 #FEFEB1;
	display: inline-block;
	line-height: 60px;
}

.modal__fav_warning .modal__text-highlight--blue {
	font-size: 28px;
	line-height: 38px;
	font-weight: bold;
	letter-spacing: 0;
	color: #043472;
	display: inline-block;
}

.modal__fav_warning .modal__info-box {
	width: 100%;
	max-width: 450px;
	min-height: 76px;
	background: #F0F6F9 0 0 no-repeat padding-box;
	border: 1px solid #D8E7EF;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #043472;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	margin: 10px auto 33px;
	box-sizing: border-box;
}

.modal__fav_warning .modal__info-box span {
	font-size: 20px;
	font-weight: bold;
	color: #043472;
}

.modal__fav_warning .button--action {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	font: normal normal bold 20px/29px Hiragino Kaku Gothic Pro;
	letter-spacing: 0;
	color: #FFFFFF;
	width: 100%;
	max-width: 450px;
	height: 72px;
	background: #4AB6FF 0 0 no-repeat padding-box;
	box-shadow: 0 6px 0 #2f9de5;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
}

.modal__fav_warning .button--action img {
	margin-right: 7px;
}

.modal__fav_warning .button__text--highlight {
	color: #FFF9A2;
	font-size: 26px;
	line-height: 39px;
	font-weight: bold;
	display: inline-block;
}


.modal__fav_warning .button--action.button--action-2026 {
	text-decoration: none;
	position: relative;
}

.modal__fav_warning .button--action.button--action-2026::after {
	content: "";
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 2px solid rgba(255, 255, 255, 0.75);
	border-radius: 20px;
}

.modal__subtext {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	font-size: 16px;
	line-height: 26px;
	color: #4396E8;
	margin-top: 13px;
	font-weight: 600;
}

.modal__subtext-icon {
	display: block;
	flex: 0 0 auto;
}

.modal__subtext-label {
	margin-top: 19px;
	font-size: 16px;
	font-weight: 600;
	line-height: 25.6px;
	display: block;
	color: #4396E8;
	height: 21px;
}

.modal__subtext-label span {
	color: #FF78B9;
}