@charset "utf-8";

#suntory_contents .contents_container.policy_contents #host_game #general_block #step_block #step li:nth-child(2) .step_btn a {
    background: url(/culture-sports/sungoliath/ticket/img/login.svg) left 7% center no-repeat,url(/culture-sports/sungoliath/ticket/img/window.png) right 3% top 15% no-repeat,url(/culture-sports/sungoliath/ticket/invite/img/ticket_icon.svg) center top 22% no-repeat;
    background-size: 15% auto,5% auto,30% auto;
    background-color: #ebf4ff;
    height: 80px;
    padding-top: 50px;
}
#suntory_contents .contents_container.policy_contents #host_game #general_block #step_block #step li:nth-child(2) .step_btn a:hover {
	background: url(/culture-sports/sungoliath/ticket/img/login_on.svg) left 7% center no-repeat,url(/culture-sports/sungoliath/ticket/img/window_on.png) right 3% top 15% no-repeat,url(/culture-sports/sungoliath/ticket/invite/img/ticket_icon.svg) center top 22% no-repeat;
    background-size: 15% auto,5% auto,30% auto;
	background-color: #0077ff;
	color: #fff;
}

@media screen and (max-width:767px){
#suntory_contents .contents_container.policy_contents #host_game #general_block #step_block #step li:nth-child(2) .step_btn a {
    background: url(/culture-sports/sungoliath/ticket/img/login.svg) left 5% center no-repeat,url(/culture-sports/sungoliath/ticket/img/window.png) right 3% top 15% no-repeat,url(/culture-sports/sungoliath/ticket/invite/img/ticket_icon.svg) center top 22% no-repeat;
    background-size: 10% auto,3% auto,26% auto;
    background-color: #ebf4ff;
    padding: 22% 0 4% 0;
    height: auto;
}
}


