/**
 * Theme Name:     SHIPS Child
 * Author:         TCD
 * Template:       ships_tcd098
 * Text Domain:	   ships-child
 * Version: 1.11
 * Description:    WordPress theme \&quot;SHIPS\&quot; is a template that allows you to manage a membership media by utilizing exclusive contents and My Page functions. Members can bookmark articles and receive notifications only for members.
 */
/* ----------------------------------------------------------------------
 reset css （sub, supを削除）
---------------------------------------------------------------------- */
*,*::before,*::after{ box-sizing:border-box; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
 { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; }
:root {
	--brand-color: #377391;
	--brand-color-light: rgba(
		55,
		115,
		145,
		0.1
	); /* ブランドカラーの薄いバージョン */
	--brand-secondary-color: #37515e; /* ブランドの濃いバージョン */
	--matome-background: #fffcf8;
	--matome-border: #e1ceb8;
	--brand-red: #bf4949;
	--brand-gray: #a2a2a2;
	--brand-gray-dark: #545454;
}
/* ブランドカラー適用 */
#mobile_menu a {
	background: var(--brand-color);
}
#mobile_menu li li a {
	background: #fff;
	color: #000;
}
#main_content_header {
	background: var(--brand-color) !important;
}
.footer_login_button {
	background: #fff;
}
.footer_login_button > a,
#mobile_login_button a,
#side_button a {
	background: #37515e !important;
}
@media screen and (max-width: 1000px) {
	#side_button a:last-of-type,
	#mobile_login_button a:last-of-type {
		border-left: 0.1px solid #fff;
	}
}
#header_searchform {
	background: var(--brand-secondary-color);
}
.bg-brand {
	background: var(--brand-color) !important;
}

/* z-index 調整 */
#related_post .item {
	z-index: 9998;
}
/* バグ修正 */
/* @media screen and (max-width: 850px){
#single_related_post_slider:after,#single_related_post_slider::before {
	height: 0 !important;
}
} */
/* ロゴサイズ変更 */
img.logo_image.mobile {
	width: 150px;
	height: auto;
}
#drawer_logo img.logo_image {
	width: 120px;
}
/* パンくずの「ブログ」を削除 */
/* breadcrumb.php 170行目で設定済み */
.hidden {
	display: none !important;
}
/* #bread_crumb li:not(.home):not(.category):not(.last) {
	display: none;
} */
/* ボタンの動作変更 */
a.has-background:hover {
	text-decoration: none;
	opacity: 0.8;
	transition: opacity 0.6s ease;
}
@media only screen and (max-width: 600px) {
	.toukoubutton a.wp-block-button__link {
		font-size: 1em;
		padding: 0.75rem;
	}
}

/**************************
 **************************
 ***** 記事見出しCSS ******
 **************************　
 **************************/
.post_content h2.wp-block-heading {
	color: var(--brand-color);
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 3px solid var(--brand-color); /* 上の線 */
	border-bottom: 3px solid var(--brand-color); /* 下の線 */
}
.post_content h3.wp-block-heading {
	padding-left: 0.75em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-left: 5px solid var(--brand-color); /* 線 */
}
.post_content h4.wp-block-heading {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 2em;
	position: relative;
	border-bottom: solid 3px #e3e3e2;
}

.post_content h4.wp-block-heading:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px var(--brand-color);
	width: 15%;
	bottom: -3px;
}
.post_content .as-h4 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 2em;
	position: relative;
	border-bottom: solid 3px #e3e3e2;
/* 	h4のコピー */
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
}
@media screen and (max-width: 800px) {
	.post_content .as-h4 {
		/* 	h4のコピー */
		font-size: 16px;
	}
}

.post_content .as-h4::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px var(--brand-color);
	width: 15%;
	bottom: -3px;
}

/**************************
 **************************
 ****** カスタムCSS *******
 **************************　
 **************************/
/* 効果ページのタブ関連 */
.effect-tab-box {
}
.effect-tab-box ul.arkb-tabList {
	margin-bottom: 0;
	margin-left: 0;
}
.effect-tab-box button.arkb-tabList__button:hover {
	cursor: pointer;
}
.effect-tab-box button.arkb-tabList__button {
	font-weight: bold;
}
.effect-tab-box button.arkb-tabList__button[aria-selected="true"] {
	background: var(--brand-color) !important;
}
.effect-tab-box button.arkb-tabList__button[aria-selected="false"] {
	background: var(--brand-color-light) !important;
}
.effect-tab-box div.arkb-tabBody {
	background: #fff;
}
.effect-tab-box .ark-block-accordion__item {
	margin-top: 0.1em;
}

.effect-tab-box summary.ark-block-accordion__title {
	background-color: #f7f7f7 !important;
	font-weight: 600;
}
.effect-tab-box .ark-block-accordion__icon {
	color: var(--brand-color);
}
.effect-tab-box .wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
	border: 2px solid var(--brand-color);
}
.effect-tab-box .wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
	text-decoration: none;
	opacity: 0.6;
}
@media screen and (max-width: 781px) {
	.effect-tab-box .wp-block-columns {
		gap: 0;
	}
}
@media screen and (max-width: 600px) {
	.effect-tab-box.no-gap .ark-block-columns__inner {
		row-gap: 0;
	}
}
/* スマホの場合に最後の列のみ横並びにする */
@media screen and (max-width: 600px) {
	.effect-tab-box .ark-block-accordion__item .ark-block-columns__inner > .ark-block-column:nth-child(3) {
		width: 100%;
	}
	.effect-tab-box .ark-block-accordion__item .ark-block-columns__inner > .ark-block-column:nth-child(3) > .wp-block-buttons.is-layout-flex {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.effect-tab-box .ark-block-accordion__item .ark-block-columns__inner > .ark-block-column:nth-child(3) > .wp-block-buttons.is-layout-flex .wp-block-button {
		flex-basis: calc(var(--arkb-clmn-width) - var(--arkb-gap--x)/2);
/* 		/2しないと若干幅がズレる */
	}
}

/* 効果まとめページCSS */
.post_content .effect-matome-box {
	border: 3px solid var(--matome-border);
}
.post_content .effect-matome-box .ark-block-heading__line::before {
	margin-bottom: 2em;
	background-color: var(--matome-border);
}
/* 効果一覧のボタン調整 */
@media only screen and (max-width: 600px) {
	.effect-tab-box a.wp-block-button__link {
		font-size: 14px;
	}
}


/******************************/
/** お問い合わせスタイル **/
/******************************/
div.cf7-item {
	margin-bottom: 1.5rem;
}
div.cf7-q {
	margin-bottom: 0.5em;
}
span.cf7-req,
span.cf7-nonreq {
	color: #fff;
	padding: 0.25em;
	margin-right: 0.5em;
}
span.cf7-req {
	background: var(--brand-red);
}
span.cf7-nonreq {
	background: var(--brand-gray);
}
.cf7-accept-check {
	text-align: center;
}
div.cf7-submit input[type="submit"] {
	background: var(--brand-color) !important;
}
div.cf7-submit input[type="submit"]:disabled {
	background: var(--brand-gray) !important;
}
/******************************/
/** 体験談投稿スタイル **/
/******************************/
div.ex-item {
	margin-bottom: 1.5rem;
}
div.ex-q {
	margin-bottom: 0.5em;
}
span.ex-req,
span.ex-nonreq {
	color: #fff;
	padding: 0.25em;
	margin-right: 0.5em;
}
span.ex-req {
	background: var(--brand-red);
}
span.ex-nonreq {
	background: var(--brand-gray);
}
.ex-accept-check {
	text-align: center;
}
input[name="image"] {
	max-width: 25rem;
}
div.ex-submit input[type="submit"] {
	background: var(--brand-color) !important;
}
div.ex-submit input[type="submit"]:disabled {
	background: var(--brand-gray) !important;
}
.ex-e {
	margin-top: 0.5em;
}
.ex-e p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.75rem;
	color: var(--brand-gray-dark);
}
input[aria-invalid="true"],
textarea[aria-invalid="true"],
select[aria-invalid="true"] {
	border: 2px solid var(--brand-red);
}
.ex-char-countdown {
	text-align: right;
	line-height: 1.75rem;
	color: var(--brand-gray-dark);
}
.ex-q.textarea p {
	display: flex;
	justify-content: space-between;
}
.ex-e.textarea {
	margin-top: 0;
}
.ex-item.two-columns {
	display: flex;
	gap: 2rem;
	max-width: 25rem;
}

/******************************/
/** フッター **/
/******************************/
/* モバイルでも表示する */
@media screen and (max-width: 600px) {
	#footer_nav {
		display: flex;
		/* 		flex-direction: column; */
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	#footer_nav .footer_menu {
		padding: 0;
		width: 100%;
	}
}
@media screen and (max-width: 850px) {
	#footer_nav {
		display: flex;
		flex-wrap: nowrap;
		width: auto;
		margin: 0 50px;
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 600px) {
#footer_nav {
    margin: 0 20px;
	gap: 2em;
}
}
/* Arkhe Blockのブログカードとかの画像との競合解消 */
.post_content .arkb-boxLink__inner img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
/******************************/
/** トップページ **/
/******************************/
.top-page .arkb-boxLink__bg img[class*="wp-image-"],
.top-page .ark-block-section__media img[class*="wp-image-"] {
	margin-top: 0;
	margin-bottom: 0;
}
.top-page .ark-block-section__bodyInner {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	max-width: 700px;
	margin: 0 auto;
}
.top-page.banners .ark-block-section__bodyInner {
	max-width: 100%;
}
.top-page.banners .ark-block-button {
	max-width: 342px;
	margin-left: var(--arkb-gap--x);
	margin-right: 0;
}
.top-page .o-posts-grid-post-image img {
	margin-top: 0;
	margin-bottom: 0;
}
.top-page .ark-block-section__bodyInner {
	padding-left: 0;
	padding-right: 0;
}
/* ボタン */
.top-page .custom-button a {
	max-width: 100%;
	padding: 0 1.5em;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.5s ease;
	width: 300px;
	height: 70px;
	line-height: 70px;
	border-radius: 9999px !important;
}
@media (max-width: 1200px) {
	.top-page .custom-button a {
		width: 260px;
	}
}
@media (max-width: 850px) {
	.top-page .custom-button a {
		width: 240px;
		height: 50px;
		line-height: 50px;
	}
}
/* Arkheボックスリンク */
@media (max-width: 850px) {
	.top-page .ark-block-boxLinks {
		margin: 0 20px;
	}
}
/* 体験談リスト */
@media (max-width: 850px) {
	.top-page .special-voice-list {
		margin: 0 20px !important;
	}
	.top-page .special-voice-list li {
		margin: auto;
	}
	.top-page .special-voice-list li > div.entry-content {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		transition: opacity 0.5s ease;
		max-height: 10em;
	}
}
/* セクションブロック */
@media (max-width: 850px) {
	.top-page div.ark-block-section__bodyInner p {
		margin-left: 20px;
		margin-right: 20px;
	}
}
.top-page .tablet-desktop {
	display: block;
}
.top-page .smart-phone {
	display: none;
}
@media only screen and (max-width: 850px) {
	.top-page .tablet-desktop {
		display: none;
	}
	.top-page .smart-phone {
		display: block;
		margin: 0 20px;
	}
}
@media only screen and (max-width: 850px) {
	.top-page .blog-post-list ul {
		margin: 0 20px;
	}
}
.top-page h2.ark-block-heading__main {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 800px) {
	.top-page h2.ark-block-heading__main {
    font-size: 20px;
}
}
/* 体験談詳細ページのカスタマイズ */
.special-voice-list {
	list-style: none !important;
	padding-bottom: 3rem;
	margin-left: 0 !important;
}
.special-voice-list li {
	background: #fff;
	padding: 40px 40px 28px;
	border: 1px solid #ddd;
	display: grid;
	grid-template-columns: 90px 1fr;
	grid-template-rows: auto 1fr;
	gap: 15px;
	grid-template-areas:
		"left ."
		"left bottom";
}
.special-voice-list li > figure {
	grid-area: left;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 90px;
}
.special-voice-list li > figure > img {
	display: block;
	width: 90px !important;
	height: 90px !important;
	border-radius: 100%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.special-voice-list li h2.wp-block-post-title {
	margin: 0;
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
}
.special-voice-list li div {
	grid-area: bottom;
}
.special-voice-list li div p {
	margin-bottom: 0;
}
.special-voice-list li div img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
@media only screen and (max-width: 850px) {
	.special-voice-list li {
		padding: 30px 30px 18px;
	}
	.special-voice-list li > figure > img {
		width: 70px !important;
		height: 70px !important;
	}
}
@media only screen and (max-width: 600px) {
	.special-voice-list li {
		grid-template-columns: 70px auto;
		grid-template-rows: 70px auto;
		grid-template-areas:
			"image name"
			"bottom bottom";
	}
	.special-voice-list li h2.wp-block-post-title {
		grid-area: name;
		line-height: 70px;
	}
	.special-voice-list li > figure {
		grid-area: image;
	}
}

/* ブログ投稿リストのスタイル */
.blog-post-list ul {
	margin-left: 0;
	list-style: none;
}
.blog-post-list li {
	display: flex;
	flex-wrap: wrap;
	height: 200px;
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	transition: opacity 0.5s ease;
}
.blog-post-list li:hover {
	opacity: 0.8;
}
.blog-post-list li:hover > div {
	opacity: 0.5;
	transition: opacity 0.5s ease;
}
.blog-post-list li > figure {
	display: block;
	width: 350px;
	height: 200px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.blog-post-list li > figure > img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.blog-post-list li > div {
	width: 50%;
	height: 100%;
	padding: 0 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border: 1px solid #ddd;
	border-left: none;
}
.blog-post-list .wp-block-post-date time {
	font-size: 14px;
	color: #999;
	display: block;
	position: relative;
	line-height: 14px;
	padding: 0 0 0 20px;
}
.blog-post-list .wp-block-post-date time::before {
	font-family: "design_plus";
	content: "\e91d";
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 48%;
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
}
.blog-post-list li div.wp-block-group > .wp-block-post-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 18px;
	transition: opacity 0.5s ease;
	text-align: left;
}

.blog-post-list li a.wp-block-read-more {
	font-size: 0;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: transparent;
}
.blog-post-list li a.wp-block-read-more:hover {
	cursor: pointer;
}

@media only screen and (max-width: 850px) {
	.blog-post-list ul {
		margin: 0 50px;
	}
	.blog-post-list li {
		height: auto;
		display: flex;
	}
	.blog-post-list li > figure {
		height: auto;
		width: 50%;
		aspect-ratio: 350/200;
	}
	.blog-post-list li > div {
		padding: 30px;
		height: auto;
	}
	.blog-post-list .wp-block-post-title {
		font-size: 16px;
	}
}
@media only screen and (max-width: 600px) {
	.blog-post-list ul {
		margin: 0 20px;
	}
	.blog-post-list li {
		height: auto;
	}
	.blog-post-list li > figure {
		width: 100%;
	}
	.blog-post-list li > figure > img {
		object-fit: cover;
		width: 100%;
	}
	.blog-post-list li > div {
		width: 100%;
		padding: 25px;
	}
}

/* 用語集ページのスタイル */
.glossary-post-list ul {
	margin-left: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}
.glossary-post-list li.glossary, .glossary-post-list li.category-product  {
	width: fit-content;
	height: auto;
}
.glossary-post-list li.glossary .wp-block-post-title a, .glossary-post-list li.category-product .wp-block-post-title a {
	text-decoration: none;
	color: #121212;
	font-weight: 500;
	display: block;
	padding: 5px 25px;
	border: 2px solid var(--brand-color);
	border-radius: 9999px;
	font-size: 16px;
}
.glossary-post-list li.glossary .wp-block-post-title a:hover, .glossary-post-list li.category-product .wp-block-post-title a:hover {
	background: var(--brand-color);
	color: #fff;
	border: 2px solid var(--brand-secondary-color);
}

@media only screen and (max-width: 600px) {
	.glossary-post-list ul {
		gap: 7px;
	}
	.glossary-post-list li.glossary .wp-block-post-title a {
		padding: 5px 20px;
		font-size: 14px;
	}
}


/* がんリストのボタン調整 */
@media only screen and (max-width: 600px) {
	.cancer-list a.wp-block-button__link {
		font-size: 16px;
	}
}

a.wp-block-button__link {
	font-size: 16px;
}
.cancer-list div.disabled > a {
	opacity: 0.5;
	cursor: not-allowed;
}


/* 記事内の参考文献背景色 */
.ark-block-accordion.bg-white {
	background: #fff;
}

/* 固定ページタイトル */
#page_header.no_image .catch { font-size: 28px;}
@media only screen and (max-width: 600px) { #page_header.no_image .catch { font-size: 24px;}}

/* 医師詳細ページのアバター画像修正 */
.author_profile img.avatar {
	max-width: 100%;
}

/* 主に画像のマージン下を削除 */
.no-mb > img, .no-mb, .no-mb > figure img  {
	margin-bottom: 0 !important;
}
.no-mt > img, .no-mt, .no-mt > figure img {
	margin-top: 0 !important;
}


/* マイページ */
.delete_account_warning {
	text-align: center;
	margin-bottom: 2rem;
}

/* stepブロック */
.post_content .bg-white.custom-step {
	background: #fff;
	padding: 2rem;
}
.post_content .bg-white.custom-step .ark-block-step__number {
	background-color: var(--brand-color);
}

/* 著者ページ */
body.author #page_header .overlay.author {
	background: var(--brand-color) !important;
}

/* フッターフリー */
#footer_free_space {
	width: 100%;
	display: flex;
	background: transparent;
	column-gap: 1em;
	justify-content: center;
	align-items: center;
}
#footer_free_space a {
	display: block;
	background: transparent;
	height: auto;
}
#footer_free_space a > img {
	margin: 0;
}
@media screen and (max-width: 768px) {
	#footer_free_space {
		flex-direction: column;
	}
}

/* 専門家の意見ブロック */
.expert-balloon {
	background: #fff;
	padding: 2em 1.5em;
	column-gap: 1em;
}
@media screen and (max-width: 768px) {
	.expert-balloon {
		flex-direction: column;
	}
}

/* リンクに下線付ける */
/* .post_content a {
	text-decoration: underline;
} */

/* 研究論文リストのページネーション */
.blog-post-list > nav.wp-block-query-pagination.is-layout-flex.wp-block-query-pagination-is-layout-flex {
/* 	background: black; */
}
.research-list a.wp-block-query-pagination-next, .research-list a.wp-block-query-pagination-previous {
	background: var(--brand-color);
	color: #fff;
	padding: 1rem 2rem;
	border-radius: 2rem;
}
.research-list div.wp-block-query-pagination-numbers {
	display: flex;
	gap: .5rem;
	margin:0;
}
.research-list div.wp-block-query-pagination-numbers a.page-numbers {
	background: transparent;
	border: 2px solid var(--brand-color);
	color: #000;
	padding: .5rem;
}
.research-list div.wp-block-query-pagination-numbers span.page-numbers.current {
	background: var(--brand-color);
	border: 2px solid var(--brand-color);
	color: #fff;
	font-weight: bold;
	padding: .5rem;
}
@media screen and (max-width: 850px) {
	.blog-post-list > nav.wp-block-query-pagination.is-layout-flex.wp-block-query-pagination-is-layout-flex {
		margin: 2rem 50px 0;
	}
}
@media screen and (max-width: 600px) {
		.blog-post-list > nav.wp-block-query-pagination.is-layout-flex.wp-block-query-pagination-is-layout-flex {
			margin: 2rem 20px 0;
			flex-direction: column;
			gap: 2rem;
		}
		.research-list a.wp-block-query-pagination-next, .research-list a.wp-block-query-pagination-previous {

			margin:0;
	}
}

/* サロン一覧のアイコン */
.feature-icon {
	border: 5px solid;
	border-color: #e0e0e0;
	border-radius: 0.75rem;
	padding: 0.5rem;
}
.recommendation-box {
	border: 3px solid var(--brand-color);
}


/* ボタン */
.custom-button a {
	max-width: 100%;
	padding: 0 1.5em;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.5s ease;
	width: 300px;
	height: 70px;
	line-height: 70px;
	border-radius: 9999px !important;
}
@media (max-width: 1200px) {
	.top-page .custom-button a {
		width: 260px;
	}
}
@media (max-width: 850px) {
	.top-page .custom-button a {
		width: 240px;
		height: 50px;
		line-height: 50px;
	}
}
.disabled > a {
	opacity: 0.5;
	cursor: not-allowed;
}


/* レーダーチャートのCSS */
.radar-chart-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    padding: 35px;
    box-sizing: content-box;
}

.radar-chart-2 svg {
    width: 100%;
    height: 100%;
}

.radar-chart-2 dl {
    position: absolute;
    width: 100%;
    height: 100%;
}

.radar-chart-2 dl > div {
    position: absolute;
    color: #777;
    font-size: .75em;
    text-align: center;
}

.radar-chart-2 dl > div:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.radar-chart-2 dl > div:nth-child(2) {
    top: 31%;
    right: 7%;
    transform: translateX(50%);
}

.radar-chart-2 dl > div:nth-child(3) {
    bottom: 6%;
    right: 25%;
    transform: translateX(50%);
}

.radar-chart-2 dl > div:nth-child(4) {
    bottom: 6%;
    left: 25%;
    transform: translateX(-50%);
}

.radar-chart-2 dl > div:nth-child(5) {
    top: 31%;
    left: 7%;
    transform: translateX(-50%);
}

.radar-chart-2 dd {
    margin: 0;
}

.index_tab_post .no_splide.item { width:100%; margin-right:0; }

/* 星評価：https://motoki-design.co.jp/wordpress/wordpress-rating-star/*/
.rating-star .svg-color {
  position: relative;
}

.rating-star .svg-color:after {
  color: #ffb906;
  background: currentcolor;
  display: inline-block; /* これを追加してみてください */
  content: "";
  height: 100%;
  left: 0;
  -webkit-mask-image: var(--the-icon-svg);
  mask-image: var(--the-icon-svg);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 2ch;
  position: absolute;
  top: 0;
  width: 100%;
}