/* corp link */
.corp-link {
	background: #000;
}
.corp-link > .wrap {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 490px;
    padding: 20px 0;
	  text-align: center;
	  padding: 15px 0;

}

.corp-link {
	margin-top: 56px;
}
.corp-link a .sp {
	display: none;
}

	.corp-link a img {
	width: 100%;
	max-width: 60%;
	height: auto;

}
@media only screen and ( max-width: 768px ){
	/* corp link */
	.corp-link > .wrap {
	  flex-direction: column;
	  width: 100%;
	}

}