@charset "UTF-8";


/* 個別CSS */
/* ------------------------------ */
.link_list {}
.link_list li {border-bottom: 1px solid #D9DDE3;}
.link_list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
}
.link_list li a:hover {
	text-decoration: underline;
}
.link_list li .title {
	width: calc(100% - 90px);
	color: #000;
	font-weight: 400;
}
.link_list li .pdf {
	width: 90px;
	color: #727272;
	display: flex;
	justify-content: flex-end;
}
.link_list li .pdf::after {
	display: block;
	content: "";
	width: 24px;
	height: 23px;
	background: url(/company/assets/rn2026/img/bs/icon_pdf.svg) no-repeat center;
	background-size: contain;
	margin-left: 6px;
}



@media screen and (max-width: 1240px) {
	
/* 個別CSS */
/* ------------------------------ */

}



@media screen and (max-width: 1024px) {
}



@media screen and (max-width: 768px) {

/* 個別CSS */
/* ------------------------------ */
.link_list{width:92%;margin:0 auto;}
.link_list li a {
	display: block;
	padding-top: 7.5vw;
	padding-bottom: 7.5vw;
}
.link_list li .title {
	width: 100%;
	font-size: 3.7vw;
}
.link_list li .title::after {
	display: inline-block;
	content: "";
	width: 6.4vw;
	height: 6.1vw;
	background: url(/company/assets/rn2026/img/bs/icon_pdf.svg) no-repeat center;
	background-size: contain;
	margin-left: 2.1vw;
}
.link_list li .pdf {
	display: none;
}

}
