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

#main * {
	box-sizing:border-box;
}

h1.tit {
	margin-bottom:22px;
	text-align:center;
	letter-spacing:.1em;
}
h1.tit img {
	width: 72.5px;
	display:inline-block;
}
section.content {
	margin:0 15px;
	padding-top:25px;
	color:#69584D;
	font-size:12px;
}
section.content p {
	line-height:1.6;
}
section.content p.read {
	margin-bottom:1em;
	text-align:center;
	line-height:1.6;
}
section.content p.read strong {
	display:block;
	margin-bottom:.4em;
	font-weight:normal;
	font-size:2em;
	line-height:1.2;
}

#property > section {
	margin-bottom: 48px;
}
#property h2 {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.06em;
}
#property table {
	width: 100%;
	font-size: 7px;
	border: 1px solid #69584d;
    color: #333;
}
#property table tr:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
#property table th {
	width: 88px;
	padding: 4px 8px;
	border-right: 1px solid #69584d;
	font-weight: normal;
	text-align: left;
	background: rgba(105, 88, 77, .12);
}
#property table td {
	padding: 4px 8px;
	line-height: 1.4;
}
#property table + p {
	font-size: 11px;
	margin-top: 8px;
}
#property .property_update_date {
	font-size: 11px;
	text-align: right;
}
h1.tit.add_title {
    margin: 0 auto 2%;
}
p.ttl1 {
    text-align: center;
    color: #231815;
    margin: 0 auto 3%;
}
@media screen and (min-width: 769px) {
	.pc_none {
		display:none;
	}
	p.ttl1 {
	    font-size: 1.6em;
	}
	section.content {
		width:770px;
		margin:0 auto 5%;
		padding-top:45px;
		font-size:14px;
	}
	h1.tit {
		margin-bottom:55px;
	}
	h1.tit img {
		width:auto;
	}
	#property > section {
		margin-bottom: 64px;
	}
	#property h2 {
		margin-bottom: 16px;
		font-size: 22px;
		color: #333;
	}
	#property table {
		font-size: 14px;
	}
	#property table th {
		width: 170px;
		padding: 10px 20px;
	    border-bottom: 1px solid #69584d;
	}
	#property table td {
		width: 600px;
		padding: 10px 20px;
		line-height: 1.4;
	    border-bottom: 1px solid #69584d;
		background: rgba(255,255,255,0.5);
	}
	#property table + p {
		font-size: 11px;
		margin-top: 12px;
	}
	#property .property_update_date {
		font-size: 10px;
	}


}
#property table td {
	background: rgba(255,255,255,0.6);
}
/* SP */
@media (max-width: 767px) {
	h1.tit img {
	    width: 200px;
	    display: inline-block;
	}
	#property table {
	    font-size: 1.2em;
	}
	#property table th {
	    border-bottom: 1px solid #69584d;
	}
	#property table td {
	    border-bottom: 1px solid #69584d;
	}
	p.ttl1 {
	    FONT-SIZE: 1.6EM;
	}
}