/* ====================================
	共通
===================================== */
#bp-70m90{
}
/* インデント関連 */
/*
インデントが主にスマフォモードでズレてるのを調整
もう少しチューニングが必要

サイト全体的にインデントはズレてる印象
*/
#bp-70m90 .indent1 li{
	/* text-indent: -1rem; */
}
#bp-70m90 .indent2 li{
	text-indent: -1.5rem;
}
#bp-70m90 ul.star.indent1 li{
	text-indent: -1rem;
}
#bp-70m90 ul.star.indent2 li{
	text-indent: -1.5rem;
}

/* 特長 */
.itemBoxWrap .smallImg img {
	width: auto;
	max-width: 100%;
}
.itemBoxWrap .caption.image {
	padding: 0;
}
#siaa .flex-item.rightImg {
	max-width: none;
}
.indicesList {
	list-style-type: none;
	counter-reset: number;
}
.indicesList > li {
	position: relative;
	padding-left: 1.5em;
}
.indicesList > li::before {
	content: counter(number);
	counter-increment: number;
	color: #fff;
	display: block;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2em;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0.25em;
	z-index: 5;
}
.indicesList > li::after {
	content: '';
	display: block;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2em;
	background-color: #00975c;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.25em;
	z-index: 1;
}
.indicesImgWrap {
	display: flex;
}

/* 仕様 */
#specWrap a {
	text-decoration: underline;
}



/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	/* common */
	#bp-70m90 .br_pc{
		display: none;
	}
	/* オプション option.html */
	/* テーブル、半角英数の長い文字列が改行されない事象を調整 */
	#bp-70m90 table.table-option td{
		word-break: break-all;
	}
	/* 特長 */
	#siaa .flex-item.rightImg {
		width: 80%;
		margin: 0 auto;
	}
	#siaa .flex-container {
		display: block;
	}
	.itemBoxWrap #siaa .leftText {
		width: 100%;
	}
	#siaa.u-mt_25 {
		padding-top: 5rem;
		margin-top: -5rem !important;
	}
	#siaa.u-mt_25 li:first-child {
		padding-top: 25px;
	}
	.indicesImgWrap {
		flex-direction: column;
	}
	.indicesImgWrap .middleImg {
		width: 100%;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {
	/* common */
	#bp-70m90 .br_sp{
		display: none;
	}
	/* 概要 index.html */
	/* ラインアップ id=lineup */
	/* テーブル、仕様イレギュラー、項目多くなり表示崩れを調整 */
	#bp-70m90 .cost_table .item.iconImg{
		width: 5.5rem;
	}
	#bp-70m90 .cost_table .column2 .koumoku{
		width: 5.5rem;
	}
	/* 特長 */
	#siaa.u-mt_25 {
		padding-top: 92px;
		margin-top: -92px !important;
	}
	#siaa.u-mt_25 li:first-child {
		padding-top: 5rem;
	}
	.indicesImgWrap {
		justify-content: center;
		align-items: center;
	}
}
