@charset "UTF-8";
/*
Theme Name: Emanon Free child
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Free の子テーマです。
Template: emanon-free
Version: 3.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Free 子テーマ用のスタイルを以下に記述
*/
/* .big-title strong {
	font-size: 2.5rem;
} */
.home .l-contents {
	margin-top: -16px !important;
}
.about-pc,.dis-pc {
	display: none;
}
.article-body > *:not([class*="epb-spacer"]):not([class*="epb-container-box"]):not(:first-child) {
	margin-top:0;
}
.big-title {
	font-size: 1.8rem !important;
}
@media screen and (min-width: 600px) {
	.home .l-contents {
		margin-top: -24px !important;
	}	
	.about-sp {
		display: none;
	}
	.about-pc, .dis-pc {
		display: block;
	}
	.big-title {
		font-size: 2.4rem !important;
	}
}

