<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  ------  local   ------  */


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.dsl__page .dsl__facial-content-right {
		margin-left: 20px;
	}
	.dsl__page .dsl__facial-suptitle{
		font-size: 30px;
	}
	.dsl__page .dsl__facial-title {
		font-size: 24px;
	}
	.dsl__page .dsl__compare-item-detail-text {
		font-size: 17px;
	}
	.dsl__page .dsl__compare-item-details {
		max-width: 240px;
	}
	.dsl__page .dsl__compare-item-detail-legend {
		font-size: 13px;
	}
	.dsl__page .dsl__compare-item-text {
		font-size: 11px;
	}
	.dsl__page .dsl__title {
		font-size: 27px;
	}
	.dsl__page .dsl__navigation-content .dsl__cta {
		padding: 0 12px 0 50px;
	}
	.dsl__page .dsl__service{
		border-left: solid 1px #d3ccc8;;
	}
	div.dsl__service:nth-child(1) {
		border-left: none;
	}
}


@media (max-width: 480px) {
	.dsl__page .dsl__facial-expert-visual {
		left: 40px;
	}
	.dsl__page .dsl__facial-expert-body {
		left: 40px;
	}
	.dsl__page .dsl__suptitle {
		font-size: 12px;
	}
	.dsl__page .dsl__text {
		font-size: 13px;
	}
	.dsl__page .dsl__legende{
		font-size: 9px;
	}

}</pre></body></html>