@charset "utf-8";
/*------------------------------------------------------------
	トップ画面デザインスタイル
------------------------------------------------------------*/
/* ヘッダ画像 */
#header h1 img {
	max-width: none;
}
/* 共通 */
#header .header_custom {
	float: right;
	padding: 15px;
	width: auto;
}
#header .header_custom a,
#header .header_custom div {
	display: table;
	height: 35px;
	color: #ffffff;
	font-size: 2rem;
	overflow: hidden;
	border-radius: 4px;
	transition: all 0.3s;
	text-decoration: none;
	float: right;
}
#header .header_custom a:hover,
#header .header_custom div:hover {
	background-color: rgba(0, 0, 0, .35);
	cursor: pointer;

}
#header .header_custom span {
	display: table-cell;
	height: 35px;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	width: 35px;
	max-width: 35px;
	text-indent: 3px !important;
	transition: all 0.4s;

}

/* 日本語/英語切り替え */
#header .header_lang a {
	width: 85px;
}
#header .header_lang_en a {
	width: 105px;
}

/* ハンバーガーボタン */
#header .header_hamburger {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 35px;
	width: 35px;
	user-select: none;
	z-index: 1001;
}

#header .header_hamburger .line, #header .header_hamburger .line:hover {
	background-color: #FFFFFF;
	height: 3px;
	width: 26px;
	margin: 0 4.5px;
	transition: all 0.3s;
}
#header .header_hamburger .line:nth-of-type(1) {
	transform: translateY(10px);
}
#header .header_hamburger .line:nth-of-type(2) {
	transform: translateY(13px);
}
#header .header_hamburger .line:nth-of-type(3) {
	transform: translateY(16px);

}

#header .header_hamburger.active .line:nth-of-type(1) {
	transform: translateY(15px) rotate(45deg);
}
#header .header_hamburger.active .line:nth-of-type(2) {
	display: none;
}
#header .header_hamburger.active .line:nth-of-type(3) {
	transform: translateY(13px) rotate(-45deg);
}

/* モーダルメニュー */
.mdl_container {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
	overflow: visible;
	visibility: hidden;
	right: 10px;
	top: 48px;
	width: 256px;
	height: 256px;
	z-index: 50;

	}
.mdl_container.is-visible, .mdl_container.is-animating {
	z-index: 999;
	visibility: visible;
}
.mdl_outline {
	display: block;
	background: #fff;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	will-change: transform;
	transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	z-index: -1;
	width: 256px;
	height: 256px;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;

	}
.mdl_container.is-visible .mdl_outline {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 999;
}
.mdl_menu {
	font-weight: 400;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	list-style: none;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	min-width: 124px;
	padding: 8px 0;
	margin: 0;
	opacity: 0;
	z-index: -1;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
	clip: rect(0px, 256px, 256px, 0px);
	right: 0;
}
.mdl_container.is-visible .mdl_menu {
	opacity: 1;
	z-index: 999;
}
.mdl_menu_item {
	display: block;
	border: none;
	color: rgba(0, 0, 0, .87);
	background-color: transparent;
	text-align: left;
	margin: 0;
	outline-color: #bdbdbd;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: none;
	cursor: pointer;
	height: 48px;
	line-height: 48px;
	white-space: nowrap;
	opacity: 0;
	transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding:0px;
}
.mdl_menu_item:hover {
	background-color: #eee;
}
.mdl_container.is-visible .mdl_menu_item {
	opacity: 1;
}
.mdl_menu_item a {
	display: block;
	height: 100%;
	width: 100%;
	color: #3567b0 !important;
}
.mdl_menu_item a div {
	margin-left:15px;
}

/* トップ画面タイトル */
.top_title {
	color: rgb(22, 160, 133);
	font-weight: 300 !important;
	opacity: .9;
	font-size: 34px;
	white-space: normal;
	word-break: break-word;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
}

/* S-Net概要、検索方法等説明 */
.snet_description, .search_description {
	padding: 20px  20%;
	text-align: center;
}
.snet_description_en {
	padding: 20px  8%;
	text-align: center;
}

@media print, screen and (max-width: 600px) {
	.snet_description, .search_description {
		padding: 20px;
	}
	.snet_description_en {
		padding: 20px;
	}
}

/* お知らせタイトル */
.top_info_title {
	font-size: 2.4rem;
	white-space: normal;
	word-break: break-word;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
}

/* 過去のお知らせリンク */
.top_info_link {
	white-space: normal;
	word-break: break-word;
	text-align: right;
	margin: 0 auto;
	padding: 10px 20%;
}

/* 機関・データセット一覧リンク */
.institution_dataset_link {
	padding: 20px;
	text-align: center;
}
.institution_dataset_link span {
	display: inline-block;
}
.institution_dataset_link a {
	display: inline-block;
}
.institution_dataset_link img {
	height: 88px; 
	page-break-inside: avoid;
	max-width: 100% !important;
	border: 0px;
}

/* 関連機関バナー */
.banner_container {
	background: #817550;
	padding: 20px;
	text-align: left;
	line-height: 4; 
}
/* 組織ページリンク */
.organization_link_container {
	background: #817550;
	padding: 5px 20px 0 20px;
	text-align: left;	
}
.banner_container span, .organization_link_container span {
	padding-right: 5px;
	display: inline-block;
}
.banner_container img {
	height: 50px; 
	page-break-inside: avoid;
	max-width: 100% !important;
	border: 0px;
}


/* コピーライト */
#footer section.copyright-right p.copyright {
	text-align: left;
}
