@media only screen and (min-width: 375px) and (max-width: 767px) {
}

/* tab or pc version */
@media only screen and (min-width: 768px) {
}
