/* 簡易ガイド話題のニュースパーツ */
.wadainews_title_box {
    display: flex;
    margin-bottom: 5px;
}
.wadainews_title {
    border: 1px solid #d4d4d4;
    border-left-color: white;
    border-bottom-color: white;
    color: black;
    float: left;
    width: 50%;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    height: 30px;
}
#wadainews_box {
    margin: 0 0 0 10px;
}
#wadainews_list_slider {
    overflow-y: hidden;
    overflow-x: scroll;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#wadainews_list_slider_inr {
    display: inline-block;
}
#wadainews_swipe_slider_lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    position: relative;
    padding-bottom: 10px;
}
.wadainews_swipe_slider_list {
    text-align: left;
    position: relative;
    margin: 0 10px 0 0;
    display: inline-block;
    max-width: 143px;
    padding: 0!important;
}
.wadainews_swipe_slider_more_list {
    text-align: left;
    position: relative;
    margin: 0 10px 0 0;
    display: inline-block;
    padding: 0!important;
}
.wadainews_slider_list_img {
    position: relative;
    display: block;
    min-height: 100px;
    height: 140px!important;
    width: 140px;
    overflow: hidden;
}
.wadainews_slider_list_img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.link_text {
    padding-top: 10px;
    font-size: 13px;
    color: #444;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 1.3;
}
.link_text>p {
    font-size: 10px;
    padding-top: 5px;
    color: #999;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.wadainews_swipe_slider_list:nth-of-type(n + 6) {
    display: none;
}
.wadainews_swipe_slider_more_list {
    display: none;
}
.wadainews_swipe_slider_list:nth-of-type(n + 6) ~ .wadainews_swipe_slider_more_list {
    display: block;
}
.more_btn {
    width: 100%;
    height: 100%;
    display: table;
}
.wadainews_swipe_slider_more_list a {
    width: 96px;
    font-size: 15px;
    position: static;
    display: table-cell;
    vertical-align: middle!important;
}
.more_arrow {
    width: 35%;
    margin: 0 auto 8px;
}
.more_arrow img {
    border-radius: 50%;
    width: 33.6px;
}
.more_text {
    font-size: 15px;
    color: #707070;
    white-space: nowrap;
}

/* 話題のニュース一覧 */
.wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* #fadeinPage {
    display: none;
    position: fixed;
    top: 100vh;
    background: #ffffff;
    height: 100vh;
    width: 100%;
    transition: transform 0.4s ease-in-out;
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    z-index: 9990;
} */
#fadeinPageInner {
    height: 100%;
    overflow: scroll;
}
#cover {
    display: none;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    border-bottom: solid 6px #ffffff;
}
.title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    padding: 0 24px;
}
.areaname {
    padding: 0 24px;
}
.news {
    width: 100%;
    margin-bottom: 100px;
}
.news .news-block {
    width: 100%;
    padding: 24px 24px 20px;
    border-bottom: solid 6px #CCCCCC;
}
.news .news-block .news-block-img {
    justify-content: flex-start!important;
    margin-top: 4px;
    display: flex;
    flex-wrap: nowrap;
}
.news .news-block .news-block-img a {
    width: 33%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-right: 5px;
    display: block;
    border-radius: 5px;
}
.news .news-block .news-block-img a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.news .news-block .news-block-img img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
}
.news .news-block .news-block-movie video {
    border-radius: 6px;
}
.news .news-block .news-block-box {
    width: 100%;
    background-color: #F7F7F7;
    border-radius: 6px;
    padding: 10px 8px 2px;
    margin-top: 16px;
}
.wrapper a {
    display: inline;
    vertical-align: baseline;
    text-decoration: none;
    border: none;
    color: #555555;
}
.news .news-block .news-block-box-news {
    font-size: 13px;
    margin-bottom: 9px;
    padding: 0 8px;
    line-height: 1.5;
}
.truncated {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news .news-block .news-block-box-text {
    font-size: 12px;
    color: #999999;
    margin-bottom: 12px;
    padding: 0 8px;
    line-height: 1.5;
}
.truncated-three-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news .news-block .news-block-box-more {
    font-size: 12px;
    color: #707070;
    margin-bottom: 12px;
    padding: 0 8px;
}
.news .news-block .news-block-box-more a {
    color: #707070;
}
.close {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    background: -moz-linear-gradient( bottom, #FFFFFF, 85%, rgba(255, 255, 255, 0) );
    background: -webkit-linear-gradient( bottom, #FFFFFF, 85%, rgba(255, 255, 255, 0) );
    background: linear-gradient( to top, #FFFFFF, 85%, rgba(255, 255, 255, 0) );
}
.close-btn {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.50);
}
.close-btn img {
    display: block;
    width: 18px;
    height: 18px;
}