@charset "utf-8";
/* CSS Document */
/*========================================
　　賃貸オフィス募集のご案内
========================================*/
#rentMain {
	padding: 40px 0 60px;
}
#rentMain div.title p {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin: 0 0 40px;
	padding: 0 0 15px;
	line-height: 140%;
	border-width: 1px;
	border-style: solid;
	border-left: none;
	border-right: none;
	border-top: none;
}
#rentMain div.title p strong {
	font-size: 214%;
	line-height: 140%;
	font-weight: 700;
}
#rentMain div.title p small {
	font-size: 100%;
	line-height: 140%;
	font-weight: 500;
}
#rentMain div.title ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 0 0 40px;
}
#rentMain div.title ul li {
	display: flex;
	padding: 0 5px 10px;
}
#rentMain div.title ul li span {
	padding: 5px 20px;
	border-width: 2px;
	border-style: solid;
	line-height: 140%;
	font-weight: 700;
}
#rentMain div.table {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
#rentMain div.table dl {
	width: 50%;
	display: flex;
	align-items: stretch;
	line-height: 140%;
	padding: 0 10px;
}
#rentMain div.table dl:nth-child(1),
#rentMain div.table dl:nth-child(2) {
	width: 100%;
}
#rentMain div.table dl dt {
	display: flex;
	align-items: stretch;
	width: 8em;
	padding: 5px 0;
	border-bottom: 1px solid #DDD;
}
#rentMain div.table dl dt p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 7px 5px;
	text-align: center;
}
#rentMain div.table dl dd {
	flex: 1;
	padding: 7px 0 7px 20px;
	border-bottom: 1px solid #DDD;
}
#rentMain div.table dl dd p {
	margin: 0;
	padding: 5px 0;
}
#rentMain div.table dl dd ul {
	margin: -5px 0;
}
#rentMain div.table dl dd ul li {
	padding: 7px 0;
	border-bottom: 1px solid #DDD;
}
#rentMain div.table dl dd ul li:last-child {
	border-bottom: none;
}
@media screen and (max-width: 768px) {
	#rentMain {
		padding: 40px 0 60px;
	}
	#rentMain div.title p {
		margin: 0 0 40px;
		padding: 0 0 15px;
		line-height: 140%;
	}
	#rentMain div.title p strong {
		font-size: 148%;
		line-height: 140%;
	}
	#rentMain div.title p small {
		font-size: 88%;
		line-height: 140%;
	}
	#rentMain div.title ul {
		margin: 0 -10px;
		padding: 0 0 40px;
	}
	#rentMain div.title ul li {
		display: flex;
		padding: 0 5px 10px;
	}
	#rentMain div.title ul li span {
		padding: 5px 15px;
		font-size: 94%;
		line-height: 140%;
	}
	#rentMain div.table {
		display: block;
		margin: 0;
	}
	#rentMain div.table dl {
		width: 100%;
		padding: 0;
	}
	#rentMain div.table dl dt {
		width: 5.5em;
		padding: 5px 0;
	}
	#rentMain div.table dl dt p {
		font-size: 94%;
		line-height: 140%;
	}
}
/*　一覧
----------------------------------------*/
#rentList {
	padding:  0 0 80px;
}
#rentList div.text {
	margin: 0 0 30px;
	padding: 10px 20px;
	line-height: 140%;
}
#rentList div.text p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	margin: 0;
	text-align: center;
}
#rentList div.text p span {
	padding: 0 10px;
	font-weight: 700;
	font-size: 108%;
	line-height: 140%;
}
#rentList div.text p span b {
	padding: 0 3px;
	font-size: 160%;
	line-height: 140%;
}
#rentList small {
	display: block;
	padding: 0 0 5px;
	text-align: right;
	line-height: 140%;
}
#rentList div.main {
	overflow-x: auto;
}
#rentList ul {
	display: flex;
	white-space: nowrap;
	min-width: 728px;
}
#rentList div.main ul:first-child li span {
	padding-top: 10px;
	padding-bottom: 10px;
}
#rentList ul li {
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-bottom: 1px solid #DDD;
	line-height: 150%;
	min-width: 0;
}
#rentList ul li:first-child {
	width: 10%;
}
#rentList ul li span {
	display: block;
	padding: 15px 20px;
	white-space: nowrap;
}
#rentList ul li span b {
	padding: 0 5px 0 0;
	font-weight: normal;
}
#rentList ul li:last-child span b {
	font-size: 128%;
	font-weight: 700;
}
#rentList ul li span sup {
	font-size: 60%;
}
@media screen and (max-width: 768px) {
	#rentList {
		padding: 0 0 60px;
	}
	#rentList div.text p span {
		font-size: 100%;
		line-height: 140%;
	}
}
/*　間取り
----------------------------------------*/
#rentFloorplan {
	padding: 0 0 60px;
}
#rentFloorplan div.plan {
	padding: 20px 0 40px;
}
#rentFloorplan dl {
	border: 1px solid #DDD;
	margin: 10px 0 0;
	padding: 40px;
	line-height: 140%;
}
#rentFloorplan dl dt {
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-width: 1px;
	border-style: solid;
	border-left: none;
	border-right: none;
	border-top: none;
}
#rentFloorplan dl dt p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
}
#rentFloorplan dl dt p b {
	width: 6em;
	padding: 5px 0;
	border-width: 3px;
	border-style: solid;
	text-align: center;
	font-size: 140%;
	line-height: 140%;
	font-weight: 700;
}
#rentFloorplan dl dt p span {
	padding: 0 0 0 30px;
	flex: 1;
	font-size: 154%;
	line-height: 140%;
	font-weight: 700;
}
#rentFloorplan dl dd {
	display: flex;
	align-items: center;
}
#rentFloorplan dl dd div.left {
	width: 60%;
	padding: 0 30px 0 0;
}
#rentFloorplan dl dd div.left img {
	width: 100%;
	height: auto;
}
#rentFloorplan dl dd div.right {
	width: 40%;
	padding: 0 0 0 30px;
}
#rentFloorplan dl dd div.right table {
	width: 100%;
	table-layout: fixed;
}
#rentFloorplan dl dd div.right table th {
	width: 5em;
	padding: 10px 0;
	font-size: 100%;
	line-height: 140%;
	font-weight: 500;
	text-align: right;
	border-bottom: 1px solid #DDD;
	color: #332B66;
	word-wrap: break-word;
}
#rentFloorplan dl dd div.right table td {
	padding: 10px 0 10px 2em;
	font-size: 100%;
	line-height: 140%;
	border-bottom: 1px solid #DDD;
	word-wrap: break-word;
}
#rentFloorplan dl dd div.right table tr:last-child th,
#rentFloorplan dl dd div.right table tr:last-child td {
	border-bottom: none;
}
#rentFloorplan dl dd div.right table td b {
	padding: 0 5px 0 0;
	font-weight: normal;
}
#rentFloorplan dl dd div.right table tr:last-child td b {
	font-size: 160%;
	line-height: 140%;
	font-weight: 700;
}
#rentFloorplan dl dd div.right table td sup {
	font-size: 60%;
}
@media screen and (max-width: 768px) {
	#rentFloorplan {
		padding: 0 0 40px;
	}
	#rentFloorplan div.plan {
		padding: 20px 0 40px;
	}
	#rentFloorplan dl {
		padding: 30px 20px;
		line-height: 140%;
	}
	#rentFloorplan dl dt p b {
		width: 5em;
		padding: 5px 0;
		font-size: 120%;
		line-height: 140%;
	}
	#rentFloorplan dl dt p span {
		padding: 0 0 0 30px;
		font-size: 120%;
		line-height: 140%;
	}
	#rentFloorplan dl dd {
		display: block;
	}
	#rentFloorplan dl dd div.left {
		width: auto;
		padding: 0 0 20px;
	}
	#rentFloorplan dl dd div.left div {
		max-width: 500px;
		margin: 0 auto;
	}
	#rentFloorplan dl dd div.right {
		width: auto;
		padding: 0;
	}
	#rentFloorplan dl dd div.right table th {
		width: 35%;
	}
	#rentFloorplan dl dd div.right table tr:last-child td b {
		font-size: 140%;
		line-height: 140%;
	}
}
/*　MAP
----------------------------------------*/
#rentMap {
	padding: 0 0 80px;
}
#rentMap #map_canvas {
	width: 100%;
	height: 600px;
}
@media screen and (max-width: 768px) {
	#rentMap {
		padding: 0 0 60px;
	}
	#rentMap #map_canvas {
		height: 500px;
	}
}