/*  ------  local   ------  */

/* tablet portrait */
@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-title {
    font-size: 29px;
}
.dsl__page .dsl__facial-title {
    font-size: 29px;
}
.dsl__page .dsl__compare-item-text {
    width: 95%;
}
.dsl__page .dsl__compare-item-detail-text {
    font-size: 10px;
}
.dsl__page .dsl__navigation-content .dsl__cta {
    padding: 0 12px 0 26px;
}
}

/* mobile */
@media (max-width: 480px) {
.dsl__page .dsl__facial-expert {
    margin-left: 50px;
}
}