/**
 * Template: snow-monkey
 * Theme Name: Snow Monkey Child
 */
/***-- ヘッダー --***/
/* ロゴとキャッチフレーズの並び調整 */
.c-site-branding.c-site-branding--has-logo {
	display: flex;
	flex-flow: column-reverse;
	gap: 0.5em;
}
/* メニューのフォント */
.l-header__content .p-global-nav .c-navbar span {
	font-size: 15px;
}
/* ヘッダーのログインボタン・Click */
.header_botton_style {
	background: #35cdcb;
	padding: 0.5em 1em;
	border-radius: 5px;
	margin-left: 2vw;
}
.header_botton_style > a {
	color: #ffffff;
	text-decoration: none !important;
}
/* ヘッダーのログインボタン・サイト */
.header_botton_style2 {
	text-align: center;
	padding-top: 0.4em;
	margin-left: 2vw;
}
.header_botton_style2 > a {
	text-decoration: none !important;
}

/***-- フッター --***/
/* メニューエリアの並び */
.l-footer__widget-area .l-footer-widget-area .c-row {
	justify-content: flex-end;
}
/* メニューのフォント */
.l-footer__widget-area .l-footer-widget-area .l-footer-widget-area__item {
	color: #35cdcb;
	font-size: 14px !important;
}
/* コピーライトエリア */
.l-footer__footer {
	background-color: inherit !important;
}
.c-row--between {
  justify-content: center;
}

/***-- TOPページ --***/
/* 投稿リストタイトルのアンダーライン */
.p_control_title {
	width: 25%;
}
.p_control_title2 {
	width: 35%;
}
/* イベント情報などの投稿表示エリアのタイトル文字色 */
.smb-recent-posts .snow-monkey-posts .c-entries--rich-media {
	color: #35cdcb;
}
/* 最新のお知らせ投稿表示エリア・タイトル文字色 */
.smb-recent-posts .snow-monkey-posts .c-entries--text .c-entry-summary__header {
	color: #35cdcb;
}
/* 最新のお知らせ投稿表示エリア・meta（公開日） */
.smb-recent-posts .snow-monkey-posts .c-entries--text .c-entry-summary__meta {
	font-weight: bold;
}




/* SP時の企業・団体のpadding */
@media screen and (max-width: 840px) {
	.div_control_usecompany {
		padding-right: 5%;
    padding-left: 5%;
	}	
}
