@charset "UTF-8";


/*Kid's板倉探検隊 追加*/
.KidsTit{
  position: relative;
  width: 1024px;
 margin: 0 auto;
 height: 80px;
}

.KidsTitL{
 background: #1e8097;
   font-size: 1.4rem;
 color: #fff;
 text-align: center;
 padding: 1rem;
 margin: 0rem 0;
 font-weight: bold;
  position: absolute;
  top: 0;
 left: 0;
 z-index: 0;
 width: 100%;
}

.KidsTitImg{
 position: absolute;
 top: -20px;
 left: 10px;
 z-index: 1;
 width: 90px;
}

.KidsTitImg2{
 position: absolute;
 top: -20px;
 right: 10px;
 z-index: 1;
 width: 90px;
}

.cmn_btn_middleline{
 width: 70%;
}

.cmn_btn_middleline a,.cmn_btn_middleline a:link{
 color: #fff!important;
}

.global_nav_info_inquiry_method_mail .cmn_btn_middleline a{
 color: #60c5dd!important;
}

.global_nav_info_inquiry_method_mail .cmn_btn_middleline a:link{
 color: #60c5dd!important;
}

.houkokuIndex{
	background: #FDEFF5;
	margin: 0 0 60px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 20px;
	width: 100%;
}

.houkokuIndex .itakuran{
	width: 13%;
	margin: 0 10px;
}

.houkokuIndex .itakuran img{
	width: 100%;
}

.houkokuIndex .txtBox{
	width: 75%;
	text-align: center;
}

.houkokuIndex .txtBox strong{

	color: #eb0000;
	font-size: 1.3rem;
	font-weight: bold;
	display: block;
}

.houkokuIndex .ph{
		display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.houkokuIndex .ph img{
	padding: 20px 10px;
	width: 33%;
}

.kidsRePh{
 width: 100%;
 display: flex;
 margin: 0px 0;
 flex-wrap:wrap;
 justify-content:space-between;

}

.kidsRePh .imgbox{
	 width: 48%;
}

.kidsRePh .imgbox img{
	 object-fit: cover;
	width: 100%;
	height: auto;
}

.kidsRePh .imgbox span{
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 0.9rem;
	padding: 0rem 0rem 2rem 0;
	line-height: 1.5;
}

.kidsRePh img{
 width: 33%;
 padding: 1%;
 height: 270px;
 object-fit: cover;
}

.kidsMemBox{
 margin: 50px 0 80px 0;
 border: 2px solid rgba(204,204,204,1.00);
  text-align: center;
 padding: 0 50px 20px 50px;
}


.kidsMemBox .tit{
 font-size: 1.2rem;
 color: #1e8097;
 padding: 2rem 0;
 font-weight: bold;
}

.kidsMemF{
  display: flex;
  justify-content:space-between;
}

.kidsMem{
margin: 0 15px;
}


.kidsMem p{
 line-height: 1.5;
 font-size: 1rem;
}

.kidsMem img{
 width: 100%;
}

.kidsMem a{
 display: block;
 width: 100%;
 background: #dedede;
 font-size: 1.1rem;
 text-align: center;
 padding: 1rem;
 color: #1e8097;
 margin: 1rem 0;
}

.kidsMem a,.kidsMem a:link{
  color: #1e8097!important;
}

.kidsMem a i{
 padding: 0 10px;
}

.contact_form_submit{
 margin: 50px 0 80px 0;
}

.page_contact_explan{
 line-height: 1.8;
}

.pc{
	display: block;
}

.sp{
	display: none;
}

@media (max-width: 1024px) {
	.kidsRePh .imgbox{
		width: 100%;
	}
	.KidsTitL{
		position: relative;
	}
	.KidsTitImg{
		display: none;
	}
	.KidsTit{
		height: auto;
		margin: 0 0 20px 0;
	}
.houkokuIndex .ph{
		margin: 0 0 20px 0;
	}
	
	.KidsTitImg{
		top: -50px;
	}
	.houkokuIndex .ph img{
		width: 100%;
	}
	
	.houkokuIndex .txtBox{
		width: 100%;
	}
	.houkokuIndex .itakuran{
		display: none;
	}
	.pc{
	display: none;
}

.sp{
	display: block;
}

	
 .cmn_btn_middleline a, .cmn_btn_middleline button{
  font-size: 1.1rem;
 }
 
 .cmn_btn_middleline{
  height: auto;
  line-height: 1.5;
  padding: 20px;
 }
 
 .kidsRePh img{
  width: 48%;
  height: 150px;
 }
 .cmn_btn_middleline{
  width: 100%;
 }
 
 .KidsTit{
  width: 100%;
 }
 
 .kidsMemF{
  flex-direction:column;
 }
 .kidsMem{
  margin: 10px 0;
 }
 .kidsMemBox{
  padding: 0 25px 20px 25px;
 }
 
}

