<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------------------
笆� content
-------------------------------------*/
.estimate_top{
	margin-bottom:100px;
}

.estimate_w{
	margin-bottom:150px;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
.planTable{
	width:100%;
	max-width:1100px;
	padding:0;
	margin:0 auto 20px;
	border:none;
	background:0 0;
}
.planTable thead th,
.planTable thead td{
	width:25%;
	padding:20px 15px;
	margin:0;
	text-align:center;
}
.planTable tbody th,
.planTable tbody td{
	width:25%;
	padding:20px 15px;
	margin:0;
	text-align:center;
	background:#fafafa;
	border-bottom:1px solid #fff;
	line-height:1.4em;
	font-size:14px;
}
.planTable tbody th,
.planTable tbody td:nth-of-type(2n){
	background:#f1f1f1;
	border-bottom:1px solid #fff;
}

.planTable tbody th{
	vertical-align:middle;
	border-bottom:1px solid #fff;
}
.planTable thead th.plan-01{
	color:#fff;
	background:#8e8e8e !important;
}
.planTable thead th.plan-02{
	color:#fff;
	background:#000 !important;
}
.planTable thead th.plan-03{
	color:#fff;
	background:#0a69b7 !important;
}
.planTable thead td.planTable_head{
	background:#f7f7f7;
}

.planTable tbody td.plan-cost &gt; strong{
	font-size:1.2em;
}
.planTable tbody td &gt; small{
	font-size:.7em;
}

.planTableAtt{
	width:100%;
	max-width:1100px;
	margin:0 auto 20px;
	font-size:12px;
}

.ew_op{
	background:#069;
	padding:50px 40px;
}
.estOptionList{
	display:flex;
	flex-wrap:wrap;
}
.estOptionList li{
	box-sizing:border-box;
	margin-bottom:10px;
	margin-top:10px;
	padding:20px;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:space-between;
	flex-wrap:nowrap;
	width:calc(50% - 10px);
	background:#f7f7f7;
}
.estOptionList li:nth-child(2n+1){
	margin-right:20px;
}

.estOptionTitle h3,
.estOptionPrice b{
	font-weight:bold;
}
.content .estOptionTitle p{
	font-size:12px;
}

.content p.estOptionPrice{
	font-size:12px;
}
.content p.estOptionPrice b{
	font-size:24px;
	margin-right:5px;
	color:#069;
}





@media screen and (max-width:980px){
/*-------------------------------------
笆� content
-------------------------------------*/
	.ep_box{
		overflow-x:scroll;
	}

	.estimate_w{
		margin-bottom:100px;
	}

	table{
		table-layout:fixed;
	}
	.planTable{
		width:980px;
	}
	.planTable tbody th,
	.planTable tbody td{
		font-size:12px;
	}
	.planTable thead td.planTable_head{
		width:150px;
	}

	.ew_op{
		padding:30px 20px;
	}
	.estOptionList{
		flex-direction:column;
	}
	.estOptionList li{
		width:100%;
	}
	.estOptionList li:nth-child(2n+1){
		margin-right:0;
	}

}





@media screen and (max-width:767px){
/*-------------------------------------
笆� content
-------------------------------------*/
	.estimate_top{
		margin-bottom:50px;
	}
}





@media screen and (max-width:480px){
	.estOptionList li{
		flex-direction:column;
	}

}</pre></body></html>