/**************************************
	
	BROWSER HACKS

***************************************/

/* for chrome on mac */
.mac {

}

/* ie */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.btn, 
	input.btn, 
	button.btn {
		padding-top: 7px;
	}

	.tag,
	.works .effect__item .text .number span,
	.works .case__item .title .main,
	.works .coverage__item .text .title h3,
	.works .cost__kv h3 .num {
		font-family: 'Noto Serif JP', serif;
	}

	.works .kv__title {
		margin-top: 10px;
	}

	.works .cost__kv {
		padding: 16px 0 18px;
	}

	.works .cost__kv h3 .num {
		line-height: 1.2;
	}

	.works .cost__kv h3:first-of-type {
		margin-bottom: 0;
	}

	.works .cost__kv h3:nth-of-type(2) {
		margin-top: -5px;
	}

	.works .effect__item .text .title {
		margin-top: 15px;
	}

	.works .effect__item .text .number span {
		margin-top: -4px;
	}

	@media screen and (max-width: 768px) {
		.works .kv__title {
			margin-top: 0;
		}
	}
}


@supports (-ms-ime-align: auto)  {

}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)  and (max-width: 768px) {

}

