.content {
	margin-top: 37px;
	text-align: center;
}


/*.photo-item {
	position: relative;
	margin: 0 15px 15px 0;
	display: inline-block;
	width: 320px;
	height: 320px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 5px 5px 5px #304462;
	z-index: 2;
	text-align: center;
	cursor: pointer;
}*/


span.sub-title {
	position: absolute;
	bottom: 24%;
	left: 8%;
	color: #5070a3;
	font-family: AvenirLTStd;
	z-index: 52;
} 

.photo-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-height: 670px;
	margin: auto;
}

.photo-item:nth-of-type(1),
.photo-item:nth-of-type(4) {
	grid-column: 1;
}
.photo-item:nth-of-type(2),
.photo-item:nth-of-type(5) {
	grid-column: 2;
}
.photo-item:nth-of-type(3),
.photo-item:nth-of-type(6) {
	grid-column: 3;
}

.photo-item {
	position: relative;
	margin: 7.5px;
	max-width: 320px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 5px 5px 5px #304462;
	z-index: 2;
	text-align: center;
}

.photo-item img {
	position: relative;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: 50;
}

img.photo-title.pc{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 51;
}

img.triangle{
	display:none;
	position: absolute;
	top: 2px;
	right: 0;
	z-index: 50;
}

img.rectangle{
	display: none;
	border-top-left-radius: 0 !important;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
}


.photo-item img.item-title {
	position: absolute;
	display: block;
	margin-top: 53px;
	margin-left: 19px;
}
.photo-item img.item-caption {
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 36%;
	vertical-align: middle;
	line-height: 320px;
	z-index: 90;
}

/*.photo-item span {
	position: absolute;
	left: 19px;
	bottom: 74px;
	color: #5070a3;
	font-family: AvenirLTStd;
}
*/
.photo-item:last-child .item-caption{
	margin-top: 28% !important;
}

dl {
	margin: 0 auto;
	margin-top: 130px;
	display: table;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
}

dt {
	letter-spacing: 5px;
	font-size: 38px;
	text-shadow: 0 0 50px #5070a2, 0 0 50px #5070a2;
}


@media screen and (max-width:1005px){
	.photo-item{
		/* width: 30%; */
		margin: 5px 5px auto;
	}
}

/******************SP RESPONSIVE****************************/
@media screen and (max-width:991px){
	/*
	.photo-item{
		width: 30%;
		margin: 10px 10px auto;
	}
	*/
}
@media screen and (max-width:768px){
	.photo-wrap {
		display: flex;
		flex-wrap: wrap;
		max-height: 100%;
	}
	.photo-item{
		width: 40%;
	}
	img.photo-title {
		position: absolute;
		bottom: 15px;
		left: 12%;
		z-index: 51;
	}
	span.sub-title {
	
		bottom: 21%;
		font-size: 13px;
	}
	img.triangle {
		display: none !important;
	}
	img.rectangle {
		display: block;
	}
}
@media screen and (max-width:700px){
	img.photo-title {
		bottom: 10px;
		left: 10%;
	}
}
@media screen and (max-width:640px){
	.photo-item{
		/* width: 40%; */
	}
	span.sub-title {
		bottom: 21%;
		font-size: 11px;
	}
	img.photo-title {
		bottom:8px;
		left: 9%;
	}
}
@media screen and (max-width:600px){
	img.photo-title {
		bottom:5px;
		left: 8%;
	}
}
@media screen and (max-width:550px){
	img.photo-title {
		bottom:0px;
		left: 5px;
	}
}
@media screen and (max-width:480px){
	img.photo-title {
			bottom:0px;
			left: 0px;
		}
	.photo-item{
		/* width: 40%; */
	}
	span.sub-title {
		bottom: 21%;
		font-size: 11px;
	}	
}


