/* ----------------------------------------- */
/* https://ppih.co.jp/social/other/ */

.social_other.companylogo_wrap img {
	max-width: 300px;
}
@media screen and (max-width: 768px) {
    .social_other.companylogo_wrap {
		margin: 0 auto;
		max-width: 300px;
		min-width: 200px;
		width: 50%;
	}
	.social_other.companylogo_wrap img {
		width: 100%;
	}
}



/* ----------------------------------------- */
/* https://ppih.co.jp/social/pb/ */

.social_pb.companylogo_wrap img {
	max-width: 300px;
}
@media screen and (max-width: 768px) {
    .social_pb.companylogo_wrap {
		margin: 0 auto;
		max-width: 300px;
		min-width: 200px;
		width: 50%;
	}
	.social_pb.companylogo_wrap img {
		width: 100%;
	}
}