@charset "utf-8";

/*------------------------------------------------------------------------------
Css name: cms.css
Css info: コンテンツスタイル
------------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////// */
/* 共通-------------*/
/*//////////////////////////////////////////////////////// */



/*//////////////////////////////////////////////////////// */
/* お知らせ（cms） -------------*/
/*//////////////////////////////////////////////////////// */

/*--- news-box01: 共通パーツ  ------------------------------*/

/* ページナビ */

/* page-nav */
#news-box01 .page-nav {
	margin-top: 32px;
	margin-bottom: 24px;
	position: relative;
}

#news-box01 .wp-pagenavi a,
#news-box01 .wp-pagenavi span {
		display: inline-block;
		margin-left: 10px; }

#news-box01 .wp-pagenavi span.current {
			background: #7996cc;
			height: 28px;
			font-size:  13px;
			line-height: 28px;
			color: #ffffff;
			padding: 0px 10px; }
#news-box01 .wp-pagenavi a {
			background: #ffffff;
			height: 28px;
			font-size: 13px;
			line-height: 28px;
			color: #474747;
			padding:0px 10px; }

@media screen and (max-width:959px){/*スマホ・タブレット用指定*/

	#news-box01 .page-nav {

	}
	#news-box01 .page-nav p.s1 {
		position: relative;
		text-align: center;
		margin-bottom: 16px;
	}
}
@media print, screen and (min-width:960px){/*PC用指定*/

	#news-box01 .page-nav {
		height: 28px;
		display: flex;
		justify-content: space-between;
	}
	/* 左：件数 */
	#news-box01 .page-nav p.s1 {
	}

	/* 右：ページナビ */
	#news-box01 .page-nav ul {
		 }
}

@media screen and (max-width:959px){/*スマホ・タブレット用指定*/

	#news-box01 .page-nav-bottom {
		margin-bottom: 40px;
	}
}
@media print, screen and (min-width:960px){/*PC用指定*/

	#news-box01 .page-nav-bottom {
		margin-bottom: 94px;
	}
}


/*--- news-box01 index-box: INDEXエリア ---*/

/* BOXレイアウト */
#news-box01 .index-box {
	border-bottom: 1px solid #b7c7e4;
}
@media screen and (max-width:959px){/*スマホ・タブレット用指定*/

	#news-box01 .index-box {
		padding-bottom: 12px;
		margin-bottom: 24px;
	}
}
@media print, screen and (min-width:960px){/*PC用指定*/

	#news-box01 .index-box {
		display: flex;
		justify-content: space-between;
		padding-bottom: 24px;
		margin-bottom: 32px;
	}
}

/* カテゴリーリスト */
#news-box01 .index-box .lis-cat {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	}
	#news-box01 .index-box .lis-cat .item-ttl {
		padding: 0 8px;
		margin-right: 10px;
	}
	#news-box01 .index-box .lis-cat span {
		color: #ffffff;
		border-radius: 10px;
		margin-right: 10px;
		display: inline-block;
		text-align: center;
	}

@media screen and (max-width:959px){/*スマホ・タブレット用指定*/

	#news-box01 .index-box .lis-cat {
		margin-bottom: 16px;
	}

	#news-box01 .index-box .lis-cat .item-ttl {
		font-size: clamp(12px, 1.2vw, 12px);
		/* 1行で表示 */
		display: block;
		width: 100%;
		margin-bottom: 8px;
	}
	#news-box01 .index-box .lis-cat span {
		font-size: clamp(14px, 1.4vw, 14px);
		padding: 0 12px;
		min-width: 60px; /* min-width: 84px - 24px */
		margin-bottom: 4px;
	}
}
@media print, screen and (min-width:960px){/*PC用指定*/

	#news-box01 .index-box .lis-cat .item-ttl {
		font-size: clamp(14px, 1.4vw, 14px);
	}
	#news-box01 .index-box .lis-cat span {
		padding: 0 12px;
		min-width: 60px; /* min-width: 84px - 24px */
		margin-bottom: 4px;
	}
}

/* 検索窓 */
#news-box01 .search-form-s1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 2px solid #7996cc;
    border-radius: 10px;
	}
	#news-box01 .search-form-s1 input {
	    width: 168px;	/* 200px - padding32px */
	    height: 36px;	/* 40px - padding4px */
	    padding: 4px 8px;
	    border: none;
	    box-sizing: border-box;
	    font-size: 1em;
	    outline: none;
	}
	@media screen and (max-width:959px){/*スマホ・タブレット用指定*/

		#news-box01 .search-form-s1 input {
			width: 100%;
		}
	}
	@media print, screen and (min-width:960px){/*PC用指定*/

		#news-box01 .search-form-s1 input {
			width: 168px;
		}
	}
	#news-box01 .search-form-s1 input::placeholder{
	    color: #c9c9c9;
	}
	#news-box01 .search-form-s1 button {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 42px;
	    height: 36px;
	    border: none;
	    cursor: pointer;
	    background: #fff;
	}
	#news-box01 .search-form-s1 button::after {
	    width: 24px;
	    height: 24px;
		background:url("../images/ico-search.png") center center no-repeat;
		background-size:contain;
		image-rendering: -webkit-optimize-contrast;/*Chrome*/
		image-rendering: auto;
	    content: '';
	}


@media screen and (max-width:959px){/*スマホ・タブレット用指定*/

	#news-box01 .search-form-s1 {
		margin-bottom: 16px;
	}
}
@media print, screen and (min-width:960px){/*PC用指定*/

}

/*--- news-box01 post-item: 記事エリア ---*/

/* コンテンツBOX */
#news-box01 .post-item {
	background: #fff;
	border-radius: 20px;
	}
	#news-box01 .post-item .row-ttl {
		border-bottom: 2px dotted #6798d6;
	}
	/* カテゴリー */
	#news-box01 .lis-s1 .post-item .cat {
		display: inline-block;
		color: #ffffff;
		border-radius: 10px;
		margin-right: 10px;
		min-width: 64px; /* min-width: 88px - 24px */
		padding: 0 8px;
		text-align: center;
	}

@media screen and (max-width:959px){/*スマホ・タブレット用指定*/

	#news-box01 .lis-s1 .post-item {
		padding: 24px 12px;
		margin-bottom: 24px;
	}
	/* 見出しエリア */
	#news-box01 .lis-s1 .post-item .row1 {
		margin-bottom: 12px;
	}
	#news-box01 .lis-s1 .post-item .row-ttl {
		padding-bottom: 8px;
		margin-bottom: 12px;
		font-size: clamp(24px, 2.4vw, 24px);
	}
	/* カテゴリー */

	/* アイキャッチ画像 */
	#news-box01 .lis-s1 .post-item .row-img img {
		width: 100%;
		height: auto;
		margin-bottom: 24px;
	}
}
@media print, screen and (min-width:960px){/*PC用指定*/

	#news-box01 .lis-s1 .post-item {
		padding: 50px 50px 64px;
		margin-bottom: 32px;
	}
	/* 見出しエリア */
	#news-box01 .lis-s1 .post-item .row1 {
		margin-bottom: 20px;
	}
	#news-box01 .lis-s1 .post-item .row-ttl {
		padding-bottom: 24px;
		margin-bottom: 32px;
		font-size: clamp(30px, 3.0vw, 30px);
	}
	/* カテゴリー */

	/* アイキャッチ画像 */
	#news-box01 .lis-s1 .post-item .row-img img {
		max-width: 100%;
		width: 100%;
		height: 420px;
		object-fit: cover;
		margin-bottom: 24px;
	}
}

/*---POST 投稿記事のスタイル ---*/

#news-box01 .post-item .row-content p {
	display: block;
	margin-bottom: 1em;
	}

	/* 見出し */
	#news-box01 .post-item .row-content h1,
	#news-box01 .post-item .row-content h2 {
	    margin-top: 24px;
	    border-bottom: 2px solid #6798d6;
	    padding-bottom: 10px;
	    color: #6798d6;
	}
	#news-box01 .post-item .row-content h3 {
	    margin-top: 24px;
	    color: #6798d6;
	    padding-bottom: 10px;
	    border-bottom: 2px dotted #6798d6;
	}
	#news-box01 .post-item .row-content h4 {
	    margin-top: 16px;
	    margin-bottom: 16px;
	}

@media screen and (max-width:959px){/*スマホ・タブレット用指定*/

	#news-box01 .post-item .row-content h1,
	#news-box01 .post-item .row-content h2 {
		font-size: clamp(20px, 2.0vw, 20px);
	    margin-bottom: 24px;
	}
	#news-box01 .post-item .row-content h3 {
		font-size: clamp(18px, 1.8vw, 18px);
	    margin-bottom: 24px;
	}
	#news-box01 .post-item .row-content h4 {
		font-size: clamp(16px, 1.6vw, 16px);
	    margin-bottom: 16px;
	}
}
@media print, screen and (min-width:960px){/*PC用指定*/

	#news-box01 .post-item .row-content h1,
	#news-box01 .post-item .row-content h2 {
		font-size: clamp(32px, 3.2vw, 32px);
	    margin-bottom: 40px;
	}
	#news-box01 .post-item .row-content h3 {
		font-size: clamp(24px, 2.4vw, 24px);
	    margin-bottom: 24px;
	}
	#news-box01 .post-item .row-content h4 {
		font-size: clamp(20px, 2.0vw, 20px);
	    margin-bottom: 16px;
	}
}
	
	/* リスト */
	#news-box01 .post-item .row-content ul,
	#news-box01 .post-item .row-content ol {
		padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
	}
	#news-box01 .post-item .row-content ul li,
	#news-box01 .post-item .row-content ol li {
		list-style-type: disc;
		line-height: 1.5; /*文の行高*/
		padding: 0.5em 0; /*前後の文との余白*/
	}

	/* テーブル */
	#news-box01 .post-item .row-content .wp-block-table {
		max-width: 100%;
		margin-bottom: 40px;
	}

	#news-box01 .post-item .row-content .wp-block-table thead {
	    border: 1px solid #534741;
	}
	#news-box01 .post-item .row-content .wp-block-table th {
		color: #fff;
		background: #7996cc;
		border: 1px solid #534741;
	}

	/* テキストパーツ */
	#news-box01 .post-item .row-content em {
	    font-style: italic;
	}

	/* テキストパーツ */
	#news-box01 .post-item .row-content a {
		color: #6798d6;
		text-decoration: underline;
		margin-bottom: 24px;
		display: inline-block;
	}











