@charset "utf-8";
/* CSS Document */

table{
    border-collapse: collapse;
}
.hidden{
    display: none;
}
#compare_wrap{
	width: 1100px;
	margin: 0 auto;
}
#compare{
	font-size: 90%;
	width: 100%;
}
p.check{
	text-align:left;
	font-size:1rem;
}
.js-filter-form{
	margin:10px 0;
}
.js-filter-form label{
	border:1px solid #eee;
	border-radius:5px;
	background:#eee;
	padding:0 10px;
	line-height:300%;
	  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.js-filter-form label.pro10{
  background-color: #d2eceb;
}
.od11{
  background-color: #e8eaf1;
}
.cate{
  background-color: #d2d2d2 !important;
}
.head span{
	font-size:80%;
	color:#6b6b6b;
}
.head p{
	padding-bottom:5px;
}
.js-filter-items {
	margin: 0 auto;
	text-align: center;
	width: 1100px;
}
.js-filter-items th, .js-filter-items td {
	text-align: center;
	width: 138px;
	height: 60px;
	border: 1px solid #bbb;
}
.js-filter-items th {
  background-color: #f0f0f0;
	padding:10px;
	width:15%;
}
.js-filter-items td {
	width:17%;
}
.js-filter-items .head {
	background-color: #ededed;
	border-bottom: 4px solid #666;
	font-weight:bold;
	padding:10px;
}
.js-filter-items .head p{
	text-align:center;
}
.menu_fix {
	position: fixed;
	top: 80px;
	left: auto;
	width: 1100px;
}
table.js-filter-items{
	table-layout: fixed;
	display: block;
}
.step_btn2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  padding: 1em 2em;
  width: 240px;
  color: #aa000c;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
text-align:center;
text-decoration:none;
border:1px solid #aa000c;
  background-color: #fff;
	border-radius: 5px;
}
.step_btn2 a::after {
  content: '';
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

.step_btn2 a:hover {
  text-decoration: none;
  background-color: #aa000c;
	color:#fff;
	border:1px solid #fff;
}

/* tab */
@media only screen and (max-width: 999px) {
#compare_wrap{
	width: 98%;
}
p.check{
	text-align:center;
}
div.tableScroll{
  width: 100%;
  max-height: calc(100vh - 40px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
div.tableScroll table{
  width: 100%;
  min-width: 800px;
  table-layout: fixed;
}
.js-filter-form label{
	width: 90%;
	display:block;
	padding:0% 2%;
	margin:1% auto;
	line-height:400%;
	white-space: nowrap;
}
#compare{
	width: 100%;
}
.js-filter-items th, .js-filter-items td {
  text-align: center;
  min-width: 80px;
  padding: 10px;
  height: 10px;
  border: 1px solid #bbb;
}
.js-filter-items th.product{
	border-bottom: 5px solid #666;
}
.js-filter-items {
  }
.js-filter-items .fixed {
    left: 0;
  }
.menu_fix {
	position: relative;
	top:auto;
}
}