@charset "UTF-8";


/*-------------------------------------------------

Equipment

-------------------------------------------------*/

.pageTtl{
  padding:60px 0;
  text-align: center;
}
.pageTtl h2{
  margin-top:20px;
  font-size: 2.4rem;
  letter-spacing: 0.4rem;
}
.pageTtl h2 span{
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media only screen and (max-width: 1400px){
  .pageTtl{
    padding:20px 0 60px;
  }
}

@media only screen and (max-width: 768px){
  .Content{
    margin-top: 0;
  }
  .pageTtl{
    padding:15% 0;
  }
  .pageTtl .en img{
    width: auto;
    height: 48px;
  }
  .pageTtl h2{
    margin-top:20px;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
  }
  .pageTtl h2 span{
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.4rem;
  }
}

.equipment .inner{
  width: 90%;
  max-width: 1400px;
  margin:0 auto 100px;
  text-align: center;
}
.equipment .txt_lead{
  text-align: center;
  line-height: 1.8;
}
.equipment ul{
    display: flex;
    max-width: 1000px;
    margin:60px auto 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.equipment ul li{
    width:48%;
}
.equipment ul li:nth-child(3),
.equipment ul li:nth-child(4){
    margin-top:5%;
}
.mt30{ margin-top:30px; }
.mt40{ margin-top:40px; }
.mt50{ margin-top:50px; }
.mt60{ margin-top:60px; }



@media only screen and (max-width: 767px){
    
.tab_sp{
    display: inline;
}

.iequipment ul{
    display: block;
}
.equipment ul li{
    width:100%;
}
.equipment ul li:nth-child(2),
.equipment ul li:nth-child(3),
.equipment ul li:nth-child(4){
    margin-top:8%;
}
.mt30{ margin-top:5%; }
.mt40{ margin-top:6%; }
.mt50{ margin-top:8%; }
.mt60{ margin-top:10%; }
}