﻿/* ------------------------------------------

PC
{}

TAB
@media only screen and (max-width: 999px) and (min-width: 700px) {
	{}
}

SP
@media only screen and (max-width: 699px) {
	{}
}

------------------------------------------ */

@charset "UTF-8";

/* common style */
@import url("z_reset2020b.css?003");
@import url("z_base2020b.css?018");
