/* タイトルの修正 */
#mv01 .mv01_inner {
    box-sizing: border-box;
}


/* パンくずの修正 */
.c-breadcrumbs_wrap .pbBlockNavigation {
    font-size: 12px;
    line-height: 2.1;
}
.c-breadcrumbs_wrap .pbBlockNavigation a:after {
    position: absolute;
    bottom: 8px;
    right: 3px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-breadcrumbs_wrap .pbBlockNavigation a {
    position: relative;
    padding-right: 25px;
    margin-right: 17px;
    color: #222222;
    text-decoration: none;
}
@media print, screen and (min-width: 768px) {
    .c-breadcrumbs_wrap.-typelong .content_inner {
        max-width: 1480px;
        padding: 0 50px;
    }
}


/* リストの矢印の修正 */
.info_list table tr a:after {
    background: url(/jpn/consumer/hydrogen/news/common/images/icon_arrow_blue.svg) center center no-repeat;
}


/* footerコピーライト修正 */

@media print, screen and (min-width: 768px) {
    #footerArea > div:not(.pb-handle) > div:not(.pb-handle) > div:not(.pb-handle):nth-child(2) {
        overflow: inherit;
        padding-bottom: 40px;
    }
}

@media print, screen and (max-width: 767px) {
    #footerArea {
        position: relative;
    }
}