/* =============================================================
  特集　.feature
============================================================= */
/* メインビジュアル .mvisual
-------------------------------------------*/
/* 見出し・文字
--------------------------------*/
/* h1 */
.feature .mvisual h1 {
	line-height: 0; /* style.cssの打ち消し */
	background: none; /* style.cssの打ち消し */
	border-radius: 0; /* style.cssの打ち消し */
	padding: 0; /* style.cssの打ち消し */
}

/* 商品 .feature_product
-------------------------------------------*/
/* ブロック
--------------------------------*/
/* block */
.block.feature_product {
	margin-top: 3rem;
}
/* .sub_blcok */
.feature_product .sub_block.flex {
	gap: 1rem 4.1666%;
	margin-top: 4rem;
}

/* イメージ(左）
--------------------------------*/
/* image */
.feature_product .image {
	position: relative;
	flex-basis: 33.333%;
	background: url(https://rollupbanner.tenjikai-professional.com/wp/wp-content/uploads/feature_product_bg.jpg) no-repeat bottom;
}
/* img */
.feature_product .image img {
	position: absolute;
	bottom: 0;
}

/* 詳細（右)
--------------------------------*/
/* 共通
---------------------*/
/* detail */
.feature_product .detail {
	position:relative;
	flex-basis: calc(100% - 4.1666% - 33.333%);	
}
/* 見出し・文章
---------------------*/
/* h2 */
.feature_product .detail h2 {
	margin-top: 0.8rem;
}
/* h2 + p */
.feature_product .detail h2 + p {
	margin-top: 0.8rem;
}
/* p + p */
.feature_product .detail p + p {
	margin-top: 0.8rem;
}

/* アイコン
---------------------*/
/* ul.icon */
.feature_product .detail ul.icon {
	justify-content: start;
	gap: 0.5rem;
}
/* li p */
.feature_product .detail .icon li p {
	display: inline-block;
	color: #fff;
	font-weight: 900;
	background-color: #333;
	border-radius: 20px;
	padding: 0.3rem 1rem;
}
/* アイコンの色 */
.feature_product .detail .icon li:first-child p { background-color: var(--color-secondary); }
.feature_product .detail .icon li:last-child p { background-color: var(--color-primary); }


/* テーブル
---------------------*/
/* table */
.feature_product .detail table {
	/* position: absolute; */
	bottom: 0;
}
/* th.td */
.feature_product .detail th,
.feature_product .detail td {
	padding: 0.4rem;
}
/* th */
.feature_product .detail th {
	width: calc(100% / 4);
}
/* td */
.feature_product .detail td {
	text-align: center;
}

/* セット .set
-------------------------------------------*/
/* 1つめのp */
.set p:first-child {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.1;
	background-color: var(--color-secondary);
	border-radius: 3px;
	padding: 1rem;
}

/* ボタン .cmn_btn
-------------------------------------------*/
/* a */
a.cmn_btn {
	display: block;
	width: 45.833%;
	margin: 3rem auto 0;
}