.article-mv{
	padding: 4rem 0;
}
.past{
    font-size: 1.6rem;
}
.past .article-mv{
	background-color: #004c81;
}
.article-mv h2{
	margin-left: 3rem;
}
.article-mv h2 img{
	max-height: 34px;
	max-width: 100%;
    width: auto;
}

.lead-box {
    font-size: 1.8rem;
    line-height: 2;
    padding: 4rem 1.5rem;
}

.data-top{ padding: 8rem 0;}

/* 過去の産業復興事例集一覧 */

.pastBox{
    padding: 8rem 0;
}

.past-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.past-list li{
    width: 48%;
    margin-bottom: 6rem;

}

.past-mainBox{
    display: flex;
    justify-content: space-between;
}

.past-mainBox figure{
    width: 48%;
}

.past-mainBox .past-textBox{
    width: 48%;
}
.past-textBox p{
    line-height: 1.5;
}
.past-year{
    padding: 1rem 2rem ;
    background-color: #fff;
    display: inline-block;
}

.past-titleArea{
    padding: 5rem 0 0;
}
.past-title{
    padding: 1.5rem 0 0;
    font-size: 1.7rem;
}


/* リンクボタン */

.past-linkBox{
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
}
.past-linkBtn{
    width: 48%;
    text-align: center;
}

.past-linkBtn a{
    color: #fff;
    display: block;
    background-color: #004c81;
    padding: 1rem 2.5rem 1.2rem;
    width: 100%;
    height: 100%;
}


.past-arrow{
	position: relative;
	display: inline-block;
}
.past-arrow::after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px  #fff;
	position: absolute;
	right: 1rem;
    top: 41%;
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .past-titleArea{
        padding: 3rem 0 0;
    }
    .past-title{
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
	/* パンくずリスト */
	.breadcrumbs-box{
		top: 0;
		font-size: 1.4rem;
	}
	.breadcrumbs-name{
		padding: 0.2rem;
	}

    .past-titleArea{
        padding: 2rem 0;
    }
    .pastBox{
        padding-top: 3rem;
    }
    .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;
    }

    .past-list li{
        width: 100%;
    }

    .past-year{
        font-size: 1.4rem;
    }

    .past-title{
        font-size: 1.6rem;
    }
    .past-titleArea{
        padding: 1rem 0;
    }
    .past-subtitle{
        font-size: 1.4rem;
    }
    .past-linkBtn a{
    font-size: 1.4rem;
    text-align: left;
    padding: 1rem;
    line-height: 1.3;
    }


}
