/* カスタマイズ用CSS */
.ec-headerTitle .ec-headerTitle__title a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size:32px;
}
.ec-headerTitle .ec-headerTitle__title a svg{
    width:130px;
    margin-right:20px;
}
.ec-headerRole{
    max-width:100%;
}
.ec-sliderRole{
    max-width:100% !important;
}
.ec-layoutRole__contents{
    max-width:100% !important;
}
.ec-headerNaviRole{
    max-width:100% !important;
}
.ec-newItemRole__listItem {
    border-radius: 8px;
    border: 1px solid #dfe1e5;
    padding: 5px;
}
.ec-headerRole .ec-headerRole__title{
    width:initial;
}
.ec-role{
    max-width:100% !important;
}
.ec-itemNav{
    text-align:right;
}
.ec-headerNaviRole{
    padding-bottom:0px;
    margin-bottom:0px;
}
.bg-purple{
    background:#0056b3;
    margin-bottom:30px;
}
.bg-purple .ec-headerNaviRole{
    justify-content:flex-end;
}
.ec-headerNaviRole .ec-headerNaviRole__search{
    margin-bottom:20px;
}
.ec-footerRole{
    background:#0056b3;
}

.table-company {
  width: 100%;
}
.table-company__tr {
  border-bottom: 1px solid #f2f2f2;
}
.table-company__th {
  font-weight: normal;
  min-width: 120px;
  padding: 1.5em;
}
.table-company__td {
  padding: 1.5em;
}
.table-company__list-item {
  margin-bottom: 0.4rem;
}