@charset "UTF-8";

/* ---------- ---------- ----------
    :: index ::

01. Top News Release
    |- 01-1. Heading Lv2
    |- 01-2. News Index Pack
    |- 01-3. Text Link Pack

---------- ---------- ---------- */


/* ---------- ---------- ----------
:: for large screen ::
@media only screen and (min-width: 1025px) {
}
:: for medium screen ::
@media only screen and (min-width: 641px) and (max-width: 1024px) {
}
:: for small screen ::
@media only screen and (max-width: 640px) {
}
---------- ---------- ---------- */





/* 01. Top News Release
---------- ---------- ---------- */
/* 01-1. Heading Lv2
---------- ---------- */
.corp-ccp-news-headingLv2.l-HeadingTitle--h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 0 0 1px;
}
.corp-ccp-news-headingLv2 .l-HeadingTitle__h2 {
    font-size: 18px;
}
@media only screen and (min-width: 1025px) {
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
}
@media only screen and (max-width: 640px) {
}



/* 01-2. News Index Pack
---------- ---------- */
.corp-ccp-news-newsList .l-NewsIndexP--v2__list {
    padding: 0 0 10px;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 0 0 1px;
}
.corp-ccp-news-newsList .l-NewsIndexP--v2__list__item {
    border-width: 0;
}
.corp-ccp-news-newsList .l-NewsIndexUnit--v2 {
    padding: 10px 0;
}
.corp-ccp-news-newsList .l-NewsIndexUnit--v2__innerBlock {
    display: table-row;
}
.corp-ccp-news-newsList .l-NewsIndexUnit--v2__infoBlock {
    display: table-cell;
    width: 7em;
    white-space: nowrap;
}
.corp-ccp-news-newsList .l-NewsIndexUnit--v2__contentsBlock__text {
    display: table-cell;
}
.corp-ccp-news-newsList .l-NewsIndexUnit--v2.is-link:hover,
.corp-ccp-news-newsList .l-NewsIndexUnit--v2.is-link:focus,
.corp-ccp-news-newsList .l-NewsIndexUnit--v2.is-link:active {
    opacity: 1;
    filter: none;
}
.corp-ccp-news-newsList .is-link .l-NewsIndexUnit--v2__contentsBlock__text {
    text-decoration: none;
}
.corp-ccp-news-newsList .is-link:hover .l-NewsIndexUnit--v2__contentsBlock__text {
    text-decoration: underline;
}
/* time */
.corp-ccp-news-newsList .l-NewsIndexUnit--v2__infoBlock__time {
    color: #777;
}
/* label */
.corp-ccp-news-newsList .l-NewsIndexUnit--v2__infoBlock__groupLabel ,
.corp-ccp-news-newsList .l-NewsIndexUnit--v2__infoBlock__categoryLabel {
    display: none;
}
/* image */
.corp-ccp-news-newsList .l-NewsIndexUnit--v2__contentsBlock__image {
    display: none;
}
.corp-ccp-news-newsList .l-NewsIndexUnit--v2__icon {
    display: none;
}


/* 01-3. Text Link Pack
---------- ---------- */
.corp-ccp-news-textLink .l-TextLinkUnit__link:hover ,
.corp-ccp-news-textLink .l-TextLinkUnit__link:focus,
.corp-ccp-news-textLink .l-TextLinkUnit__link:active {
    opacity: .7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}


/* 20181211追加
---------- ---------- */
.g-TextLinkP__list__item .is-size--m .g-TextLinkUnit__link .g-TextLinkUnit__link__icon {
    margin-top: -0.3em;
}
