/*
Theme Name: Cocoon Child
Theme URI: https://wp-cocoon.com/
Template: cocoon-master
Author: わいひら
Author URI: https://nelog.jp/
Description: SEO・高速化・モバイルファースト最適化済みの無料テーマ。
Tags: two-columns,left-sidebar,right-sidebar
Version: 2.7.8.1729529240
Updated: 2024-10-22 01:47:20

*/

/*--------------------------全体-------------------------*/
.page .date-tags,
.page .author-info,
.home .article-header {
    display: none;
}

.main,
.content,
.entry-content,
.wrap {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    position: relative;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    background: transparent !important;
}

.post-9 {
    margin-bottom: 0 !important;
}

a:hover {
    opacity: 0.7;
    transition-duration: 0.5s;
}

.sp_on {
    display: none !important;
}

@media screen and (max-width: 500px) {
    .pc_on {
        display: none !important;
    }

    .sp_on {
        display: block !important;
    }
}