@charset "UTF-8";

/* ▼▼▼ メッセージ
======================================================*/

.company1{
  padding: 105px 0 55px;
}
.company1 table{
  width: 100%;
  text-align: left;
}
.company1 table th,.company1 table td{
  font-size: 16px;
  padding: 30px 0;
  border-top: 1px solid #c8c9ca;
}
.company1 table tr:first-child th,.company1 table tr:first-child td{
  border-top: none;
}
.company1 table th{
  width: 140px;
  font-weight: bold;
}
.company1 table td{
  font-weight: 500;
}
ol.ol-list{
    padding:0px ;
}
.ol-list li {
    padding-left: 25px;
    margin-bottom: 3px;
    position: relative;
}
ol.ol-list li em {
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 767px) {
  .company1{
    padding: 50px 0 30px;
  }
  .company1 table th,.company1 table td{
    font-size: 13px;
    padding: 25px 0;
    display: block;
  }
  .company1 table tr:first-child th,.company1 table tr:first-child td{
    border-top: none;
  }
  .company1 table th{
    width: auto;
    padding-bottom: 0;
  }
  .company1 table td{
    width: auto;
    padding-top: 12px;
    border-top: none;
  }
}
