@charset "UTF-8";




/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	position: relative;
	font-family: "Noto Sans JP";
	font-weight: 500;
	color: #000;
	padding: 0;
	margin: 0;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*text-align: justify;*/
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	
	background: #edf1f3;
	
}





#list {
	padding-top: 100px;
	margin-bottom: 100px;
}
	#list .box {
		background: #FFF;
		width: 24%;
		margin-right: 1.3%;
		margin-bottom: 1.3%;
		padding: 10px;
	}
	#list .box:nth-child(4n) {
		margin-right: 0%;
	}
	#list .box.two {
		width: 48%;
		margin-right: 0%;
		padding: 30px;
	}
	#list .box.two dt {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	#list .box.two .dot {
		margin-bottom: 20px;
	}
	#list .box.two p {
		margin-bottom: 20px;
	}



	#list .box h3 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: 500;
		font-size: 2.2rem;
		line-height: 1.4;
	}
	#list .box .rental {
		border-top: solid 1px #d3dde0;
		margin-bottom: 10px;
	}
	#list .box .rental th {
		border-bottom: solid 1px #d3dde0;
		background: #edf1f3;
		text-align: left;
		padding: 10px;
		font-weight: 500;
	}
	#list .box .rental td {
		border-bottom: solid 1px #d3dde0;
		line-height: 1.2;
		padding: 10px;
	}
	#list .box .rental td strong {
		font-size: 2.4rem;
		color: #053980;
		font-weight: 500;
	}
	#list .box .rental td span {
		display: block;
		font-size: 1.2rem;
	}


	#list .box .nomal th {
		font-size: 1.4rem;
		text-align: left;
		font-weight: 500;
		border: none;
		padding: 0;
	}
	#list .box .nomal td {
		font-size: 1.4rem;
		border: none;
		padding: 0;
	}

#list .cell {
	background: #e9eeef;
	padding: 30px;
}
#list .cell h2 {
	text-align: center;
	font-weight: 500;
	font-size: 4rem;
	line-height: 1.6;
	margin-bottom: 30px;
}
#list .cell h2  span {
	font-size: 2.4rem;
}

#list .cell .tableCell {
	padding: 10px;
	background: #FFF;
}
#list .cell .tableCell table {
	border-top: solid 1px #d3dde0;
	border-left: solid 1px #d3dde0;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
}
#list .cell .tableCell table th {
	border-bottom: solid 1px #d3dde0;
	border-right: solid 1px #d3dde0;
	padding: 10px;
	background: #053980;
	color: #FFF;
}
#list .cell .tableCell table td {
	padding: 10px;
	border-bottom: solid 1px #d3dde0;
	border-right: solid 1px #d3dde0;
}
	#list .cell .tableCell table td strong {
		font-size: 2.4rem;
		color: #053980;
		font-weight: 500;
	}
	#list .cell .tableCell table td span {
		display: block;
		font-size: 1.2rem;
	}







/* max 1023px */
@media screen and (max-width: 1023px) {

	
body {
	background: #edf1f3;
}
	
	
#list {
	margin-bottom: 10%;
}
	#list .box {
		background: #FFF;
		width: 49.5%;
		margin-right: 1%;
		margin-bottom: 1%;
		padding: 10px;
	}
	
	#list .box:nth-child(2n) {
		margin-right: 0%;
	}
	#list .box:nth-child(4n) {
		margin-right: 0%;
	}
	#list .box.two {
		width: 100%;
		margin-right: 0%;
		padding: 10px;
	}
	#list .box.two dt {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	#list .box.two .dot {
		margin-bottom: 10px;
	}
	#list .box.two p {
		margin-bottom: 10px;
	}



	#list .box h3 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#list .box .rental {
		border-top: solid 1px #d3dde0;
		margin-bottom: 10px;
	}
	#list .box .rental th {
		width: 100%;
		display: block;
		
		border-bottom: solid 1px #d3dde0;
		background: #edf1f3;
		text-align: center;
		padding: 3px;
		font-weight: 500;
	}
	#list .box .rental td {
		width: 100%;
		display: block;
		
		text-align: center;
		border-bottom: solid 1px #d3dde0;
		line-height: 1.2;
		padding: 5px 0 10px 0;
	}
	#list .box .rental td strong {
		font-size: 2.4rem;
		color: #053980;
		font-weight: 500;
	}
	#list .box .rental td span {
		display: block;
		font-size: 1.2rem;
	}


	#list .box .nomal th {
		width: 100%;
		display: block;
		font-size: 1.2rem;
		text-align: left;
		font-weight: 500;
		line-height: 1.2;
	}
	#list .box .nomal td {
		width: 100%;
		display: block;
		font-size: 1.2rem;
		margin-bottom: 8px;
		line-height: 1.4;
	}

#list .cell {
	background: #e9eeef;
	padding: 5%;
}
#list .cell h2 {
	text-align: center;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 5%;
}
#list .cell h2  span {
	display: block;
	font-size: 1.2rem;
}

#list .cell .tableCell {
	padding: 10px;
	background: #FFF;
}
#list .cell .tableCell table {
	border-top: solid 1px #d3dde0;
	border-left: solid 1px #d3dde0;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
	font-size: 1.2rem;
}
#list .cell .tableCell table th {
	border-bottom: solid 1px #d3dde0;
	border-right: solid 1px #d3dde0;
	padding: 10px;
	background: #053980;
	color: #FFF;
}
#list .cell .tableCell table td {
	padding: 10px;
	border-bottom: solid 1px #d3dde0;
	border-right: solid 1px #d3dde0;
}
	#list .cell .tableCell table td strong {
		font-size: 2.4rem;
		color: #053980;
		font-weight: 500;
	}
	#list .cell .tableCell table td span {
		display: block;
		font-size: 1.2rem;
	}



	
}
