@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

.pageTitle .fasIcon {
	background: #9b6d28;
}
	.categoryList label :checked + span {
		background: #9b6d28;
	}

.tag_category {
	background: #9b6d28;
}

.contentBox:last-of-type {
	margin-bottom: 30px;
}


.datasetListWrap {
	display: flex;
	flex-wrap: wrap;
}
	.datasetListWrap dt,
	.datasetListWrap dd {
		width: 100%;
		margin-bottom: 10px;
	}
	.tagBox .datasetListWrap dd {
		width: 100%;
		margin-bottom: 0;
	}
	.datasetListWrap dt {
		font-size: 1.4rem;
	}
	.datasetListWrap dd .datasetList {
		display: flex;
		flex-wrap: wrap;
	}
	
	.datasetListWrap_inputItem {
		width: 100%;
		padding: 10px;
		border: none;
		border-radius: 3px;
		box-sizing: border-box;
		font-family: "新ゴ R JIS2004" !important;
		font-size: 1.4rem;
	}
	.datasetListWrap_inputItem:focus {
		background-color: #f6f4f0;
	}

	.submitBox {
		margin: 30px 0 40px;
		width: 100%;
	}
		.submitBox .btnSend {
			display: block;
			width: 80%;
			margin: 0 auto;
			padding: 15px 0;
			background-color: #056e93;
			border: 0;
			border-radius: 3px;
			box-shadow: 0 0 2px 1px rgba(0,0,0,0.05);
			cursor: pointer;
			text-align: center;
			color: #fff;
			font-size: 1.4rem;
		}
		.submitBox .btnSend:hover {
			opacity: 0.7;
		}


.infoList {
	width: 100%;
	margin: -15px 0;
}
	.infoList li:not(:last-child) {
		border-bottom: 1px solid #c9c9c9;
	}
		.infoList .title_infoList {
			display: block;
			padding: 15px 0;
			color: #333;
			position: relative;
		}
		.infoList .title_infoList::after {
			margin: auto;
			font-family: "Font Awesome 5 Free";
			content: "\f138";
			color: #a9a9a9;
			font-size: 1.5rem;
			font-weight: 900;
			position: absolute;
			right: 10px;
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
		}
			.infoList .title_infoList .date {
				margin-right: 15px;
			}
			.infoList .title_infoList .tag_category {
				min-width: 100px;
				display: inline-block;
			}
			.infoList .title_infoList .title {
				padding: 10px 30px 0 0;
				display: block;
				font-style: normal;
				font-family: "新ゴ B JIS2004";
			}


.pageNavi {
	padding: 0 0 20px;
}

/* -------------------------- */
/* detail */
/* -------------------------- */

.infoDetail {
}
	.infoDetail .title_info {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #c9c9c9;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.infoDetail .dateBox {
		margin-bottom: 30px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
		.infoDetail .tag_category {
			margin-left: 15px;
		}
	.resourceBox {
		padding-bottom: 30px;
		word-wrap: break-word;
	}
		.resourceBox .data_description {
			font-size: 1.4rem;
		}
		.resourceBox .contentTitle {
			margin-top: 15px;
			font-weight: bold;
		}
		.resourceList {
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
		}
			.resourceList dt {
				width: 100%;
				display: flex;
				margin-bottom: 10px;
			}
			.resourceList dd {
				display: none;
				margin-bottom: 10px;
			}
				.resourceList dt .resourceType .icon {
					width: 24px;
					height: 24px;
					margin: 0 6px 0 0;
					display: inline-block;
				}
				.resourceList dt .resourceTitle {
					display: flex;
					flex-direction: column;
					justify-content: flex-start;
				}
				.resourceList dt .resourceTitle a {
					color: #333;
					font-weight: bold;
					text-decoration: none;
				}
				.resourceList dt .resourceTitle a:hover {
					text-decoration: underline;
				}
				
				

.btn_back {
	margin: 30px 0;
}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:768px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.ideaIndex {
}

.datasetListWrap dt {
	width: 15%;
	padding-top: 7px;
}
.datasetListWrap dd {
	width: 85%;
}


/* -------------------------- */
/* detail */
/* -------------------------- */

.infoDetail {
}
	.infoDetail .title_info {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.infoDetail .dateBox {
		margin-bottom: 30px;
	}
		.infoDetail .tag_category {
			margin-left: 30px;
		}


		.tagBox .datasetListWrap dd {
			width: 100%;
			margin-bottom: 0;
		}
		.resourceList  {
			flex-direction: row;
		}
		.resourceList dt {
			width: calc(100% - 150px);
		}
			.resourceList dt .resourceType .icon {
				width: 44px;
				height: 44px;
				margin: 0 8px 0 0;
			}
			.resourceList dt .resourceTitle {
				min-height: 43px;
			}
		.resourceList dd {
			width: 150px;
			display: block;
			text-align: right;
		}


}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1024px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.datasetListWrap dt {
	font-size: 1.6rem;
	padding-top: 10px;
}
.datasetListWrap dd {
	margin-bottom: 15px;
}
.datasetListWrap_inputItem {
	font-size: 1.6rem;
}
.submitBox {
	margin: 30px 0 60px;
}
	.submitBox .btnSend {
		width: 320px;
		padding: 20px 0;
		font-size: 1.8rem;
	}

.infoList {
	margin: -25px 0;
}
	.infoList li {
	}
		.infoList .title_infoList {
			padding: 25px 0;
			display: flex;
			font-size: 1.6rem;
		}
			.infoList .title_infoList .date {
				width: 150px;
				line-height: 2;
			}
			.infoList .title_infoList .tag_category {
				min-width: 120px;
				margin-right: 15px;
				align-self: flex-start;
			}
			.infoList .title_infoList .title {
				padding-top: 0;
				line-height: 2;
				flex: 1;
			}
	.resourceBox {
		padding-bottom: 50px;
	}
	.resourceBox .data_description {
		font-size: 1.6rem;
	}
	.resourceBox .contentTitle {
		margin-top: 30px;
	}
		.resourceList dt .resourceType .icon {
		}

	.resourceList dt {
		margin-bottom: 15px;
	}
	.resourceList dd {
		margin-bottom: 15px;
	}



.pageNavi {
	padding: 20px 0 40px;
}


/* -------------------------- */
/* detail */
/* -------------------------- */

.infoDetail {
}
	.infoDetail .title_info {
		font-size: 2.4rem;
	}

.btn_back {
	margin: 50px 0;
}




}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1280px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.contentBox:last-of-type {
	margin-bottom: 50px;
}

.pageNavi {
	padding: 0 0 40px;
}

/* -------------------------- */
/* detail */
/* -------------------------- */

.infoDetail {
}
	.infoDetail .title_info {
		padding-bottom: 50px;
	}
	.infoDetail .dateBox {
		margin-bottom: 50px;
	}


}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1366px) {

/* -------------------------- */
/* content */
/* -------------------------- */



}