/*
Theme Name: SYN Ownd Child
Template: syn-ownd
Theme URI: https://syn.design/
Author: 株式会社ウェブライダー
Author URI: https://web-rider.jp/
Description: SYN Ownd の子テーマ
Version: 1.0.0
Text Domain: syn-ownd-child
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
@charset "utf-8";

.post-content h2 , .post-content h3 , .post-content h4 , .post-content h5 {
margin-top: 60px!important;
margin-bottom: 30px !important;
}
@media (max-width: 767px) {
.post-content h2 , .post-content h3 , .post-content h4 , .post-content h5 {
margin-top: 40px!important;
margin-bottom: 20px !important;
}
}