/* アピールエリア */
.appeal {
    position: relative;
    z-index: 0;
}

.appeal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	/* 背景色 */
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.appeal-content {
  background: none;
	color: #fff;
	text-align: left !important;
}

.appeal-message {
	text-shadow: 2px 2px 4px #000;
	margin-bottom: 40px;
}

.appeal-main {
	font-size: 2rem;
	margin-bottom: 20px;
	font-weight: bold;
}
.appeal-sub {
	font-size: 1.2rem;
}
.br-sp {
		display: none;
	}


@media (max-width: 640px) {
	.appeal-main {
		font-size: 1.7rem;
	}
	.br-sp {
		display: block;
	}
}


/* 固定ページ　日付非表示 */
.page .date-tags {
display: none;
}


/* トップページ　タイトル非表示 */
body.home .entry-header {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* 見出し */
.article-header {
    background-color: #234776;
	/* 背景画像・背景色 */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://sangyoui.jinseikai.co.jp/wp-content/uploads/2025/12/mv-2-1536x1024-1.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem;
    color: #fff;
    text-align: center;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	padding: 7rem 1rem;
}

/*見出しリセット*/
.article h2, .article h3, .article h4, .article h5, .article h6 {
	padding: 0;
	border: none;
	background: none;
}


/*投稿ページの見出しデザイン*/

/* H2 */
.single .article h2{
  font-size: 2.0em; /* 文字サイズ */
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #234776;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/}

/* H3 */
.single .article h3{
  font-size: 1.5em; /* 文字サイズ */
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #234776;/*上線*/
  border-bottom: solid 3px #234776;/*下線*/
}

/* H4 */
.single .article h4{
  font-size: 1.2em; /* 文字サイズ */
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px #234776;
}

/* H5 */
.single .article h5{
  font-size: 1.0em; /* 文字サイズ */
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #234776;
}

/* H6 */
.single .article h6{
color: #000; /* 文字色 */
font-size: 1.0em; /* 文字サイズ */
padding: 5px;
border-left: solid 7px #234776; /* 左側に実線・色*/
}


.page .article h2::after {
    background-color: #234776;
    content: "";
    display: block;
    height: 3px;
    width: 80px;
    margin: var(--_margin-1) auto 0;
}


.page .article h2.has-text-align-left::after {
    margin-left: 0;
    margin-right: auto;
}

.page .article h2.has-text-align-center::after {
    margin-left: auto;
    margin-right: auto;
}

.page .article h2.has-text-align-right::after {
    margin-left: auto;
    margin-right: 0;
}

/* メディアとテキスト */
.wp-block-media-text__content {
	padding: 0 20px!important;
}

/* 新着投稿（ショートコード） */
.new-entry-card-date.display-none {
  display: block;
}
.new-entry-card-update-date {
  display: none;
}

/* フッター */
.widget {
	margin-bottom: 0!important
}

.widget a {
	text-decoration: none;
}

.content-bottom {
	margin: 0!important
}

.widget .wp-block-cover {
	margin-bottom: 0!important
}

.content-bottom-in {
	width: 100%!important;
}

.footer {
	margin-top: 0;
}

.footer a:hover {
    color: #234776!important;
}

/* その他 */
.mobile-menu-buttons .sidebar-menu-button {
	display: none;
}

.content {
	margin-top: 0;
}

.list {
	max-width: 1000px;
	margin: 0 auto;
}

a:hover {
    color: #dd9933;
}

/* フォーム欄サイズ調整 */
.smf-item__controls textarea {
    resize: vertical;
}
