/* ----------------------------------------
	global
 ---------------------------------------- */
 
.gl_bg01 { /*navy*/
	background: #1e1e3c;
}
.gl_bg02 { /*gray*/
	background: #f4f4f4;
}

/* title */
.gl_ttl01 {
	color: #fff;
	background: #1e1e3c;
	padding: .9em .85em;
}
@media screen and (max-width: 767px) {
	.gl_ttl01 {
		padding: .8em 1em;
	}
}

/* list */
.gl_artbox {
	border-bottom: 1px solid #d2d2d2;
	padding: .6em 1em;
}
.gl_artbox_time {
	display: block;
	color: #787878;
}
.gl_artbox_txt {
	background: url(../img/i_file.png) no-repeat left center;
	padding: .3em 0 .3em 35px;
	margin: 0;
}


/* ----------------------------------------
	toppage
 ---------------------------------------- */
 
 /* index all data */
 
.idx_alldata {
	padding-top: 20px;
	padding-bottom: 10px;
}
.idx_alldata_box {
	width: 220px;
	min-height: 157px;
	background: #fff;
	border: 3px solid #1e1e3c;
	border-radius: 15px;
	margin: 0 18px 20px;
	padding: 15px 20px 0;
}
.idx_alldata_box a {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.idx_alldata_box a h3 {
	font-size: 17px;
	color: #4b4b4b;
	line-height: 1.2;
}
.idx_alldata_box a p {
	font-size: 34px;
	color: #0a8ce6;
	line-height: 1.2;
	margin-bottom: 10px;
}

/* index news */

.idx_newsart {
	border-bottom: 1px solid #d2d2d2;
	padding: .8em 1em;
}
.idx_newsart_time {
	width: 100px;
	color: #787878;
	font-size: 0.938em;
	margin-right: 10px;
}
.idx_newsart_txt {
	width: calc(100% - 110px);
	font-size: 1.063em;
	margin-bottom: 0;
}

/* index article box */

.idx_databox {
	width: 48.43%;
}

/* index data area */

.idx_dataset {
	padding-top: 85px;
	padding-bottom: 85px;
}

@media screen and (max-width: 767px) {
	 /* index all data */
	.idx_alldata {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.idx_alldata_box {
		width: calc(50% - 20px);
		min-height: 100px;
		margin: 0 10px 20px;
		padding: 15px 10px 0;
	}
	.idx_alldata_box a h3 {
		font-size: 14px;
	}
	.idx_alldata_box a p {
		font-size: 26px;
	}
	/* index news */
	.idx_newsart_txt {
		font-size: 1em;
	}
	/* index article box */
	.idx_databox {
		width: 100%;
	}
}


