/*================================================
* BCPOS ハード　dispenser 個別ページ　CSS設定
================================================*/

#table {
	text-align: center;
	color: #000;
	margin-bottom: 20px;

}


table {
	display: table !important;
	table-layout: fixed;
	margin-left: auto;
	box-sizing: border-box;
	overflow-x: scroll;
	width: 100%;
}


.col1 {
	width: 100px;
}

.col2 {
	width: 100px;
}

.col3 {
	width: 135px;
}

.col4 {
	width: 135px;
}

.col5 {
	width: 135px;
}

.col6 {
	width: 135px;
}

.col7 {
	width: 135px;
}

.col8 {
	width: 135px;
}


.rline {
	border-right: 2px solid #6a7a93 !important;
}

.change-head {
	background: #293a50;
	padding: .7em;
	color: #fff;
	height: 32px;
}

.change-head h3 {
	color: #fff;
	font-weight: 300;
}

table br {
	display: none;
}

table tr {
	border: 1px solid #c7c7c7;
	box-sizing: border-box;
	width: 20px;
}

table img {
	max-width: 200px;
}

table th {
	background: #f5f5f5;
	border-right: 1px solid #c7c7c7;
	padding: 0.5em;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13px !important;
	white-space: nowrap;
}


table th {
	width: 50px !important;
	table-layout: fixed;
}

table td {
	background: #fff;
	padding: 0.6em;
	text-align: center;
	word-break: keep-all;
	box-sizing: border-box !important;
	font-size: 1.2rem;
	border-right: 1px solid #bebebe;
	line-height: 20px;

}

table td span {
	color: #f00;
	font-weight: bold;
	font-size: 18px;

}

table td span.utext {
	color: initial;
}

.compare01 td {
	word-break: break-all !important;
}

.change-merit {
	margin: 0 0 40px;
	display: flex;
	gap: 30px 50px;
}

.change-merit h3 {
	margin: 30px 0 10px;
}

.change-merit ul {
	display: inline-block;
}

.change-merit li {
	line-height: 25px;
}

.change-merit li::before {
	content: "■";
	color: #d1debc;
	margin-right: 10px;
}

.list {
	list-style: disc inside;
}


p {
	line-height: 25px;
}

/**/

h2.cmp1_L2 {}

@media only screen and (max-width: 1024px) {
	.change-merit {
		margin: 0 15px 40px;
	}

	.mrl-15 {
		margin: 0 15px;
	}
}

@media only screen and (max-width: 728px) {
	h2.cmp1_L2 {
		font-size: 5vw;
	}
}

table br {
	display: block;
}

table.compare01 {
	margin-top: 1vh;
	font-size: 0.8rem;
	/*margin: 10px;*/
}


table.compare01 td,
table.compare01 th {
	border: 1px solid #b6e4ff;
	border-collapse: collapse;
	background-clip: padding-box;
}

table.compare01 td,
th {
	position: relative;
	padding: 10px;
	width: 50px;
	height: 25px;
	font-weight: 500;
	text-align: center;
}

table.compare01 td.text_blue,
table td.text_blue,
table th.text_blue {
	color: #0956be;
	font-weight: bold;
	background: #ebf4f7;
	background-clip: padding-box;
}

table.compare01 td:first-child {
	background: #e6f5fd;
	font-weight: 600;
}

table.compare01 td.cell_W {
	background: #fff;
}

table.compare01 th.cell_B {
	background: #202020;
	color: #fff;
}

table.compare01 span.new {
	position: relative;
}



.scroll {
	overflow: auto;
	width: 96%;
	margin: auto;
}

.scroll::-webkit-scrollbar {
	height: 15px;
}

.scroll::-webkit-scrollbar-track {
	background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.date-cost {
	font-size: 1.2rem;
	color: red;
	font-weight: 700;
}

h2.cmp2_L2 {
	width: 100%;
	font-size: 28px;
	font-weight: 500;
	background: #114eaf;
	padding: 1rem;
	color: #fff;
	margin: 5vh 0 0 0;
}

@media only screen and (max-width: 767px) {

	table {
		display: inlinne-table !important;
		table-layout: fixed;
		margin-left: auto;
		box-sizing: border-box;
		overflow-x: scroll;
		width: 100%;
	}

	h2.cmp2_L2 {
		font-size: 5vw;
	}

	table h3 {
		padding: 16px;
	}

	table td {
		border-right: 0px;
	}

	table th {
		width: 100% !important;
		height: auto;
	}

	.change-head {
		padding: 10px;
	}

	.change-head h3 {
		padding: 0;
	}
}


table.compare02 {
	width: 100%;
	margin-top: 1vh;
	font-size: 0.9rem;
}

table.compare02 td {
	border: 1px solid #b6e4ff;
	border-collapse: collapse;
}

table.compare02 td:first-child,
table.compare02 td.cell_Blue {
	background: #e6f5fd;
	font-weight: 600;
}

table.compare02 td {
	padding: 15px;
	width: 30px;
	height: 25px;
}

table.compare02 th {
	padding: 5px;
	width: 100%;
	height: 25px;
	font-weight: 700;
	vertical-align: bottom;
}

table.compare02 td.cell_Green {
	background: #e0f2d6;
	color: #387617;
	font-size: 1.15rem;
}

table.compare02 tr.no-border {
	border: 1px solid #fff;
}

.balloonG {
	position: relative;
	display: inline-block;
	margin: 0.5em 0;
	padding: 15px 20px;
	min-width: 150px;
	max-width: 100%;
	color: #fff;
	font-size: 16px;
	background: #71b44b;
	border-radius: 7px;
}

.balloonG:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #71b44b;
}

.balloonB {
	position: relative;
	display: inline-block;
	margin: 0.5em 0;
	padding: 15px 20px;
	min-width: 120px;
	max-width: 100%;
	color: #fff;
	font-size: 16px;
	background: #7dbaf7;
	border-radius: 7px;
}

.balloonB:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #7dbaf7;
}

.notes {

	margin-top: 10px;
	display: block;
	color: #676767;
	font-size: 11px
}

/*@media screen and (min-width:729px) and (max-width:767px){
table th {
  width: 180px!important;
}
}*/


@media screen and (max-width: 767px) {
	/*ここからメディアクエリ*/


	/*  .sponly {
    display: inline-table!important;
  }*/
	.sponly {
		display: table !important;
		margin: 0 auto;
		text-align: center;
		width: 98%;
	}

	table {
		border: none;
		/*	display:inline-block!important;*/
	}

	tbody {}

	table td {
		width: 3rem;
	}

	table th br {
		display: none;
	}

	table th {
		width: 100%;
		border-bottom: 1px solid #ccc;
	}

	table td {
		width: 100%;
	}

	.main {
		background: #868686;
		border-bottom: 1px solid #ccc;
		color: white;
		padding: 10px;

	}

	table tr td {
		display: block;
		/*tdをブロックレベルに（セルをやめる）*/
		/*	border-top: 0.4px solid #ccc;*/
		min-height: 36px;
		border-bottom: none;
	}

	table tr td::before {
		/*tdに擬似要素 ::before*/
		content: attr(aria-label);
		/*aria-label属性の値をコンテンツに*/
		float: left;
		/*テキストを左寄せにする*/
		font-weight: bold;
		padding-left: .7em
	}

	table tr td::after {
		/*クリアフィックス（コレは不要かもしれません）*/
		content: "";
		display: table;
		clear: both;
	}

	table tbody th {
		display: block;
		/*tbody内の thをブロックレベルに（セルをやめる）*/
		/*		border:none; */
		height: 25px;
	}

	.accessory table th {
		width: 100%;
	}

	.change-merit {
		display: block;
	}

}

.accessory table td {
	text-align: center;
	width: 100%;

}
}




/*
@media screen and (min-width: 768px){
	.sponly {
		display:none;

	}


}
*/
