@charset "utf-8";
/* CSS Document */

.sdgs{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	list-style-type: none;
}

.sdgs li{
	width: calc((100% / 7) - 10px);
	margin: 0 5px 0px;
}

.sdgs li:first-child{margin-left:0;}

.sdgs li img{
	display: block;
    width: 100%;
    height: auto;
}

.sdgs + h2{
	margin-top:35px;
}

.mod-6010 + .sdgs{
	margin-top:-25px;
}

@media screen and (max-width: 639px) {
	.sdgs li{width: calc(20px + ((100% - 110px) / 12 * 3));}
	.sdgs li:nth-child(4n){margin-right:0;}
}

.file-link a{
    text-decoration:none;
    color:#222;
}
.file-link a:hover{
    color: #0033cc;
    text-decoration: underline; 
}
.file-link .icon{
    width:50px;
    margin-right:8px;
    vertical-align: text-bottom;
}