/* カスタマイズ用CSS */


.ec-newsRole {
    margin: 1em auto 4em;
}

.ec-newItemRole .ec-newItemRole__listItemHeading {
    margin-top: 6px !important;
}



.ec-headerNaviRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #FFF;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    background: rgba(0, 0, 0, 0);
}

.ec-blockTopBtn {
    display: none;
    position: fixed;
    right: 0;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0);
}

.ec-itemNav__nav li a {
    display: block;
    margin: 0;
    padding: 16px;
    height: auto;
    color: #2e3233;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
}
.ec-categoryRole {
    background: #fff;
}
.ec-topicRole {
    padding: 40px 0;
    background: #fff;
}



@media only screen and (min-width: 768px) {
.ec-eyecatchRole2 .ec-eyecatchRole__image2 {
    order: 1;
}
.ec-eyecatchRole2 .ec-eyecatchRole__image2 {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    height: 100%;
}
.ec-categoryRole {
    background: #fff;
}
.ec-topicRole {
    padding: 40px 0;
    background: #fff;
}

}


@media screen and (min-width: 1280px) {
.ec-layoutRole {
  background-image:  url(/html/user_data/spacer.gif);
  background-repeat: repeat;
}
.ec-blockTopBtn {
    display: none;
    position: fixed;
    right: 0;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0);
}
.ec-itemNav__nav li a {
    display: block;
    margin: 0;
    padding: 16px;
    height: auto;
    color: #2e3233;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
}
.ec-footerRole {
    border-top: 1px solid #7d7d7d;
    margin-top: 30px;
    background: #3a291c;
}

.ec-categoryRole .ec-categoryRole__listItem {
    width: calc(100% / 2);
}
.ec-categoryRole {
    background: #fff;
}
.ec-topicRole {
    padding: 40px 0;
    background: #fff;
}

}