@charset "UTF-8";
._bg_lightyellow{	background: #fffdf3; }

.sp_box {
	display: none;
}
.pc_box {
	display: block;
}

#touroku_contents {
	text-align: center;
}

.touroku_contents_inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0px;
}

.h1_title {
	text-align: center;
	margin: 14px 0 12px 0;
}

.h2_title {
	text-align: center;
	margin: 14px 0 25px 0;
	padding: 0 64px 0 0;
}


.hitsuyou_list {
	display: flex;
	justify-content: space-between;
	padding: 0px 3px;
	margin-bottom: 60px;
	flex-shrink: 0;
}


.step_list {
	margin-bottom: 22px;
}

.step-box {
	position: relative;
}

.step-box .step1-btn {
	position: absolute;
	top: 295px;
	left: 72px;
}

.step-box .step2-btn {
	position: absolute;
	top: 321px;
	left: 88px;
}

.step-end {
	margin-bottom: 22px;
	padding: 0 40px 0 0;
}

.touroku-box {
	margin-bottom: 21px;
}

.cnw-end {
	margin-bottom: 30px;
}

.remarks-box {
	margin: 0 10px 60px;
	text-align: left;
	font-size: 14px;
}

.remarks-box p {
	margin-bottom: 18px;
}

.remarks-box ul {
	padding-right: 120px;
}

.remarks-box ul li {
	line-height: 1.4;
	padding-bottom: 2px;
}


/* スマホサイズ */
@media screen and (max-width: 767px) {
	.sp_box {
		display: block;
	}
	.pc_box {
		display: none;
	}

	.h2_title {
		padding: 0 14px 0px 0px;
	}

	.touroku_contents_inner{
		padding: 20px 10px;
	}
	.hitsuyou_list {
		display: block;
		margin-bottom: 30px;
		padding: 0px 20px;
	}
	.hitsuyou_list li {
		margin-bottom: 20px;
	}

	.step-end {
		padding: 0 10px 0 10px;
	}

	.touroku-box {
		padding: 0 0px 0 10px;
	}

	.cnw-end {
		padding: 0 10px 0 10px;
	}

	.remarks-box ul {
		padding-right: 0px;
	}

}



