@charset "UTF-8";

/* Mobile */
@media screen and (min-width:1px) and (max-width:639px) {
	section.type-title { padding-top:98px; }
}

/* Mobile & Tablet */
@media screen and (min-width:1px) and (max-width:1219px) {
}

/* Tablet */
@media screen and (min-width:640px) and (max-width:1219px) {
	section.type-title { padding-top:108px; }
}

/* Tablet & Desktop */
@media screen and (min-width:640px) {
}

/* Desktop */
@media screen and (min-width:1220px) {
	/* section.type-title { padding-top:144px; } */
}