.navbar-brand img {
    width: 306px;
}

@media screen and (max-width:1400px) {
    .navbar-brand {
        padding: 0px 30px 0;
    }

    .navbar-brand img {
        width: 280px;
    }
}

.section03 .newscontent p {
    display: none
}

.section03 .newscontent h4 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 15px);
    padding-left: 120px;
}

.section03 .newscontent span {
    width: 107px;
    margin-right: 7px;
    border-right: solid 2px black;
    line-height: 1.1;
    position: absolute
}

.section03 .NEWS_LIST {
    padding-left: 0;
    padding-right: 0
}

.section03 .rwdnewsli {
    padding: 10px 0 10px 10px;
}

.section03 #rwdnews_list ul:nth-child(odd) {
    background: #f6f3f3;
}

.section05 .newscontent p {
    display: none
}

.section05 .NEWS_LIST {
    min-height: 360px
}

#gotop.gotop {
    z-index: 99
}



.navbar-toggle {
    margin-top: 15px
}

.section05 .newscontent h4 a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 80px);
}

.section06 h3 {
    color: #f99f24;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: bold;
}

.section06 h3 i {
    font-size: 16px;
    color: #ababab;
    padding-right: 5px;
}

.section06 .button {
    position: absolute;
    bottom: 10px;
    right: 25px;
    background: #fa9f25;
    border: 0;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.7;
    color: white;
}

.section06 .button:hover {
    -webkit-box-shadow: 0 2px 5px #848484;
    box-shadow: 0 2px 5px #848484;
    text-decoration: none
}

/*-----------0524---------------------*/
@media screen and (max-width:414px) {

    .navbar-brand {
        width: 80%;
        padding-top: 5%;
    }

}