@charset "utf-8";

/* ----------------------------------------
 equipment01
------------------------------------------- */
#equipment01 p{
text-align: center;
}
/* ----------------------------------------
 equipment02
------------------------------------------- */
#equipment02 .box01{
width: 35%;
}
#equipment02 .box02{
width: 60%;
}
/* ----------------------------------------
 equipment03
------------------------------------------- */
#equipment03 .box01{
width: 35%;
}
#equipment03 .box02{
width: 60%;
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
}
/* =======================
  SP
======================== */
@media screen and (max-width: 599px) {
/* ----------------------------------------
 equipment01
------------------------------------------- */
#equipment01 p{
text-align: left;
}
/* ----------------------------------------
 equipment02
------------------------------------------- */
#equipment02 .box01{
width: 100%;
margin-bottom: 15px;
}
#equipment02 .box02{
width: 100%;
}
/* ----------------------------------------
 equipment03
------------------------------------------- */
#equipment03 .box01{
width: 100%;
margin-bottom: 15px;
}
#equipment03 .box02{
width: 100%;
}




}