/* ===============================================
+ common.cssからpostlist関連のスタイルを移動
----------------------------------------------- */

/* ページのTOPへ
----------------------------------------------- */
.postlist+.gotop {
	margin-top: 14px;
}

/* ===============================================
+ 中面パーツ：ボタン系
----------------------------------------------- */
/* ボタン01
----------------------------------------------- */
.postlist+.btn01 {
	margin-top: 20px;
}

.postlist_accordionBox+.btn01 {
	margin-top: 40px;
}

.btn01-type01.postlist_accordionBtn-open>a:after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 26px;
}

/* ボタン03
----------------------------------------------- */
.postlist+.btn03 {
	margin-top: 21px;
}

/* 記事リスト
----------------------------------------------- */
.postlist {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.postlist:after {
	content: "";
	display: block;
	width: 374px;
}

.postlist_accordionBox {
	overflow: hidden;
}

.postlist>li {
	width: 374px;
}

.postlist>li:nth-child(3)~li {
	margin-top: 33px;
}

.postlist_link {
	display: block;
}

.postlist_link a {
	text-decoration: none;
}

.postlist_link_thumb {
	margin: 0 0 15px;
}

.postlist_link_thumb>a {
	display: block;
}

.postlist_link_thumb>a>img,
.postlist_link_thumb>img {
	border-top: solid 5px #9c6a94;
	width: 100%;
	height: auto;
}

.postlist_link_cat {
	margin: 0 0 10px;
}

.postlist_link_cat>a {
	display: inline-block;
	padding: 1px 20px 0;
	border: solid 1px #666;
	color: #666;
	font-size: 1.3rem;
	vertical-align: top;
}

.postlist_link_date {
	float: left;
	margin-right: 20px;
	font-size: 1.4rem;
}

.postlist_link_date>a {
	color: #333;
}

.postlist_link_belong {
	font-size: 1.4rem;
	overflow: hidden;
}

.postlist_link_belong>a {
	font-weight: bold;
}

.postlist_link_belong_txt00 {
	color: #9c6a94;
}

.postlist_link_belong_txt01 {
	color: #f39939;
}

.postlist_link_belong_txt02 {
	color: #5dc2d0;
}

.postlist_link_outline {
	clear: both;
	padding: 12px 0 0;
}

.postlist_link_outline>a {
	color: #333;
	display: block;
}

.postlist_link_outline_hd {
	font-size: 1.6rem;
	line-height: 1.875;
	font-weight: bold;
}

.postlist_link_outline_txt,
.postlist_link_outline_txt01 {
	font-size: 1.4rem;
	line-height: 1.857;
	margin: 10px 0 0;
}

@media (max-width:767px) {
	.postlist {
		display: block;
	}

	.postlist:after {
		display: none;
	}

	.postlist>li {
		width: 100%;
		padding: 0 0 8px;
		border-bottom: solid 2px #dddddd;
	}

	.postlist>li+li,
	.postlist>li:nth-child(3)~li {
		margin-top: 25px;
	}

	.postlist_link_thumb>a>img,
	.postlist_link_thumb>img {
		border-top: solid 3px #9c6a94;
		width: 100%;
		height: auto;
	}

	.postlist_link_outline_txt {
		display: none;
	}
}

/* タイプ01：最初2つだけ多い */
.postlist-type01>li:nth-child(1),
.postlist-type01>li:nth-child(2) {
	width: 570px;
	margin: 0 0 53px;
}

.postlist-type01>li:nth-child(3)~li {
	margin-top: 0;
}

@media (max-width:767px) {

	.postlist-type01>li:nth-child(1),
	.postlist-type01>li:nth-child(2) {
		width: 100%;
		margin: 0;
	}

	.postlist-type01>li:nth-child(1)~li {
		margin-top: 15px;
	}

	.postlist-type01 .postlist_link_thumb {
		display: none;
	}

	.postlist-type01>li:nth-child(1) .postlist_link_thumb,
	.postlist-type01>li:nth-child(2) .postlist_link_thumb {
		display: block;
	}
}

/* 色違い01：オレンジ */
.postlist-c01 .postlist_link_thumb>a>img,
.postlist-c01 .postlist_link_thumb>img {
	border-color: #f39939;
}

/* 色違い02：水色 */
.postlist-c02 .postlist_link_thumb>a>img,
.postlist-c02 .postlist_link_thumb>img {
	border-color: #5dc2d0;
}

/* ===============================================
+ CMS専用パーツ
----------------------------------------------- */
/* 見出しA
----------------------------------------------- */
.post_hdA {
	font-size: 2.5rem;
	font-weight: bold;
	border-bottom: solid 5px #9c6a94;
	margin: 60px -20px 30px;
	padding: 0 20px;
}

.sct02_inner>.post_hdA:first-child {
	margin-top: 0;
}

.post_hdA+br {
	display: none;
}

/* 色違い01：オレンジ（体力医学研究所） */
body.tai-ken .post_hdA {
	border-color: #f39939;
}

/* 色違い02：水色（ウェルネス開発室） */
body.wellness .post_hdA {
	border-color: #5dc2d0;
}

/* 見出しB
----------------------------------------------- */
.post_hdB {
	font-size: 1.8rem;
	font-weight: bold;
	color: #9c6a94;
	margin: 20px 0 10px;
}

.post_hdA+.post_hdB,
body.post .sct02_inner>.post_hdB:first-child {
	margin-top: 0;
}

.post_hdB+br {
	display: none;
}

/* 色違い01：オレンジ（体力医学研究所） */
body.tai-ken .post_hdB {
	color: #f39939;
}

/* 色違い02：水色（ウェルネス開発室） */
body.wellness .post_hdB {
	color: #5dc2d0;
}

/* 見出しC
----------------------------------------------- */
.post_hdC {
	font-size: 1.8rem;
	font-weight: bold;
	background: #f7d8f2;
	color: #333;
	padding: 5px 0 5px 14px;
	margin: 40px 0 20px;
}

.post_hdB+.post_hdC,
.sct02_inner>.post_hdC:first-child {
	margin-top: 0;
}

.post_hdC+br {
	display: none;
}

/* 色違い01：オレンジ（体力医学研究所） */
body.tai-ken .post_hdC {
	background: #ffeac0;
}

/* 色違い02：水色（ウェルネス開発室） */
body.wellness .post_hdC {
	background: #bce4e9;
}

/* リード文
----------------------------------------------- */
.post_lead {
	font-size: 2.5rem;
}

.post_lead+br {
	display: none;
}

/* 囲み文
----------------------------------------------- */
.post_boxed {
	border: solid 2px #dddddd;
	padding: 42px 50px 40px;
}

.post_boxed+br {
	display: none;
}

@media (max-width:767px) {
	.post_boxed {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* 画像
----------------------------------------------- */
.post_fig {
	margin: 20px auto;
	text-align: center;
	width: 710px;
	max-width: 100%;
}

.post_fig_img {
	display: inline-block;
	position: relative;
	max-width: 100%;
}

.post_fig_img>img {
	width: 100%;
	height: auto;
	display: block;
}

.post_fig_cap {
	text-align: center;
	font-weight: bold;
	margin-top: 4px;
}

.post_figLink {
	text-decoration: none !important;
	color: inherit !important;
	display: block;
	margin: 20px auto;
	text-align: center;
	width: 710px;
	max-width: 100%;
}

.post_fig+br {
	display: none;
}

/* 注釈
----------------------------------------------- */
.post_note {
	font-size: 1.5rem;
}

.post_note+br {
	display: none;
}

/* 下線
----------------------------------------------- */
.post_u {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

/* 協調
----------------------------------------------- */
.post_strong {
	font-weight: bold;
}

/* 注意
----------------------------------------------- */
.post_notice {
	font-weight: normal;
	color: #ec6d81;
}


/* リンクアイコン
----------------------------------------------- */
/* PDF */
.postlist .icoPDF:after {
	display: none;
}

.postlist .icoPDF .postlist_link_outline_hd .ellipsis:after {
	display: inline-block;
	content: url(../img/ico_pdf.png);
	vertical-align: middle;
	margin-left: 5px;
}

.postlist .icoMovie:after {
	display: none;
}

.postlist .icoMovie .postlist_link_outline_hd .ellipsis:after {
	display: inline-block;
	content: url(../img/ico_movie.png);
	vertical-align: middle;
	margin-left: 5px;
}


/* ===============================================
+ トップページ 新着情報(CMS出力部分)
----------------------------------------------- */

.top_news_list {
	list-style: none;
	margin-top: 20px;
}

@media (max-width:767px) {
	.top_news_list {
		list-style: none;
		margin-top: calc(40px * var(--windowScale));
	}
}

.top_news_list_item:first-of-type {
	border-top: #C0C0C0 solid 1px;
}

.top_news_list_item {
	border-bottom: #C0C0C0 solid 1px;

	text-decoration: none;
	color: #000000;
	display: grid;
	grid-template-columns: 1fr 200px;
	column-gap: 20px;
	margin-left: 20px;
	margin-right: 32px;
	padding-top: 20px;
	padding-bottom: 30px;
}

@media (max-width:767px) {
	.top_news_list_item {
		grid-template-columns: 100%;
		column-gap: 0;
		margin-left: calc(29px * var(--windowScale));
		margin-right: calc(29px * var(--windowScale));
		padding-top: calc(10px * var(--windowScale));
		padding-bottom: calc(60px * var(--windowScale));
		row-gap: calc(40px * var(--windowScale));
	}
}

.top_news_list_text {
	margin-top: 20px;
	display: grid;
	grid-auto-flow: column;
	column-gap: 20px;
	grid-template-columns: auto auto 1fr;

}

@media (max-width:767px) {
	.top_news_list_text {
		margin-top: 0;
		display: grid;
		grid-auto-flow: row;
		row-gap: calc(10px * var(--windowScale));
		grid-template-columns: auto 1fr;
	}
}

.top_news_list_date {
	grid-row: 1;
	width: fit-content;
	height: fit-content;
	font-size: 1.4rem;
	line-height: 2.4;
	letter-spacing: 0;
}

@media (max-width:767px) {
	.top_news_list_date {
		grid-row: 1;
		grid-column: 1/-1;
		font-size: calc(2.1rem * var(--windowScale));
	}
}

.top_news_list_cat {
	grid-row: 1;
	width: fit-content;
	height: fit-content;
	font-size: 1.3rem;
	line-height: calc(23/13);
	letter-spacing: 0;
	border: solid 1px #666666;
	padding-inline: 25px;
	transform: translateY(0.4rem);

	color: #000000;
	text-decoration: none;
}

@media (max-width:767px) {
	.top_news_list_cat {
		grid-row: 2;
		grid-column: 1;
		font-size: calc(2rem * var(--windowScale));
		border: solid 1.5px #666666;
		padding-inline: calc(38px * var(--windowScale));
		transform: translateY(calc(8px * var(--windowScale)));
	}
}

.top_news_list_belong {
	grid-row: 1;
	width: fit-content;
	height: fit-content;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.4;
	letter-spacing: 0;

	text-decoration: none;
}

@media (max-width:767px) {
	.top_news_list_belong {
		grid-row: 2;
		grid-column: 2;
		font-size: calc(2.1rem * var(--windowScale));
	}
}

.top_news_list_belong._txt00{
	color: #9c6a94;
}
.top_news_list_belong._txt01{
	color: #f39939;
}
.top_news_list_belong._txt02{
	color: #5dc2d0;
}

.top_news_list_title {
	color: #000000;
	text-decoration: none;
	grid-row: 2;
	grid-column: 1/-1;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.02em;
}

@media (max-width:767px) {
	.top_news_list_title {
		grid-row: 3;
		grid-column: 1/-1;
		font-size: calc(2.6rem * var(--windowScale));
	}
}

.top_news_list_image {
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media (max-width:767px) {
	.top_news_list_image {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}

.top_news_list_moreLink {
	display: grid;
	justify-content: flex-end;
}

.top_news_list_moreLink>a {
	text-decoration: none;
	position: relative;
	color: #333;
	padding-right: 21px;
	text-align: right;
	margin-top: 15px;
}

@media (max-width:767px) {
	.top_news_list_moreLink {
		margin-top: calc(30px * var(--windowScale));
		transform: translateX(calc(-10px * var(--windowScale)));
		font-size: calc(2.7rem * var(--windowScale));
	}
}

.top_news_list_moreLink>a:hover {
	text-decoration: underline;
	opacity: 1;
}

.top_news_list_moreLink>a:after {
	position: absolute;
	content: "";
	display: block;
	top: calc(10 * 1em / 18);
	right: 0;
	border-right: solid 1px #9c6a94;
	border-bottom: solid 1px #9c6a94;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width:767px) {
	.top_news_list_moreLink>a:after {
		top: calc(10 * 1em / 18);
		right: 0;
		border-right: solid 1px #9c6a94;
		border-bottom: solid 1px #9c6a94;
		width: calc(8 * 1em / 18);
		height: calc(8 * 1em / 18);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}