@charset "UTF-8";
/*////////////////////////
garb-public.jp
news.css
///////////////////////*/
/*////////////////////////
メインビジュアル
///////////////////////*/

.main_section .main_img{
  background-image: url(../images/news/main.jpg);
}


.sec-news-list{
    width: 90%;
    margin: auto;
}

.category-list{
    width: 60%;
    display: flex;
    list-style: none;
    justify-content: space-around;
    margin: auto;
    font-size: 1.8rem;
}

main .category-list a{
    color: #CA2C1F;
}
main .category-list a:visited{
    color: #CA2C1F;
}
main .category-list a.is-active{
    border-bottom:  4px solid #F7C900;
    color: #CA2C1F;
}

.news-breadcrumb {
    margin: 40px 0;
}

.news-breadcrumb .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-breadcrumb .breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.news-breadcrumb .breadcrumb-item a {
    text-decoration: underline;
    color: #000000;
}

.news-breadcrumb .breadcrumb-item:after {
    content: ">";
    display: inline-block;
    margin: 0 10px;
}

.news-breadcrumb .breadcrumb-item:last-child::after {
    display: none;
}


.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
}

.news_section .news-list li {
    display: flex;
    width: 100%;
    margin: 1rem 0;
    align-items: center;
}

.news_section .news-list li .image-container {
    width: 45%;
}

.news_section .news-list li a {
    display: contents;
    color: #000000;
}
.news_section .news-list img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.news-item .text-container {
    width: 55%;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.news-item .text-container .news-time {
    font-size: 1.2rem;
    color: #CA2C1F;
}

.news-item .text-container .news-category {
    font-size: 1rem;
    border-right: 1px solid #CA2C1F;
    border-left: 1px solid #CA2C1F;
    padding: 0 10px;
    margin-top: .5rem;
    color: #CA2C1F;
    font-weight: 700;
}

.news-item .text-container .news-title {
    margin-top: 10px;
    width: 100%;
    line-height: 1.6rem;
    font-size: 1.2rem;
}

.news .news-header {
    margin-bottom: 40px;
}

.news .news-header .news-time {
    display: block;
    text-align: right;
    font-size: 1.2rem;
}

.news .news-header .news-title {
    font-size: 2rem;
    margin-top: 30px;
    line-height: 1.6;
}

.news .news-body {
    padding-bottom: 3rem;
    width: 100%;
    margin: auto;
}

.news .news-body p {
    margin-bottom: 40px;
    font-size: 1.3em;
    line-height: 1.75em;
}

.news .news-body img {
    width: 100%;
    height: auto;
}

.article_inner{
    width: 90%;
    margin: auto;
}
.article_inner a{
    color: #CA2C1F;
    font-weight: 700;
}
.news_btn{
    margin: 0 0 8rem;
}
.article_btn{
    margin: 2rem 0 8rem;
}
.article_section .main_btn:last-of-type{
    margin-top: 1rem;
}
