section.bt2 {
	border-top:2px solid #45BC90;
	position:relative;
}
section.bt2 .iconPoint {
	margin-top:-50px;
}


@media print, screen and (min-width:768px) {
	section.bt2 .iconPoint {
		margin-top:-60px;
	}

}



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

	table

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

.tableoutBox {
	position:relative;
}

#hikakuTable {
	width:100%;
	margin:0 auto 50px;
	line-height:1.4;
	font-family: 'Poppins', sans-serif;
	border-collapse:collapse;
}
#hikakuTable .red{
	color:#de4645;
}

#hikakuTable thead th,
#hikakuTable tbody td {
	text-align:center;
	vertical-align:middle;
	border-top-width:1px;
	border-color:#45BC90;
	border-style:solid;
}

#hikakuTable thead th {
	padding:5px 5px 10px;
	vertical-align:top;
	border-bottom-width:2px;
}
#hikakuTable thead th:nth-child(1) {
	width:29%;
	padding:5px;
	vertical-align:middle;
}
#hikakuTable thead th:nth-child(2) {
	width:34%;
	background:#fef6c4;
}
#hikakuTable thead th:nth-child(3) {
	width:1.5%;
}
#hikakuTable thead th:nth-child(4) {
	width:34%;
}
#hikakuTable thead th:nth-child(5) {
	width:1.5%;
}
#hikakuTable thead th:nth-child(1),
#hikakuTable thead th:nth-child(3),
#hikakuTable thead th:nth-child(5) {
	border-top:none;
	border-left:none;
}
#hikakuTable thead th:nth-child(2),
#hikakuTable thead th:nth-child(4) {
	border-top-width:2px;
	border-left-width:2px;
	border-right-width:2px;
}

#hikakuTable thead th:nth-child(1) figure {
	margin:auto;
}
#hikakuTable thead th:nth-child(2) figure,
#hikakuTable thead th:nth-child(4) figure {
	width:90%;
	max-width:180px;
	margin:5px auto 0;
}

#hikakuTable tbody td {
	height:50px;
}
#hikakuTable tbody td .number {
	font-size:1.72em;
	font-family: 'Barlow', sans-serif;
}
#hikakuTable tbody td:nth-child(1) {
	border-left-width:2px;
	font-size:1.15em;
	font-weight:700;
}
#hikakuTable tbody td:nth-child(2) {
	background:#fef6c4;;
}
#hikakuTable tbody td:nth-child(2),
#hikakuTable tbody td:nth-child(4),
#hikakuTable tbody td:nth-child(5) {
	border-left-width:2px;
	border-right-width:2px;
}
#hikakuTable tbody td {
	border-top-style:dotted;
	border-bottom-style:dotted;
}
#hikakuTable tbody tr:nth-child(6) td {
	border-bottom-width:2px;
	border-bottom-style:solid;
}

#hikakuTable tbody tr:nth-child(7) td {
	height:15px;
	padding:0;
}
#hikakuTable tbody tr:nth-child(7) td:nth-child(1) {
	border-left-style:none;
}
#hikakuTable tbody tr:nth-child(8) td {
	height:60px;
	border-top-width:2px;
	border-bottom-width:2px;
	border-top-style:solid;
	border-bottom-style:solid;
}
#hikakuTable tbody tr:nth-child(8) td:nth-child(2) {
	border:5px solid #de4645;
}

.tableoutBox .result {
	margin-bottom:30px;
	padding:10px 15px 15px;
	font-size:1.8rem;
	line-height:1.5;
	letter-spacing:0.1em;
	text-indent:0.05em;
	text-align:center;
	color:#ffffff;
	background:#de4645;
	position:relative;
}
.tableoutBox .result .number{
	font-size:2.8rem;
	font-family: 'Barlow', sans-serif;
}
.tableoutBox .result::after {
	content: '';
	display: block;
	margin: 0 auto;
	width:38px;
	height:15px;
	background:#de4645;
	position:absolute;
	top: -15px;
	left:0;
	right:0;
	transition:all 0.5s ease;
}
.tableoutBox .result::before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-right:32px solid transparent;
	border-left:32px solid transparent;
	border-bottom:35px solid #de4645;
	position:absolute;
	top: -46px;
	left:0;
	right:0;
}


/*----------------------------------------------------------
	Display：←559px 
----------------------------------------------------------*/

@media print, screen and (max-width:559px) {

	#hikakuTable {
		font-size:1.0rem;
	}
	#hikakuTable thead th:nth-child(1) {
		width:26%;
	}
	#hikakuTable thead th:nth-child(2),
	#hikakuTable thead th:nth-child(4) {
		width:37%;
	}
	#hikakuTable thead th:nth-child(3),
	#hikakuTable thead th:nth-child(5) {
		width:0%;
	}
	#hikakuTable thead th:nth-child(3),
	#hikakuTable thead th:nth-child(5),
	#hikakuTable tbody td:nth-child(3),
	#hikakuTable tbody td:nth-child(5) {
		display:none;
	}
	.tableoutBox {
		padding-top:130px;
	}
	#hikakuTable .case{
		width:90%;
		max-width:340px;
		margin:20px auto 0;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position:absolute;
		top:0;
		left:0;
		right:0;
	}
	#hikakuTable .case figure{
		display:block;
		width:50%;
	}
	#hikakuTable .case figure img{
		width:100%;
	}
	#hikakuTable .case div{
		width:55%;
		padding-top:10px;
		font-size:1.3rem;
	}

}

/*----------------------------------------------------------
	Display：560px →
----------------------------------------------------------*/

@media print, screen and (min-width:560px) {

	#hikakuTable {
		margin-top:40px;
		font-size:1.3rem;
	}
	#hikakuTable thead th .gray{
		font-size:1.1rem;
	}
	#hikakuTable thead th {
		border-bottom-width:3px;
	}
	#hikakuTable tbody td {
		height:65px;
	}
	#hikakuTable thead th:nth-child(1) figure {
		width:90%;
		max-width:200px;
	}
	#hikakuTable thead th:nth-child(2),
	#hikakuTable thead th:nth-child(4) {
		border-top-width:3px;
		border-left-width:3px;
		border-right-width:3px;
	}
	#hikakuTable tbody td:nth-child(1) {
		border-left-width:3px;
	}
	#hikakuTable tbody td:nth-child(2),
	#hikakuTable tbody td:nth-child(4),
	#hikakuTable tbody td:nth-child(5) {
		border-left-width:3px;
		border-right-width:3px;
	}
	#hikakuTable tbody tr:nth-child(6) td {
		border-bottom-width:3px;
	}
	#hikakuTable tbody tr:nth-child(8) td {
		height:80px;
		border-top-width:3px;
		border-bottom-width:3px;
	}	
	.tableoutBox .result .number{
		font-size:3.2rem;
	}
}

/*----------------------------------------------------------
	Display：769px →
----------------------------------------------------------*/

@media print, screen and (min-width:769px) {

	#hikakuTable {
		font-size:1.5rem;
	}

}
