<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.other_projects {
  background: #EEEEEE;
  padding: 45px 70px;
  margin-top: 100px;
}
.other_projects_txt01{
  text-align: center;
  font-size: 20px;
  color: #000;
  line-height: 140%;
  font-weight: bold;
}
.other_projects ul{
  margin-top: 35px;
}
.other_projects ul li{
  width: 450px;
  background: #fff;
}
.other_projects ul li p{
  padding: 15px;
  text-align: center;
  font-size: 20px;
  color: #000;
  line-height: 140%;

}
.other_projects ul li a{
  position: relative;
  width: 100%;
  height:100%;
  display: block;
}
.other_projects ul li a::after{
  content: "";
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background:#000;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.other_projects ul li a:hover::after{
  opacity: 0.3;
}
.other_projects ul li a:hover{
  text-decoration: none;
}
.related_box01{
  background: #EEEEEE;
  padding: 15px;
  width: 800px;
  margin: 45px auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.related_box01_txt01{
  font-weight: bold;
  padding-bottom: 15px;
}

.project_htxt01{
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  font-weight: bold;
  
}
.project_htxt01 span{
  font-size: 16px;
  font-weight: bold;
}
.project_link_size01{
  font-size: 12px !important;
}
/*--------------------------------------
ãƒ—ãƒ­ã‚¸ã‚§ã‚¯ãƒˆä¸€è¦§
---------------------------------------*/
#project_box01 {
  margin-top: 160px;
}
.project_list01 {
  width: 1080px;
  margin: 0 auto;
  margin-top: 20px;
}
.project_list01 a,
.project_list01 .project_list01_nolink {
  display: block;
  color: #000;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}

.project_list01 a &gt; span{
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background:#000;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.project_list01 a:hover &gt; span{
  opacity: 0.3;

}
.project_list01_left01 {
  width: 520px;
  float: left;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.project_list01_right01 {
  width: 540px;
  float: right;
}
.project_list01_right01 img{
width: 100%;
}
.project_list01 h3 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 140%;
  background: #000;
  padding: 10px;
}
.project_list01 .project_list01_txt01 {
  font-size: 15px;
  color: #000;
  line-height: 225%;
}
.project_list01 .project_list01_link01 {
  font-size: 15px;
  color: #000;
  line-height: 200%;
  text-align: right;
  padding-right: 10px;
}
.project_list01 .project_list01_link01:hover {
  border-bottom: none;
}
.project_list01 .project_list01_link01::after {
  content: "";
  display: inline-block;
  background: url(/common/img/link_icon_arrow.png) 0 0 no-repeat;
  width: 5px;
  height: 10px;
  position: relative;
  right: -10px;
}

#kids_main{
  background: url(../kids/img/main_bg01.png);
  background-size: cover;
  color: #fff;
  padding: 175px 0;
}</pre></body></html>