@charset "utf-8";

/* ----------------------------------------------------------------------------
	物件概要
	outline
---------------------------------------------------------------------------- */
#content dl{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 90px 0 0 0;
}
#content dl dt{
	width: 15em;
	font-size: 1.00rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding: 1.2em 0.5em;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	border-bottom: rgba(243,247,237,1.00) 1px solid;
}
#content dl dd{
	width: calc(100% - 15em);
	padding: 1.2em 0.5em;
	font-size: 1.00rem;
	line-height: 1.6;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	border-bottom: rgba(243,247,237,1.00) 1px solid;
}
#content dl dt:nth-child(4n + 3){
	background: rgba(243,247,237,1.00);
}
#content dl dd:nth-child(4n + 4){
	background: rgba(243,247,237,1.00);
}

@media only screen and (max-width: 999px) {
	#content dl{
		padding: 90px 0 0 0;
	}
	#content dl dt{
		width: 15em;
		font-size: 0.938rem;
	}
	#content dl dd{
		font-size: 0.938rem;
	}
	#content dl dt:nth-child(4n + 3){
		background: rgba(243,247,237,1.00);
	}
	#content dl dd:nth-child(4n + 4){
		background: rgba(243,247,237,1.00);
	}
}
@media only screen and (max-width: 768px) {
	#content dl{
		padding: 60px 0 0 0;
	}
	#content dl dt{
		width: 100%;
		font-size: 0.875rem;
		padding: 0.8em 0.8em 0.8em;
		border-bottom: none;
		background: rgba(243,247,237,1.00);
	}
	#content dl dd{
		width: 100%;
		font-size: 0.875rem;
		padding: 0.5em 0.8em 2.0em;
	}
	#content dl dt:nth-child(4n + 3){
		background: rgba(243,247,237,1.00);
	}
	#content dl dd:nth-child(4n + 4){
		background: none;
	}
}
@media only screen and (max-width: 480px) {
}