.tpl-btn--blue {
	background: #00549d;
	border: 0;
	color: #fff;
}

.tpl-icon-after--arrow-white::after {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 12px;
	background: url(/assets/common/img/icon-arrow-white.svg) no-repeat;
	background-size: 8px 12px;
	position: relative;
	top: -2px;
	margin-left: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-icon-after--arrow-white::after {
		top: -1px;
	}
}

#tpl-contents {
	min-width: 1080px;
}

@media only screen and (max-width: 750px) {
	#tpl-contents {
		min-width: 0;
	}
}

#tpl-contents .searchKindList {
	background: #f4f4f4;
	padding: 20px 0;
}

@media screen and (max-width: 750px) {
	#tpl-contents .searchKindList {
		padding: 2.66667vw 0;
	}
}

#tpl-contents .searchKindList ul {
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width: 751px) {
	#tpl-contents .searchKindList ul {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 750px) {
	#tpl-contents .searchKindList ul li {
		flex: 1;
	}
	#tpl-contents .searchKindList ul li + li {
		margin-left: 2.66667vw;
	}
}

#tpl-contents .searchKindList a {
	border: 2px solid #c8c8c8;
	width: 347px;
	height: 60px;
	border-radius: 30px;
}

@media screen and (max-width: 750px) {
	#tpl-contents .searchKindList a {
		display: block;
		position: relative;
		border-width: 1px;
		width: 100%;
		height: 21.33333vw;
		padding: 0;
		padding-top: 2.53333vw;
		border-radius: 0;
	}
	#tpl-contents .searchKindList a span {
		display: block;
		padding-right: 0;
		font-size: 3.73333vw;
		text-align: center;
	}
	#tpl-contents .searchKindList a span:after {
		display: none;
	}
}

#tpl-contents .searchKindList a.act {
	background: #00549d;
	border: 0;
	color: #fff;
}

@media screen and (max-width: 750px) {
	#tpl-contents .searchKindList a .tpl-icon:after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
	}
}

#tpl-contents .searchKindList a .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 14px;
}

#tpl-contents .searchKindList a .icon img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 750px) {
	#tpl-contents .searchKindList a .icon {
		margin: auto;
		margin-bottom: 0.4vw;
	}
}

#tpl-contents .searchKindList a .icon.icon-brand {
	width: 29px;
}

@media screen and (max-width: 750px) {
	#tpl-contents .searchKindList a .icon.icon-brand {
		width: 5.33333vw;
	}
}

#tpl-contents .searchKindList a .icon.icon-symptom {
	width: 28px;
}

@media screen and (max-width: 750px) {
	#tpl-contents .searchKindList a .icon.icon-symptom {
		width: 5.2vw;
	}
}

#tpl-contents .searchKindList a .icon.icon-part {
	width: 25px;
}

@media screen and (max-width: 750px) {
	#tpl-contents .searchKindList a .icon.icon-part {
		width: 4.53333vw;
	}
}

#tpl-contents .searchKindList a .icon .white {
	display: none;
}

#tpl-contents .searchKindList a.act .icon .blue {
	display: none;
}

#tpl-contents .searchKindList a.act .icon .white {
	display: block;
}

#tpl-contents .sch .sch-ttl {
	font-size: 2.8rem;
	text-align: center;
	padding: 50px 0 40px;
}

@media screen and (max-width: 750px) {
	#tpl-contents .sch .sch-ttl {
		font-size: 2.25rem;
		padding: 25px 0 20px;
	}
}

#tpl-contents .sch .product-search {
	background: #eaf6fd;
	padding: 40px 0 40px;
}

@media screen and (max-width: 750px) {
	#tpl-contents .sch .product-search {
		padding: 20px 0 20px;
	}
}

#tpl-contents .sch .product-search-order-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 750px) {
	#tpl-contents .sch .product-search-order-list {
		flex-direction: column;
	}
}

#tpl-contents .sch .product-search-order-list__titl {
	font-size: 2.0rem;
}

@media screen and (max-width: 750px) {
	#tpl-contents .sch .product-search-order-list__titl {
		font-size: 1.8rem;
	}
}

#tpl-contents .sch .product-search-order-list__item {
	display: flex;
	flex-wrap: wrap;
	margin-left: 25px;
}

@media screen and (max-width: 750px) {
	#tpl-contents .sch .product-search-order-list__item {
		width: 100%;
		justify-content: center;
		margin-left: 0;
	}
}

#tpl-contents .sch .order-list__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 1.6rem;
	border-radius: 20px;
	background: #fff;
	border: 2px solid #c8c8c8;
	cursor: pointer;
}

@media screen and (max-width: 750px) {
	#tpl-contents .sch .order-list__item {
		border-width: 1px;
		margin-top: 10px;
	}
}

#tpl-contents .sch .order-list__item:hover {
	text-decoration: underline;
	color: #005ba0 auto;
}

#tpl-contents .sch .order-list__item.order-list__item-ALL {
	width: 100px;
}

@media screen and (max-width: 750px) {
	#tpl-contents .sch .order-list__item.order-list__item-ALL {
		width: 70px;
	}
}

#tpl-contents .sch .order-list__item.order-list__item-act {
	border: 0;
	background: #00549d;
	color: #fff;
}

#tpl-contents .sch .order-list__item.disabled {
	background: #ebebeb;
	color: #323232;
	pointer-events: none;
}

#tpl-contents .sch .order-list__item + .order-list__item {
	margin-left: 11px;
}

#tpl-contents .sch .product-wrap {
	width: 1080px;
	margin: 0 auto;
	clear: both;
}

@media screen and (max-width: 750px) {
	#tpl-contents .sch .product-wrap {
		width: 100%;
		min-width: 320px;
	}
}

#tpl-contents .sch .product-search-items-b {
	padding-top: 40px;
}

@media screen and (max-width: 750px) {
	#tpl-contents .sch .product-search-items-b {
		padding-top: 20px;
		width: 576px;
		margin: auto;
	}
}

@media screen and (max-width: 630px) {
	#tpl-contents .sch .product-search-items-b {
		width: 460px;
	}
}

@media screen and (max-width: 510px) {
	#tpl-contents .sch .product-search-items-b {
		width: 345px;
	}
}

@media screen and (max-width: 374px) {
	#tpl-contents .sch .product-search-items-b {
		width: 300px;
	}
}

#tpl-contents .sch .product-search-items-b .product-search-order-bloack {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
}

@media screen and (max-width: 750px) {
	#tpl-contents .sch .product-search-items-b .product-search-order-bloack {
		margin-left: -7px;
	}
}

#tpl-contents .sch .product-search-items-b .mdt__item-c {
	padding-bottom: 40px;
	margin-left: 20px;
	margin-left: 15px;
}

@media screen and (max-width: 750px) {
	#tpl-contents .sch .product-search-items-b .mdt__item-c {
		padding-bottom: 15px;
	}
}

#tpl-contents .sch .product-search-items-b .mdt__item-c:hover {
	opacity: 0.8;
}

#tpl-contents .sch .product-search-items-b .mdt-item-thumb {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #d7d7d7;
	width: 200px;
	height: 200px;
	padding: 35px;
}

#tpl-contents .sch .product-search-items-b .mdt-item-thumb img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 750px) {
	#tpl-contents .sch .product-search-items-b .mdt-item-thumb {
		position: relative;
		width: 100px;
		height: 0;
		padding: 0;
		padding-top: 100%;
	}
	#tpl-contents .sch .product-search-items-b .mdt-item-thumb img {
		position: absolute;
		top: 12%;
		left: 12%;
		width: 76%;
		height: auto;
	}
}

@media screen and (max-width: 374px) {
	#tpl-contents .sch .product-search-items-b .mdt-item-thumb {
		width: 85px;
	}
}

#tpl-contents .sch .product-search-items-b .mdt-item-thumb__name-out {
	margin-top: 10px;
	text-align: center;
}

#tpl-contents .sch .product-search-items-b .mdt-item-thumb__name-out a {
	color: #141414;
	text-decoration: none;
}

@media screen and (max-width: 750px) {
	#tpl-contents .sch .product-search-items-b .mdt-item-thumb__name-out {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	#tpl-contents .head_row {
		margin-left: 8px;
	}
}

#tpl-contents sub {
	vertical-align: baseline;
	bottom: 0;
	font-size: 0.7em;
}

/*# sourceMappingURL=style.css.map */
