<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*** guide ***/
#guide .guide_main{
	background-image: url("../images/guide/main.png");
	background-size:  cover; 
	height: 400px;
}

#guide .guide_img{
	text-align: center;
	margin-top: -190px;
}

#procedure .procedure_btn{
  width: 900px;
  justify-content: center;
  //align-items: center;
  margin: 0 auto;
  margin-top: 50px;
}


@media (max-width: 768px) {
	#guide .guide_main{
		background-image: url("../images/guide/sp/main.png");
		background-size:  cover; 
		height: 200px;
	}

	#guide .guide_img{
		text-align: center;
		margin-top: -50px;
	}
	#procedure .procedure_btn{
		text-align: center;
	}
	#procedure .procedure_btn{
	  width: 100%;
	  justify-content: center;
	  align-items: center;
	  margin: 0 auto;
	  margin-top: 30px;
	}
}





</pre></body></html>