@charset "utf-8";
/* **************************************************

Name: global-society-review.css
Description: CSS for Additional Common Modules
Copyright 2025 The Hitachi Global Foundation.

***************************************************** */

/* -- BK EjournalStyle1 --*/
.EjournalStyle1 {
	background-color: #fff;
	background: url(/global-society-review/assets/img/common/city.svg);
	background-repeat: repeat-X;
    background-position: bottom center;
    overflow: hidden;
	height: 360px;
}
@media screen and (max-width: 1304px) {
	.EjournalStyle1 {
		height: 300px;
	}
}
@media screen and (max-width: 579px) {
	.EjournalStyle1 {
		height: 260px;
	}
}

/* -- EjournalStyle BrandingArea --*/
.MiddleBrandingArea::after {
	display: none;
}
.EjournalStyle1 .MiddleBrandingSubTitle {
	color: #222222;
	text-shadow: none;
}
.EjournalStyle1 .MiddleBrandingTitle {
	color: #222222;
	text-shadow: none;
	margin: 0 0 90px;
}
@media screen and (max-width: 1304px) {
	.EjournalStyle1 .MiddleBrandingTitle {
		margin: 0 0 150px;
	}
}
@media screen and (max-width: 579px) {
	.EjournalStyle1 .MiddleBrandingTitle {
		margin: 0 0 90px;
	}
}

/* -- EjournalStyle Title h2 --*/
h2.LowerTitleLevel1 {
	border: none;
}

.TextStyle1 {
	font-size: 100%;
}

.LowerColumn {
	box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 0 0;
    overflow: hidden;
    width: 48.5%;
}
@media screen and (max-width: 579px) {
	.LowerColumn {
		width: 100%;
	}
	.LowerColumn:first-child {
		margin: 0 0 30px;
	}
}

/*-- Btn --*/
.EjournalBtnStyle1 {
	margin: 30px 0 0;
	padding: 10px 20px;
	background-color: #cc0000;
	border-radius: 5px;
	transition: all 0.3s ease;
}

/* hover */
.EjournalBtnStyle1:hover {
	background-color: #222;
}

/*- adjust -*/
@media screen and (max-width: 579px) {
	.AdjustMt90 {
		margin-top: 60px !important;
	}
}


