@import url("layout.css");
.PageInfo {
	min-height: 600px;
	text-align:left;
}
h3 {
    font-size: 30px;
    font-weight: 500;
	margin: 30px 0;
    text-align: left;
}
.film {
	grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
	margin: 0 0 50px;
	width:100%
}
.fIm {
	width:100%
}
.tit-2date {
    display: block;
    text-align: left;
    width: 100%;
}
p.tit-2tit {
    display: block;
    font-size: 16px;
    text-align: left;
    margin: 5px 0 0
}

.video{ position:relative; height:0; padding-bottom:56.25%; //overflow: hidden; //width:33.3%}
.video iframe,.video object,.video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%}
@media screen and (max-width: 648px) {
	.film {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 480px) {
	.film {
		grid-template-columns: 1fr
	}
}