@charset "utf-8";

#touroku {
	margin-top: 100px;
	padding-bottom: 100px;
}

.ttl1 {
	font-size: 36px;
	line-height: 1;
	text-align: center;
}

.list1 {
	max-width: 1100px;
	margin-top: 40px;
	box-sizing: border-box;
	border: 1px solid #999;
	margin-inline: auto;
	width: 96%;
}

.list1 li+li {
	border-top: 1px solid #999;
}

.list1 .ttl {
	width: 265px;
	box-sizing: border-box;
	padding: 26px 20px 26px 30px;
	color: #fff;
	background: #000;
	font-size: 16px;
	line-height: 1.75;
}

.list1 .txt {
	width: calc(100% - 265px);
	box-sizing: border-box;
	padding: 26px 20px 26px 30px;
	border-left: 3px solid #999;
	font-size: 16px;
	line-height: 1.75;
}
.list1 .txt small {
	display: inline-block;
	font-size: 80%;
	line-height: 1.6;
	padding-left: 0.5em;
}


.caution {
	max-width: 1100px;
	margin-top: 30px;
	background: #f8f8f8;
	box-sizing: border-box;
	padding: 40px;
	margin-inline: auto;
}

.caution li {
	font-size: 12px;
	line-height: 2;
	padding-left: 1em;
	text-indent: -1em;
}

.print {
	max-width: 300px;
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	#touroku {
		margin-block: 50px;
		padding-bottom: 50px;
		padding: 100px 0 0;
	}

	.ttl1 {
		font-size: 18px;
	}

	.list1 {
		max-width: 560px;
		margin-top: 20px;
		width: 90.666667%;
	}

	.list1 .ttl {
		width: 100%;
		padding: 10px 20px;
		font-size: 14px;
	}

	.list1 .txt {
		width: 100%;
		padding: 15px;
		border-left: none;
		font-size: 12px;
	}

	.caution {
		max-width: 560px;
		margin-top: 20px;
		padding: 20px;
	}

	.caution li {
		font-size: 11px;
		line-height: 1.8;
	}
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.flex.ai-st {
	align-items: stretch;
}
.ls150 {
    letter-spacing: .15em;
}
.tourokuArea {
    overflow: hidden;
    color: #333;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}

.touroku__btnarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	/* -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 40px auto 0;
}

.touroku__btnarea__btn01 {
	display: block;
	width: 48%;
	padding: 10px;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	border-radius: 40px;
	border: 1px solid #000;
	background-color: #fff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 767px) {
	.touroku__btnarea__btn01 {
		margin-top: 20px;
		width: 96%;
	}
}

.touroku__btnarea__google:hover,
.touroku__btnarea__btn01:hover {
	text-decoration: none;
	opacity: 0.7;
}

@media print {

	body,
	html {
		zoom: .8 !important;
	}

	.header-property,
	.box-bukken-contact,
	.box-bukken,
	.area-user-footer-wrap,
	.footer-property,
	.ttl-property-main,
	.commonBnrArea,
	.search-wrap,
	.main>*,
	.commonFloatingArea {
		display: none;
	}

	#touroku {
		display: block;
	}

	.print {
		display: none;
	}

	.contents-property {
		padding-top: 0 !important;
	}
}