@charset 'UTF-8';


.news-detail .date {
	margin-bottom: 5px;
	font-weight: bold;
}

.news-detail .text p + p {
	margin-top: 0;
}
.square a{
	border: 1px solid #ccc;
	padding-top: calc(100% - 2px);
	background: #fff;
}

.news-detail .image {
	width: 17%;
}
.image div + div {
	margin-top: 10px;
}