


article{
	position: relative;
}

.topImg{
	position: relative;
	width: 100vw;
	height: calc(100vh - 3.75rem - 40px);
	min-height: 300px;
	background: url(../img/global/top-image.png) no-repeat center center ;
	background-color: #e9e8ea;
	background-size: auto 100%;
}

.topLogo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.news{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 100%;
}

.newsWrap{
	display:inline-block;
}

.news h3{
	display:inline-block;
	font-size: 20px;
	line-height: 12px;
	font-style: normal;
	text-decoration: none;
	margin-right: 20px ;
	transform: translateY(-2px);
}



@media only screen and (max-width: 750px) {

.topImg{
	position: relative;
	width: 100vw;
	height: 100vw;
	background: url(../img/global/top-image_sp.png) no-repeat center center ;
	background-color: #e9e8ea;
	background-size: 100%;
}

.news {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	padding: 30px 15px;
	height: auto;
}

.news h3{
	display:block;
	font-size:26px;
	line-height: 36px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 8px;
	margin-right: 0;
}

h3{
	display:block;
	font-size:26px;
	font-weight: bold;
	line-height: 36px;
	font-style: normal;
	text-decoration: none;
	margin-right: 0;
	margin-bottom: 8px;
	text-align: center;
}

a{
	display: block;
}

.date {
	display: block;
	font-size: 11px;
	color: #80716f;
	text-align: center;
}

}







