@charset "UTF-8";

/* --------------------------------------- 

Aboutページ　ポイント

--------------------------------------- */

.pointArea .pointBlc{
	padding: 20px 20px 0;
}
.pointArea .pointBlc .pointHead{
	padding-bottom: 20px;
	text-align: center;
}
.pointArea .pointBlc .pointHead p{
	font-style: italic;
	padding-bottom: 15px;
}
.pointArea .pointBlc .pointHead .txt{
	font-weight: 900;
	display: block;
	position: relative;
	font-size: 12px;
}
.pointArea .pointBlc .pointHead .txt::after{
	position: absolute;
	content: "";
	display: block;
	background: #DEDEDE;
	height: 1px;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}
.pointArea .pointBlc .pointHead .txt span{
	display: inline-block;
	padding: 0px 20px;
	background: #fff;
}
.pointArea .pointBlc .pointHead .num{
	font-size: 29px;
	font-weight: 900;
	padding-top: 6px;
	display: block;
}
.pointArea .pointBlc .pointHead h2{
	font-size: 20px;
}
.pointArea .pointBlc .pointContents img{
	margin-bottom: 20px;
	border-radius: 10px;
	width: 100%;
}
.pointArea .pointBlc .pointContents p{
	padding-bottom: 25px;
	line-height: 1.9;
	font-size: 14px;
}
/* .pointArea .pointBlc .pointContents p .cRed{
	color: #F48084;
} */


.pointArea .pointBlc .pointNote{
	font-size: 12px;
	padding-top: 5px;
}

/* タイトル装飾 */
li.pointBlc{
	border-top: 2px solid #DEDEDE;
  position: relative;
  margin-top: 40px;
}

li.pointBlc::after{
  position: absolute;
  content: "";
  display: block;
  background: var(--color-primary);
  width: 100px;
  height: 3.4px;
  right: 0;
  left: 0;
  top: -2.8px;
  margin: auto;
}
/* /タイトル装飾/ */


/* リスト黒丸 */
ul.pointList{
	padding-bottom: 25px;
}

dl.pointList dt::before,
ul.pointList li::before{
	background: #000;
	content: "";
	display: inline-block;
	border-radius: 50%;
	line-height: 2;
	height: 6px;
	width: 6px;
	margin-right: 5px;
	position: absolute;
	left: 2px;
	top: 10px;
}

dl.pointList dd,
ul.pointList li{
	line-height: 1.8;
	padding-bottom: 8px;
	font-size: 14px;
	padding-left: 16px;
	position: relative;
}

dl.pointList dt{
	/* line-height: 1.8; */
	/* padding-bottom: 6px; */
	font-size: 14px;
	padding-left: 10px;
	position: relative;
}

dl.pointList dt{
	font-weight: bold;
}


/* ----------------------------------------

スペックテーブル

---------------------------------------- */
.priceTable table{
	width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.3;
}

.priceTable table th,
.priceTable table td{
	/* display: block; */
	padding: 12px;
	vertical-align: middle;
	text-align: center;
	/* width: calc(100%  / 4); */
}

.priceTable table td{
	text-align: center;
}

.priceTable table th{
	background: #F2F2F1;
	border: 1px solid var(--color-border);
}
.priceTable table td{
	border-left: 1px solid var(--color-border);
	border-right: 1px solid var(--color-border);
}

.priceTable table td.gradeCell{
	background: var(--color-secondary);
}

.priceTable table tr td{
	border-bottom: 1px solid var(--color-border);
}



@media print, screen and (min-width: 960px){
	.pointArea{
		width: 764px;
		margin: 0 auto;
	}
	.pointArea .pointBlc{
		padding-bottom: 40px;
	}
	.pointArea .pointBlc .pointHead{
		padding: 23px 0 40px;
	}
	.pointArea .pointBlc .pointHead .txt::after{
		width: 182px;
		right: 0;
	}
	.pointArea .pointBlc .pointHead h2{
		font-size: 24px;
	}
	.pointArea .pointBlc .pointContents p{
		font-size: 16px;
		line-height: 2;
		padding-bottom: 30px;
	}



	/* リスト開業 */
	br.pointlibr{
		display: none;
	}


	/* リスト黒丸 */
	ul.pointList{
		padding-bottom: 30px;
	}

	dl.pointList dd::before,
	ul.pointList li::before{
		line-height: 2;
		height: 10px;
		width: 10px;
		margin-right: 7px;
	}
	/* リスト黒丸 */
	dl.pointList dd,
	ul.pointList li{
		line-height: 1.8;
		padding-bottom: 10px;
		font-size: 16px;
		padding-left: 21px;
	}

	dl.pointList dt{
		font-size: 16px;
		padding-left: 14px;
		position: relative;
	}
	

/* ----------------------------------------

スペックテーブル

---------------------------------------- */
.priceTable table{
	font-size: 16px;
	line-height: 1.6;
}

}


/* --------------------------------------- 

WP 読み込み

--------------------------------------- */
/* #column {
	overflow: hidden;
} */
