.document_list {
	margin-bottom:50px;
}
.document_list .c-txt {
	line-height:150%;
	margin-bottom:3rem;
}
.document_list h3 {
	font-size:1.8rem;
	margin-bottom:2rem;
}

.document_list .box-dl	{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:3rem;
	margin-left:1.5rem;
	line-height:150%;
}
.document_list .box-dl .cols	{
}
.document_list .box-dl .col-l	{
	width:60%;
}
.document_list .box-dl .col-r	{
	width:40%;
}
.document_list .c-name {
	font-size:1.4rem;
	margin-bottom:1rem;
}
.document_list .c-file {
	font-size:1.2rem;
}
.document_list .c-file a {
	text-decoration:underline;
}
.document_list .c-file a:hover {
	text-decoration:none;
}
@media screen and (max-width: 1024px) {

	.document_list .box-dl	{
		margin-left:0rem;
	}
	.document_list .box-dl .col-l,
	.document_list .box-dl .col-r	{
		width:100%;
	}
}