@charset "UTF-8";

/*
■ 共通
■ 導入
■ 各号リスト
■ リンク
*/



/* ■ 共通 ==================================================================================== */

.NL_Home_Wrap img {
max-width: 100%;
}

a.LinkLine {
text-decoration: underline !important;
}

@media only screen and (max-width: 767px) {

	.PC {
	display: none;
	}

	.NL_Home_Wrap {
	padding: 50px 15px 30px;
	}

}

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

	.SP {
	display: none;
	}

	.NL_Home_Wrap {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 40px 100px;
	}

}



/* ■ 導入 ==================================================================================== */

@media only screen and (max-width: 767px) {

	.NL_Home_Intro_Mds {
	font-size: 20px;
	}

	.NL_Home_Intro_Lead {
	margin-top: 10px;
	font-size: 15px;
	line-height: 2;
	}

}

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

	.NL_Home_Intro_Mds {
	font-size: 30px;
	}

	.NL_Home_Intro_Lead {
	margin-top: 15px;
	font-size: 16px;
	line-height: 2.2;
	}

}



/* ■ 各号リスト ==================================================================================== */

.NL_Home_Issue_List {
display: grid;
}

.NL_Home_Issue_Photo {
line-height: 1;
}

.NL_Home_Issue_Photo img {
border: 1px solid #d6d6d6;
}

.NL_Home_Issue_Vol {
display: flex;
align-items: center;
line-height: 1;
}

.NL_Home_Issue_Title {
font-weight: 700;
}

@media only screen and (max-width: 767px) {

	.NL_Home_Issue_ {
	margin-top: 30px;
	}

	.NL_Home_Issue_List {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 15px;
	}

	.NL_Home_Issue_Vol {
	height: 22px;
	margin-top: 4px;
	}

	.NL_Home_Issue_Vol_Icon {
	padding-right: 5px;
	}

	.NL_Home_Issue_Vol_Icon img {
	width: 35px;
	}

	.NL_Home_Issue_Vol_Num {
	font-size: 13px;
	}

	.NL_Home_Issue_Title {
	font-size: 13px;
	line-height: 1.5;
	}

}

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

	.NL_Home_Issue_ {
	margin-top: 60px;
	}

	.NL_Home_Issue_List {
	grid-template-columns: repeat(5, 1fr);
	gap: 35px 25px;
	}

	.NL_Home_Issue_Vol {
	height: 26px;
	margin-top: 6px;
	}

	.NL_Home_Issue_Vol_Icon {
	padding-right: 5px;
	}

	.NL_Home_Issue_Vol_Icon img {
	width: 45px;
	}

	.NL_Home_Issue_Vol_Num {
	font-size: 15px;
	}

	.NL_Home_Issue_Title {
	font-size: 16px;
	line-height: 1.5;
	}

}

@media (hover: hover) {

	.NL_Home_Issue_List a:link {
	transition: all 0.2s ease 0.01s;
	}

	.NL_Home_Issue_List a:hover {
	text-decoration: none !important;
	opacity: 0.7;
	}

	.NL_Home_Issue_List a:hover img {
	opacity: 1;
	}

}



/* ■ リンク ==================================================================================== */

.NL_Home_FooterLink_Lead a {
font-weight: 700;
text-decoration: underline;
}

@media only screen and (max-width: 767px) {

	.NL_Home_FooterLink {
	margin-top: 40px;
	}

	.NL_Home_FooterLink_Lead {
	font-size: 14px;
	line-height: 2;
	}

}

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

	.NL_Home_FooterLink {
	margin-top: 60px;
	}

	.NL_Home_FooterLink_Lead {
	font-size: 16px;
	line-height: 2.2;
	}

}

@media (hover: hover) {

	.NL_Home_FooterLink_Lead a:link {
	transition: all 0.2s ease 0.01s;
	}

	.NL_Home_FooterLink_Lead a:hover {
	color: #066dba;;
	}

}

