@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* サイト全体の背景色 */
/* main#main, #header, #content {
	background-color: #F1F8E7;
} */
.logo {
    text-align: left;
}

.logo a {
    padding: 0;
}

.logo-text {
  padding: 15px 5px;
  font-size: 1em;
}

.site-name-text {
	font-size: 24px;
	font-weight: bold;
	color: #829181;
}

.top-banner-container img {
	width: 100vw;
	height: auto;
	display: block;
}
/* ヘッダー部分を独自実装 start  */
/* ヘッダー全体のスタイル */
.header-container {
	display: none;
}
/* ヘッダー全体のスタイル */
.custom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    background-color: #3C9103;
/*     border-bottom: 1px solid #ddd; */
}

.page-template .custom-header {
	margin-bottom: 2rem;
}

/* サイト名（左側）のスタイル */
.header-left .site-title {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

/* メニューボタン（右側）のスタイル */
.header-right .menu-toggle {
    display: none; /* デフォルトは非表示 */
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.header-right .menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background: #333;
}

/* ナビゲーションメニューの初期状態 */
.nav-menu {
    display: none; /* デフォルトでは非表示 */
    background-color: #fff;
    position: absolute;
    top: 60px; ヘッダーの下に配置 */
    right: 0;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    text-align: center;
	opacity: 0.9;
	width: 100%;
	height: 100%;
}

/* メニューが開かれた状態 */
.nav-menu.is-open {
    display: block; /* メニューを表示 */
}

/* メニューが開いた状態での✕アイコン */
.menu-toggle[aria-expanded="true"] {
	height: 49px;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0; /* 真ん中のバーを非表示にする */
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
}

.menu-category-list ul.category-menu {
	list-style-type: none;
	padding-left: 0;
}

.menu-category-list ul.category-menu li {
	height: 3rem;
    line-height: 3rem;
	margin-left: 2rem;
    margin-right: 2rem;
    border-bottom: 1px solid #333;
}

.menu-category-list ul.category-menu li:last-child {
	border-bottom: none;
}

.menu-category-list ul.category-menu li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.sp-menu-search-submit {
    position: absolute;
    right: 30px;
/*     top: calc(50% - 14px); */
    font-size: 20px;
	font-weight: bold;
    cursor: pointer;
    border: none;
	border-left: 1px solid #555;
    color: #555;
    padding: 0 8px;
    background-color: rgba(255, 255, 255, 0);
}

/* ヘッダー部分を独自実装 end  */

.content {
    margin-top: 0;
}

.content-in {
	width: 100%;
}

.satellite_post-template .content-in,
.news_post-template .content-in,
.page-template .content-in {
	width: 100% !important;
}

.satellite_post-template .content-in h2,
.news_post-template .content-in h2 {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 2rem;
	margin-bottom: 2rem;
	color: #006400;
    background-color: #F2FAF0;
    padding: 10px 15px 10px 15px;
    border-top: solid 3px #006400;
    border-bottom: solid 3px #006400;
}

.page-template .content-in h2 {
	margin-top: 40px;
	max-width: 860px;
}


.satellite_post-template .content-in h3,
.news_post-template .content-in h3,
.page-template .content-in h3{
	color: #006400;
    background-color: #F2FAF0;
    border-left: 14px solid #006400;
    border-right: 0 solid #006400;
    border-top: 0 solid #006400;
    border-bottom: 0 solid #006400;
	padding: 12px 20px;
	margin-bottom: 1.62em;
}

.page-template .content-in .wpcf7 {
	width: 860px;
    margin-right: auto !important;
    margin-left: auto !important;
}

.page-template .content-in p,
.page-template .content-in ol {
    max-width: var(--wp--style--global--content-size);
	margin-left: auto !important;
    margin-right: auto !important;
}

.main {
	padding: 0 0 36px !important;
}

#footer {
	margin-top: 0 !important;
}

.footer-bottom {
    margin-top: 4px;
}

.article-footer {
/* 	display: none; */
}

.terms-of-service-cominfo {
	color: #888;
	text-align: center;
}

/*記事投稿日時、更新日時非表示*/
.date-tags {
	display: none;
}

/*記事作成画面注釈を非表示*/
.disp__none {
	display: none;
}

/*H2見出し*/
.h2-title, .info-title, .terms-of-service-h2, .news-title {
	max-width: 1020px;
	margin: 0 auto 40px;
}

.h2-title, .info-title, .news-title, .terms-of-service-h2 {
    color: #fff;/*文字色*/
    background-color: #84C412;
    font-size: 20px;/*文字サイズ*/
    padding: 5px 20px;/*文字回りの余白（上下左右）*/
    display: block;
/*     border: 2px solid #829181; */
    box-shadow: 5px 5px 0 #829181;/*影（左右距離 上下距離 ぼかしサイズ 色*/
}

.terms-of-service-h2 {
	padding: 16px !important;	
}

/* トップページの検索ボタンデザイン start */
/* 検索フォームのコンテナ */
.search-container {
    text-align: center;
    margin: 20px 0;
}

/* 検索フォーム */
.search-form {
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    max-width: 500px;
    width: 100%;
}

/* 検索入力フィールド */
.search-field {
    flex: 1;
    padding: 10px;
    border: none;
    font-size: 16px;
    outline: none;
	width: 400px !important;
	max-width: 400px;
}

/* 検索ボタン */
.post-search-submit {
    background-color: #0073aa;
    color: #fff;
	margin-left: auto;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.post-search-submit:hover {
    background-color: #005177;
}
/* トップページの検索ボタンデザイン end */

/* トップページの絞り込みおよび並び替えデザイン start */
/* フィルタリングのコンテナ */
.filters-container {
    margin: 20px 0;
    display: flex; /* 横並び配置 */
    justify-content: center; /* 中央揃え */
    align-items: center;
    gap: 15px; /* プルダウン間の余白 */
    flex-wrap: wrap; /* 画面が狭い場合は折り返す */
}

/* プルダウンフォーム */
.filters-container form {
	width: 500px;
}

/* プルダウンラベル */
.filters-container label {
	font-size: 14px;	
}

/* プルダウン */
.filters-container select {
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
	width: 49%;
}

/* ボタン */
.filters-container button {
    padding: 8px 15px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.filters-container button:hover {
    background-color: #005177;
}

/* 通常のセレクトボックスのスタイル */
.filter-select {
    color: #333; /* 通常の文字色 */
}

/* デフォルト値が選択された場合（value="zero"） */
.filter-select.is-default {
    color: #aaa; /* 薄い文字色 */
}

/* トップページの絞り込みおよび並び替えデザイン end */

/* トップページの記事一覧用デザイン start */
/* 全体のコンテナ */
.field-posts-container {
    max-width: 1020px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

/* グリッドレイアウト */
.field-posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
	padding-left: calc((100% - (300px * 3)) / 4); /* 3枚のカードに対応した余白計算 */
    padding-right: calc((100% - (300px * 3)) / 4); /* 左右均等の余白 */
    box-sizing: border-box; /* パディングを含めた幅計算 */
}

/* カード */
.field-post-card, .satellite-post-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
	max-height: 380px;
    text-align: left;
    transition: transform 0.2s, box-shadow 0.2s;
	min-height: 380px;
}


/* フィールド付き記事カード枠色 */
.field-post-card {
	border: 3px solid #BADC8B;
}

/* サテライト記事カード枠色 */
.satellite-post-card {
	border: 3px solid #AD8BDC;
}

.frame-purple {
	border-color: #fff;
}

.frame-green {
	border-color: #dcdcdc;
}


.field-post-card:hover, .satellite-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* アイキャッチ画像 */
.field-post-thumbnail img, .satellite-post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

/* 表示テキスト */
.field-flex-text {
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: left;
	display: flex;
	justify-content: center;
	align-items: flex-start;
    height: 100px; /* アイキャッチ画像の高さに揃える */
    white-space: nowrap; /* テキストを1行に制限 */
}

/* 多行対応（3行まで表示する場合） */
.field-post-text.multi-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5em;
    max-height: calc(1.5em * 3); /* 行間1.5で3行表示 */
}

.field-post-text.multi-line a {
    text-decoration: none;
    color: inherit;
	width: 100%; /* 必須：テキストの幅を確保 */
}

.field-post-text a:hover {
    color: #0073aa;
}

/* カテゴリー */
.field-post-categories, .satellite-post-categories {
    padding: 10px 5px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5.5px;
    justify-content: flex-start;
	min-height: 43.8px;
}

.field-post-category, .satellite-post-category, .pr-post-category, .news-post-category {
    background: #f4f4f4;
    color: #555;
	font-weight: bold;
    font-size: 11px;
	padding: 1px 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    display: inline-block;
    white-space: nowrap;
}

/* デフォルトカテゴリ（スタイルが未指定の場合の色） */
.field-post-category:not([class*="category-"]) {
    background-color: #6c757d; /* グレー */
}

/* ビュー数 */
.field-post-views, .pr-post-views, .news-post-views {
    text-align: right;
    font-size: 14px;
    color: #555;
	margin-right: 5px;
}

/* サテライト記事スタイル */
.satellite-post-title {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #0073aa;
    text-align: left;
	height: 100px;
}

.satellite-post-title a {
    text-decoration: none;
    color: inherit;
}

.satellite-post-title a:hover {
    color: #005177;
}

.satellite-post-title a p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* サテライト記事カードのビュー数 */
.satellite-post-views {
    text-align: right;
    font-size: 14px;
    color: #555;
	margin-right: 5px;
	margin-left: 5px;
	display: flex;
	justify-content: space-between;
}

.special-label {
    background-color: #D3E173;
    color: #6B4226;
    padding:0 7px 0 5px;
	border-radius: 6px;
	font-weight: bold;
}

.special-label:before {
	content:'● ';
	color: #6B4226;
}

/* トップページの記事一覧用デザイン end */

/* PRエリア start */
.pr-posts-container,
.news-posts-container {
	max-width: 1020px;
    margin: 20px auto 0;
	padding: 20px 40px;
}

/* PRエリアタイトル */
.pr-section-title {
    font-size: 24px;
    font-weight: bold;
    margin: 40px 0 20px;
    text-align: left;
    padding-left: 10px;
    border-left: 4px solid #0073aa;
}

/* PR記事グリッド */
.pr-posts-grid,
.news-posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between; /* カード間のスペースを均等に */
}

/* PR記事カード */
.pr-post-card,
.news-post-card {
	background-color: #fff;
    width: calc(50% - 10px); /* 2列配置 */
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

/* PR記事左側のコンテンツ */
.pr-post-content,
.news-post-content {
    flex: 1;
    margin: 10px;
    overflow: hidden; /* コンテンツのはみ出しを防ぐ */
    text-overflow: ellipsis; /* テキストが長すぎる場合に省略記号を追加 */
}

/* 複数行折り返しにする場合（オプション） */
.pr-post-text,
.news-post-title {
	line-height: 24px;
    white-space: normal; /* 自然な折り返しを有効化 */
    overflow: hidden; /* コンテンツのはみ出しを防ぐ */
    display: -webkit-box; /* Webkit系ブラウザ対応 */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 表示する行数を指定 */
    text-overflow: ellipsis;
	height: 48px;
}

.pr-post-text a,
.news-post-title a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.pr-post-categories,
.news-post-categories {
    padding: 5px 0 5px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
	min-height: 33.8px;
}

.pr-post-views,
.news-post-views {
    font-size: 14px;
    color: #999;
}

/* PR記事右側のアイキャッチ画像 */
.pr-post-thumbnail,
.news-post-thumbnail {
    width: 150px;
    height: auto;
	flex-shrink: 0; /* 画像が縮まないようにする */
	margin-top: 3%;
    margin-right: 10px;
}

.single-news_post h1,
.single-news_post .eye-catch-wrap{
	display: none;
}

.single-news_post .entry-content {
	margin-top: 3rem;	
}

/* PRエリア end */

/* 問合せフォームエリア start */
.wpcf7 {
	padding-left: 10px;
    padding-right: 10px;	
}

.wpcf7 form p {
	margin-bottom: 0.7em;
}
/* 問合せフォームエリア end */

/* サテライト記事 start */
article.satellite_post .entry-header,
article.satellite_post .eye-catch-wrap,
.under-entry-content,
#breadcrumb {
	display: none;
}

article.satellite_post h2 {
	color: #3E8CC6;/*文字色*/
	background-color: #f0f8ff;
	padding: 15px 15px 15px 15px;
	border-top: solid 3px #3E8CC6;/*上線*/
	border-bottom: solid 3px #3E8CC6;/*下線*/
	margin-top: 3rem;
}

article.satellite_post h3 {
	color: #3E8CC6;/*文字色*/
	background-color: #f0f8ff;
	border-left: 7px solid #3E8CC6;
	border-right: 1px solid #3E8CC6;
	border-top: 1px solid #3E8CC6;
	border-bottom: 1px solid #3E8CC6;
}

/* サテライト記事 end */

/* 検索ページ start */
.search .sidebar {
    display: none;
}

.search .main {
    width: 100%;
}

.search .main h1,
.article-list-container h1 {
    text-align: left;
	margin-bottom: 1.5rem;
	font-size: 1.4em;
}

.search .main .search-container {
	margin-bottom: 20px;
}
/* 検索ページ end */

/* シェアボタン */
.sns-share {
	max-width: 1020px;
	margin: 0 auto;
}

.sns-buttons {
	margin-top: 1em;
    margin-bottom: 1em;
}

/*
 * 見出しカラー設定 statt
 */

/* ホワイト */
h2.h3-style-white {
	color: #333333 !important;
    background-color: #EEEEEE !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
	border-top: none !important;
    border-bottom: none !important;
}

h3.h3-style-white {
    color: #333333 !important;
    background-color: #EEEEEE !important;
    border-left: 14px solid #333333 !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
}

/* ブラック */
h2.h3-style-black {
	color: #EEEEEE !important;
    background-color: #333333 !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
	border-top: none !important;
    border-bottom: none !important;
}

h3.h3-style-black {
    color: #EEEEEE !important;
    background-color: #333333 !important;
    border-left: 14px solid #808080 !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
}

/* レッド */
h2.h3-style-red {
	color: #FF3333 !important;
    background-color: #FFDDDC !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
	border-top: none !important;
    border-bottom: none !important;
}

h3.h3-style-red {
    color: #FF3333 !important;
    background-color: #FFDDDC !important;
    border-left: 14px solid #FF3333 !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
}

/* オレンジ */
h2.h3-style-orange {
	color: #FF6633 !important;
    background-color: #FFEEDE !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
	border-top: none !important;
    border-bottom: none !important;
}

h3.h3-style-orange {
    color: #FF6633 !important;
    background-color: #FFEEDE !important;
    border-left: 14px solid #FF6633 !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
}

/* イエロー */
h2.h3-style-yellow {
	color: #FFD700 !important;
    background-color: #FFFFDD !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
	border-top: none !important;
    border-bottom: none !important;
}

h3.h3-style-yellow {
    color: #FFD700 !important;
    background-color: #FFFFDD !important;
    border-left: 14px solid #FFD700 !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
}

/* グリーン */
h2.h3-style-green {
	color: #008000 !important;
    background-color: #DDFFDE !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
	border-top: none !important;
    border-bottom: none !important;
}

h3.h3-style-green {
    color: #008000 !important;
    background-color: #DDFFDE !important;
    border-left: 14px solid #008000 !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
}

/* ブルー */
h2.h3-style-blue {
	color: #005FFF !important;
    background-color: #DDDEFD !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
	border-top: none !important;
    border-bottom: none !important;
}

h3.h3-style-blue {
    color: #005FFF !important;
    background-color: #DDDEFD !important;
    border-left: 14px solid #005FFF !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
}

/* パープル */
h2.h3-style-purple {
	color: #9057FF !important;
    background-color: #FFDDFE !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
	border-top: none !important;
    border-bottom: none !important;
}

h3.h3-style-purple {
    color: #9057FF !important;
    background-color: #FFDDFE !important;
    border-left: 14px solid #9057FF !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
}

/* ダークブルー */
h2.h3-style-darkblue {
	color: #FFF !important;
    background-color: #343399 !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
	border-top: none !important;
    border-bottom: none !important;
}

h3.h3-style-darkblue {
    color: #FFF !important;
    background-color: #343399 !important;
    border-left: 14px solid #BAD3FF !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
}

/* ダークグリーン */
h2.h3-style-darkgreen {
	color: #FFF !important;
    background-color: #339933 !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
	border-top: none !important;
    border-bottom: none !important;
}

h3.h3-style-darkgreen {
    color: #FFF !important;
    background-color: #339933 !important;
    border-left: 14px solid #9ACD32 !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
}


/* ダークレッド */
h2.h3-style-darkred {
	color: #FFF !important;
    background-color: #993233 !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
	border-top: none !important;
    border-bottom: none !important;
}

h3.h3-style-darkred {
    color: #FFF !important;
    background-color: #993233 !important;
    border-left: 14px solid #FFB6C1 !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
}


/* ダークイエロー */
h2.h3-style-darkyellow {
	color: #FFF !important;
    background-color: #989933 !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
	border-top: none !important;
    border-bottom: none !important;
}

h3.h3-style-darkyellow {
    color: #FFF !important;
    background-color: #989933 !important;
    border-left: 14px solid #d5d6ad !important;
    padding: 12px 20px !important;
    margin-bottom: 1.62em !important;
}


/*
 * 見出しカラー設定 end
 */

/*
 * ページネーションデザイン設定 start
 */
.pagination {
    text-align: center;
    margin: 40px 0;
}
.pagination .page-numbers {
    display: inline-block;
    margin: 0 6px;
    padding: 8px 14px;
    background: #f2f2f2;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
	line-height: 2rem;
}
.pagination .current {
    background: #333;
    color: #fff;
}
.pagination .page-numbers:hover {
    background: #ddd;
}
/*
 * ページネーションデザイン設定 end
 */

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
	/*必要ならばここにコードを書く*/
	.main {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	.custom-header {
		padding: 0 20px;
	}
	
	.header-left .site-title {
		font-size: 17px;
	}
	
	.header-right .menu-toggle {
        display: block; /* メニューボタンを表示 */
    }
	
	.header-right .menu-toggle span {
		background: #fff;
	}
	
	.menu-toggle {
        padding-top: 7px !important;
    	padding-bottom: 7px !important;
    }
	
	p.category-msg {
		color: #333;
		font-weight: bold;
		margin: 2rem 0 0.5rem;
	}
	
	.nav-menu .search-form {
		width: 85%;
	}
	
	.h2-title, .info-title {
		margin-bottom: 20px;
	}
	
	.search-container {
		text-align: center;
		margin: 0 0 10px 0;
	}
	
	.filters-container {
		margin: 0 0 20px;
        flex-direction: column; /* フレックス方向を縦に変更 */
        gap: 10px; /* 縦並び時の要素間隔 */
        align-items: stretch; /* 子要素を幅いっぱいに */
    }
	
	input[type=search] {
		width: 120% !important;
	}
	
	.filters-container form {
		width: 100% !important;
	}

    .filters-container label {
        margin-right: 0; /* 横の余白をリセット */
    }

    .filters-container select {
        width: 100%; /* プルダウンを幅いっぱいに */
		margin-bottom: 10px;
    }
	
	.field-posts-container {
		padding: 10px 5px 0;
	}
	
	/* 	記事リスト */
	.field-posts-grid {
	}
	
	.field-post-card, .satellite-post-card {
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		min-height: 125.5px;
	}
	
	.field-flex-text,
	.satellite-post-title {
		padding: 10px 10px 0 10px;
		font-size: 14px;
		line-height: 24px;
		height: 48px;
		max-width: 191px;
	}
	
	.satellite-post-title a p {
		-webkit-line-clamp: 3;
		font-size: 12px;
		line-height: 18px;
	}
	
	.field-post-content,
	.satellite-post-content {
		width: 110%;
	}
	
	.first-field-post .field-post-content {
		width: 110% !important;
	}
	
	.field-posts-grid .field-post-card:nth-child(n+2) .field-post-content {
		width: 55%;
	}
	
	.field-post-categories, .satellite-post-categories {
		gap: 3px;
		padding: 20px 5px 0;
	}
	
	.field-post-thumbnail,
	.satellite-post-thumbnail {
		padding-top: 10px;
    	padding-right: 10px;
		padding-bottom: 10px;
	}
	
	.satellite-post-views {
		font-size: 11px;	
	}
	
	/* 	PRヘッダー横幅調整 */
	.pr-posts-container,
	.news-posts-container {
		padding: 20px 10px;
	}
	
	.pr-posts-grid,
	.news-posts-grid {
		flex-direction: column;
	}
	
	.pr-post-card,
	.news-post-card {
		width: 100%;
	}
	
	.pr-post-content,
	.news-post-content {
		margin: 5px 10px;
	}
	
	.pr-post-text a,
	.news-post-title a {
		font-size: 14px;
	}
	
	.field-post-category, .satellite-post-category, .pr-post-category, .news-post-category {
		padding: 1px 3px;
	}
	
	.field-post-category, .satellite-post-category {
		max-height: 20px;
		font-size: 10px;
	}
	
	.pr-post-categories,
	.news-post-categories {
		gap: 3px;
	}
	
	.pr-post-thumbnail,
	.news-post-thumbnail {
		margin-top: 3%;
	}
	
	.search .main {
		margin-top: 0;
	}
	
	.satellite_post-template .content-in h2,
	.news_post-template .content-in h2 {
		margin-top: 0;
	}
	
	.satellite_post-template .content-in h3,
	.news_post-template .content-in h3 {
		font-size: 16px;
	}
	
/* 	.page-template .content-in .main {
		margin: 0 auto;
		width: 95%;
	} */
	
	.page-template .content-in .terms-of-service-title {
		text-align: center;
	}
	
	.page-template .content-in .wpcf7 {
		width: 100%;
	}
	
	h2.h3-style-blue,
	h2.h3-style-green,
	h2.h3-style-red,
	h3.h3-style-blue,
	h3.h3-style-green,
	h3.h3-style-red
	{
		padding: 6px 20px !important;
	}
}
