@media screen and (min-width: 641px) { /* pc */

}
@media screen and (max-width:640px) { /* sp */

}

h2 {
	background-image: url(../../../img/common/line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
@media screen and (min-width: 641px) { /* pc */
	h2 {
		font-size: 1.8rem;
		letter-spacing: 0.2em;
		margin-bottom: 45px;
		padding-bottom: 50px;
		padding-top: 30px;
	}
}
@media screen and (max-width:640px) { /* sp */
	h2 {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		margin-bottom: 25px;
		padding-bottom: 50px;
		padding-top: 35px;
	}

}

h4 {
	margin-bottom: 10px;
}

.jikohyouka__detail__box {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center -30px;
}

#kids h3 {
	font-size: 1.4rem;
	margin-bottom: 45px;
	position: relative;
	display: inline-block;
	z-index : 1;
}
#kids h3:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;/*線の上下位置*/
	display: inline-block;
	width: 60px;/*線の長さ*/
	height: 5px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #f9851c;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}

.jikohyouka__detail__box p {
	text-align: left;
	font-size: 1.1em;
	line-height: 2em;
	margin-bottom: 30px;
}

table {
	margin-bottom: 50px;
}
th ,td {
	padding:5px;
	text-align:center;
}
th {
	width: 8%;
	background-color: #F9E9DA;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

th.end, td.end {
	border-bottom:1px solid #999;;
}
td {
	width:5%;
	border-top:1px solid #999;
	border-right:1px solid #999;
}



@media screen and (min-width: 641px) { /* pc */
	#kids {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.jikohyouka__detail__box {
		padding-left: 100px;
		padding-right: 100px;
		padding-top: 82px;
		padding-bottom: 56px;
	}
	
}
@media screen and (max-width:640px) { /* sp */
	.jikohyouka__detail__box {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	table {
		width:100%;
	}
	th ,td {
	}
}
