@media only screen and (min-width: 960px){
    .show-sp{
        display: none;
    }
    .show-pc{
    }
    .other-listitem .ol-left{
        width: 895px;
        padding: 0;
    }
    .other-listitem .ol-right{
        padding: 0;
        width: 255px;
    }
    .sideSection-col-two .subSection-title .tap{
        margin: 0;
        display: block;
        font-size: 18px;
        padding: 8px 0;
        text-align: center;
        background: #3C88D8;
        color: #ffffff;
        font-weight: 400;
    }
    .sideSection-col-two .subSection-title{
        padding: 0;
        border: none;
    }
    .subSection-title:after{
        display: none !important;
    }
    .sideSection-col-two ul .tap{
        margin: 0;
        display: block;
        font-size: 14px;
        padding: 8px 0;
        text-align: center;
        background: rgba(60, 136, 216, 0.05);
        color: #333333;
        font-weight: 400;
        border: none;
    }
    .entry-body p{
        /*font-weight: 400;*/
        /*margin-bottom: 23px;*/
    }
    .entry-body .wp-block-heading{
        /*margin: 0;*/
        /*padding: 0;*/
        /*border: unset;*/
        /*font-size: 16px;*/
        /*font-weight: 500;*/
        /*padding-left: 11px;*/
        /*border-left: 4px solid #3C88D8;*/
        /*margin-bottom: 24px;*/
    }
}
@media only screen and (max-width: 960px){
    .show-sp{

    }
    .show-pc{
        display: none;
    }

}
