@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 767px) {
	#footer-sp-link{
		font-size: 1.2rem;
	}
	#footer-sp-link >ul >li {
		width: 30%;
	}
	#footer-sp-link >ul >li >a {
		padding: 0;

}
	#footer-sp-link >ul >li:nth-of-type(1) {
        border-right: #d10213 solid 1px;
    }
	#footer-sp-link >ul >li:nth-of-type(1) >a::before {
		width: 100%;
		height: 48px;
		background:url(/common/images/footer-sp-btn/icon_question.svg);
		background-repeat: no-repeat;
		background-position: center;
	}
	#footer-sp-link >ul >li.wh1:nth-of-type(1) >a::before {
		background:url(/common/images/footer-sp-btn/icon_application.svg) !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
	}
	#footer-sp-link >ul >li:nth-of-type(2) {
		border-right: #d10213 solid 1px;
	}
	#footer-sp-link >ul >li:nth-of-type(2) >a::before {
		width: 100%;
		height: 48px;
		background:url(/common/images/footer-sp-btn/icon_letter.svg);
		background-repeat: no-repeat;
		background-position: center;
	}
	#footer-sp-link >ul >li.wh2:nth-of-type(2) >a::before {
		background:url(/common/images/footer-sp-btn/icon_mypage.svg) !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
	}
}
