/* コンテナ */
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
}

.container-news{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    max-width: 95%;
}

/* FV画像 (旧)*/
.main .fv .bgArea {
    background: url("/common/images/news/view01-news.jpg") center top no-repeat;
}

@media screen and (max-width: 1200px) and (min-width: 738px){
    .labor .fv .bgArea {
        height: 50vw;
        background-size: auto 100% !important;
    }
}


.news{
    z-index: 10;
}

/* FV画像 

.p-fv {
  width: 100%;
  height: 500px;
  padding-left: 28px;
  padding-right: 28px;
}


.p-fv__copy {
  position: relative;
  z-index: 10;
  color: #fff;
  display: flex;
  align-items: center;
}

.p-fv__img {
  position: absolute;
}

.p-fv__img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
*/

/*　ニュースリスト　*/
.news-list{
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 80px;
}

.news-item{
    padding: 32px 0;
    border-bottom: 1px solid #eee;
    width: 100%;
    align-content: center;
}

.news-item.news-item:first-child{
    border-top: 1px solid #eee;
}

.news-item-text_box{
    display: flex;
    align-items: start;
}

.news-item a:hover{
    color: #65a9b1;
}


.news-item-text_date{
    color: #fff;
    background-color: #65a9b1;
    padding: 0px 20px;
    margin: 0px 24px 0 48px;
    width: 80px;
    text-align: center;
    line-height: 2.6rem;
    flex-shrink: 0;
}

.news-item-text_title{
    margin-right: 48px;
}



/*　ページネーション　*/
body:not(#topic) .pagination a:not(.on):hover {
    background: rgba(156, 209, 216, 0.3);
    color: #4f929a;
}

#topic .pagination a:not(.on):hover {
    background: rgba(216, 156, 156, 0.3);
}

.pagination .on {
    color: #fff;
}

body:not(#topic) .pagination .on {
    background: #9cd1d8;
}

.pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 4% 0 10%;
}

.pagination a {
    height: 2.3em;
    width: 2.3em;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 1
}

@media screen and (max-width: 1100px){
    .pagination a {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 737px){
    .pagination a{
        font-size: 2.3vw;
    }

    .news-item-text_box{
        flex-direction: column;
        align-items: flex-start;
    }

    .news-item-text_date{
    width: auto;
    margin: 0;
    margin-left: 16px;
    margin-bottom: 10px;
    }

    .news-item-text_title{
    margin: 0 16px;
    }
}

@media screen and (max-width: 480px){
    .pagination a {
        font-size: 3.1vw;
    }

    .news-list{
    padding-top: 0;
    }

    .news-item-text_date{
    padding: 0px 10px;
    margin: 0px 0 8px 16px;
    width: 80px;
    text-align: center;
    line-height: 2.0rem;
    flex-shrink: 0;
}

}


/*　ニュースページ　*/
.news-content{
    z-index: 10;
    padding-top: 80px;
    padding-bottom: 80px;
}

.container-w800{
    width: 800px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    max-width: 95%;
}

.news-text-title{
    margin: 0;
    font-weight: 500;
}

.news-date{
    margin-bottom: 8px;
}

.news-text-text{
    margin: 32px 0 40px;
    position: relative;
}

.news-text-text p{
    margin-top: 16px;
}

.news-text-text p:first-child{
    margin-top: 0;
}

.news-text{
    padding-bottom: 60px;
}

.news-text_img img{
    margin: 0 auto;
    margin-bottom: 50px;
}

.news-text-content{
    display: flex;
    align-items: center;
}

.news-text-content_title{
    color: #fff;
    background-color: #4f929a;
    padding: 0px 20px;
    margin: 0;
    width: 80px;
    text-align: center;
    line-height: 2.0rem;
    font-weight: 500;
    flex-shrink: 0;
}

.news-text-content_txt{
    font-weight: 500;
    margin-left: 24px;
    font-size: 18px;
}

.news-text-container{
    margin-bottom: 40px;
}

.news-text-bg{
    background-color: #fff;
}

.news-text-subtitle{
    font-size: 18px;
    font-weight: 500;
}

.br-sp{
    display: none;
}

/*　ボタン　*/
.btn {
    padding: 4% 0 10%;
}

/*　ボタン　
button.prev {
    background: #9cd1d8;
}

button.prev:hover {
    background: #4f929a;
}

button.prev {
    width: 380px;
    margin: 0 auto;
    letter-spacing: .1em;
}*/

@media screen and (max-width: 1100px){
    /*　ボタン　
    button.prev {
        width: 35vw;
    }
        */

}

@media screen and (max-width: 737px){
    .btn {
        padding-top: 0;
    }

    /*　ボタン　
    button.prev {
        width: 90vw;
    }
        */

    .news-text-container{
    margin: 0 0 24px 0;
    }

    .news-text-content_txt{
    font-weight: 500;
    margin-left: 12px;
    font-size: 18px;
    }
}

@media screen and (max-width: 480px){
    .news-content{
    padding-top: 0;
    padding-bottom: 40px;
    }
    .br-sp{
    display: block;
    }
    .news-text_img img{
    margin-bottom: 24px;
}
}

.news-text-title{
    padding-bottom: 14px;
    border-bottom: 2px solid #65a9b1;
}

.news-btn{
    text-align: center;
}

.news-btn a{
    background-color: #9cd1d8;
    transition: 0.2s;
    padding: 20px 24px 20px 10px;
    color: #fff;
    margin: 0 auto;
}

.news-btn a:hover{
    background-color: #4f929a;
}


.news-btn_text::before{
    content: '＜';
    margin-right: 150px;
}

@media screen and (max-width: 480px){
    .news-btn a{
    padding: 16px 24px 16px 10px;
}
}

.news-link a{
    color: #4f929a;
    border-bottom: #4f929a 1px solid;
}

.news-link a:hover{
    opacity: 0.6;
}

.news-small{
    text-align: right;
    margin-top: -24px;
    font-size: 14px;
}
