.article-mv{
	padding: 4rem 0;
}
.data .article-mv{
	background-color: #933f9b;
}
.article-mv h2{
	margin-left: 3rem;
}
.article-mv h2 img{
	max-height: 34px;
	max-width: 100%;
    width: auto;
}
.data-top{
    padding: 8rem 0;
}
/* パンくずはstyle.css */
/* 記事一覧デザイン 共通 */
.article-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.article-item{
	position: relative;
	width: 45%;
	counter-increment: mycounter;
	background-color: #fff;
	margin-bottom: 2rem;
	margin-left: 2rem;
}
.article-link{
	display: flex;
	width: 100%;
	background-color: #fff;
}
.article-link::after{
	/* リンクを広げる */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: transparent;
}
.article-img{position: relative; width: 50%;}
.article-img img{
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
	object-fit: cover;
}
/* 記事一覧デザイン 共通end */

.data-arrow {position: relative;}
.data-title.data-arrow::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #e60012;
	border-right: solid 2px  #e60012;
	position: absolute;
	right: 8px;
	top: calc(50% - .25em);
	transform: rotate(45deg);
}
.data-title {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.7;
	font-weight: 500;
	padding: 2rem 4rem 2rem 2rem;
	flex-grow: 1;
	width: 50%;
	display: flex;
	align-items: center;
}

.data-label{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    width: 8rem;
    height: 8rem;
    padding: 0.5rem 0.8rem;
    background-color: #933f9b;
    font-family: 'Teko-font';
	font-size: 3.5rem;
	color: #fff;
	text-align: center;
	letter-spacing: .2px;
	line-height: 8rem;
}


@media (max-width: 768px) {

	/* パンくずリスト */
	.breadcrumbs-box{
		top: 0;
		font-size: 1.4rem;
	}
	.breadcrumbs-name{
		padding: 0.2rem;
	}

	/*   jirei2022 */
	.article-mv h2 img{
		max-height: 25px;
	}
	.lead-box{
		font-size: 1.6rem;
	}
	.article-mv{
		padding: 3rem 0;
	}
	.article-mv .breadcrumbs-box{
		margin: 0;
	}
	.article-mv h2{
		margin: 0;
	}

	.data-label i{
		line-height: 1;
	}
    /* 記事一覧デザイン */
    .article-list{ margin-top: 2px;}
    .article-item{ width: 100%;margin-left: 0;}
    .article-link{ display: flex;}
    .article-img{ width: 50%;}
    /* 産業復興データ*/
	
	.data-label{
		line-height: 5.5rem;
		width: 6rem;
		height: 6rem;
		font-size: 2.8rem;
	}
	.data-title{
		width: 50%;
		padding: 0.7rem 2rem .7rem 1rem;
		font-size: 1.4rem;
		display: flex;
		align-items: center;
		line-height: 1.3;
	}

}