/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20240601
*/

/* 記事　リストマーカー */
.dot-marker{
	list-style-type: none;
	margin-left: -2em;
}
.dot-marker::before{
	content: "・";
}

/* #wrapper:not(.colum1) #content-w, header + #content-w { */
#wrapper #content-w {
/* 	margin-top: 30px; */
	padding: 60px 0 30px;
	background-color: #f4f4f4;
}
html body.front-page #wrapper #content-w {
	margin-top: 30px;
	padding: 30px 0 30px;
}
html body.front-page main,
html body:not(.front-page) main,
html body main{
	padding: 0 5% !important;
	background-color: transparent !important;
}
@media only screen and (min-width: 600px) {
	html body:not(.front-page) main {
        background-color: transparent !important;
    }
}
@media only screen and (min-width: 960px) {
	html body main{
		padding: 0 !important;
		background-color: transparent !important;
	}
	html body:not(.front-page) main{ margin-top: 30px; }
	html #wrapper:not(.colum1) #content-w, header + #content-w {
        padding-top: 30px;
    }
}
.widget_media_image{ text-align: center; }
@media only screen and (max-width: 767px) {
    /* SPの場合、ヘッダーロゴアイコン非表示 */
	#st-icon-logo{ display: none !important; }
	#st-icon-logo{ margin: 0 !important; }
	#st-icon-logo img{ display: none; }
}

/* 下層key-visual */
.eyecatch-copyurl{
	width: auto;
	left: 20px;
	right: auto;
	bottom: 50%;
	transform: translateY(50%);
	font-size: 4vmin;
	line-height: 1;
	padding-bottom: 9px;
	text-shadow:
		-2px 0 0 #fff,
		-2px 2px 0 #fff,
		0 2px 0 #fff,
		2px 2px 0 #fff,
		2px 0 0 #fff,
		2px -2px 0 #fff,
		0 -2px 0 #fff,
		-2px -2px #fff;
}
.eyecatch-copyurl i{ display: none; }
@media only screen and (min-width: 768px) {
	.eyecatch-copyurl{ font-size: 26px; }
	#st-footer-logo{ gap: 0 !important; }
}

/* 見出し */
.entry-content h2.wp-block-heading{
	margin-top: 0 !important;
	background-color: transparent !important;
}
.wp-block-group .h2::before{
	background-color: #d12121 !important;
}

/* テーブル */
.wp-block-table table,
.wp-block-table thead,
.wp-block-table tbody,
.wp-block-table th,
.wp-block-table td{
	border-color: #727272 !important;
}
.wp-block-table thead th{
	background-color: #e4ebfc !important;
}
.wp-block-table tbody th{
	background-color: #e7e9ef !important;
}
.wp-block-table td{
	text-align: left !important;
}

/* footer */
#st-footer-logo #st-icon-logo{
	padding: 0;
}
@media only screen and (min-width: 768px) {
	#st-footer-logo{
		gap: 10px;
		margin-bottom: 10px;
	}
	#st-footer-logo #st-icon-logo{
		display: block;
		padding-bottom: 5px;
	}
	#st-footer-logo #st-icon-logo img{
		display: block;
		width: 150px;
		height: auto;
	}
}

/* 記事内タグ一覧 */
.post-tag-cloud{
	margin-bottom: 70px;
}
.post-tag-cloud ul{
	list-style: none !important;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	gap: 1em;
	margin-left: 0;
}
.post-tag-cloud li{
	padding: 0;
}
.post-tag-cloud a{
	display: block;
	padding: 0.3em 1.5em;
	border-radius: 9999px;
	border: 1px solid #000;
	white-space: nowrap;
	text-decoration: none;
	font-size: 14px !important;
	color: #000;
}
@media screen and (min-width: 768px), print{
	.post-tag-cloud a{
		font-size: 18px !important;
	}
	.post-tag-cloud a:hover{
		border-color: currentColor;
	}
}


/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- ここまで --*/
}
