@charset "UTF-8";
/* col-md- 1199px以下 */
@media screen and (max-width: 1199px) {
}

/* col-sm- 991px 以下 */
@media screen and (max-width: 991px) {
}

/* col-xs- 767px 以下 */
@media screen and (max-width: 767px) {
}
/* main
****************************************************************************************** */
/*main.stick { padding-top: 90px !important; }*/