/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 16 2026 | 09:19:49 */
/* 2歳児保育　各クラスの比較の表 */ 
.hikaku_tbl2{
	width:90%;
border-collapse:collapse;
	border-radius:30px;
border:3px dotted #6282D7;
	margin:2% auto 5%;
}
.hikaku_tbl2 td{
	padding:8px;
	color: #462626;
	border:1px solid #ccc;
	font-size:0.8rem;
	vertical-align:middle;
	line-height:1.6;
}
.hikaku_tbl2 tr:nth-child(1) td {
	border-bottom:1px solid #6282D7;
	font-weight:bold;
}
	
.hikaku_tbl2 td:nth-child(1) {
	font-weight:bold;
	width:25%;
	color: #462626;
	border-right:1px solid #6282D7;
	text-indent:1.0em;
}
.hikaku_tbl2 td:nth-child(1) img{
	vertical-align:middle;
	display:inline-block;
	margin-right:0.3em;
}
.hikaku_tbl2 td:nth-child(2) {
	background:#FFF0EB;
	text-align:center;
	border-right:1px solid #6282D7;
}
.hikaku_tbl2 td:nth-child(3) {
	background:#FFE4DB;
	text-align:center;
}

.hikaku_tbl2 td:nth-child(4) {
	background:#FEFDCD;
	text-align:center;
}
.hikaku_tbl2 strong{
	color:#cf2e2e;
}
@media screen and (max-width:700px){
	.hikaku_tbl2{
		margin:5% 0;
		width:100%;
		border:none;
/*		white-space: nowrap; */
		border-radius:0;
	}
	
	.hikaku_tbl2 td:nth-child(1) {
	font-weight:bold;

	text-indent:0;
}

	.hikaku_tbl2 td:nth-child(1) img{
	max-width: 20%;
}

	.hikaku_tbl2 td{	
	font-size: 0.6rem;
	}
}

