@charset "UTF-8";


.balloon {
	position: relative;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	background-color: #eb5505;
	padding: 20px;
	color: #333;
	right: 0px;
	top: -22px;
}

.balloon::before {
	content: "";
	position: absolute;
	border: 12px solid transparent;
	border-right: 20px solid #eb5505;
	top: 35%;
	left: -25px;
}

.balloon p {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


@media screen and (max-width: 849px) {

	.balloon {
		right: 0px;
		top: 5px;
	}

	.balloon::before {
		content: "";
		position: absolute;
		border: 12px solid transparent;
		border-bottom: 20px solid #eb5505;
		top: -25px;
		left: 45%;
	}


}


/* オレンジまる------------------------------------------------------------*/


.kosodate-yell_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	flex-wrap: wrap;
}

.kosodate-yell_flex_right p {
	position: relative;
	color: #fff;
	font-size: 14px;
	background: #eb5505;
	padding: 20px 15px;
	border-radius: 50%;
	line-height: 22px;
	text-align: center;
	font-weight: bold;

}

.kosodate-yell_flex_left p {
	text-align: center;
	margin-right: 20px;
}

.kosodate-yell_flex_right_text {
	font-size: 24px !important;
}

@media screen and (max-width: 767px) {
	.kosodate-yell_wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 10px;
		flex-wrap: wrap;
	}

	.kosodate-yell_flex_left {
		width: 100%;
	}

	.kosodate-yell_flex_left p {
		margin-top: 10px;
		font-size: 24px;
	}
}

@media screen and (max-width: 1000px) {
	.hidden-bl {
		display: none !important;
	}
}

/* 共通------------------------------------------------------------*/
@media screen and (min-width: 850px) {
	.hidden-pc {
		display: none !important;
	}
}

@media screen and (max-width: 849px) {
	.hidden-sp {
		display: none !important;
	}

	.text-price {
		font-size: 3.0em !important;
	}
}

/* 別窓グレーアイコン */
.windowGray {
	position: relative;
}

.windowGray::after {
	content: url(/content/dam/au-com/mobile/service/kosodate-yell-pr/images/icon-blank-gray.svg);
	bottom: 10px;
	right: 10px;
	position: absolute;
	/* transform: scale(1.5); */
}