@charset "utf-8";
table	{
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	height: auto;
	font-size: 0.8em;
}
table th	{
	margin: 0;
	padding: 10px;
	text-align: center;
	background-color: #99c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFF;
	line-height: 1.7em;
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
}
table td	{
	margin: 0;
	padding: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #F7F7F7;
	line-height: 2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: table-cell;
	vertical-align: middle;
}




.midashi{
	position: relative;
	color: #FFF;
	background: #99c;
	line-height: 40px;
	padding: 0.25em 0.5em;
	margin: 2em 0 0.5em;
	border-radius: 0 5px 5px 5px;
	width: 100%;
	font-weight: bold;
}

.midashi:after {/*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: 'Point';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
  }

#simulation{margin-bottom: 5rem;}
#simulation h4{
	color: #3cb371;
	font-size: 1.5rem;
}
#simulation table{margin-bottom: 0;}
#simulation table th{
	background-color: #3cb371;
	border-left: 1px #fff solid;
	width: 25%;
	font-weight: normal;
	font-size: 0.9rem;
}
#simulation table tr th:first-child{border-left: 1px #3cb371 solid;}
#simulation table tr th:last-child{border-right: 1px #3cb371 solid;}
#simulation table td{
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	background-color: #fff;
	text-align: center;
	font-size: 1.2rem;
}
#simulation table td:first-child{border-left: 1px #ccc solid;}
.right_up_border{
	background: url('data:image/svg+xml;charset=utf8,%3csvg%20preserveAspectRatio%3d%22none%22%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2010%2010%22%3e%3cline%20fill%3d%22none%22%20stroke%3d%22%23ffffff%22%20stroke%2dwidth%3d%220%2e2%22%20stroke%2dmiterlimit%3d%2210%22%20x1%3d%220%22%20y1%3d%220%22%20x2%3d%2210%22%20y2%3d%2210%22%2f%3e%3c%2fsvg%3e') no-repeat;
    background-size: 100%;
	position: relative;
}
.th-right-text,
.th-under-text{
	position: absolute;
	font-size: 0.9rem;
}
.th-right-text{
	right: 10px;
	top: 4px;
}
.th-under-text{
	left: 20px;
	bottom: 4px;
}
@media all and (-ms-high-contrast: none){
	.th-under-text{
		bottom: 0;
		top: 20px;
	}
}
.sub-th{
	background-color: #fafad2 !important;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
	color: #3cb371;
	line-height: 1 !important;
	padding: 1rem 0;
}
#simulation table td .small{
	font-size: 0.7rem;
}
.sub-th .small{
	display: block;
	color: #3cb371;
	font-size: 0.7rem;
	font-weight: normal;
	padding-top: 0.5rem;
}
.w-100{width: 100%;}

@media screen and (max-width : 767px){
	#simulation table th{
		font-size: 0.9rem;
		line-height: 1.2;
	}
	.th-right-text{
		right: 5px;
		top: 5px;
		font-size: 0.7rem;
	}
	.th-under-text{
		left: 5px;
		bottom: 5px;
		font-size: 0.7rem;
	}
	.sub-th{
		padding: 0.5rem 0 !important;
	}
	.sub-th .small{
		line-height: 1.3;
		padding: 5px 0 0;
	}
	#simulation table td{
		font-size: 0.9rem;
		padding: 0;
	}

}