/**
 * Template: snow-monkey
 * Theme Name: AreaMeister Snow Monkey Child
 * Create Date: 2025/11/01
 */
/* 見出し */
h2 {
	border-left-width: 0px;
    font-family: "游明朝", "YuMincho", serif;
    font-weight: 800;
    font-size: 25px;
    letter-spacing: -0.05em;
    color: #35ccc9;
    margin: 10px 0 20px -13px;
    line-height: 1.3;
	
   
      background: url(./images/title.png) 0 2px no-repeat;
      padding: 8px 0 5px 48px;
	 
}

h3 {
    font-weight: 800;
    font-size: 20px;
    clear: both;
    letter-spacing: -0.05em;
    border-left: 5px #35ccc9 solid;
    margin: 20px 0 20px -0;
    line-height: 1.3;
    padding: 2px 0 0 8px;
}

h4 {
    background: #eee;
    border-radius: 3px;
    line-height: 1.3;
    font-size: 15px;
    font-weight: 800;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #000;
    padding: 8px 10px 3px;
    margin: 20px -10px 20px;
    clear: both;
}

/***-- ヘッダー --***/
/* ロゴとキャッチフレーズの並び調整 */
.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: 12px;
}
/* ヘッダーのログインボタン・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;
}

.footer_copyright {
    font-size: x-small;
    text-align: 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;
}



#c_style div {
    background: url(./images/c_style.jpg) 50% 0 no-repeat;
    margin: 50px 0 50px 0;
    padding: 120px 0 0 0;
    text-align: center;
    font-size: 20px;
    height: 348px;
}

/* ページタイトル */
.c-entry__title {
    text-align: center;       /* タイトル中央寄せ */
    position: relative;
  
    padding-bottom: 0.5em;   /* 下線とタイトルの間隔 */
    margin: 0 auto 1em;       /* 上下の余白調整 */
    font-weight: 700;
}

.c-entry__title::after {
    content: "";
    position: absolute;
    bottom: 0;                /* 下線位置 */
    left: 50%;                /* 中央に配置 */
    transform: translateX(-50%);
    width: 50px;              /* hr幅と同じ */
    height: 3px;              /* hrの太さと同じ */
    background-color: #35ccc9; /* hrの色と同じ */
    border-radius: 2px;        /* 少し丸めたい場合 */
}

/* 投稿詳細画面（お仕事）　この記事を書いた人　非表示 */
.wp-profile-box {
    display: none;
}
.c-entry__author {
  display: none !important;
}

/* 運営会社 表の行間*/
.company_dl {
    padding: 10px;
}

.p-section-front-page-content {
    max-width: 100%;
    padding: 0;
}
.c-section {
    padding: 0;
}

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