@charset "utf-8";
@import url("curebell_commodity_compare_series_name.medicine.css");
@import url("curebell_commodity_compare_series_name.herbal.css");
#main_panel
{
	margin-bottom: 16px;
}

.panel
{
	padding: 0;
	margin: 16px 0;
	border-radius: 6px;
}

.search_panel
{
	margin: 32px 0;
}

.search_panel .area_title
{
	padding: 20px 16px;
	background-color: #608DD1;
	border: #608DD1 solid 1px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}

.search_panel .area_title div
{
	margin: 0 auto;
}

.search_panel .area_title:after
{
  	display: block;
  	width: 30px;
  	height: 18px;
	background: url("../img/icon_arrow_white.png") no-repeat 0;
	background-size: 30px;
	transform: rotate(90deg);
	content: "";
}

.search_panel .area_title.open:after
{
	transform: rotate(270deg);
}

.search_area
{
	display: none;
	margin: 16px;
}

.panel.symptom
{
	padding: 16px;
}

.panel .list
{
	position: relative;
	flex-wrap: wrap;
}

.panel .list label
{
	display: block;
	cursor: pointer;
	width: 32%;
}

.panel .list label:nth-child(3n-1)
{
	margin: 0 2%;
}

.panel .list label:nth-child(n+4)
{
	margin-top: 12px;
}

.panel .list label [type='checkbox']
{
	display: none;
}

.panel .list label [type='checkbox']:checked + div
{
	border-color: #1E469B;
	background-color: rgba(30, 70, 155, 0.08);
}

.panel .list label [type='checkbox']:disabled + div
{
	opacity: 0.5 !important;
}

.panel .list label [type='checkbox']:disabled + div::before
{
	background-color: #ccc !important;
	border-color: transparent;
}

.panel .list label [type='checkbox'] + div
{
	position: relative;
	padding: 8px 16px 8px 48px;
	background: #FFF;
	border: 2px solid #808080;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	line-height: 24px;
	color: #333;
	font-size: 16px;
}

.panel .list label [type='checkbox'] + div::before
{
	position: absolute;
	left: 14px;
	display: block;
	width: 24px;
	height: 24px;
	background: #FFF no-repeat center;
	border: 2px solid #808080;
	content: '';
}

.panel .list label [type='checkbox']:checked + div::before
{
	background-color: #1E469B;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjkxNiA2LjI4MUExLjYxNSAxLjYxNSAwIDEgMCAuMzE0IDguMTk2bDMuNzg4IDUuMTQ2Yy42Ny45MSAyLjA0Mi44NyAyLjY1Ni0uMDc5TDEzLjc0IDIuNDk0QTEuNjE1IDEuNjE1IDAgMCAwIDExLjAyOS43MzdsLTUuNzEgOC44MDh6Ii8+PC9zdmc+");
	border-color: transparent;
}

.panel .list label [type='checkbox'] + div::before
{
	border-radius: 2px;
}

#notice_area > div
{
	margin-bottom: 6px;
	line-height: 1.4;
}

#notice_area .notice_red
{
	color: #B91C1C;
}

#notice_area .icon_caution
{
	padding: 2px 0 0 16px;
	background: #FAFBFF no-repeat 2px center;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSIjOTkxYjFiIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IC41YTcuNSA3LjUgMCAxIDEgMCAxNSA3LjUgNy41IDAgMCAxIDAtMTV6bTMuNzUgNi43NWgtNy41YS43NS43NSAwIDAgMCAwIDEuNWg3LjVhLjc1Ljc1IDAgMSAwIDAtMS41eiIvPjwvc3ZnPg==");
	background-size: 16px;
}

.notice_blinking_area
{
	color: #991B1B;
	font-weight: 600;
}

#commodity_list.no_commodity,
#commodity_list_tablet.no_commodity,
#commodity_list_mobile.no_commodity
{
	border: none;
}

#commodity_list_tablet,
#commodity_list_mobile
{
	display: none;
}

.list_check
{
	padding: 0;
	margin: 0;
	list-style: none
}

.list_check > li
{
	position: relative;
	padding: 0 0 0 2em;
	margin-bottom: 2px;
	font-size: 18px
}

.list_check > li::before,
.list_check > li::after
{
	position: absolute;
	top: 50%;
	height: 1em;
	content: ""
}

.list_check > li::before
{
	left: 0;
	transform: translateY(-50%);
	width: 1em;
	border: 1px solid #0891B2
}

.list_check > li::after
{
	left: .5em;
	transform: translateY(-75%) rotate(45deg);
	width: .5em;
	border-bottom: 3px solid #38d;
	border-right: 3px solid #38d
}

.list_check > li+li
{
	margin: 1em 0 0
}

#additional_search_area
{
	margin-top: 32px;
	padding-top: 16px;
	border-top: 1px solid #CCC;
}

#search_series_name_area,
#search_symp_code_area,
#search_fea_code_area,
#search_caution_code_area
{
	padding: 16px 0;
}

#search_series_name_area .list_title,
#search_symp_code_area .list_title,
#search_fea_code_area .list_title,
#search_caution_code_area .list_title
{
	font-size: 16px;
	font-weight: 700;
	color: #3C78D8;
}

#search_series_name_area .list,
#search_symp_code_area .list,
#search_fea_code_area .list,
#search_caution_code_area .list
{
	flex-wrap: wrap;
}

#search_series_name_area .list a,
#search_symp_code_area .list a,
#search_fea_code_area .list a,
#search_caution_code_area .list a
{
	margin: 16px 32px 0 0;
	font-size: 12px;
	text-decoration: none;
	color: inherit;
}

#search_series_name_area .list a:hover,
#search_symp_code_area .list a:hover,
#search_fea_code_area .list a:hover,
#search_caution_code_area .list a:hover
{
	opacity: 0.6;
}

#search_series_name_area .list p
{
	margin: 18px 20px 0 0;
	font-size: 14px;
}

#dialog_caution .box
{
	overflow: hidden;
	flex-direction: column;
	padding: 24px;
	-webkit-overflow-scrolling: touch;
}

#dialog_caution .box .heading
{
	padding: 0 0 8px;
	border-bottom: 1px solid #CCC;
	font-size: 20px;
}

#dialog_caution .box .list
{
	flex: 1;
	overflow: auto;
	margin: 0 0 16px;
	padding: 16px;
	border-bottom: 1px solid #CCC;
}

#dialog_caution .box .list div
{
	padding: 8px 4px;
	padding-left: 32px;
	border: 2px solid transparent;
	border-radius: 4px;
	background: no-repeat 8px center;
	font-size: 18px;
	line-height: 1.2;
}

#dialog_caution .box .list div:not(:last-child)
{
	margin-bottom: 8px;
}

#dialog_caution .box .list div
{
	border-color: #991B1B;
	background-color: rgba(153, 27, 27, 0.08);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSIjOTkxYjFiIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IC41YTcuNSA3LjUgMCAxIDEgMCAxNSA3LjUgNy41IDAgMCAxIDAtMTV6bTMuNzUgNi43NWgtNy41YS43NS43NSAwIDAgMCAwIDEuNWg3LjVhLjc1Ljc1IDAgMSAwIDAtMS41eiIvPjwvc3ZnPg==");
}

#dialog_attention .box
{
	overflow: hidden;
	flex-direction: column;
	-webkit-overflow-scrolling: touch;
}

#dialog_attention .box .heading
{
	padding: 16px;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	background: #991B1B;
	color: #FFF;
}

#dialog_attention .box .list
{
	overflow: auto;
	padding: 20px 24px 0 24px;
}

#dialog_caution .box .footer
{
	padding: 8px 0 0 0;
}

#dialog_attention .box .footer
{
	padding: 24px 0;
}

.ui_dialog_curebell>div .footer .ui_button.cancel
{
	padding: 12.5px;
	background-color: #888;
	color: #FFF;
}

#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% - 77px);
}

#nav.balloon_area .balloon p
{
	margin: 0;
	padding: 0;
}

/*	tablet	*/
@media screen and (max-width: 1000px)
{
	#main_panel
	{
		width: 90% !important;
	}

	#notice_area
	{
		display: none;
	}

	#commodity_list_tablet
	{
		display: block;
	}

	#commodity_list,
	#commodity_list_mobile
	{
		display: none;
	}

	#dialog_caution .box .list
	{
		padding: 16px 8px;
	}

	#nav.balloon_area .balloon::before
	{
		top: -22px;
	}
}

/*	mobile	*/
@media screen and (max-width: 640px)
{
	#page #content #main_panel
	{
		padding-top: 279px;
		margin-bottom: 64px;
	}

	h1
	{
		padding-bottom: 20px;
	}

	.search_panel
	{
		display: none;
	}

	.notice
	{
		margin-top: 0px;
	}

	.sort_area
	{
		margin-top: 12px;
	}

	#commodity_list_mobile
	{
		display: block;
		margin: 12px 0;
	}

	#commodity_list,
	#commodity_list_tablet
	{
		display: none;
	}

	.list_check > li
	{
		font-size: 16px;
	}

	#additional_search_area
	{
		padding-top: 16px;
	}

	#search_series_name_area
	{
		padding: 16px 0 0 0;
	}

	#search_series_name_area .list_title
	{
		display: flex;
		align-items: center;
		padding: 10px 16px;
		background-color: rgba(30, 70, 155, 0.08);
		border: #000 solid 1px;
		font-size: 14px;
		font-weight: inherit;
		color: inherit;
	}

	#search_series_name_area .list
	{
		display: none;
		border: solid 1px #000;
		border-top: none;
	}

	#search_series_name_area .list_title::after
	{
		display: block;
  		width: 25px;
  		height: 15px;
		margin-left: auto;
		background: url("../img/icon_arrow.png") no-repeat 0;
		background-size: 25px;
		transform: rotate(90deg);
		content: "";
	}

	#search_series_name_area .list_title.disp::after
	{
		transform: rotate(270deg);
	}

	#search_series_name_area .list a
	{
		display: block;
		margin: 0;
		padding: 8px 40px;
		border-bottom: solid 1px #000;
		background: url("../img/icon_arrow.png") no-repeat 4px;
		background-position: calc(100% - 16px) 50%;
		background-size: 16px;
	}

	#search_series_name_area .list a:last-child
	{
		border-bottom: none;
	}

	#search_series_name_area .list p
	{
		margin: 0;
		padding: 15px 40px;
	}

	#dialog_caution .box .heading
	{
		font-size: 18px;
	}

	#nav.balloon_area .balloon::before
	{
		left: calc(100% - 77px);
	}

	#nav.balloon_area .balloon p
	{
		font-size: 12px;
	}
}

/*	mobile medium */
@media screen and (max-width: 430px)
{
	#page #content #main_panel
	{
		padding-top: 132px;
	}

	#nav.balloon_area .balloon::before
	{
		border-bottom: 16px solid #e4f2ff;
		top: -20px;
		left: calc(100% - 72px);
	}
}

/*	mobile small */
@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 320px)
{

}
