@charset 'UTF-8';

/*-- news--*/
.home-info .tab-block .text ul li.cate {
 width:.9rem;
 padding:.06rem .05rem;
}
/*-- home foot --*/

.home-foot .box02{
  margin: 0 !important;
  padding: 0!important;
}

.home-foot .box02 .tx{
  margin: 0.2rem 0.5rem 0 !important;
  font-size: 0.14rem;
  padding: 0;
}
  .home-foot .box01 .time-tx , .home-foot .box02 .time-tx{
    line-height: 1!important;    
  }  

/*-- 749px以下--*/

@media screen and (max-width: 749px) {
  article#home{
  display: flex!important;
  flex-direction: column!important;
  }
  .home-main{
    order:1!important;
  }
  .home-robot{
    order:2!important;
}
  .home-info{
    order:4!important;
  }
  .home-foot{
    order:3!important;
  }
  .home-foot .box02 {
  padding: 0.3rem 0rem 0.3rem !important;
  }
  .home-foot .box01{
    margin: .3rem 0!important;
  }
  .home-foot .box02 .tx{
  margin: 0.2rem 0rem 0rem !important;
  font-size: 0.14rem;
  padding: 0;
  text-align: justify;
}
 .home-foot .bdr-tt{
    background:#002063;
    color: #ffffff;
  }
  .box03{
    padding:0 .2rem;
    margin: 0.2rem 0rem 0rem !important;
  }
  .box03 h3.cycle-tt02{
    margin: .1rem 0 .1rem;
    width: 100%;
  }
  .box03 table tbody th ,   .box03 table tbody td {
    height: .5rem; 
  }
  .box03 table tbody th.multiple ,   .box03 table tbody td.multiple{
        height: .7rem; 
  }
  .box03 .schedule-cal{
    margin: 0;
  }
  .box03 .att-list{
    margin:.1rem 0 .3rem;
   font-size: .14rem;
  }
  
/*-- banner --*/
 .home-robot-list {
  display:grid!important;
  grid-template-columns: 1fr!important;
 }
.home-robot-list .box {
 padding:.1rem .2rem!important;
}
}

/*-- greeting --*/
.bookmedia{
  line-height:2;
}
.bookmedia ul li{
  list-style:decimal;
  margin: 0 0 0 0.3rem;
}
  
