@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.p-topicsTagFilter {
	margin-top: 32px;
}

.p-topicsTagFilter__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8em 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-topicsTagFilter__title {
	font-size: 1.4em;
	font-weight: 700;
	color: #000;
	margin-bottom: 1em;
}

.p-topicsTagFilter__btn {
	align-items: center;
	border: 1px solid #034676;
	border-radius: 4px;
	color: #034676;
	display: inline-flex;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.4;
	min-height: 28px;
	padding: 8px 25px;
	text-decoration: none;
	background-color: rgba(3, 70, 118, 0.1);
	transition: background-color .2s, color .2s;
}

.p-topicsTagFilter__btn::before {
	content: "#";
	margin-right: 3px;
}

.p-topicsTagFilter__btn--all::before {
	content: none;
}

.p-topicsTagFilter__btn.is-active,
.p-topicsTagFilter__btn:hover {
	background-color: #034676;
	color: #fff;
	opacity: 1;
}

.p-topicsArchiveMeta {
	margin-top: 64px;
}

.p-topicsArchiveMeta__count {
	color: #000;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.6;
}

/* cpt-topics：複数カテゴリ表示 */
.p-postList__cats {
	display: flex;
	flex: 1 1 0;
	flex-wrap: wrap;
	gap: 6px 6px;
	min-width: 0;
}

.p-postList__cats .p-postList__cat {
	flex: 0 0 auto;
	margin: 0;
}

/* カテゴリ群の右側に日付を自然に固定 */
.p-postList__cats + .p-postList__date {
	flex: 0 0 auto;
	margin-left: 12px;
	white-space: nowrap;
}

.p-postList__times {
	padding: 0;
}

@media (max-width: 599px) {
	.p-topicsTagFilter__btn {
		font-size: 11px;
		padding-inline: 10px;
	}

	.p-topicsArchiveMeta {
		margin-top: 40px;
	}

	.p-topicsTagFilter {
		margin-top: 0;
	}
}

@media not all and (min-width: 960px) {

	.p-spMenu {
    	height: auto;
	} 
	.p-spMenu--nextcube {
		color: #fff;
	}

	.p-spMenu--nextcube .p-spMenu__inner {
		box-shadow: none;
		height: auto;
		left: 0;
		max-width: none;
		padding-top: 0;
		right: auto;
		top: 0;
		transform: translateY(-100%);
		width: 100%;
	}

	.p-spMenu--nextcube.-left .p-spMenu__inner,
	.p-spMenu--nextcube.-right .p-spMenu__inner {
		left: 0;
		right: auto;
		transform: translateY(-100%);
	}

	[data-spmenu=opened] .p-spMenu--nextcube .p-spMenu__inner,
	[data-spmenu=opened] .p-spMenu--nextcube.-left .p-spMenu__inner,
	[data-spmenu=opened] .p-spMenu--nextcube.-right .p-spMenu__inner {
		transform: translateY(0);
	}

	.p-spMenu--nextcube .p-spMenu__inner::before {
		background: #034676;
		opacity: 1;
	}

	.p-spMenu--nextcube .p-spMenu__head {
		align-items: center;
		display: flex;
		justify-content: space-between;
		min-height: 96px;
		padding: 32px 5vw 20px;
		position: relative;
		z-index: 1;
	}

	.p-spMenu--nextcube .p-spMenu__logo {
		line-height: 1;
		max-width: min(64vw, 280px);
	}

	.p-spMenu--nextcube .p-spMenu__logoLink {
		color: inherit;
		display: block;
		text-decoration: none;
	}

	.p-spMenu--nextcube .p-spMenu__logoImg {
		display: block;
		height: auto;
		width: auto;
		max-height: 44px;
		max-width: min(64vw, 280px);
	}

	.p-spMenu--nextcube .p-spMenu__closeBtn {
		height: 48px;
		position: static;
		width: 48px;
	}

	.p-spMenu--nextcube .p-spMenu__closeButton {
		color: inherit;
	}

	.p-spMenu--nextcube .p-spMenu__closeIcon {
		font-size: 24px;
	}

	.p-spMenu--nextcube .p-spMenu__body {
		display: flex;
		flex-direction: column;
		height: auto;
		overflow-y: auto;
		padding: 40px 5vw max(36px, env(safe-area-inset-bottom));
		position: relative;
		z-index: 1;
	}

	.p-spMenu--nextcube .p-spMenu__nav {
		margin-top: 0;
		padding-bottom: 0;
	}

	.p-spMenu--nextcube .p-spMenu__navList {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.p-spMenu--nextcube .p-spMenu__navList a {
		color: inherit;
	}

	.p-spMenu--nextcube .p-spMenu__foot {
		margin-top: auto;
		padding-top: 36px;
	}

	.p-spMenu__copyright {
		text-align: center;
		font-size: 10px;
		margin-bottom: 30px;
		font-weight: 400;
	}

	#menu-item-2070 a {
		background-color: #FF6B35 !important;
    	width: fit-content;
    	padding: 0.6em 0.6em 0.5em;
    	line-height: 1;
		border-radius: 4px;
		margin-top: 0.7em;
	}
}
