@charset "utf-8";
.childseat_cnts{
    margin-top: 75px;
    padding-bottom: 160px;
}
.childseat_cnts .inner{
    padding: 0 70px;
    box-sizing: border-box;
}

/*block01*/
.childseat_cnts .block01{
	padding-bottom: 50px;
	border-bottom: 1px solid #000000;
}
.childseat_cnts .block01 >p:first-child{
	font-size: 1.6rem;
	line-height: 2;
	padding-left: 20px;
}
.childseat_cnts .block01 .img{
		justify-content: center;
		margin: 25px 0 30px;
}
.childseat_cnts .block01 .img img + img{
		margin-left: 60px;
}
.childseat_cnts .block01 .l_txt{
	color: #666666;
	font-weight: bold;
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: .5em;
}
.childseat_cnts .block01 .telbox{
	width: 100%;
}


/*block02*/
.childseat_cnts .block02{
	padding-bottom: 65px;
	border-bottom: 3px solid #1B1464;
}

.childseat_cnts .block02 p{
	font-size: 1.6rem;
}
.childseat_cnts .block02 h3{
	font-size: 1.8rem;
	margin: .5em 0;
	padding-left: 20px;
}

.childseat_cnts .block02 ul.reason{
	box-sizing: border-box;
	width: 800px;
	margin: 30px auto 20px;
	padding: 12px 50px;
	border: 1px solid #FF9999;
	list-style: none;
}
.childseat_cnts .block02 ul.reason li + li{
	margin-top: .8em;
}
.childseat_cnts .block02 ul.reason li span{
	margin-right: 1em;
}
.childseat_cnts .block02 ul.reason + p{
	margin-left: 150px;
}
.childseat_cnts .block02 p.box{
	color: #fff;
	width: 800px;
	background: #FF9999;
	box-sizing: border-box;
	padding: 18px 0 14px 50px;
	margin: 20px auto 40px;
}
.childseat_cnts .block02 .txt_area{
	box-sizing: border-box;
	width: 1000px;
	padding: 0 20px 0 40px;
}
.childseat_cnts .block02 .txt_area p{
	line-height: 2;
	margin-bottom: 1.5em;
}
.childseat_cnts .block02 .txt_area .flex .txt{
	width: 704px;
}
.childseat_cnts .block02 .txt_area .flex .img{
	margin-top: 50px;
}
.childseat_cnts .block02 .img_list{
	list-style: none;
	margin: 20px 0 0;
	padding: 0 40px;
}
.childseat_cnts .block02 .img_list li{
	border: 2px solid #FF9999;
	background: #FEF3EB;
}
.childseat_cnts .block02 .img_list li img{
	display: block;
}
.childseat_cnts .block02 .img_list p{
	color: #404040;
	text-align: center;
	padding: 11px 0;
}

/*block03*/
.childseat_cnts .block03 {
	padding: 30px;
}
.childseat_cnts .block03 p{
	font-size: 1.6rem;
	line-height: 2;
	padding: 0 10px;
}
.childseat_cnts .block03 > p:first-child{
	margin-bottom: 40px;
}

.childseat_cnts .block03 .law{
	padding: 15px 0;
	margin-top: 15px;
	border-top: 1px solid #1B1464;
}
/*.childseat_cnts .block03 .law p+p{
	margin-top: 1em;
}*/
.childseat_cnts .block03 .law p a{
	color: #0071BC;
}




@media screen and (max-width: 767px) {
	.childseat_cnts{
			margin-top: 12%;
    	padding-bottom: 20%;
	}
	.childseat_cnts .inner{
			padding: 0 ;
	}

	/*block01*/
	.childseat_cnts .block01{
		padding-bottom: 7.8%;
	}
	.childseat_cnts .block01 >p:first-child{
		font-size: 1.4rem;
		padding-left: 0;
	}
	.childseat_cnts .block01 .img{
			margin: 3.9% 0 4.6%;
			align-items: center;
	}
	.childseat_cnts .block01 .img img{
			width: 49%;
			height: auto;
	}
	.childseat_cnts .block01 .img img + img{
			width: 47.5%;
			margin-left: 3.5%;
	}
	.childseat_cnts .block01 .l_txt{
		font-size: 1.7rem;
	}



	/*block02*/
	.childseat_cnts .block02{
		padding-bottom: 10%;
		border-bottom: 3px solid #1B1464;
	}

	.childseat_cnts .block02 p{
		font-size: 1.4rem;
	}
	.childseat_cnts .block02 h3{
		font-size: 1.6rem;
		padding-left: 0;
	}

	.childseat_cnts .block02 ul.reason{
		width: 100%;
		margin: 4.6% auto 3.8%;
		padding: 15px;
	}
	.childseat_cnts .block02 ul.reason li {
		padding-left: 2em;
		text-indent: -2em;
		font-size: 1.4rem;
	}
	.childseat_cnts .block02 ul.reason li + li{
		margin-top: .8em;
	}
	.childseat_cnts .block02 ul.reason li span{
		margin-right: 0;
	}
	.childseat_cnts .block02 ul.reason + p{
		margin-left: 0;
	}
	.childseat_cnts .block02 p.box{
		width: 100%;
		padding: 15px;
		margin: 3.1% auto 6.2%;
		font-size: 3.7vw;
	}
	.childseat_cnts .block02 .txt_area{
		width: 100%;
		padding: 0 ;
	}
	.childseat_cnts .block02 .txt_area p{
		margin-bottom: 1em;
	}
	.childseat_cnts .block02 .txt_area .flex{
		display: block;
	}
	.childseat_cnts .block02 .txt_area .flex .txt{
		width: 100%;
	}
	.childseat_cnts .block02 .txt_area .flex .img{
		width: 50%;
		margin: 0 auto ;
	}
	.childseat_cnts .block02 .img_list{
		margin: 3.1% 0 0;
		padding: 0 ;
	}
	.childseat_cnts .block02 .img_list li{
		width: 48%;
	}
	.childseat_cnts .block02 .img_list li:nth-child(n+3){
		margin-top: 3%;
	}
	.childseat_cnts .block02 .img_list p{
		padding: 10px 0;
	}

	/*block03*/
	.childseat_cnts .block03 {
		padding: 4.6% 0 0;
	}
	.childseat_cnts .block03 p{
		font-size: 1.4rem;
		line-height: 2;
		padding: 0 ;
	}
	.childseat_cnts .block03 > p:first-child{
		margin-bottom: 6.25%;
	}

	.childseat_cnts .block03 .law{
		padding: 2.3% 0 0;
		margin-top: 2.3%;
	}
}




