@charset "utf-8";
#topcs_index #mainContent .wrapper {
	padding-left: 0;
	padding-right: 0;
}

#topcs_index #mainContent .blocks {
	width: 1160px;
	margin: 0 auto;
}

@media only screen and (max-width:1160px) {
	#topcs_index #mainContent .blocks {
		width: 100%;
	}
}

/*yeaeBtn*/

.yeaeBtn {
	display: block;
	text-align: center;
	border-bottom: #ddd 1px solid;
	cursor: pointer;
	font-size: 34px;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	margin-top: 80px;
	position: relative;
	background: url(../imgs/btn-open.png) right center no-repeat;
}

.yeaeBtn.open {
	background: url(../imgs/btn-close.png) right center no-repeat;
}

.list {
	display: none;
}

@media only screen and (max-width:769px) {
	.yeaeBtn {
		height: 35px;
		font-size: 30px;
		background: url(../imgs/btn-open.png) right top no-repeat;
		background-size: 8%;
	}
	.yeaeBtn.open {
		background: url(../imgs/btn-close.png) right top no-repeat;
		background-size: 8%;
	}
}

/*blocks*/

.blocks ul li {
	display: inline-block;
	vertical-align: top;
	border: #d7d7d7 solid 1px;
	box-sizing: border-box;
	position: relative;
}

.blocks.num01 ul li {
	width: 48.8%;
}

.blocks.num01 ul li:nth-child(n+2) {
	margin-left: 1.7%;
}

.blocks.num01 ul li:nth-child(n+3) {
	margin-top: 30px;
	margin-right: 1.7%;
	margin-left: 0px;
}
.blocks.num01 ul,.blocks.num02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 90%;
	margin:auto;
}

.blocks.num02 ul li {
	width: 23.5%;
	margin-top: 30px;
}

.blocks.num02 ul li {
	margin-right: 1.7241379310344827%;
}

.blocks.num02 ul li:nth-child(4n) {
	margin-right: 0;
}

.blocks ul li a {
	color: #000;
	text-decoration: none;
}

.blocks ul li .photo {
	border: none !important;
	position: relative;
}

.blocks ul li .photo .logo {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
}

.blocks.num02 ul li .photo .logo {
	width: 50%;
}

.blocks ul li .photo img {
	width: 100%;
}

.blocks ul li .comment {
	min-height: 170px;
	padding: 10px 10px 25px 10px;
	box-sizing: border-box;
	/*position: relative;*/
	border-top: #d7d7d7 solid 1px;
}

.blocks ul li .comment .category {
	color: #92a3ab;
	margin-bottom: 10px;
}

.blocks ul li .comment .ttl {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.blocks ul li .comment .txt {
	margin-top: 10px;
}

.blocks ul li .comment .date {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 10px;
}

.blocks.num01 ul li .comment {
	min-height: 100px;
}

.blocks ul li .hoverArea {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../common/imgs/bg-overlay.png) repeat center top;
	cursor: pointer;
	pointer-events: none;
	z-index: 10;
	opacity: 0;
	transition: .7s;
}

.blocks ul li .hoverArea em {
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	font-style: normal;
	color: #fff;
}

.blocks ul li .hoverArea img {
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	text-align: center;
	margin: auto;
}

/* closed */

.blocks ul li.closed a {
	pointer-events: none;
}

.blocks ul li.closed .hoverArea {
	opacity: 1;
}

.blocks ul li.closed .hoverArea em {
	top: 50%;
}

@media only screen and (max-width:769px) {
	.blocks.num01 ul li {
		width: 100%;
	}
	.blocks.num01 ul li:nth-child(n+2) {
		margin-left: 0;
		margin-top: 30px;
	}
	.blocks.num01 ul li:nth-child(n+3) {
		margin-left: 0;
		margin-top: 30px;
	}
	.blocks.num02 ul li {
		width: 100%;
	}
	.blocks.num02 ul li {
		margin-right: 0;
	}
	.blocks.num02 ul li .photo .logo {
		width: 40%;
	}
	.blocks ul li .comment {
		min-height: auto;
		padding: 10px 10px 30px;
	}
	.blocks ul li .hoverArea {
		display: none;
	}
}

