@charset "utf-8";
.btn_help
{
	color: #FFF;
	background: #FFF;
	border: 3px solid #FFF;
	pointer-events: none;
}

.panel#search_name
{
	margin: 32px 16px 16px;
	padding: 16px 32px 32px;
}

.panel .heading
{
	margin: 0 0 16px;
	padding: 0 0 8px;
	border-bottom: 1px solid #CCC;
	font-weight: 700;
	font-size: 18px;
}

.panel [type="text"]
{
	display: block;
	height: 54px;
	width: 100%;
	border: 2px solid #1E469B;
	border-radius: 4px;
	background: #FFF;
	font-size: 25px;
	text-align: center;
	outline: none;
}

.panel#search_name .flex
{
	flex-direction: row;
	justify-content: flex-end;
}

.autoComplete_wrapper
{
	flex-grow: 1;
}

#btn_search
{
	display: block;
	width: 90px;
	height: 54px;
	margin: 0 0 0 24px;
	padding: 0;
	font-size: 24px;
	border-radius: 4px;
	font-weight: 700;
	background: #1E469B;
	color: #FFF;
	cursor: pointer;
}

.ui_dialog_curebell>div .body
{
	min-height: 50px;
	font-size: 16px;
	font-weight: 600;
}

#nav.balloon_area
{
	justify-content: flex-end;
}

#nav.balloon_area .balloon
{
	position: relative;
	background-color: #e4f2ff;
	padding: 8px;
	margin-top: 10px !important;
	margin-bottom: 5px;
	color: #1E469B;
	margin-top: 0px;
	border-radius: 6px;
}

#nav.balloon_area .balloon::before
{
	content: "";
	position: absolute;
	border: 10px solid transparent;
	border-bottom: 20px solid #e4f2ff;
	top: -29px;
	left: calc(100% - 90px);
}

#nav.balloon_area .balloon p
{
	margin: 0;
	padding: 0;
}

/*	tablet	*/
@media screen and (max-width: 1000px)
{
	.panel [type="text"]
	{
		font-size: 20px;
	}

	#btn_search
	{
		min-width: 85px;
		width: auto;
		height: auto;
		font-size: 19px;
		margin: 0 0 0 15px;
	}

	#nav.balloon_area .balloon::before
	{
		top: -22px;
	}
}

/*	mobile	*/
@media screen and (max-width: 640px)
{
	.panel [type="text"]
	{
		height: 50px;
		font-size: 18px;
	}

	#btn_search
	{
		min-width: 80px;
		font-size: 17px;
		margin: 0 0 0 10px;
	}

	#nav.balloon_area .balloon::before
	{
		left: calc(100% - 30px);
	}

	#nav.balloon_area .balloon p
	{
		font-size: 12px;
	}
}

/*	mobile	*/
@media screen and (max-width: 430px)
{
	.panel [type="text"]
	{
		height: 44px;
	}

	.panel [type="text"]::placeholder
	{
		padding-top: 3px;
		font-size: 16px;
	}

	#btn_search
	{
		min-width: 60px;
	}

	#nav.balloon_area .balloon::before
	{
		border-bottom: 16px solid #e4f2ff;
		top: -20px;
		left: calc(100% - 25px);
	}
}
