.hacard {
	background: rgba(64, 64, 64, 0.02);
	border: 1px solid #cccccc;
	word-wrap: break-word;
	max-width: 800px;
	border-radius: 5px;
	margin: 0px auto 15px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.hacard-header{
//	display: flex;
//	flex-wrap: wrap;
//	align-items: center;
	margin:1em;
}
.hacard-ranking{
	padding: 10px 20px;
	background-color: red;
	display: inline-block;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	margin-right: 20px;
}
.hacard-itembox{
	padding: 0px;
	margin-right: 30px;
}
.hacard-itembox .hacard-maker{
	font-size: smaller;
}
.hacard-itembox .hacard-name{
	font-weight: bold;
}
.hacard-pricebox{
	padding: 0px;
}
.hacard-pricebox .hacard-pricetype{
	font-size: smaller;
	margin-bottom: 3px;
}
.hacard-pricebox .hacard-price{
	color: red;
	line-height: 1;
	font-weight: bold;
}

.hacard-image{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin:10px;
}
.hacard-image img{
	width: 30%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.hacard-image img{
		width: 100%;
		height: auto;
	}
}

.hacard-recommend{
	margin-bottom: 1em !important;
}
.hacard-recommend p{
	padding: 2px 10px !important;
}
.hacard-recommend ul{
	margin: 0;
	padding-inline-start: 1em;
}
.hacard-recommend ul li{
	position: relative;
	padding-left: 20px;
	list-style-type: none;
}
.hacard-recommend ul li:before {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 0.4em;
	height: 0.8em;
	border-right: 3px solid #95ccff;
	border-bottom: 3px solid #95ccff;
}
.hacard-copy{
	margin:1em 1em 0.2em;
	font-weight: bold;
}
.hacard-desc{
	margin:0 1em 1em;
	padding: 0 1em;
	font-size: smaller !important;
}
.hacard-table{
	width: 100%;
	max-width: calc(100% - 2em) !important;
}
.hacard-table th{
	text-align:left;
}
.hacard-table td{
	width:70%;
	font-size: 1.7rem;
	color: #333 !important;
}
.hacard-table th{
	width:30%;
	font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
	.hacard-table td{
		padding: 10px 5px !important;
		font-size: 1.55rem;
	}
	.hacard-table th{
		padding: 10px 5px !important;
		font-size: 1.4rem;
		min-width: 95px;
	}
}


.hearingaid-card .clear {
	clear: both;
}


.hacard-swiper {
	width: calc( 100% - 2em );
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 1em;
}
.swiper-slide {
	width: 100%;
	height: 100%;
}
