@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.0
License: GNU General Public License v2 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
*/

/*-----
 * 2024.11.21 DC 追記
 * ------*/
.site-logo__img-sp, .site-logo__img-common {
	object-fit:contain;
}


/*-----
 * 2025.02.19 DC 追記
 * ------*/
.cta-floating-button .cta-floating__image img {
	padding:10px;
}
/*-----
 * 2025.03.07 DC追記
 * -----*/
.cta_area {
	width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.cta_area a {
	display:inline-block;
	width:45%;
	height:100%;
}

@media screen and (max-width:700px) {
	.cta_area {
		flex-direction:column;
	}
	.cta_area a {
		width:100%;
		margin-bottom: 20px;
	}
}