/*
このCSSファイルはindex.phpとarchive.phpの両方で共用しています。
あまりないかもしれませんが、
特別にCSSを個別に指定したい場合は、index.cssまたはarchive.cssに直接書いてください。
*/
.sec-1{
	margin:30px 0 30px 0;
	text-align:center;
}
.sec-1 .sec-title{
	margin:0 0 20px 0;
	padding:0;
	font-size:20px;
	line-height:1;
	color:#111111;
}
.sec-1 p{
	margin:0 0 2em 0;
	padding:0;
	font-size:14px;
	line-height:2;
	color:#111111;
}

.page-header{
	margin: 30px 14px 30px 14px !important;
	padding-bottom: 0.5em;
    border-bottom: 1px solid #333;
}
	.page-title{
		font-size: 24px;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		top: unset;
		left: unset;

		-webkit-transform: translate(0%, 0);
		-moz-transform: translate(0%, 0);
		-ms-transform: translate(0%, 0);
		-o-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}

.post-list{
	 margin: 0px 0 80px 0;
}

.post-list .wrapper{
	display:flex;
	flex-wrap: wrap;
	padding:0 30px;
}

.post-list .item{
	width:calc((100% / 3) - 30px);
	text-align:left;
    margin: 0 15px 70px 15px;

}

/*gazou nohirituwokotei --------------------*/
.post-list .thumbnail {
    margin-bottom: 12px;
	overflow: hidden;
	padding: 0;
	width: 100%;
	position: relative;
}
.post-list .thumbnail a::before{
	padding-top: 66.666666%;
	content:"";
	display: block;
}
.post-list .thumbnail a img{
    height:100%;
	object-fit: cover;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/*gazou nohirituwokotei --------------------*/



.post-list .thumbnail a img{
	transition: all 0.25s ease-out;
}
.post-list .thumbnail a:hover img{
    transform: scale(1.2);
}

.post-list .entry-meta {
    margin: 0px 0 9px 0;
}

.post-list .entry-date{
	letter-spacing: 0em;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.post-list .title {
	margin-top:0;
	margin-bottom: 16px;
    font-size: 16px;
	color: #333333;
	font-weight: bold;
}




.post-list .entry-footer{
	margin:0;
	padding: 0;

}


/*今回用--------------------------------------------*/
hr{
	/*display: none;*/
}
#site-content{
	padding: 80px 0;
	margin-bottom: 0px;
}
@media (max-width: 991px){
	#site-content{
		padding: 20px 0;
		margin-bottom: 0px;
	}
}
.contents-body{
	max-width: 1200px;
	margin: 0 auto;
}
.blog #breadcrumbs,
.archive #breadcrumbs,
.page-template #breadcrumbs{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
@media (max-width: 575px){
	.blog #breadcrumbs,
	.archive #breadcrumbs,
	.page-template #breadcrumbs{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
#breadcrumbs *{
	/*font-family: serif !important;*/
}
.section-title .EN{
	font-size: 38px !important;
}
.section-title .JP{
	font-size: 16px !important;
	font-weight: 300 !important;
    margin-top: 0.7em;
}
.section-title .JP::before{
	content:"- ";
}
.section-title .JP::after{
	content:" -";
}

.entry-header a:hover{
	color: unset;
	opacity: 0.5;
}
.entry-footer a:hover{
	text-decoration: underline;
}


/*pagination----------------------------------------*/
.pagination-wrapper{
	padding: 30px 0;
	text-align: center;
}
.pagination-wrapper hr{
	display: block;
}



.blog .pagination .page-numbers,
.archive .pagination .page-numbers {
    display: inline-block;
    text-decoration: none;
    margin: 0 0.5em;
    padding: 0;
    width: 2em;
    height: 2em;
    line-height: 2;
    text-align: center;
    font-size: 16px;

	background-color: #C7C7C7;
	color: #333333;
	border-radius: 3px;
}
.blog .pagination a.page-numbers,
.archive .pagination a.page-numbers{
	float: none;
	background-color: #707070;
	color: #ffffff;
	border-radius: 3px;
}
.pagination a.page-numbers:hover{
	background: unset;
	opacity: 0.5;
}

/*conflict fix---------------------------------------*/
footer.footer ul{
	margin: 0 0 10px 0;
}



/* For (over 1200px)*/
@media (min-width: 1200px){
.page-header{
	margin-left:15px;
	margin-right:15px;
}
}/* For (over 1200px)*/

/* For (under 991px)*/
@media (max-width: 991px){
.post-list .item{
	width:calc((100% / 2) - 30px);
}
}/* For (under 991px)*/

/* For (under 575px)*/
@media (max-width: 575px){
.page-title{
	font-size:5.5vw;
}
.post-list .wrapper{
	display:flex;
	flex-wrap: wrap;
	padding:0 15px;
}
.post-list .item{
	width:calc((100% / 1) - 30px);

}
}/* For (under 575px)*/