.c-link-list {
    margin: 1em 0;
    margin-left: 24px;
    font-size: 1.6rem;
    line-height: 1.3;
    list-style: none;
}


.c-link-list__item a {
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 14px 10px 26px;
    background: #f0f0f0;
    border: 1px solid #ddd;
}
.c-link-list__item img {
    margin-right: 10px;
    width:280px;
    height:auto;
}
@media only screen and (max-width: 991px){
    .c-link-list__item a {
        flex-direction: column;
        align-items: flex-start;
    }

    .c-link-list__item img {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .c-link-list__item a[target="_blank"]:after{
        
    }
}

@media screen and (max-height: 700px) and (min-width: 992px) {
    .l-header__siteID {
        height: 100px;
    }
}

@media screen and (max-height: 700px) and (min-width: 992px) {
    .l-gnav-list__item>a {
        height: 50px;
    }
}



.p-fixed-cta__closebtn {
    position: absolute;
    top: -1.3em;
    right: 0;
    width: 3em;
    height: 3em;
    background: #fff;
    cursor: pointer;
    border-radius: 100px;
    z-index: 1;
}
.p-fixed-cta__closebtn::before, .p-fixed-cta__closebtn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 2em;
    height: 2px;
    background: #000;
    z-index: 100;
}
.p-fixed-cta__closebtn::before {
    transform: rotate(45deg);
}
.p-fixed-cta__closebtn::after {
    transform: rotate(-45deg);
}