.top_media {
    margin-top: 20px;
}
.youtube_frame {
    margin-bottom: 0px;
}
.youtube_frame iframe {
    width: 100%;
}
@media screen and (max-width:767px) {
    .youtube_frame {
        margin-bottom: 25px;
    }
}
.top_articles {
    background-color: #fff;
}
.top_articles a {
    color: #666;
}
.top_articles .article {
    display: flex;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #dedede;
}
.top_articles .article .article_image img {
    height: 75px;
    width: 75px;
}
.top_articles .article .article_title {
    line-height: 75px;
    padding-left: 7px;
    font-size: 0.8em;
}
.list_link {
    margin-bottom: 15px;
    text-align: right;
}
.list_link a {
    font-size: 0.8rem;
    color: #333;
}

.back-button {
    padding: 0.7rem 3rem;
    background-color: #fff;
    border: 1px solid #cacaca;
    color: #666;
    border-radius: 7px;
}

/* TOP:コンテンツ */
.top_contents {
    margin-top: 0px;
}
.top_contents .content_title,.top_contents .content_title a , .top_media .content_title,  .top_media .content_title a {
    color: #4B4B4B;
    font-size: 0.9em;
    font-weight: 700;
    margin-bottom: 10px;
}
.top_contents .content_title i, .top_media .content_title i {
    color: #ff69b4;
    margin-right: 7px;
    margin-left: 7px;
}
.ec_links a {
    margin-right: 5px;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.ec_links .service_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 60px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    z-index: 11;
}
.ec_links .service_link {
    position: relative;
    width: 100%;
    height: 60px;
    background-size: cover;
    background-position: center 40%;
}
.ec_links .service_link::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
}
.ec_links a img {
    height: 70px;
}
.new_items {
    margin-top: 15px;
    padding: 7px 7px;
    background-color: #fff;
}
.new_items .items {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
}
.new_items .items .item {
    width: calc(98% / 6);
    text-align: center;
}
@media screen and (max-width:767px) {
    .new_items .items .item {
        width: calc(98% / 3);
    }
}
.new_items .items .item a, .new_items .items .item a:hover {
    text-decoration: none;
    width: 100%;
}
.new_items .items .item img {
    width: 90%;
    border: 1px solid #e8e8e8;
}
.new_items .items .item .item_title {
    font-size: 0.8em;
    color: #333;
    min-height: 40px;
}
.new_items .items .item .item_price {
    font-size: 1em;
    font-weight: 500;
    color: #666;
    text-align: right;
    padding-right: 5px;
    margin-bottom: 0px;
}
.new_items .items .item .item_price .price_mark {
    font-size: 0.75em;
    color: #666;
}
@media screen and (max-width:767px) {
    .new_items .items .item .item_price {
        margin-bottom: 15px;
    }
}
/* news下部表示用 */
.news {
    /* margin-top: 15px;
    padding: 7px 7px; */
    /* background-color: #fff; */
    /* align-items: center; */
}
.news .item {
    /* border-top: 1px solid #dedede; */
    /* padding: 13px 10px; */
}
.news .item .badge {
/* .news .badge { */
    /* font-size: 0.6em;
    width: 70px; */
    /* padding-top: 5px;
    padding-bottom: 5px; */
}
.news .item a {
    /* font-size: 0.8em;
    color: #666;
    padding-left: 5px; */
}
/* news上部表示用 */
.news_item_a a{
    color: #666;
}
.news .item .badge{
    line-height: normal;
}
.news_to_list{
    font-size: 0.8em;
}
.instagram_title {
    font-size: 0.9rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 7px;
}
@media screen and (max-width:767px) {
    .instagram_title {
        margin-top: 30px;
        margin-bottom: 0px;
    }
}
.instagram_title img {
    height: 25px;
    width: 25px;
    margin-right: 7px;
}
.instagram {
    width: 100%;
    height: 280px;
    text-align: center;
    color: #999;
    background-color: #fff;
    margin-top: 0px;
    overflow: scroll;
}
.instagram a {
    display: inline-block;
    padding: 10px;
}
.instagram img{
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:767px) {
    .instagram {
        margin-top: 10px;
    }
}
.twitter {
    width: 100%;
    height: 300px;
    line-height: 350px;
    text-align: center;
    color: #999;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 50px;
}
@media screen and (max-width:767px) {
    .twitter {
        height: 400px;
    }
}
iframe#twitter-widget-0 {
    min-width: 50px!important;
}
.news_list i {
    color: #ff69b4;
    margin-right: 7px;
    margin-left: 7px;
}
.news_list .news_item {
    padding: 12px 10px;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
}
.news_list .news_item a {
    display: block;
    height: 100%;
    width: 100%;
    color: #333;
}
.news_list .news_item .news_date {
    font-size: 0.9rem;
    color: #888;
}
.news_list .news_item .news_title {
    font-size: 1rem;
}
.news_list .paging_links .pagination {
    justify-content: center;
}
.news_detail .news_body {
    margin-top: 0rem;
    margin-bottom: 1rem;
    padding: 1rem 12px;
    background-color: #fff;
    font-size: 1rem;
}
.news_detail .news_date {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 6px;
}
.news_detail .back-button {
    padding: 8px 40px;
    font-size: 0.9rem;
    border: 1px solid #dedede;
    color: #666;
}
.news_detail .article_image img {
    max-width: 100%;
}

.page-link {
    background-color: #f3f3f3;
    color: #555;
    padding: 10px 16px;
}
.page-link:hover {
    background-color: #fff;
    color: #333;
}
.page-item.active .page-link {
    background-color: #fff;
    color: #333;
    border: 1px solid #dedede;
}
.banner a {
    display: block;
    text-decoration: none;
}
.banner .banner_box {
    position: relative;
    width: 100%;
}
.banner img {
    width: 100%;
    height: auto;
}
.banner .no_image {
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: #888;
}
.banner .banner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    z-index: 11;
}
.banner .banner_box_mask::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

