@charset "utf-8";

.contact{width: 100%;padding: 80px 0 160px;}
.contact h3{font-size: 24px;line-height: 32px;color: #333;font-family: 'Arial';margin: 40px 0;}
.contact .method{width: 100%;background: #f5f5f5;padding: 78px 0;}
.contact .method ul{display: flex;width: 100%;justify-content: space-around;flex-wrap: wrap;}
.contact .method li{width: 19%;text-align: center;}
.contact .method li h4{font-size: 18px;line-height: 32px;color: #333;font-family: 'Arial';margin-top: 40px;}
.contact .method li p{font-size: 16px;line-height: 32px;color: #888;font-family: 'Arial';}

@media (max-width:1280px) {
	.contact{padding: 60px 0 80px 0;}
	.contact .method{padding: 60px 0;}
}
@media (max-width:1080px) {
	.contact h3{font-size: 18px;line-height: 22px;margin: 26px 0;}
	.contact{padding: 40px 0 60px 0;}
	.contact .method li{width:46%;margin:0 2% 4%;}
}
@media (max-width:769px) {
	.contact .method{padding: 4% 0 0 0;}
}
@media (max-width:480px) {
	.contact .method li{width: 96%;}
	.contact .method li p{font-size: 12px;line-height: 24px;}
}