@charset "utf-8";
/***************************************************************

* index.css

***************************************************************/
#main-column h2 {
	margin:0 0 30px;
}
/* members
***************************************************************/
.become-members {
	width:500px;
	margin:0 auto;
}
.members {
	margin:0 0 60px;
}
.members h3 {
	margin:0 0 30px;
}
.members .text {
	margin:0 0 30px;
}
.members p {
	margin:0 0 20px;
}
/* flow
***************************************************************/
.flow h3 {
	margin:0 0 30px;
}
.flow .text {
	margin:0 0 30px;
}

.flow .step {
background:url(https://tawaraya.itembox.cloud/item/guide/i_flow_flowstep.gif) no-repeat;
background-size: 100%;
width:657px;
height:315px;
text-indent:-9999px;
margin:0 auto 30px;
}
.contact {
	width:657px;
	margin:0 auto;
}

@media screen and (max-width: 768px) {
	.become-members {
		width:100%;
	}
	.flow .step {
	width:100%;
	height:185px;
	}
}
