
/* 共通：バックナンバー --------------------------------------------------- */

#BackNumberUnit {
text-align: center;
}

#BackNumberUnit .MdsSub {
font-weight: 300;	
color: #5b4836;
text-align: center;
letter-spacing: 0.2em;
}

#BackNumberUnit .IndexNav {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0 30px;
}
	
#BackNumberUnit .IndexNav .Lead1 {
font-weight: 300;	
color: #5b4836;
text-align: center;
letter-spacing: 0.2em;
}
	
@media only screen and (max-width: 767px) {

	#BackNumberUnit {
	padding: 50px 0 50px;
	}	

	#BackNumberUnit .MdsH2:before,
	#BackNumberUnit .MdsH2:after {
	top: 54% !important;
	width: 30px;
	height: 2px;
	}

	#BackNumberUnit .MdsH2:before {
	left: -35px;
	}
	
	#BackNumberUnit .MdsH2:after {
	right: -33px;
	}
	
	#BackNumberUnit .MdsSub {
	margin-bottom: 6%;
	}		

	#BackNumberUnit .IndexNav {
	}

	#BackNumberUnit .IndexNav {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 30px;
	padding: 0 20px;
	}

	#BackNumberUnit .IndexNav .Lead1 {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.3;
	}
		
}

@media print, screen and (min-width: 768px) {

	#BackNumberUnit {
	max-width: 810px;
	margin: 0 auto !important;
	padding-top: 110px;
	padding-bottom: 150px;
	}	

	#BackNumberUnit .MdsSub {
	margin-bottom: 8%;
	font-size: 134%;
	}
	
	#BackNumberUnit .IndexNav {
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 60px;
	}

	#BackNumberUnit .IndexNav .Lead1 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.3;
	}
					
}


/* 見出し --------------------------------------------------- */

#BackNumberUnit .MdsH2 {
display: inline-block;
position: relative;
line-height: 1.0em;
font-weight: 400;
color: #5b4836;
}

#BackNumberUnit .MdsH2:before,
#BackNumberUnit .MdsH2:after {
position: absolute;
top: 50%;
background-repeat: no-repeat;
background-size: contain;
content: "";
}

#BackNumberUnit .MdsH2:before {
background-image: url(../img/Mds_ItemL.png);
}

#BackNumberUnit .MdsH2:after {
background-image: url(../img/Mds_ItemR.png);
}

@media only screen and (max-width: 767px) {

	#BackNumberUnit .MdsH2 {
	font-size: 24px;
	margin-left: 10px;
	}

	#BackNumberUnit .MdsH2:before,
	#BackNumberUnit .MdsH2:after {
	width: 30px;
	height: 2.5px;
	margin-top: -2px;
	}

	#BackNumberUnit .MdsH2:before {
	left: -40px;
	}
	
	#BackNumberUnit .MdsH2:after {
	right: -35px;
	}

}

@media only screen and (max-width: 372px) {

	#BackNumberUnit .MdsH2 {
	font-size: 154%;
	}

}

@media print, screen and (min-width: 768px) {

	#BackNumberUnit .MdsH2 {
	font-size: 50px;
	margin-left: 40px;
	}

	#BackNumberUnit .MdsH2:before,
	#BackNumberUnit .MdsH2:after {
	width: 75px;
	height: 5px;
	margin-top: -2px;
	}

	#BackNumberUnit .MdsH2:before {
	left: -110px;
	}
	
	#BackNumberUnit .MdsH2:after {
	right: -105px;
	}

}