@charset "utf-8";
	.pcNone {
		display: none;
	}

@media screen and (max-width: 450px) {
	.pcNone {display: inline;}
}


.member-title{
	font-weight: bold;
    font-size: 19px;
    margin-bottom: 2em;
	line-height: 1.7;
}
.member-title span{
    border-bottom: 1px solid #ccc;
}

.button .btn small{
	font-weight: bold;
}

@media screen and (max-width: 860px) {
	.button {
		margin-top: 3em
	}

}

/*========================================================================*/
.bn-download{	
}
.bn-download ul.pop{
	display: flex;
	flex-wrap: wrap;
}
.bn-download ul.pop li{	
	width: 30%;
	box-sizing: border-box;
	margin-right: 5%;
	margin-bottom: 2em;
}
.bn-download ul.pop li:nth-of-type(3n){
	margin-right: 0;
}	

				@media screen and (max-width: 650px) {
					.bn-download ul.pop li{	
						width: 45%;
					}
					.bn-download ul.pop li:nth-of-type(3n){
						margin-right: 5%;
					}	
					.bn-download ul.pop li:nth-of-type(2n){
						margin-right: 0;
					}	
				}



.bn-download ul.pop li p.thumbnail{	
}
.bn-download ul.pop li p.thumbnail img{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.bn-download ul.pop li h5{
	margin-bottom: 1em;
}
.bn-download ul.pop li h5 span{
	color: #676767;
	display: block;
	padding-top: 10px;
}
.bn-download ul.pop li p.download{
}

.bn-download ul.pop li p.download a{
	display: block;
	background-color: #ECECEC;
	padding: 5px 0;
}

.bn-download ul.pop li p.download a span{
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.bn-download ul.pop li p.download a span::before{
	content: url(../img/download.svg);
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 7px;
}
