a.itemInr {
	transition: opacity 0.3s ease-in-out;
}
.two-column-container {
	display: grid;
	grid-auto-rows: 1fr;
	align-items: center;
	row-gap: 3.2rem;
}
@media screen and (min-width: 769px) {
	.two-column-container {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 3.2rem;
	}
}
@media screen and (max-width: 768.98px) {
	.two-column-container {
		grid-template-columns: 100%;
		align-items: center;
		row-gap: 3.2rem;
	}
}
.column-container li {
	border-radius: 8px;
	height: 100%;
	overflow: hidden;
}
.column-container li a {
	padding: 1.6rem;
	height: 100%;
	box-sizing: border-box;
}
nav.buttons li {
	border: 1px solid #859595;
	background-color: #fff;
	text-align: center;
}
nav.buttons li a {
	display: flex;
	justify-content: space-between;
	font-size: 2.0rem;
	font-weight: bold;
	text-decoration: none;
	padding: 25px 25px 24px;
	line-height: 1.45;
}
nav.buttons.content-ring li a {
	font-size: 1.6rem;
	padding: 15px 25px 14px;
}
.with-left-arrow,
.with-right-arrow {
	display: flex;
	align-items: center;
	position: relative;
}
.with-right-arrow::after,
.with-left-arrow::before {
	content: "";
	display: block;
	width: 2.4em;
	aspect-ratio: 29 / 7;
	background: url("/themes/custom/ucbcarejp/images/product_info/icn_arow_s_bk.svg") no-repeat center center;
	transition: all 0.3s ease-in-out;
}
.with-left-arrow::before {
	transform: scale(-1, 1);
}
.with-left-arrow:hover::before {
	margin-left: -10px;
	padding-right: 10px;
}
.with-right-arrow:hover::after {
	margin-right: -10px;
	padding-left: 10px;
}
nav.buttons li.link-prev a {
	justify-content: flex-start;
	text-align: left;
}
nav.buttons li.link-next a {
	justify-content: flex-end;
	text-align: right;
}


/*===========================================================================
 ↓↓↓ BKZxHS適応拡大LP ↓↓↓
===========================================================================*/
/*  共通
====================================*/
.page-lpHs {
	color: #333;
	font-size: 1.6rem;
}
.page-lpHs *,
.page-lpHs *::before,
.page-lpHs *::after {
	box-sizing: border-box;
}
.page-lpHs picture {
	display: block;
}
.page-lpHs img {
	max-width: 100%;
	height: auto;
}
.page-lpHs .pmd-ctsIdt {
	padding: 0 25px;
}
.page-lpHs .pmd-ctsWid {
	max-width: 1150px;
	margin: 0 auto;
}

.page-lpHs .pmd-ttl {
	font-weight: bold;
	text-align: center;
}
.page-lpHs .pmd-ttl .en {
	display: block;
	font-family: "Museo Sans", sans-serif;
	margin-bottom: 10px;
	color: #01b0b9;
	font-size: 1.8rem;
}
.page-lpHs .pmd-ttl .jp {
	display: block;
	font-size: 3.6rem;
	line-height: 1.56;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768.98px) {
	.page-lpHs .pmd-ctsIdt {
		padding: 0 30px;
	}
	.page-lpHs .pmd-ctsWid {
		max-width: 100%;
	}

	.page-lpHs .pmd-ttl .en {
		margin-bottom: 15px;
		font-size: 1.5rem;
	}
	.page-lpHs .pmd-ttl .jp {
		font-size: 2.5rem;
		line-height: 1.12;
	}
}

.page-lpHs .pmd-media {
	display: flex;
	flex-direction: row-reverse;
}
.page-lpHs .pmd-media .txtCol {
	margin: 55px 0 0;
	padding: 0;
}
.page-lpHs .pmd-media .ttl {
	padding-bottom: 9px;
	border-bottom: 1px solid rgba(42, 116, 117, 0.6);
	color: #333 !important;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.6;
}
.page-lpHs .pmd-media .lst {
	display: grid;
	grid-template-columns: 37px 1fr;
	margin-top: 12px;
}
.page-lpHs .pmd-media .lst .icn {
	width: 24px;
	padding-left: 4px;
	transform: translateY(5px);
}
.page-lpHs .pmd-media .lst .icn.-center {
	align-self: center;
	transform: translateY(0);
}
.page-lpHs .pmd-media .lst .date {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-family: "Museo Sans", sans-serif;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
}
.page-lpHs .pmd-media .lst .week {
	margin-left: -14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	font-size: 2rem;
	letter-spacing: normal;
}
.page-lpHs .pmd-media .lst .career {
	font-size: 1.8rem;
	line-height: 1.78;
}
.page-lpHs .pmd-media .lst .person {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.14;
	letter-spacing: 0.05em;
}
.page-lpHs .pmd-media .lst .name {
	font-size: 2.8rem;
	letter-spacing: 0.05em;
}
.page-lpHs .pmd-media .lst .dsc dl {
	margin-top: 8px;
}
.page-lpHs .pmd-media .lst .dsc dt {
	color: #2a7475;
	font-weight: bold;
	font-size: 1.8rem;
}
.page-lpHs .pmd-media .lst .dsc dt:not(:first-child) {
	margin-top: 15px;
}
.page-lpHs .pmd-media .lst .dsc dd {
	margin-top: 13px;
}
.page-lpHs .pmd-media .lst .dsc dd + dd {
	margin-top: 14px;
}
.page-lpHs .pmd-media .lst + .note {
	margin-top: 48px;
}
.page-lpHs .pmd-media .btnWrp {
	max-width: 320px;
	margin-top: 36px;
}
.page-lpHs .pmd-media .txt {
	margin-top: 14px;
	line-height: 1.75;
}
.page-lpHs .pmd-media .note {
	margin-top: 10px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.page-lpHs .pmd-media .note + .note {
	margin-top: 4px;
}
.page-lpHs .pmd-media .img {
	width: 340px;
	margin-right: 58px;
}
@media screen and (max-width: 768.98px) {
	.page-lpHs .pmd-media {
		flex-direction: column-reverse;
	}
	.page-lpHs .pmd-media .txtCol {
		padding: 0;
		margin: 21px 0 0;
	}
	.page-lpHs .pmd-media .ttl {
		padding-bottom: 15px;
		font-size: 2.1rem;
		line-height: 1.5;
	}
	.page-lpHs .pmd-media .lst {
		grid-template-columns: 30px 1fr;
		gap: 10px 0;
		margin-top: 11px;
	}
	.page-lpHs .pmd-media .lst .icn {
		width: 20px;
		padding-left: 0;
		transform: translateY(1px);
	}
	.page-lpHs .pmd-media .lst .date {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
	}
	.page-lpHs .pmd-media .lst .week {
		margin-left: -6px;
		margin-right: -5px;
		font-size: 1.5rem;
	}
	.page-lpHs .pmd-media .lst .career {
		margin-top: 1px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.page-lpHs .pmd-media .lst .person {
		font-size: 1.5rem;
	}
	.page-lpHs .pmd-media .lst .name {
		font-size: 1.9rem;
	}
	.page-lpHs .pmd-media .lst .dsc dl {
		margin-top: 4px;
	}
	.page-lpHs .pmd-media .lst .dsc dt {
		font-size: 1.5rem;
	}
	.page-lpHs .pmd-media .lst .dsc dt:not(:first-child) {
		margin-top: 13px;
	}
	.page-lpHs .pmd-media .lst .dsc dd {
		margin-top: 9px;
		margin-right: -20px;
	}
	.page-lpHs .pmd-media .lst .dsc dd + dd {
		margin-top: 8px;
	}
	.page-lpHs .pmd-media .lst + .note {
		margin-top: 24px;
	}
	.page-lpHs .pmd-media .btnWrp {
		max-width: 275px;
		margin-top: 34px;
	}
	.page-lpHs .pmd-media .txt {
		margin-top: 12px;
		line-height: 1.88;
	}
	.page-lpHs .pmd-media .note {
		font-size: 1.4rem;
	}
	.page-lpHs .pmd-media .note + .note {
		margin-top: 4px;
	}
	.page-lpHs .pmd-media .img {
		width: 200px;
		margin: 0 auto;
		padding-left: 20px;
	}
}

.page-lpHs .pmd-btn {
	display: block;
	position: relative;
	padding: 19px;
	border-radius: 8px;
	background-color: #00b0b9;
	border: 1px solid #00b0b9;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
	transition: opacity 0.3s ease-in-out;
}
.page-lpHs .pmd-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	background: url(https://hcp.ucbcares.jp/sites/default/files/2024-09/icn_arw.webp) no-repeat center / contain;
}
.page-lpHs span.pmd-btn::before {
	display: none;
}
.page-lpHs .pmd-btn.-end {
	border-color: #c7c7c7;
	background-color: #c7c7c7;
}
.page-lpHs .pmd-btn.-prepare {
	background-color: #fff;
	color: #00b0b9;
}
@media (any-hover: hover) {
	.page-lpHs a.pmd-btn:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 768.98px) {
	.page-lpHs .pmd-btn {
		padding: 18px 40px;
		border-radius: 6px;
	}
	.page-lpHs .pmd-btn::before {
		right: 15px;
	}
}

/*  キービジュアル
====================================*/
.page-lpHs .secKv {
	padding: 0;
}
.page-lpHs .secKv .kv img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768.98px) {
	.page-lpHs .secKv {
		background-image: url(https://hcp.ucbcares.jp/sites/default/files/2024-09/sp_kv_img.webp);
	}
	.page-lpHs .secKv .secInr {
		padding: 47px 0;
		min-height: 215px;
	}
	.page-lpHs .secKv .ttl {
		font-size: 2.5rem;
		line-height: 1.5;
		letter-spacing: 0.02em;
	}
}

/*  イントロ
====================================*/
.page-lpHs .secIntro {
	position: relative;
	background: url(https://hcp.ucbcares.jp/sites/default/files/2024-09/bg_img.webp) #fafffc no-repeat center / cover;
}
.page-lpHs .secIntro .secInr {
	padding: 75px 0;
}
.page-lpHs .secIntro .secTtl {
	color: #00b0b9;
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 1.69;
	letter-spacing: 0.05em;
	text-align: center;
}
.page-lpHs .secIntro .secCts {
	margin-top: 37px;
}
.page-lpHs .secIntro .box {
	padding: 35px 50px 50px;
	border-radius: 16px;
	background-color: #fff;
	text-align: center;
}
.page-lpHs .secIntro .boxTtl {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.33;
	letter-spacing: 0.05em;
}
.page-lpHs .secIntro .boxTtl > span {
	display: block;
}
.page-lpHs .secIntro .boxTtl > span + span {
	margin-top: 4px;
}
.page-lpHs .secIntro .boxTxt {
	margin-top: 12px;
	padding-top: 27px;
	border-top: 1px solid #00b0b9;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.2;
}
.page-lpHs .secIntro .txt {
	margin-top: 34px;
	line-height: 2.13;
}
.page-lpHs .secIntro .btnWrp {
	max-width: 530px;
	margin: 43px auto 0;
}
.page-lpHs .secIntro .btn {
	display: block;
	position: relative;
	padding: 27px 48px 27px 26px;
	border-radius: 12px;
	box-shadow: 0 8px 12px 0 rgba(90, 144, 147, 0.2);
	background-image: linear-gradient(97deg, #00b0b9 1%, #158d93 99%);
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.3s ease-in-out;
}
.page-lpHs .secIntro .btn::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	background: url(https://hcp.ucbcares.jp/sites/default/files/2024-09/icn_arw.webp) no-repeat center / contain;
}
@media (any-hover: hover) {
	.page-lpHs .secIntro .btn:hover {
		opacity: 0.7;
	}
}
@media screen and (min-width: 769px) {
	.page-lpHs .secIntro .secInr {
		max-width: 935px;
	}
}
@media screen and (max-width: 768.98px) {
	.page-lpHs .secIntro {
		background-image: url(https://hcp.ucbcares.jp/sites/default/files/2024-09/sp_bg_img.webp);
	}
	.page-lpHs .secIntro .secInr {
		padding: 40px 0 56px;
	}
	.page-lpHs .secIntro .secTtl {
		font-size: 2.3rem;
		line-height: 1.46;
		text-align: left;
	}
	.page-lpHs .secIntro .secCts {
		margin-top: 30px;
	}
	.page-lpHs .secIntro .box {
		padding: 15px 20px 25px;
		border-radius: 8px;
	}
	.page-lpHs .secIntro .boxTtl {
		font-size: 1.6rem;
	}
	.page-lpHs .secIntro .boxTxt {
		margin-top: 8px;
		padding-top: 23px;
		font-size: 1.8rem;
	}
	.page-lpHs .secIntro .txt {
		margin-top: 16px;
		line-height: 1.88;
	}
	.page-lpHs .secIntro .btnWrp {
		max-width: 100%;
		margin-top: 28px;
	}
	.page-lpHs .secIntro .btn {
		padding: 9px 40px 9px 30px;
		border-radius: 8px;
		box-shadow: 0 4px 6px 0 rgba(90, 144, 147, 0.2);
		background-image: linear-gradient(100deg, #00b0b9 1%, #158d93 99%);
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.page-lpHs .secIntro .btn::before {
		right: 10px;
	}
}

/*  Webセミナーのご案内
====================================*/
.page-lpHs .secSeminar {
	margin-top: 82px;
	overflow: hidden;
}
.page-lpHs .secSeminar .secCts {
	position: relative;
	margin-top: 58px;
	padding: 74px 50px 70px 0;
	z-index: 0;
}
.page-lpHs .secSeminar .secCts::before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	transform: translateX(133px);
	left: 0;
	background-color: #f5fcfc;
	z-index: -1;
}
@media screen and (max-width: 768.98px) {
	.page-lpHs .secSeminar {
		margin-top: 62px;
	}
	.page-lpHs .secSeminar .secCts {
		margin-top: 19px;
		padding: 45px 20px 26px;
	}
	.page-lpHs .secSeminar .secCts::before {
		transform: initial;
	}
}


/*  Web説明会のご案内
====================================*/
.page-lpHs .secSession {
	position: relative;
	margin-top: 80px;
	z-index: 0;
}
.page-lpHs .secSession::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5fcfc;
	z-index: -1;
}
.page-lpHs .secSession .secInr {
	padding: 82px 0 70px;
}
.page-lpHs .secSession .secCts {
	margin-top: 60px;
	padding: 44px 50px 24px;
	background-color: #fff;
}
/* .page-lpHs .secSession .pmd-media {
	padding: 0 78px 0 79px;
}
.page-lpHs .secSession .pmd-media .img {
	width: 242px;
} */
.page-lpHs .secSession .dateLst {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 28px;
	margin-top: 12px;
}
.page-lpHs .secSession .dateLst .itm {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	padding: 43px 0 44px;
	gap: 10px 0;
}
.page-lpHs .secSession .dateLst .date {
	flex: 1;
	font-weight: 500;
	font-family: "Museo Sans", sans-serif;
	font-size: 3.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	white-space: nowrap;
}
.page-lpHs .secSession .dateLst .date .year {
	display: block;
	margin-bottom: 4px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
.page-lpHs .secSession .dateLst .date .week {
	margin-left: -11px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	font-size: 1.8rem;
	letter-spacing: normal;
}
.page-lpHs .secSession .dateLst .date .time {
	display: block;
	margin-top: 4px;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
.page-lpHs .secSession .dateLst .btnWrp {
	flex: 1 1 190px;
	margin-bottom: -6px;
}
.page-lpHs .secSession .dateLst .btnWrp.-full {
	flex: 1;
}
.page-lpHs .secSession .dateLst .btnWrp .pmd-btn::before {
	right: 10px;
}
@media screen and (min-width: 769px) {
	.page-lpHs .secSession .pmd-media .txtCol {
		text-align: center;
	}
	.page-lpHs .secSession .pmd-media .ttl {
		padding-right: 16px;
	}
	.page-lpHs .secSession .pmd-media .note {
		display: flex;
		justify-content: center;
	}
	.page-lpHs .secSession .dateLst {
		position: relative;
	}
	.page-lpHs .secSession .dateLst::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #fff;
	}
	.page-lpHs .secSession .dateLst .itm {
		border-bottom: 1px solid #707070;
	}

	.page-lpHs .secSession .dateLst .btnWrp a.pmd-btn {
		padding-right: 27px;
	}
}
@media screen and (max-width: 768.98px) {
	.page-lpHs .secSession {
		margin-top: 77px;
	}
	.page-lpHs .secSession::before {
		top: 92px;
		height: calc(100% - 92px);
	}
	.page-lpHs .secSession .secInr {
		padding: 0 0 40px;
	}
	.page-lpHs .secSession .secCts {
		margin-top: 64px;
		padding: 30px 20px 10px;
	}
	/* .page-lpHs .secSession .pmd-media {
		padding: 0;
	}
	.page-lpHs .secSession .pmd-media .img {
		width: 175px;
		padding-left: 0;
	} */
	.page-lpHs .secSession .pmd-media .txtCol {
		margin-top: 0;
	}
	.page-lpHs .secSession .dateLst {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 40px;
	}
	.page-lpHs .secSession .dateLst .itm {
		padding: 20px 0;
	}
	.page-lpHs .secSession .dateLst .itm:not(:first-child) {
		border-top: 1px solid #707070;
	}
	.page-lpHs .secSession .dateLst .date {
		font-size: 2.5rem;
	}
	.page-lpHs .secSession .dateLst .date .year {
		margin-bottom: 5px;
		font-size: 1.3rem;
	}
	.page-lpHs .secSession .dateLst .date .week {
		margin-left: -7px;
		font-size: 1.4rem;
	}
	.page-lpHs .secSession .dateLst .date .time {
		margin-top: 6px;
		font-size: 1.6rem;
	}
	.page-lpHs .secSession .dateLst .btnWrp {
		flex: 1 1 158px;
		margin: 0 0 0 6px;
	}
	.page-lpHs .secSession .dateLst .btnWrp .pmd-btn {
		padding: 15px;
		font-size: 1.5rem;
	}
	.page-lpHs .secSession .dateLst .btnWrp a.pmd-btn {
		padding-right: 32px;
		padding-left: 18px;
	}
	.page-lpHs .secSession .dateLst .btnWrp .pmd-btn::before {
		right: 10px;
	}
}


/*  関連コンテンツ
====================================*/
.page-lpHs .secRelated {
	margin-top: 104px;
}
.page-lpHs .secRelated .secCts {
	margin-top: 60px;
}
.page-lpHs .secRelated .group + .group {
	margin-top: 70px;
}
.page-lpHs .secRelated .groupTtl {
	position: relative;
	margin-bottom: 13px;
	padding-left: 12px;
	color: #333 !important;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
.page-lpHs .secRelated .groupTtl::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -1px;
	transform: translateY(-50%);
	width: 1px;
	height: calc(100% - 1em);
	background-color: #01b0b9;
}
.page-lpHs .secRelated .mediaWrp {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}
.page-lpHs .secRelated .media .inr {
	display: flex;
	flex-direction: row-reverse;
	padding: 30px 50px;
	border-radius: 20px;
	background-color: #f5fcfc;
	text-decoration: none;
	transition: opacity 0.3s ease-in-out;
}
.page-lpHs .secRelated .media .txtCol {
	flex: 1;
	margin: 30px 0 0 40px;
	padding: 0;
}
.page-lpHs .secRelated .media .ttl {
	display: flex;
	align-items: flex-end;
	min-height: 72px;
	color: #333 !important;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.5;
}
.page-lpHs .secRelated .media .tagLst {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 9px -8px -8px 0;
}
.page-lpHs .secRelated .media .tagLst > li {
	margin: 0 8px 8px 0;
	padding: 5px 16px 6px;
	border-radius: 4px;
	border: solid 1px #2a7475;
	color: #2a7475;
	font-weight: bold;
	font-size: 1.5rem;
}
.page-lpHs .secRelated .media .tagLst > .lock {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: none;
	border-radius: initial;
	font-size: 0;
	width: 30px;
	height: 30px;
	padding: 0;
	background-color: #e6efef;
}
.page-lpHs .secRelated .media .tagLst > .lock::before {
	content: "";
	width: 19px;
	height: 19px;
	background-color: #2a7475;
	mask: url(/themes/custom/ucbcarejp/images/icn_lock.svg) no-repeat center / contain;
	-webkit-mask: url(/themes/custom/ucbcarejp/images/icn_lock.svg) no-repeat center / contain;
}
.page-lpHs .secRelated .media .txt {
	margin-top: 10px;
	line-height: 1.75;
}
.page-lpHs .secRelated .media .img {
	width: 515px;
}
.page-lpHs .secRelated .media .img.-contain {
	height: 300px;
	background-color: #fff;
}
.page-lpHs .secRelated .media .img.-contain img {
	max-height: 100%;
	object-fit: contain;
}
@media (any-hover: hover) {
	.page-lpHs .secRelated .media .inr:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 768.98px) {
	.page-lpHs .secRelated {
		margin-top: 62px;
	}
	.page-lpHs .secRelated .secCts {
		margin-top: 33px;
	}
	.page-lpHs .secRelated .group + .group {
		margin-top: 30px;
	}
	.page-lpHs .secRelated .groupTtl {
		padding-left: 10px;
		font-size: 1.8rem;
		line-height: 1.56;
	}
	.page-lpHs .secRelated .groupTtl::before {
		left: 0;
		height: calc(100% - 10px);
	}
	.page-lpHs .secRelated .groupCts {
		margin-top: 23px;
	}
	.page-lpHs .secRelated .mediaWrp {
		gap: 25px;
	}
	.page-lpHs .secRelated .media .inr {
		align-items: initial;
		flex-direction: column-reverse;
		padding: 20px 20px 25px;
		border-radius: 10px;
	}
	.page-lpHs .secRelated .media .txtCol {
		flex: initial;
		margin: 10px 0 0;
	}
	.page-lpHs .secRelated .media .ttl {
		font-size: 2.1rem;
	}
	.page-lpHs .secRelated .media .tagLst {
		margin: 3px -6px -6px 0;
	}
	.page-lpHs .secRelated .media .tagLst > li {
		margin: 0 6px 6px 0;
		padding: 3px 9px;
		border-radius: 2px;
		font-size: 1.3rem;
	}
	.page-lpHs .secRelated .media .tagLst > .lock {
		width: 35px;
		height: 35px;
	}
	.page-lpHs .secRelated .media .txt {
		margin-top: 5px;
		line-height: 1.88;
	}
	.page-lpHs .secRelated .media .img {
		width: 100%;
	}
	.page-lpHs .secRelated .media .img.-contain {
		height: 170px;
	}
}
/*===========================================================================
 ↑↑↑ BKZxHS適応拡大LP ↑↑↑
===========================================================================*/


