.news_article_wrap{
    padding-bottom: 15rem;
}
.news_article{
    width: 100%;
    max-width: 960px;
    margin: 4rem auto;
    background: #f5f8fa;
    padding: 3rem 5rem;
}
.news_ico {
    padding: 0 0 .5rem;
}
.news_article_img{
    display: flex;
    align-items: center;
    width: 35%;
    height: 200px;
    overflow: hidden;
    border: 2px solid #1c4381;
}
.news_article_text{
    width: 62%;
}
.news_list_h3{
    font-size:2rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #1c4381;
}
@media screen and (max-width:890px) {
.news_article_wrap{
    padding-bottom: 5rem;
}
.news_article{
    padding: 3rem 2rem;
}
.news_article_img{
    width: 100%;
    height: 270px;
    margin-bottom: 2rem;
}
.news_article_img img{
    height: 250px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
.news_article_text{
    width: 100%;
}

}
.news_ico a{
    font-size: 1.3rem;
}
.btn_blue{
    text-align: right;
}
.btn_blue a{
    margin-top: 3rem;
    padding: 0.5rem 3rem;
    border-radius: 0;
}
.tab_wrap {
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto 50px
}
input[type=radio] {
    display: none
}
.tab_area {
    padding: 10rem 0 5rem ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.tab_area label ,
.tab_area a {
  width: 153px;
  margin: 0 15px;
  display: inline-block;
  padding: 1rem 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid #1c4381;
  text-align: center;
}
.tab_area a {
    background: #1c4381;
    color: #fff;
}
.tab_area a#setectedCatAll,
.tab_area a#setectedCat{
    background: #fff;
    color: #1c4381;
}
.new_product_area, .new_area {
  display: none
}

#tab1:checked~.tab_area .tab1_label {
    background: #1c4381;
    color: #fff;
}
#tab2:checked~.tab_area .tab2_label {
    background: #1c4381;
    color: #fff;
}

#tab3:checked~.tab_area .tab3_label {
    background: #1c4381;
    color: #fff;
}
#tab1:checked~.news_article_wrap .new_product_area,
#tab1:checked~.news_article_wrap .new_area{
  display: flex;
}
#tab2:checked~.news_article_wrap .new_area{
  display: flex;
}
#tab3:checked~.news_article_wrap .new_product_area{
  display: flex;
}
.new_product:after{
    background: #1c4381;
    color: #fff;
    font-weight: bold;
}
.news:after{
    background: none;
    color: #1c4381;
    font-weight: bold;
}
@media screen and (max-width:890px) {
.tab_area {
    padding: 5rem 0 3rem ;
}
}