@charset "utf-8";

a:hover {opacity: 0.7;}

.flex4Box {
	display: flex;
	flex-wrap: wrap;
}
.flex4Box .flex4 {
	width: calc(25% - 20px);
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
}
.flex4Box .flex4 .ph {
	background-repeat: no-repeat;
	background-size: cover;
}
.flex4Box .flex4 .ti {
	position: absolute;
	top: 10px;
	left: 20px;
	color: #fff; letter-spacing: 2px;
}
.flex4Box div.flex4:nth-child(4n+1) {
	margin-left: 0px;
}
.flex4Box .flex4.black .ti {
	color: #444140;
}
/*.flex4Box .flex4:nth-child(1) .ti {
	color: #444140;
}
.flex4Box .flex4:nth-child(3) .ti {
	color: #444140;
}
.flex4Box .flex4:nth-child(4) .ti {
	color: #444140;
}
.flex4Box .flex4:nth-child(6) .ti {
	color: #444140;
}*/

.flex4Box .flex4 .ti .t1 {
	font-size: 12px;
}
.flex4Box .flex4 .ti .t1 .num{
	font-size: 24px;
}
.flex4Box .flex4 .ti .t2 {
	font-size: 18px;
}
.flex4Box .flex4 .ti .t3 {
	font-size: 14px;
}



@media screen and ( max-width: 768px ) {
	.flex4Box.marginT30{margin-top: 10px;}
	.flex4Box .flex4 {
		width: calc(33.33% - 10px);
		margin-top: 15px;
		margin-left: 15px;
	}
	.flex4Box div.flex4:nth-child(4n+1) {margin-left: 15px;}
	.flex4Box div.flex4:nth-child(3n+1) {margin-left: 0px;}
	.flex4Box .flex4 .ti {top: 5px; left: 10px;}
	.flex4Box .flex4 .ti .t1 .num{font-size: 20px;}
	/*.flex4Box .flex4 .ti .t2 {font-size: 16px;}*/
	.flex4Box .flex4 .ti .t3 {font-size: 13px;}
}
@media screen and ( max-width: 600px ) {
	.flex4Box {justify-content: space-between;}
	.flex4Box .flex4 {
		width: calc(50% - 5px);
		margin-top: 10px;
		margin-left: 0px;
	}
	.flex4Box div.flex4:nth-child(4n+1) {margin-left: 0px;}
	.flex4Box div.flex4:nth-child(3n+1) {margin-left: 0px;}
	.flex4Box div.flex4:nth-child(even) {margin-left: 10px;}
}
@media screen and ( max-width: 320px ) {
	.flex4Box {display: block;}
	.flex4Box .flex4 {
	margin-top: 0px; margin-left: 0px;
	margin: 20px 0 0px;
	width: 100%;
	}
	.flex4Box div.flex4:nth-child(2n) {margin-left: 0;}
	.flex4Box .flex4 .ti .t2 {font-size: 22px;}
}