/* ---------------------------
PAGE NEWS
----------------------------*/
.page-news h2 {
	position: absolute;
	bottom: 5.7vw;
	left: 9%;
	line-height: 1;
	letter-spacing: .1em;
	font-family: 'Oswald', sans-serif;
	font-size: 3vw;
}
.page-news h2 span {
	display: block;
	margin-top: 1vw;
	letter-spacing: 0;
	font-family: "Yu Gothic Medium", sans-serif;
	font-size: 1vw;
	font-weight: normal;
}

/*news*/
#news {
	margin-bottom: 3%;
}
#news .view-more {
	right: 9%;
}
#news ul li {
	cursor: default;
}
#news > ul > li:nth-child(1) > ul > div > li {
	border: none;
}
#news ul li:first-of-type {
	border-top: none;
}
#news ul li ul {
	width: 100%;
}
#news ul li ul:first-of-type {
	border-top: 1px solid #000;
}
#news ul li:hover {
	background: none;
}
.news-list-in {
	width: 100%;
	line-height: 2;
}
.news-list-in a:hover {
	text-decoration: underline;
}
.news-title {
	margin-bottom: 1.5em;
	font-size: .95vw;
	font-weight: bold;
}


/*プレスリリース用 PDF＆リンク*/
#news .pdf {
	display: flex;
	align-items: center;
	margin-top: 2.5em;
	padding: 1.2%;
	width: fit-content;
	border: 1px dotted #c1c1c1;
	font-size: .78vw;
}
.pdf > div:first-child {
	display: flex;
	align-items: center;
	padding-right: 25px;
	border-right: 1px dotted #c1c1c1;
	word-break: break-all;
}
.pdf div:last-child {
	display: flex;
	align-items: center;
	padding: 0 0 0 25px;
}
.pdf-icon {
	position: relative;
	margin-right: 10px;
}
#news-in .pdf a,
#news-all .pdf a {
	line-height: 1.5;
	text-decoration: none;
	word-break: break-all;
}
.pdf a:hover {
	text-decoration: underline;
}
.pdf img {
	width: 35px;
	max-width: none;
}
.prtimes {
	margin-right: 10px;
	padding: 5px 5px 5px;
	background-color: #294c7a;
	text-align: center;
	line-height: 10px;
	font-family: serif;
	font-size: 10px;
	color: #fff;
}
.press03 {
	border: none !important;
}
#news ul li {
	border: none;
	padding: 0;
}
#news ul li.news-list {
	padding: 2.5em 0;
	border-top: 1px solid #000;
}

.new-sns-icon {
	bottom: 0.45%;
}
.insta-logo {
	bottom: 0.6%;
}

@media screen and (max-width: 559px) {
	.page-news h2 {
		bottom: 20vw;
		left: 7%;
		letter-spacing: .0em;
		font-size: 7.5vw;
	}
	.page-news h2 span {
		margin-top: .5em;
		letter-spacing: .05em;
		font-size: 3.5vw;
	}

	/*news*/
	#news {
		margin: 15% auto 0;
	}
	#news .view-more {
		right: 7%;
	}
	#contact h2 {
		margin: 40% auto 0;
	}
	#news ul li.news-list {
		display: block;
	}
	#news .news-date {
		margin-right: 0;
		margin-bottom: 2%;
		font-size: 3.1vw;
	}
	.news-title {
		line-height: 1.5;
		font-size: 3.8vw;
	}
	#news .pdf {
		display: flex;
		align-items: center;
		margin-top: 25px;
		padding: 3%;
		border: 1px dotted #c1c1c1;
		word-break: break-all;
		font-size: 12px;
	}
	.pdf > div:first-child {
		display: block;
		align-items: center;
		padding-right: 2%;
		border-right: 1px dotted #c1c1c1;
		text-align: center;
	}
	.pdf a {
		display: block;
		text-align: left;
		line-height: 1.4;
		text-decoration: none;
		font-size: 3vw;
	}
	.pdf a:first-child {
		text-align: center;
	}
	.press03 .pdf-icon {
		position: relative;
		margin-right: 10px;
		height: 11vw;
	}
	.pdf img {
		margin: 0 auto 5%;
		width: 9.5vw;
	}
	.pr-block {
		height: 11vw;
	}
	.pdf div:last-child {
		display: block;
		padding: 0 0 0 3%;
	}
	.prtimes {
		margin: 0 auto;
		padding: 4% 5% 4%;
		width: fit-content;
		background-color: #294c7a;
		text-align: center;
		line-height: 1.2;
		font-family: serif;
		font-size: 2.5vw;
		color: #fff;
	}
	.pdf a {
		text-decoration: underline;
	}
	.new-sns-icon {
		bottom: auto;
	}
	.insta-logo {
		bottom: auto;
	}
}

