@charset "UTF-8";
a {
    color: #053931;
}

body {
    color: #053931;
}
.sp_only {
    display: none;
}

.fl {
    display: flex;
    flex-wrap: wrap;
}

#dvProductSearch , .sideBnr1 , .sideBnr3 {
    display: none !important;
}

#Wrap , .wrapBottom , .wrapTop , #ranking-list {
    /* width: 100rem; */
    /* margin: 0 auto; */
}

#tblLayout {
    margin: 0 auto;
}

.cfix {
    width: 140rem !important;
    left: 0 !important;
}

.cfix li {
    overflow: unset;
    float: none;
}

#js-slide-r1 {
    width: 100% !important;
}

#Contents {
    /* padding: 6rem 2rem 0; */
}

.news .news_list li .news_img {
    width: 21%;
    padding-right: 3%;
}

.news .news_list li .news_img img {
  max-width: 100%;
}

/* タイトル */
.news .hdg_l1 {
    padding: 0;
    text-align: center;
    float: none;
    line-height: 1;
    margin: 0 auto;
    font-size: 1.7rem;
    display: block;
    font-weight: 300;
    color: #053931;
}


.news .hdg_l1 span {
    /* font-family: pragmatica, sans-serif; */
    font-weight: 200;
    font-style: normal;
    font-size: 6.2rem;
    display: block;
    margin: 0 auto 1rem;
}

/* コンテンツ */
.news {
    margin-bottom: 150px;
    padding: 0;
    text-align: center;
    letter-spacing: 0.07em;
    color: #1F1F1F;
    font-weight: 300;
    margin: 0 auto 150px;
    width: 100%;
}

.news .news_list {
    width: 100rem;
    margin: 12rem auto 18rem;
    text-align: left;
    /* list-style: none; */
    /* letter-spacing: 0; */
}

.news .news_list li {
    /* margin-bottom: 8rem; */
    /* position: relative; */
}

.news .news_list li:last-child {
    margin-bottom: 0;
}

.news .news_list li a {
	margin-bottom: 8rem;
	display: flex;
	align-items: center;
}

.news .news_list li a:hover {
    opacity: 0.8;
}

.news .news_list li a:hover .image {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}


.news .news_list li a .image img {
    width: 100%;
}

.news .news_list li a .news_cont {
    font-weight: 300;
    bottom: 1rem;
    width: 76%;
}

.news .news_list li a .news_cont .news_date {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
}

.news .news_list li a .news_cont .news_ttl {
    display: block;
    font-size: 1.5rem;
    padding-top: 1.5rem;
    font-weight: 300;
    line-height: 1.8;
}

.news .news_list li a .news_cont .news_read {
    font-size: 14px;
    font-weight: 200;
}

.news .btn_01 {
    margin: 0 376px;
}

.news .btn_01:hover a {
    color: #fff;
}

.news .btn_01 a {
    font-size: 16px;
    font-weight: 200;
}

/*ページャ*/
.pagination_page-no {
    margin: 0 5.5rem;
}

.pagination_back button {
    position: relative;
    border: none;
    background: none;
    top: 0.5rem;
    /* left: -2rem; */
    width: 2.2rem;
    height: 3.5rem;
}

.pagination_back button::before {
    background: url(../Contents/ImagesPkg/news/back.png);
    background-size: 100%;
    width: 2.2rem;
    height: 3.5rem;
    content: "";
    position: absolute;
    top: 0rem;
    left: 0rem;
}

.pagination_forward button {
    position: relative;
    border: none;
    background: none;
    top: 0.5rem;
    /* right: -2rem; */
    width: 2.2rem;
    height: 3.5rem;
}

.pagination_forward button::before {
    background: url(../Contents/ImagesPkg/news/forward.png);
    background-size: 100%;
    width: 2.2rem;
    height: 3.5rem;
    content: "";
    position: absolute;
    top: 0rem;
    right: 0rem;
}

.news .panel-footer{
    text-align: right;
    max-width: 1150px;
    margin: 50px auto 0;
  }
  .news .pagination{
    display: inline-flex;
    font-size: 15px;
    line-height: 1;
  }
  .news .pagination li{
    display: inline-block;
    margin-right: 2rem;
    line-height: 2;
    font-size: 2rem;
  }

  .news .pagination li.current {
    border: solid 1px #053931;
    padding: 0;
    border-radius: 3rem;
    width: 4rem;
    height: 4rem;
}

  .news .pagination li:last-child{
    margin-right: 0;
  }
  .news .pagination li.page{
    font-weight: 500;
  }

/* フェードイン */
.brxLoadFade {opacity : 0; transform: translateY(10px); transition : all .5s ease-in-out;}
.brxLoadFade.done {opacity : 1; transform : translate(0, 0);}
.brxScrollFade {opacity: 0; transform: translateY(10px); transition: all .5s ease-in-out;}
.brxScrollFade.done {opacity : 1; transform : translate(0, 0);}

/*** SPデバイス ***/
@media only screen and (max-width: 768px) {

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block !important;
    }

    #Wrap , .wrapBottom , .wrapTop , #ranking-list {
        width: 100%;
        overflow: hidden;
    }

    .wrapBottom {
        padding: 0;
    }

    .cfix {
        width: 100% !important;
    }

    #js-slide-r1 {
        width: 100% !important;
    }

    .news {
        /* width: calc(526* (100vw / 586)) !important; */
        margin: 0 auto;
    }

    /* タイトル */
    .news .hdg_l1 {
        display: none;
    }

    .news .hdg_l1 span {
        font-size: calc(70 * (100vw / 586));
        margin: 0 auto calc(7* (100vw / 586));
    }

    .news .news_list li a .image img {
        /* width: calc(180 * (100vw / 586)); */
    }
    .news .news_list {
        /* width: calc(525 * (100vw / 586)); */
        margin: calc(60 * (100vw / 586)) auto calc(95 * (100vw / 586));
    }

    .news .news_list li {
        margin-bottom: calc(60 * (100vw / 586));
    }


    .news .news_list li a .news_cont {
        width: calc(326 * (100vw / 586));
    }

.news .news_list li .news_img {
    width: calc(180 * (100vw / 586));
    padding-right: calc(20 * (100vw / 586));
}

#Contents {
    padding: 0 calc(30 * (100vw / 586));
}
    .news .news_list li a .news_cont .news_date {
        font-size: calc(16 * (100vw / 586));
    }

    .news .news_list li a .news_cont .news_ttl {
        font-size: calc(17 * (100vw / 586));
        line-height: calc(28 * (100vw / 586));
        padding-top: calc(5 * (100vw / 586));
    }


    /*ページャ*/
    .pagination_page-no {
        margin: 0 calc(50*(100vw/586));
    }

.pagination_back button {
    top: calc(10*(100vw/586));
    width: calc(32*(100vw/586));
    height: calc(45*(100vw/586));
}

.pagination_back button::before {
    width: calc(32*(100vw/586));
    height: calc(45*(100vw/586));
}

.pagination_forward button {
    top: calc(10*(100vw/586));
    /* right: calc(-50*(100vw/586)); */
    width: calc(32*(100vw/586));
    height: calc(45*(100vw/586));
}

.pagination_forward button::before {
    width: calc(32*(100vw/586));
    height: calc(45*(100vw/586));
}

.news .panel-footer{
    text-align: right;
    max-width: 1150px;
    margin: 50px auto 0;
  }
  .news .pagination{
    display: inline-flex;
    font-size: 15px;
    line-height: 1;
  }
  .news .pagination li{
    display: inline-block;
    /* margin: 0 calc(15*(100vw/586)); */
    line-height: 3;
    font-size: calc(26*(100vw/750));
  }

  .news .pagination li.current {
    border-radius: calc(40*(100vw/750));
    line-height: 3;
    width: calc(76*(100vw/750));
    height: calc(76*(100vw/750));
}

}


/* ▽▽ 2021年11/20日追加 news記事ページ ▽▽ */


#news_article_wrapperAll {
    -webkit-text-size-adjust: none;
    margin:0 auto;
    width:100%;
    max-width:1100px;
    padding-top: 30px;/*22.09.29追加*/
}

#news_article_wrapperAll .path{
    font-size:12px;
}

#news_article_wrapperAll .news_article_bnr_img{
    width: 80%;
    margin: auto;
}

#news_article_wrapperAll span{
    display:block;
}

#news_article_wrapperAll .strong{
    font-weight:bold;
}

#news_article_wrapperAll a .news_article_detail {
    padding: 3px 0;
    display: block;
    text-decoration: none;
}

#news_article_wrapperAll a:hover, #news_article_wrapperAll a:active, #news_article_wrapperAll a:focus {
    text-decoration: underline;
}

.news_article_detail {
    border: 2px solid #EBEBEB;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 30px 0;
    padding: 60px 70px;
    overflow: hidden;
}

.news_article_detail h2 {
font-size: 20px;
margin: 40px auto ;
text-align: center;
}
.news_article_detail p {
    line-height: 1.8;
}

.news_article_detail a {
    display: inline-block;
    line-height: 2;
    text-decoration: underline;
}

@media only screen and (max-width: 768px), print {

    #news_article_wrapperAll {
        padding: 0;
    }

    .news_article_detail{
        padding: 0 calc(20* (100vw / 750 )) calc(80* (100vw / 750 ));
    }
    .news_article_detail h2{
        font-size: calc(34* (100vw / 750 ));
        margin: calc(80* (100vw / 750 )) auto calc(40* (100vw / 750 ));
    }
    .news_article_detail .news_article_text{
        font-size: calc(24* (100vw / 750 ));
    }
    #news_article_wrapperAll .news_article_bnr_img{
        width: auto;
        margin: 2rem auto 0;
    }
}


/* △△ 2021年11/20日追加  news記事ページ △△ */
