h3{
position:relative;
padding:20px 10px;
font-size:20px;
border:1px solid #325A8C;
font-size:160%;
}
h3::after{

position: absolute;
top: -8px;
left: 10px;
background: #fff;
font-size: 14px;
color: #325A8C;
padding: 0 10px;
}
h3 span {
	font-size:14px;
	font-weight:400;
	line-height:140%;
}

h4 {
  position: relative;
  padding-left: 30px;
  font-size:20px;
  color: #325A8C;
}
h4::before,
h4::after{
  content: "□";
  position: absolute;
}
h4::before{
  left:0;
  top:-3px;
}
h4::after{
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}
td {
color: #325A8C;
font-weight:700;
}
.ti01 h3::after{
content: "";
}

.ti02 h3::after{
content: "Learning by Expression by Making, Drawing, and Arranging";
}

.ti03 h3::after{
content: "Lerning by Exchange of Thoughts, Experiences, and Values with Family Members";
}

.ti04 h3::after{
content: "Environment with Stimuli to Five Senses";
}
.ti05 h3::after{
content: "Environment for Healthful Living";
}




.bg_02 h3::after{
background: #f3f8fb;

}