﻿.p-breadcrumbs__inner{display:flex;overflow:hidden}
.p-breadcrumbs__item{flex-shrink:0;font-size:14px;font-size:.875rem}
.p-breadcrumbs__item:last-child{flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.p-breadcrumbs__item:not(:last-child)::after{content:'';width:.4375rem;height:.4375rem;display:inline-block;border-top:1px solid #000;border-right:1px solid #000;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin:0 1.25rem;position:relative;top:-.125rem}
.p-article-link{position:relative;display:-ms-grid;display:grid;-ms-grid-rows:auto 0 1fr;-ms-grid-columns:80px 20px 2fr;grid-template:'article-links-img article-links-heading' auto 'article-links-img article-links-date' 1fr/80px 2fr;gap:0 20px}
.p-article-link:not(:first-child){margin-top:16px}

.scrolling .c-page-top {
    opacity: 1;
    transition: opacity .4s ease;
}
.c-page-top__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.c-page-top__inner::after {
    content: '';
    display: block;
    border-top: 2px solid #0085bf;
    border-right: 2px solid #0085bf;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 9px;
    height: 9px;
}

.p-header__bottom div.h1 {
    flex: 0 1 227px;
}

.l-page-top__banner{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

@media print, screen and (min-width: 48em){
    .p-header__bottom div.h1 {
        flex: 0 1 400px;
    }
    .l-page-top__banner{
        margin-top: 10px;
    }
}

.body_365 {
    background-color: #EAF0F8;
}

.p-header__li a.uname::before{content:'';display:inline-block;background:center/contain no-repeat url(/cms/rescue/common/img/icon_user.png);width:13px;height:13px;margin-right:8px}
