/**
 * モバイル用スタイル
 *
 * WordPress CSS Coding Standards準拠
 * メディアクエリでモバイル専用のスタイルを定義
 */
@media screen and (max-width: 1240px) {
.site-header__nav-items {
	gap: 24px;
}

.site-header__nav-item {
	gap: 6px;
}
}

@media screen and (max-width: 1080px) {
.site-header__nav-item {
	gap: 0;
}

.site-header__nav-icon img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: scale(0.75);
	z-index: -1;
	height: 40px;
}

.site-header__nav-label {
	display: block;
	color: var(--color-alternate);
	padding-top: 27px;
}
}

@media screen and (max-width: 880px) {
.site-header__logo {
	left: 16px;
}

.site-header__search {
	right: 10px;
}

.site-header__nav-items {
	gap: 15px;
}

.site-header__nav-item {
	font-size: 1.5rem;
	padding-bottom: 1px;
}

.site-header__nav-icon img {
	top: 2px;
}
}

@media screen and (max-width: 830px) {
.fp-logos {
	background-color: var(--color-alternate);
	padding: 11px 0 44px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}

.fp-logos__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	flex-direction: column;
}

.fp-logos__item {
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
	width: 315px;
	height: 88px;
	background-color: var(--color-white);
	display: flex;
	justify-content: center;
	border-radius: 16.5px;
}

.fp-logos__item img {
	display: block;
	height: 88px;
	transition: all 0.3s cubic-bezier(.77, 0, .18, 1);
	width: auto;
	object-fit: contain;
	overflow: hidden;
	position: relative;
}
}

@media screen and (max-width: 768px) {
main {
	padding-top: 66px;
}

.nav-toggle {
	display: flex;
}

.site-header {
	padding: 0;
}

.site-header__inner {
	border-radius: 0;
	height: 66px;
}

.site-header__logo {
	left: 22px;
}

header .site-header__nav-item {
	display: none;
}

.site-search__header {
	margin-bottom: 16.5px;
}

.site-header__search {
	right: 66px;
	width: 44px;
	height: 66px;
}

.site-search {
	padding-top: 16.5px;
}

.site-search__panel {
	width: calc(100% - 33px);
	max-width: auto;
	border-radius: 11px;
	padding: 16.5px 22px;
	box-shadow: 0 11px 22px rgba(17, 97, 166, 0.16);
}

.site-search__input-wrap {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 11px;
	color: var(--color-primary);
	background-color: var(--color-white);
	border-radius: 27.5px;
	padding: 0 16.5px;
	height: 55px;
	border: 2px solid var(--color-primary);
	transition: all 0.3s cubic-bezier(.77, 0, .18, 1);
}

.site-search__tag-filter {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 5.5px;
	padding: 0;
	margin-top: 33px;
}

.tag_spacing {
	margin-top: 16.5px !important;
}

.site-search__submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 55px;
	padding: 0 16.5px;
	background: linear-gradient(to right, #1161a6, #1aa4b9);
	border-radius: 27.5px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
	color: var(--color-alternate);
	text-decoration: none;
	box-sizing: border-box;
	margin: 33px auto 11px auto;
	transition: all 0.3s cubic-bezier(.77, 0, .18, 1);
}

.site-search__submit-label {
	font-family: Meiryo, "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.33;
	letter-spacing: 0;
	color: var(--color-alternate);
	text-align: center;
	flex: 1;
	margin-top: 0;
}

.fp-hero {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	padding-bottom: 0px;
	background-color: var(--color-alternate);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
	padding-bottom: 33px;
}

.fp-hero-card {
	overflow: hidden;
	position: relative;
	width: 100%;
	display: flex;
	height: auto;
	background-color: var(--color-alternate);
	border-radius: 0;
	box-shadow: 0;
}

.fp-hero-card__inner {
	position: relative;
	display: block;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	height: 100%;
	color: inherit;
}

.fp-hero-card__image-col {
	position: relative;
	z-index: 0;
	grid-column: 1;
	grid-row: 1;
	width: 100%;
	overflow: hidden;
	border-radius: 0;
	height: 0;
	padding-top: 56.25%;
}

.fp-hero-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	filter: brightness(91%);
}

.fp-category-badge--lg {
	top: 16.5px;
	left: 22px;
	padding: 0 11px;
	font-size: 1.5rem;
	height: 33px;
	overflow: hidden;
	position: absolute;
}

.fp-hero-card__body {
	grid-column: 2;
	grid-row: 1;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 0;
	padding: 22px;
	padding-bottom: 22px;
	min-width: 0;
	min-height: 0;
	width: calc(100% - 44px);
	margin: -44px auto 0 auto;
	background-color: var(--color-white);
	border-radius: 22px 22px 0 0;
}

.fp-hero-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 22px;
}

.fp-hero-card__date {
	font-family: Meiryo, "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0;
	color: var(--color-font);
	white-space: nowrap;
	padding-bottom: 5.5px;
}

.wpulike {
	display: block;
	position: relative;
	line-height: normal;
	margin: 0;
	padding: 0;
}

.fp-hero-card__title {
	font-family: Meiryo, "M PLUS Rounded 1c", sans-serif;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
	color: var(--color-primary);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.fp-hero-card__content {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.fp-hero-card__excerpt {
	font-family: Meiryo, "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0;
	color: var(--color-font);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 11px 0 0 0;
}

.fp-hero-card__tags {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 5.5px;
	padding: 0 22px 22px 22px;
	box-sizing: border-box;
	background-color: var(--color-white);
	border-radius: 0 0 22px 22px;
	width: calc(100% - 44px);
	height: auto;
	min-height: 44px;
	margin: 0 auto;
}

.fp-section-heading__title {
	font-family: Meiryo, "M PLUS Rounded 1c", sans-serif;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	color: var(--color-primary);
	white-space: nowrap;
	margin: 0;
}

.fp-section-heading__subtitle {
	font-family: Meiryo, "M PLUS Rounded 1c", sans-serif;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
	color: var(--color-primary);
	margin: 0;
}

.fp-section-heading__text {
	display: flex;
	flex-direction: column;
	gap: 11px;
	padding: 0;
}

.fp-tag-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 5.5px;
	padding: 0 22px;
	width: 100%;
	max-width: 960px;
	box-sizing: border-box;
}

.fp-article-grid,
.p-archive__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 16.5px;
	justify-content: center;
	padding: 0 22px;
	overflow: hidden;
	position: relative;
	margin-top: 11px;
}

/* 記事詳細：関連記事グリッド（SPはトップの最新記事と同じ崩し方） */
.p-single__related-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 16.5px;
	justify-content: center;
	padding: 0 22px;
	overflow: hidden;
	position: relative;
	margin-top: 11px;
}

.fp-article-card {
	width: calc(50% - 11px);
	min-height: auto;
	border-radius: 16.5px;
	overflow: hidden;
	background-color: var(--color-alternate);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	transition: all 0.3s cubic-bezier(.77, 0, .18, 1);
}

.fp-article-card__image-wrap {
	position: relative;
	z-index: 0;
	height: 0;
	overflow: hidden;
	border-radius: 16.5px 16.5px 0 0;
	flex-shrink: 0;
}

.fp-article-card__image-wrap {
	position: relative;
	z-index: 0;
	height: 0;
	overflow: hidden;
	border-radius: 16.5px 16.5px 0 0;
	flex-shrink: 0;
	padding-top: 56.25%;
}

.fp-article-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	filter: brightness(91%);
}

.fp-category-badge--sm {
	top: 11px;
	left: 11px;
	padding: 3.5px 11px 5.5px 11px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.fp-category-badge {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-primary);
	color: var(--color-alternate);
	border-radius: 9999px;
	font-family: Meiryo, "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	white-space: nowrap;
	text-decoration: none;
}

.fp-article-card__body {
	flex: 1;
	position: relative;
	z-index: 0;
	background-color: var(--color-white);
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 16.5px;
	transition: all 0.3s cubic-bezier(.77, 0, .18, 1);
}

.fp-article-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 16.5px;
}

.fp-article-card__date {
	font-family: Meiryo, "Noto Sans JP", sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 16.5px;
	letter-spacing: 0;
	color: var(--color-font);
	white-space: nowrap;
}

.fp-article-card__title {
	font-family: Meiryo, "M PLUS Rounded 1c", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
	color: var(--color-primary);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 5.5px;
}

.fp-article-card__tags {
	position: relative;
	z-index: 2;
	flex-shrink: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5.5px;
	padding: 11px 16.5px 16.5px 16.5px;
	background-color: var(--color-white);
	transition: all 0.3s cubic-bezier(.77, 0, .18, 1);
}

.fp-past__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16.5px 22px;
	padding-top: 0;
}

.fp-section-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 22px;
}

.fp-past__grid {
	display: flex;
	flex-direction: column;
	gap: 11px;
	align-items: flex-start;
	padding-bottom: 64px;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 893px;
	padding: 0 22px 11px 22px;
}

.fp-past__row {
	display: flex;
	gap: 11px;
	overflow: visible;
	position: relative;
	width: 100%;
	max-width: 844px;
	height: auto;
}

.fp-past-btn,
.fp-more-btn,
.p-single__past-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	height: 55px;
	padding: 0 16.5px;
	background: linear-gradient(to right, #1161a6, #1aa4b9);
	border-radius: 27.5px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
	color: var(--color-alternate);
	text-decoration: none;
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(.77, 0, .18, 1);
}

.fp-past-btn__text,
.fp-more-btn__text,
.p-single__past-btn-label {
	font-family: Meiryo, "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: var(--color-alternate);
	text-align: center;
	flex: 1;
	margin-top: -1px;
}

.p-single__past-btn-arrow {
	font-size: 2.8rem;
	color: var(--color-alternate);
	flex-shrink: 0;
}

.fp-group {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	background-color: var(--color-alternate);
	padding: 0 22px;
}

.p-sns {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	background-color: var(--color-alternate);
	padding: 0 22px;
	margin-top: 22px;
}

.p-sns__inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 33px;
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.fp-group__grid {
	display: flex;
	gap: 22px;
	padding: 0;
	overflow: hidden;
	position: relative;
	flex-direction: column;
	align-items: center;
}

.p-sns .fp-group__grid {
	display: flex;
	gap: 22px;
	padding: 0;
	overflow: hidden;
	position: relative;
	flex-direction: column;
	align-items: center;
}

.fp-group-card {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 22px;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	background-color: #fff;
}

.p-sns .fp-group-card {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 22px;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	background-color: #fff;
}

section.fp-press {
	background-color: var(--color-alternate);
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}

.fp-press__inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 55px;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.fp-press__list {
	list-style: none;
	padding: 0;
	margin: 33px 22px 22px 22px;
	padding: 0;
	overflow: hidden;
	position: relative;
	width: calc(100% - 44px);
	height: auto;
}

.fp-section__more {
	display: flex;
	justify-content: center;
	padding-top: 22px;
	padding-bottom: 0;
	overflow: hidden;
	position: relative;
	width: calc(100% - 44px);
	height: auto;
	margin: 0 auto;
}

.fp-press__item-link {
	display: flex;
	align-items: center;
	gap: 0 16.5px;
	padding: 16.5px 0;
	text-decoration: none;
	color: inherit;
	min-height: auto;
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(.77, 0, .18, 1);
}

.fp-press__thumb {
	width: 110px;
	height: auto;
	border-radius: 5.5px;
	overflow: hidden;
	flex-shrink: 0;
	aspect-ratio: 3/2;
}

.fp-press__meta {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0;
	min-width: 0;
}

.fp-press__date {
	font-family: Meiryo, "Noto Sans JP", sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	color: var(--color-font);
	letter-spacing: 0;
	display: block;
}

.fp-press__title {
	font-family: Meiryo, "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	color: #171733;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.site-footer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 33px 0 22px 0;
}

.fp-logos {
	background-color: var(--color-alternate);
	padding: 44px 0 44px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}

.site-footer__logo {
	overflow: hidden;
	position: relative;
	width: 194px;
	height: auto;
	margin-bottom: 16.5px;
}

.fp-sns-float {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 11px;
	width: auto;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 11px;
	background-color: transparent;
}

.fp-sns-float__text {
	font-family: Meiryo, "M PLUS Rounded 1c", sans-serif;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--color-primary);
	text-align: center;
	margin: 0 auto 5.5px auto;
}

.fp-sns-float__icons {
	display: flex;
	flex-direction: column;
	gap: 5.5px;
	align-items: center;
}

.fp-sns-float__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	border-radius: 5.5px;
	overflow: hidden;
	text-decoration: none;
	background: linear-gradient(to right, #0D263C, #11454D);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(.77, 0, .18, 1);
}

.fp-sns-float__icon img {
	display: block;
	width: 22px;
}

.p-archive__inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 33px;
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.p-archive {
	background-color: var(--color-alternate);
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 22px;
}

.no_gap_child {
	margin-top: -6px !important;
}

ul.page-numbers {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 22px;
}

.p-single {
	background-color: var(--color-alternate);
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 22px;
}

.p-single__inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 22px;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.fp-breadcrumb {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.fp-breadcrumb__link {
	font-family: Meiryo, "Noto Sans JP", sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-primary) !important;
	text-decoration: none;
	white-space: nowrap;
	opacity: 0.5;
	transition: all 0.3s cubic-bezier(.77, 0, .18, 1);
}

.fp-breadcrumb__item {
	display: flex;
	align-items: center;
	gap: 0;
	flex-shrink: 0;
}

.fp-breadcrumb__chevron {
	width: 18px;
	height: 18px;
	margin: 2px 4px 0 4px;
}

.fp-breadcrumb__home-icon {
	display: inline-block;
	width: 12px;
	height: 13px;
	margin: 3px 0 -1px 0;
	transition: all 0.3s cubic-bezier(.77, 0, .18, 1);
}

.fp-breadcrumb__category-icon {
	display: inline-block;
	width: 18px;
	height: 16px;
	margin: 2px 0px -2px 0;
	transition: all 0.3s cubic-bezier(.77, 0, .18, 1);
}

.p-single__container {
	display: flex;
	flex-direction: column;
	gap: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}

.p-single__article {
	display: flex;
	flex-direction: column;
	gap: 22px;
	border-radius: 11px;
	padding: 22px 0 0 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}

.p-single__hero {
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}

.p-single__hero-img {
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	object-fit: contain;
	border-radius: 11px;
	display: block;
}

.p-single__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 22px;
	padding-bottom: 7px;
}

.p-single__date {
	font-family: Meiryo, "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0;
	color: var(--color-font);
	white-space: nowrap;
}

.p-single__head {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.p-single__title {
	font-family: Meiryo, "M PLUS Rounded 1c", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
	color: var(--color-primary);
	margin: 0;
}

.entry-content,
.editor-styles-wrapper {
	font-family: Meiryo, 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #333;
	word-break: break-word;
	overflow-wrap: break-word;
}

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

.p-single__related {
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin-top: 55px;
}

.p-single__tag-cloud {
	border-radius: 22px;
	padding: 0;
}

.p-single__tag-cloud .p-archive__tag-filter-title {
	margin: 22px 0;
	font-family: Meiryo, "M PLUS Rounded 1c", sans-serif;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	color: var(--color-primary);
}

.p-single__overview {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	margin: 22px 0 0 0;
}

.entry-content,
.editor-styles-wrapper {
	font-family: Meiryo, 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #333;
	word-break: break-word;
	overflow-wrap: break-word;
}

.entry-content h2,
.editor-styles-wrapper h2 {
	font-family: Meiryo, 'M PLUS Rounded 1c', sans-serif !important;
	font-weight: 700 !important;
	font-size: 2.4rem !important;
	line-height: 1.5 !important;
	letter-spacing: 0 !important;
	margin-top: 22px !important;
	margin-bottom: 11px !important;
	color: var(--color-primary) !important;
}

.entry-content h3,
.editor-styles-wrapper h3 {
	font-family: Meiryo, 'M PLUS Rounded 1c', sans-serif !important;
	font-weight: 700 !important;
	font-size: 20px !important;
	line-height: 1.5 !important;
	letter-spacing: 0 !important;
	margin-top: 22px !important;
	margin-bottom: 11px !important;
	color: var(--color-primary) !important;
}

.entry-content figure,
.editor-styles-wrapper figure {
	margin: 11px 0 11px 0 !important;
}
}

@media screen and (max-width: 499px) {
.fp-past-btn__text,
.fp-more-btn__text,
.p-single__past-btn-label {
	font-family: Meiryo, "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: var(--color-alternate);
	text-align: center;
	flex: 1;
	margin-top: -1px;
}

.fp-past__row {
	display: flex;
	gap: 11px;
	overflow: visible;
	position: relative;
	width: 100%;
	max-width: 844px;
	height: auto;
	flex-direction: column;
}

.fp-article-card {
	width: 100%;
	min-height: auto;
	border-radius: 16.5px;
	overflow: hidden;
	background-color: var(--color-alternate);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	transition: all 0.3s cubic-bezier(.77, 0, .18, 1);
}

.fp-group__inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 33px;
	display: flex;
	flex-direction: column;
	gap: 16.5px;
}

.site-footer__copyright {
	font-family: Meiryo, "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: var(--color-copyright);
	text-align: center;
	margin: 0;
	line-height: 1;
	letter-spacing: 0;
}
}