body{
	background-color: #EDE9E2;
}

section{
	padding: 0;
	margin: 0;
}

/*  バナー周り  */
.pressrelease-banner{
	position: relative;
}
.desktop-banner{
	width: 100%;
	height: 22vw;
	& > img{
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
		vertical-align: middle
	}
}
.mobile-banner{
	display: none;
	& > img{
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
		vertical-align: middle;
	}
}
.pressrelease-logo{
	position: absolute;
	top: 18vw;
	left: -2vw;
	width: 38.3vw;
	height: 9.5vw;
	z-index: 1;
	& > img{
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
		vertical-align: middle;
	}
}

.pressrelease-page{
	background: url(../images/background/04_bg-pc.png);
	background-repeat: no-repeat;
	padding: 0 5.2vw;
	padding-top: 3vw;
	padding-bottom: 10vw;
	background-size: cover;
}

.pressrelease-box{
	background: #fff;
	border: 5px solid #000;
	box-shadow: 10px 10px 0px -5px #fff, 10px 10px 0px 0px #000;
}

.pressrelease-article-list{
	padding: 5vw 6vw 40px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 0px;
	& a{
		text-decoration: none;
	}
	& a,a:hover,a:visited{
		color: inherit;
	}
}

.pressrelease-article{
	width: 35vw;
	height: fit-content;
	margin-bottom: 4vw;
	border: 5px solid black;
	box-shadow: 8px 8px 0px 0px #000, 8px 8px 0px -5px #000;
	cursor: pointer;
}

.pressrelease-article.odd{
	background: #EAE6DE;
}

.pressrelease-article.even{
	background: #FF7600;
}

.article-img{
	width: 100%;
	height: 20.5vw;
	object-position: center;
	
	& > img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.article-info{
	padding: 1.6vw;
	border-top: 5px solid;
	width: 100%;
}
.article-description {
	font-size: 1.3vw;
	line-height: 1.8vw;
	font-weight: bold;
	margin: 0;
	margin-bottom: 16px;
}
.article-time-upload{
	font-size: 0.9vw;
	line-height: 1.8vw;
	font-weight: bold;
	margin: 0;
}

.pagination-page{
	text-align: center;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 5vw;
	margin-top: 2vw;
}

.pagination-page .page-numbers{
	text-decoration: none;
	margin-right: 15px;
	color: black;
	font-weight: bold;
}

@media screen and (max-width: 760px) {
	.mobile-banner{
		display: block;
		width: 100%;
		height: 110vw;
	}

	.desktop-banner{
		display: none;
	}
	.pressrelease-logo {
		width: 57.2vw;
		height: 14vw;
		bottom: -22vw;
		left: -2vw;
		top: unset;
	}
	.pressrelease-page{
		background: url(../images/background/04_bg-sp.png);
		background-repeat: no-repeat;
		padding-top: 15vw;
	}
	
	.pressrelease-box{
		box-shadow: none;
	}
	.pressrelease-article-list{
		padding: 22vw 10vw 40px;
		justify-content: center;
		padding-bottom: 0px;
	}

	.pressrelease-article{
		width: 68vw;
		margin-bottom: 9vw;
	}
	.article-img {
		height: 41vw;
		width: 100%;
		object-position: center;
	}
	.article-description {
		font-size: 3.2vw;
		line-height: 4.6vw;
	}
	.article-time-upload{
		font-size: 2.4vw;
		line-height: 4.6vw;
	}

	.pagination-page{
		padding: unset;
		margin-bottom: 10vw;
	}
}
