@charset "UTF-8";
#contact_tel_pc, #contact_tel_sp {
  z-index: 10;
}

#page-top{
    z-index: 20;
}

.mask{
    z-index: 30;
}

.dialog{
    z-index: 40;
}


/* PC */
@media screen and (min-width: 769px) {

}
/* SP */
@media screen and (max-width: 768px) {

}