﻿
.p-content_head_body .p-sns_list_3 {
    display:none;       
}
.float-read-btn-wrapper {
    display: none;
}
@media screen and (max-width: 767px) {
    .c-section {
        padding-top: 15px;
    }

    .p-content_head_read {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .p-content_head_read_1,
    .p-content_head_read_2 {
        width: calc( ( 100% - 10px ) / 2);
        margin-right: 10px;
    }
    .p-content_head_read_1:first-child,
    .p-content_head_read_2:first-child {
        margin-right: 0px;
    }

    .p-content_head_read_1 {
        order: 2;
    }
    .p-content_head_read_1 {
        order: 1;
    }

    .p-content_head_body .p-sns_list_3 {
        position: absolute;
        right: 0px;
        top: 40px;
        display: flex!important;
        justify-content: space-between;
        width: 90px;
    }

    .p-content_head_body .p-sns_list_3 .p-sns_list_item {
        width: 22px;
    }

    .p-content_body .p-sns_list_3 {
        display: none;
    }

    .float-read-btn-wrapper {
        position: fixed;
        left:0px;
        bottom: 0px;
        z-index: 120;
        width: 100%;
        display: block;
    }

    .float-read-btn-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 74px;
        background-color: #fff;
        border-top: 1px solid #CACACA;
        padding: 15px;
    }

    .float-read-btn-inner {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .float-read-btn-left {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-start;
        width: 100%;
        padding-right: 10px;
    }

    .float-read-btn-right {
        width: 210px;
        flex-shrink: 0;
    }

    .float-read-btn-left-left {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-start;
        flex-shrink: 0;
        width: 42px;
        height: 42px;
        margin-right: 10px;
    }
    .float-read-btn-left-right {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }
    .float-read-btn-image {
        width: 100%;
    }
    .float-read-btn-title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 13px;
        font-weight: bold;
        color: #060606;
        margin-bottom: 5px;
    }

    .float-read-btn-sign {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 5px;
        height: 18px;
        min-width: 30px;
        background-color: #FCCC27;
        border-radius: 2px;
    }
    .float-read-btn-sign span {
        font-size: 10px;
        font-weight: bold;
        color: #CC2412;
    }

    .float-read-btn-text {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 210px;
        height: 36px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        background-color: #F05B14;
        border-radius: 6px;
        box-shadow: 0px 3px 0px #873309;
    }
    .float-read-btn-text:active {
        box-shadow: none;
        opacity: .75;

    }

    .p-content_list.p-content_list_series.is-hide ~ .float-read-btn-wrapper.series {
        display: none;
    }
    .p-content_list.p-content_list_book.is-hide ~ .float-read-btn-wrapper.book {
        display: none;
    }
    .p-content_list.p-content_list_chapter.is-hide ~ .float-read-btn-wrapper.chapter {
        display: none;
    }
    .p-content_list.p-content_list_volume.is-hide ~ .float-read-btn-wrapper.volume {
        display: none;
    }
    
    .p-content-info__date {
        font-size: 10px;
    }

    .p-content-info__wrap {
        padding: 15px 0;
    }

    .p-content-info__txt {
        font-size: 12px;
        margin-left: 10px;
    }

    .p-sns_list_wrap {
        display: flex;
        flex-direction: row;
        margin-bottom: 0px;
    }

    .p-content_attention_sign {
        flex-shrink: 0;
        margin-right: 10px;
    }

    .p-content_attention_desc {
        font-size: 10px;
    }

    .p-content_attention {
        margin-bottom: 15px;
    }

    .float-read-btn-container .p-content_list_item_link_m {
        width:30px;
        height: 18px;
    }
    .float-read-btn-container .p-content_list_item_link_m span {
        font-size: 10px;
        padding: 0;
    }

    .p-content_head_original {
        display: flex;
        flex-direction: row;
        font-size: 13px;
        width: calc( 100% - 90px );
        flex-wrap: wrap;
    }
    .p-content_head_original p {
        font-size: 13px;
        margin-right: 15px;
        margin-bottom: 5px;
    }

    .p-content_head_description.is-read {
        margin-bottom: 20px;
    }
}