@charset "UTF-8";

/*----------------------------------
content
----------------------------------*/
.sub-title01 {
  margin-bottom: 15px;
}
.compare-list {
  margin: 0 0 20px;
  text-align: center;
}
.tab-subdetail-cnt {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 3.125%;
  background: #fff;
}

.tab-subdetail-cnt-inner {
  width: 100%;
  overflow: auto;
}

.tab-subdetail-cnt-inner::-webkit-scrollbar {
  height: 5px;
}

.tab-subdetail-cnt-inner::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.tab-subdetail-cnt-inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
.compare-list table {
  width: 1000px;
  margin-top: 20px;
  table-layout: fixed;
  border: solid #d1d1d1;
  border-width: 1px 1px 0 0;
}
.compare-list th, .compare-list td {
  padding: 10px 6px;
  border: solid #d1d1d1;
  border-width: 0 0 1px 1px;
  text-align: center;
  font-size: 92.30769%;
}
.compare-list th {
  text-align: left;
  line-height: 1.4;
  background: #eee;
}
.compare-list .ttl_list {
  font-size: 81.3%;
}
.compare-list .ttl_list th {
  text-align: center;
}
.compare-list th:first-child {
  width: 18%;
}
.compare-list td {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #fff;
}
.compare-list input[type=checkbox] {
  position: relative;
  top: 0.15em;
}
.compare-cur th,.compare-cur td {
  font-weight: bold;
  background: #c5e1a6;
}

.list-chui {
  font-size: 85.71429%;
  margin: 1em 0px;
  line-height: 1.9em;
}

.page-link {
  text-align: right;
  font-size: 85.71429%;
  margin-top: 20px;
}

.page-link li {
  display: inline-block;
  height: 35px;
  width: 35px;
  text-align: center;
  vertical-align: middle;
  line-height: 33px;
  border-radius: 50%;
  background-color: #548a31;
  color: #fff;
  margin-left: 2px;
}

.page-link li a {
  background-color: #fff;
  display: block;
  border: 1px solid #dfe5df;
  border-radius: 50%;
  text-decoration: none;
}

.page-link li a:hover {
  background-color: #f4f4f4;
}

