@charset "utf-8";
/*
Theme Name: QUADRA Child
Version: 1.13
Template: quadra_biz001
*/
#archive .link { display: flex; flex-wrap: wrap; align-items: center; padding: 30px 20px; }
#archive .link figure { width: 12%; height: 120px; margin-right: 3%; }
#archive .link figure img { width: 100%; height: 100%; object-fit: cover; }
#archive .line { width: 85%; }
@media screen and (max-width: 750px) {
	#archive .link figure { width: 20%; height: 70px; margin-right: 5%; }
	#archive .line { width: 75%; }
}

#post_category_archive .link { display: flex; flex-wrap: wrap; align-items: center; padding: 30px 20px; }
#post_category_archive .link figure { width: 20%; height: 100px; margin-right: 5%; }
#post_category_archive .link figure img { width: 100%; height: 100%; object-fit: cover; }
#post_category_archive .line { overflow: auto; white-space: unset; text-overflow: unset; -ms-flex: unset; -webkit-flex: unset; flex: unset; width: 75%; }
@media screen and (max-width: 750px) {
	#post_category_archive .link { padding: 25px 15px; }
	#post_category_archive .link figure { height: 80px; }
}