.title{
	background-image: url(../images/transfer_title.webp)
}


@media screen and (max-width: 600px) {
  .title{
    background-image: url(../images/transfer_title_sp.webp);
  }
}

.news-about-content{
	.link-three{
		width: 100%;
		margin: 50px auto 0;
		line-height: 1.3;
	}
}