.t-box {
	width: 100%;
	text-align: center;
}

.t-tr {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.t-td {
	width: 25%;
	height: 520px;
	padding: 20px 10px;
	box-sizing: border-box;

}

.t-td a {
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}

.t-td img {
	width: 200px;
	height: 285px;
	margin-bottom: 30px;
}

.t-td p:nth-child(2) {
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	text-indent: 2em;
	color: #999;
	margin-bottom: 15px;
}

.t-td p:nth-child(3) {
	font-size: 20px;
	font-weight: 700;
}