@charset "utf-8";
/* CSS Document */

p,h1,h2,h3,h4,ul,ol,li {
	margin: 0;
	padding: 0;
}
.overview .place{
	border: none;
}
.main_ttl span{
	margin-bottom: 30px;
}
.page-header{
    border-bottom: none;
}
@media print,screen and (min-width: 741px) {
	.main_ttl {
		text-align: center;
		font-size: 26px;
		margin: 0 0 40px;
		background: url(https://t-living.re-ws.jp/app/uploads/sites/1286/2024/12/overview_ico.gif) no-repeat 42.5% 1%;
		background-size: 29px;
	}
	.main_ttl span {
		font-size: 14px;
		color: #ff4800;
		display: block;
		margin-top: 5px;
	}
	
	.overview {
		width: 1000px;
		margin: 0 auto 95px;
		border: 1px solid #ccc;
	}
	
	.overview th {
		width: 200px;
		text-align: left;
		background-color: #f3f3f3;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 20px 0 20px 20px;
	}
	
	.overview td {
		text-align: left;
		border-bottom: 1px solid #ccc;
		padding: 20px 0 20px 20px;
		line-height: 150%;
	}
	
	.place th {
		padding: 0 0 25px;
		text-align: left;
		background-color: #fff;
		border: none;
		font-weight: inherit;
		vertical-align: top;
		font-feature-settings: "palt";
	}
	
	.overview tr:last-child th,
	.overview tr:last-child td {
		border-bottom: none;
	}
	
	.place td {
		padding: 0 0 20px 25px;
		text-align: left;
		border: none;
		vertical-align: top;
		line-height: 150%;
		font-feature-settings: "palt";
	}
	
	/* .place tr:nth-child(n+4):nth-child(-n+15) th,
	.place tr:nth-child(n+17):nth-child(-n+19) th,
	.place tr:nth-child(n+21):nth-child(-n+21) th,
	.place tr:nth-child(n+25):nth-child(-n+28) th {
		padding: 0 0 25px 20px;
	}
	
	.place tr:first-child td,
	.place tr:nth-child(15) td {
		padding: 0 0 50px 25px;
	}
	
	.place tr:nth-child(19) td {
		padding: 0 0 60px 25px;
	}
	
	.place tr:nth-child(n+19):nth-child(-n+22) td {
		padding: 0 0 40px 25px;
	} */
	
	.place tr:last-child td {
		padding: 0 0 35px 25px;
	}
}
@media screen and (max-width: 740px) {
    #company .main_contents{
        padding-top: 0;
    }
	#company .main_ttl {
		width: 160px;
		text-align: center;
		font-size: 16px;
		margin: 20px auto;
		background: url(https://t-living.re-ws.jp/app/uploads/sites/1286/2024/12/overview_ico.gif) no-repeat 20% 1%; 
		background-size: 15px;
	}
	.main_ttl span {
		font-size: 10px;
		color: #ff4800;
		display: block;
		margin-top: 5px;
		font-weight: inherit;
	}
	
	.overview {
		width: 95%;
		margin: 0 auto 40px;
		border: 1px solid #ccc;
	}
	
	.overview th {
		font-size: 12px;
		display: block;
		text-align: left;
		background-color: #f3f3f3;
		border-bottom: 1px solid #ccc;
		padding: 10px;
	}
	
	.overview td {
		font-size: 12px;
		display: block;
		text-align: left;
		border-bottom: 1px solid #ccc;
		padding: 10px;
		line-height: 150%;
	}
	
	.place th {
		padding: 0;
		text-align: left;
		background-color: #fff;
		border: none;
		vertical-align: top;
		font-feature-settings: "palt";
	}
	
	.overview tr:last-child td {
		border-bottom: none;
	}
	
	/* place tr:nth-child(n+4):nth-child(-n+15) th,
	.place tr:nth-child(n+17):nth-child(-n+19) th,
	.place tr:nth-child(n+21):nth-child(-n+21) th,
	.place tr:nth-child(n+25):nth-child(-n+28) th{
		padding: 0 0 0 15px;
	}
	
	.place tr:nth-child(2) th,.place tr:nth-child(18) th {
		padding: 0 0 5px 0;
	} */
	
	.place td {
		padding: 0 0 20px 15px;
		text-align: left;
		border: none;
		vertical-align: top;
		line-height: 150%;
	}
	
	/* .place tr:nth-child(2) td,
	.place tr:nth-child(16) td{
		padding: 0;
	} */

	
}