/*
Theme Name: x-t9-child
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: x-t9
Text Domain: x-t9-child
Tags: 
*/

/* PCのみ表示 */
.pc-only {
  display: block;
}

/* スマホでは非表示 */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/* スマホのみ表示 */
.sp-only {
  display: none;
}

/* スマホでは表示 */
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.wp-block-post-author {
display:none;}