@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

/*-----------------------------------------------------------

LINEでカンタンお部屋探し

-----------------------------------------------------------*/

.article {
	width: 902px;
	margin: auto;
}

.article_headline {
	margin-bottom: 60px;
}

.article_section {
	margin-bottom: 35px;
}

.step_headline {
	margin-bottom: 35px;
}
.step_list {
	margin-bottom: 35px;
}
	.step_item {
		margin-bottom: 35px;
	}
		.step02 {
			position: relative;
		}
		.bg_step02 {
			position: absolute;
			top: -20px;
    		right: 3px;
		}

.line_btn {
	margin-left: 15px;
}