/* jirei2022 index */
.article-mv{
	padding: 4rem 0;
}
.feature .article-mv{
	background-color: #ad000e;
}
.article-mv h2{
	margin-left: 3rem;
}
.article-mv h2 img{
	max-height: 34px;
	max-width: 100%;
    width: auto;
}
.feature-top{
    padding: 8rem 0;
}

/* 年度ボタン */
.feature-nendoBtn-list{
	display: flex;
	flex-wrap: wrap;
	padding-top: 5rem;
}
.feature-nendoBtn-list li{
	width: 21%;
	margin-left: 1rem;
}
.feature-nendoBtn-list li:first-child{
	margin-left: 0;
}
.feature-nendoBtn-list li a{
	cursor: pointer;
	display: block;
	padding: 1rem;
	font-size: 1.6rem;
	background-color: #fff;
	border: 2px solid #ccc;
    text-align: center;
	border-radius: 10px;
}
.feature-nendoBtn-list li a:hover{
	opacity: 0.7;
	transition: all 0.3s;
}
.feature-nendoBtn-list li a.current{
	background-color: #ad000e;
    color: #fff;
	border-color: #ad000e;
	transition: all 0.3s;
	pointer-events: none;
}


/* パンくずはstyle.css */
.article-list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.article-item{
	position: relative;
	width: 32%;
	counter-increment: mycounter;
	background-color: #fff;
	margin: 0 1.3% 1em 0;
}

.article-link{
	display: block;
	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;}
.article-img img{
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
	object-fit: cover;
}
#feature{padding-top: 8rem;}
.feature-title.feature-arrow::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #e60012;
	border-right: solid 2px  #e60012;
	position: absolute;
	right: 8px;
    top: 7rem;
	transform: rotate(45deg);
}
.feature-title{
	position: relative;
	font-size: 1.8rem;
	line-height: 1.7;
	font-weight: 500;
	padding: 2rem 3rem 3rem 2rem;
	flex-grow: 1;
}
.feature-Item .article-label{
	background-color: #ad000e;
}
.feature-Item i{
	color: #ad000e;
}

.article-item:not(._2023_) .article-label {
	background-color: #fff;
	border: 4px solid #ad000e;
}
.article-item:not(._2023_) .article-label > span {
    border-top: 3px solid #ad000e;
    color:#ad000e;
	margin: 0;
}
.article-item:not(._2023_)  .article-label > i {
    font-size: 2.7rem;
}
@media (max-width: 768px) {
	/* パンくずリスト */
	.breadcrumbs-box{
		top: 0;
		font-size: 1.4rem;
	}
	.breadcrumbs-name{
		padding: 0.2rem;
	}
}

@media (max-width: 600px) {

    /*   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;}
.feature-top{ padding: 5rem 0;}
#feature{ padding-top: 5rem;}
/* 記事一覧デザイン */
.article-list{
	margin-top: 2px;
	margin-left: 0;
}
.article-item{ width: 100%;margin-right: 0;}
.article-link{ display: flex;}
.article-img{ width: 50%;}
.feature-nendoBtn-list li { width: 31%;}
.feature-title {
	width: 50%;
	padding: 0.7rem 2rem 0.8rem 1rem;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	line-height: 1.3;
}
.feature-title.feature-arrow::after{
	top: 48%;
}
.feature-list{padding-bottom: 0;}

.article-item:not(._2023_) .article-label > i {
	padding: 0;
}
}