@charset "UTF-8";
/*
Theme Name: fisinc
Description: fisinc.
Author: fisinc
Author URI: https://www.fisinc.co.jp/
Tags: corporate
Text Domain: fisinc
Version: 1.0.3
Tested up to: 6.0.1
Requires at least: 4.7
Requires PHP: 5.2.4
*/

.ls-news .ls {
    padding: 8px;
    border-bottom: 0 none !important;
    background-color: #f8f8f8;
    margin-bottom: 1rem;
}
.ls-news .ls .cate span {
    border-radius: 11px;
}
.sec-news .entry-title {
    text-align: left;
    background-color: #f8f8f8;
    border-bottom: 0 none;
    padding: 4rem 120px;
    margin-top: -1rem;
}
.sec-news .post-detail {
    padding: 2rem 120px;
}
.sec-news .navigation {
    text-align: center;
}

.date.icon_new {
    position: relative;
}
.date.icon_new:before {
    display: block;
    content: 'NEW';
    position: absolute;
    top: 0;
    left: -52px;
    color: #fff;
    background-color: #539d37;
    font-size: 11px;
    padding: 0 6px;
    border-radius: 5px;
    height: 22px;
    line-height: 22px;
}
