body.news h1 {
    font-size: 45px;
    font-family: MullerExtraBold,sans-serif;
    color: #000;
    margin-top: 15px;
    margin-bottom: 40px;
    position: relative;
    line-height: 1.3;
    max-width: 640px;
}
body.news h1::after {
    content: '';
    background: #000;
    padding: 3px;
    display: block;
    width: 120px;
    position: relative;
    margin-top: 25px;
}
body.news .f-text {
    padding-top: 0px;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}
body.news ul.breadcrumb li:not(:last-child) {
    display: none;
}
body.news #sp-search {
    display: none;
}
body.news .f-text {
    padding-top: 0px;
    padding-left: 0px!important;
    padding-right: 0px!important;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}
