body{
	min-width:1000px;
	font-size:13px;
}
#comparison_table{
	border-collapse:collapse;
	width:100%;
}
#comparison_table th{
	background-color:#e3d6c3;
	border-bottom:1px solid #333333;
}
#comparison_table td{
	text-align:center;
	padding:2px 0px;
	border-bottom:1px solid #333333;
}
p.check{
	margin:5px 0px;
}
@media screen and (max-width:1199px){
}
@media screen and (max-width: 768px){
	body{min-width: 320px;}
	.scroll div.kazokuso_plan_box{width:100%;padding-bottom:10px;}
	.scroll{overflow: auto;white-space: nowrap;}
	.scroll::-webkit-scrollbar{height: 5px;}
	.scroll::-webkit-scrollbar-track{background: #F1F1F1;}
	.scroll::-webkit-scrollbar-thumb {background: #BCBCBC;}
	.column_name{
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index:1;
		padding-right:15px;
		background-color:#ffffff;
		box-shadow: 8px 0 5px -5px #f1f1f1;
	}
}