#header {
    border-bottom: 1px solid #c5c5c5;
}
.wrap-contact {
    margin: 9.5rem 0 0;
    position: relative;
    background: #F4F7F9;
    padding: 4rem 0 9rem 3rem;
}
.nav-list-header li a {
    font-size: 16px;
    color: #000;
    font-size: 600;
}

/***************************** News *******************************/
#news{
	padding-top: 8rem;
}

.news_all_lists li:first-child .news_all_btn {
    border-top: 1px solid #E1E1E1;
}
.news_all_lists .news_all_btn {
    display: block;
    padding: 1rem 3rem;
    position: relative;
    z-index: 5;
    border-bottom: 1px solid #E1E1E1;
}
.news_all_lists .news_all_btn ._arrow {
    padding: 1rem 3rem 1rem 0;
    position: relative;
    letter-spacing: .04em;
    font-weight: 700;
}
.news_all_lists .news_all_btn ._arrow::before {
    content: "";
    background: center/2rem auto no-repeat transparent url("../img/Layer 2.png");
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: calc(50% - 2.17rem);
    right: 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: background-color .7s, background-image .7s, -webkit-transform .7s;
    transition: background-color .7s, -webkit-transform .7s;
    -o-transition: background-color .7s, transform .7s, background-image .7s;
}
.news_all_detail {
    margin: 0 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news_all_lists .news_all_title {
    line-height: 2;
    letter-spacing: -.02em;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
/*    -webkit-line-clamp: 1;*/
}

.news_all_lists .news_all_btn::after {
    content: "";
    width: 0;
    height: 1px;
    background: var(--kaisha-color);
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: width .7s;
    -o-transition: width .7s;
    transition: width .7s;
}
.news_all_detail ._date {
    margin-right: 1.5rem;
    font-size: 16px;
}
.news_all_detail ._cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2rem;
    padding: 1.3rem;
    font-size: 15px;
    color: #D9000C;
    border: 1px solid rgba(217, 0, 12, 0.5);
    border-radius: 2rem;
    font-weight: 400;
}
.news_all_side .active{
	color: var(--title-color);
	font-weight: 600;
}
.top_news .all_btn01 {
    margin: .8rem 0 0;
    text-align: right;
}
.top_news ._text{
	    padding-left: 1rem;
}
.top_news{
	margin-bottom: 8rem;
}
.news_all_lists {
    margin-bottom: 2rem;
}
.news_all_lists .news_all_btn:hover::after {
    width: 100%;
}
.news_all_lists .news_all_btn:hover ._arrow::before {
    background-image: url("../img/btn_arrow02.svg");
    background-color: var(--kaisha-color);
    border-color: var(--kaisha-color);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
}
.all_btn01 a {
    background: #F6F6F4;
    width: 28.5rem;
    line-height: 7rem;
    display: inline-block;
    text-align: center;
    color: #002C45;
    letter-spacing: .04em;
    font-weight: 700;
    position: relative;
    border-left: 0.5rem solid #D9000C;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.all_btn01 a svg {
    position: absolute;
    right: 3.5rem;
    stroke: #D9000C;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);

            transform: translateY(-50%);
}
.all_btn01 a:hover {
    color: #fff;
}
.all_btn01 a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #D9000C;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.all_btn01 a:hover::before {
    width: 100%;
}
.all_btn01 a:hover svg {
    stroke: #fff;
    right: 2.05rem;
}	
.all_btn01 span{
	position: relative;
	z-index: 1;
}



/*****************************End News*******************************/





@media all and (min-width:768px) and (max-width:1200px) and (orientation: portrait) {

.all_under_pagetitle {
    padding-top: 4rem;
}
.wrap-contact {
    padding: 4rem 0 4rem 3rem;
}
	
	
	
	
	
	
}


@media screen and (max-width: 767.98px){
	
	.equip_wrap ._sidebar{
		display: none;
	}	
.wrap-contact {
    padding: 4rem 0 3rem 0rem;
}
.all_under_pagetitle {
    padding-top: 3rem;
}	
.new-content {
    padding-top: 4rem;
}	
.top_news ._text {
    padding-left: 0;
}	
	
	
	
}
@media screen and (max-width: 576px){

.news_all_lists .news_all_btn {
    padding:1rem;

}
.news_all_lists .news_all_btn ._arrow {
    padding: 1rem 5rem 1rem 0;
}	
	
}


