@charset "utf-8";
/* CSS Document */
.container{
  width: 100%;
  height: 100%;
  margin-top: 0;
  text-align: left;
  background: url(/images/2nd_bg.jpg) 50% 0 repeat-y;
}
#equipment .box{
  padding: 0 0 5em;
  border-bottom: 2px dotted #a0a0a0;
}
#equipment .box p{
  font-size: 1.6rem;
}
#equipment .box h2{
  padding: .7em 0 .7em .2em;
  color: #000000;
  border-bottom: 3px solid #266acc;
  background: #ffffff;
}
#equipment .box .h2_img{
  width: 84%;
  margin: 0 auto;
}
#equipment .box .h2_img .sub_ttl{
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}
#equipment .box  ul{
  display: flex;
  flex-wrap: wrap;
}
#equipment .box ul li{
  width: 33.3%;
  padding: 2em 2em 0 1em;
  background: url(/images/guide/equipment/equipment_arw.png) 100% 40% no-repeat;
}
#equipment .box ul li:nth-child(4){
  width: 43%;
}
#equipment .box ul li:last-child{
  background: none;
}
#equipment .box ul li p{
  margin: 0;
  padding: 0 1em 0 0;
  font-size: 1.4rem;
}
#equipment .box ul li .text_flex{
  display: flex;
  justify-content: space-between;
}
#equipment .box3 ul li:nth-child(4){
  width: 33%;
}
#equipment .box3 ul li .text_flex{
  display: flex;
  justify-content: space-between;
}
#equipment .equipment_pd{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 2em;
}
#equipment .equipment_pd .sub_ttl{
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
}
#equipment .equipment_pd p:nth-child(1){
  width: 49%;
  padding: 0 1em 0 0;
}
#equipment .equipment_pd p:nth-child(2){
  width: 49%;
}
#equipment .equipment_pd_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
}
#equipment .equipment_pd_text li{
  list-style-type: disc;
  margin: 0 0 .5em 1em;
  letter-spacing: 0;
}
#equipment .equipment_pd_text2{
  width: 80%;
  margin: 3em auto;
  font-weight: bold;
}
#equipment .equipment_pd_text2 > p{
  margin: 0 0 .5em;
}
#equipment .equipment_pd_text2 li{
  list-style-type: disc;
  margin: 0 0 .5em 1em;
  letter-spacing: 0;
}
#equipment table{
  width: 90%;
  margin: 3em auto 0;
}
#equipment td, #equipment th{
  border-collapse: collapse;
  width: 16%;
  padding: .2em;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #595959;
  background: #ffffff;
}
#equipment .gray{
  background: #eeecec;
}
@media screen and (max-width: 767px){
  #equipment .box{
    padding: 0;
  }
  #equipment .box p{
    font-size: 1.4rem;
  }
  #equipment .box .h2_img{
    width: 100%;
    margin: 0 auto;
  }
  #equipment .box ul li{
    width: 90%;
    margin: 0 auto;
    padding: 2em 0 2em 1em;
    background: url(/images/guide/equipment/equipment_arw_under.png) 50% 100% no-repeat ;
  }
  #equipment .box ul li p{
    margin: 0;
    font-size: 1.4rem;
  }
  #equipment .box ul li:nth-child(4){
    width: 90%;
  }
  #equipment .equipment_pd p:nth-child(1){
    width: 100%;
    padding: 0;
  }
  #equipment .equipment_pd p:nth-child(2){
    width: 100%;
  }
  #equipment table{
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}