/* カスタマイズ用CSS */
.ec-layoutRole__header{
    display: flex;justify-content: space-between;
}
.ec-headerRole{
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    max-width: unset;
    
}
.ec-headerTitle__title a{
    margin-bottom: 0;
}
.ec-headerNaviRole{
    margin: 0;
    width: auto;
}
.ec-headerNaviRole__left{
    display: none;
}
.ec-headerNav{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
}
.ec-headerNaviRole .ec-headerNaviRole__nav a{
    background-color: #000;
    padding: 5px;
    display: flex;flex-flow: column nowrap;justify-content: center;align-items: center;gap: 5px;
}
.ec-headerNav .ec-headerNav__itemIcon{
    color: #FFF;
    margin-left: 0;
    margin-right: 0;
}
.ec-headerNav .ec-headerNav__itemLink{
    color: #FFF;
    white-space: nowrap;
    margin-right: 0;
}
.ec-role{
    max-width: 1500px;
}
.ec-newsRole{
    display: grid;
    grid-template-columns: 200px 1fr;
}