@charset "UTF-8";
/* CSS Document */

.tag_navi a,
.column_list a {
	text-decoration: none;
	color: #666;
}

h1, h2, h3 {
	font-weight: 500 !important;
}

@media only screen and (max-width:960px) {
	/*スマホ*/
	h1 {
		margin-top: 60px;
		margin-bottom: 40px;
		text-align: center;
		font-size: 2rem;
	}
	
	
	.column_list {
		width: 95%;
		margin: 0 auto;
	}
	
	.column_list li {
		text-align: center;
		margin-bottom: 1.5em;
	}
	.column_list li:nth-child(3n) {
		margin-right: 0;
	}
	.column_list li img {
		width: 100% !important;
		height: auto;
		display: block;
		margin-bottom: 0.25em;
		object-fit: cover;
	}
	.p-worksPagenate_item {
		font-size: 1.6rem;
		margin: 0 0.8em;
	}
	.crnt {
		background: #EFEFEF;
	}
	.wp-pagenavi {
		font-size: 1.6rem;
	}
	.page {
		margin: 0 0.8em;
	}

	.current {
		margin: 0 0.8em;
	}
	.new-column-ttl {
		margin-bottom: 0.25em;
	}
}

@media screen and (min-width:961px) {
	/*PC*/
	
	
	h1 {
		margin-top: 160px;
		margin-bottom: 70px;
		text-align: center;
		font-size: 3.2rem;
	}
	
	
	
	.content {
		max-width: 1720px;
		min-width: 1100px;
		margin: 0 auto;
	}
	.tag_navi {
		text-align: center;
		width: 100%;
		margin-bottom: 75px;
	}
	.tag_navi a {
		margin-right: 1em;
	}
	.tag_navi a::before {
		content: '｜';
		margin-right: 1em;
		color: #ccc;
	}
	.tag_navi a:last-child::after {
		content: '｜';
		margin-left: 1em;
		color: #ccc;
	}
	.column_list {
		display:flex;
		flex-wrap: wrap;
		max-width: 1720px;
		min-width: 1100px;
		margin: 0 auto;
	}
	.column_list li {
		width: calc((100% - 60px) / 3);
		margin-right: 30px;
		object-fit: cover;
		text-align: center;
		margin-bottom: 50px;
	}
	.column_list li:nth-child(3n) {
		margin-right: 0;
	}
	.column_list li img {
		width: 100% !important;
		height: auto;
		display: block;
	}
	.column_list a {
		display: block;
		transition: all 0.2s;
		margin-bottom: 14px;
	}
	
	.p-worksPagenate_item {
		font-size: 1.8rem;
		margin: 0 0.8em;
	}
	.crnt {
		font-weight: 600;
	}
	
	
	.wp-pagenavi {
		font-size: 1.8rem;
	}
	.page {
		margin: 0 0.8em;
	}

	.current {
		margin: 0 0.8em;
	}
	
	.new-column-ttl {
		margin-bottom: 0.25em;
	}
}


.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi a {
	text-decoration: none;
	color: #666;
}
.pages {
	display: none;
}

.current {
	font-weight: 600;
}

time {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #999;
}