@charset "utf-8";
/* CSS Document */

main .link h3 {
	padding-bottom:0;
	border-bottom:none;
}

.link ul {
	display:flex;
	flex-wrap:wrap;
}

.link ul li {
	line-height:2;
	margin-left:1.5em;
	white-space:nowrap;
}
.link ul li a {
	text-decoration:none;
	color:#333;
}
.link ul li a:hover {
	text-decoration:underline;
}
.link ul li a:before {
	content:url(../img/pdf.png);
	padding-right:7px;
}

.link ul .ori {
	white-space:normal;
	width:100%;
	line-height:1.1;
}

/* # =================================================================
   # side
   # ================================================================= */
#side_nav ul .pdf:after {
	background:url(../img/pdf.png) no-repeat 0 50%;
	padding-left:20px;
}

@media screen and (max-width:768px){
.link ul li {
	width:40%;
}

@media screen and (max-width:600px){
.link ul {
	display:block;
}
}