@charset "utf-8";

/* ----------------------------------------
 company
------------------------------------------- */
#company table{
width: 100%;
}
#company table th{
width: 20%;
}
#company table th,#company table td{
box-sizing: border-box;
vertical-align: top;
text-align: left;
font-weight: normal;
line-height: 1.7;
border-bottom: 1px dotted #000;
padding: 15px 10px;
}
/* ----------------------------------------
appearance
------------------------------------------- */
#appearance ul{
  overflow: hidden;
}
#appearance ul li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
#appearance ul li:nth-child(3n){
  margin-right: 0;
}


/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {


}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
/* ----------------------------------------

------------------------------------------- */
#company table{
width: 100%;
}
#company table th{
display: block;
width: 100%;
text-align: center;
font-weight: normal;
border-bottom: none;
padding: 15px 10px 10px 10px;
}
#company table td{
display: block;
width: 100%;
text-align: center;
font-weight: bold;
border-bottom: 1px dotted #000;
padding: 0 10px 15px 10px;
}


}