@charset "utf-8";
/* CSS Document */ :root {
  --table_line: #E3E3E3; /*var(--table_line)*/
  --table_line_BgBlack: #5b5b5b;
}
.table_block dl.table_choice {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: 0px;
  font-size: 1.2rem;
  word-break: break-all;
}
.table_block dl.table_choice dt {
  width: 17rem;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  cursor: pointer;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  aspect-ratio: 300 / 52;
  background-color: #DCDFE4;
  border-radius: 0.4rem;
}
.table_block dl.table_choice dt .button {
  width: 100%;
  height: 100%;
  -webkit-mask: url(../../images/hyouji_bb_plus.svg) center/contain no-repeat;
  mask: url(../../images/hyouji_bb_plus.svg) center/contain no-repeat;
  background: var(--base_black);
}
.table_block dl.table_choice dt.active .button {
  -webkit-mask: url(../../images/hyouji_bb_minus.svg) center/contain no-repeat;
  mask: url(../../images/hyouji_bb_minus.svg) center/contain no-repeat;
}
.table_block dl.table_choice dd {
  padding:1.5rem;
  border: 1px solid var(--table_line);
  margin-top: 2rem;
}
body.black .table_block dl.table_choice dd {
  /* Black */
  border: 1px solid var(--table_line_BgBlack);
}
.table_block dl.table_choice dd ul {
	gap:2rem 1%;
	justify-content: flex-start;
  list-style:none;
}
.table_block dl.table_choice dd ul li {
  list-style:none;
  width: 45%;
}
.table_block dl.table_choice dd ul li label {
  width: 100%;
  gap:1rem;
  align-items: flex-start;
}
.table_block dl.table_choice dd ul li label input {
  aspect-ratio: 1/1;
  width:1.5rem;
}
.table_block dl.table_choice dd ul li label span {
  width: calc(100% - 3rem);
}
.table_block .table_area .off {
  display: none !important;
}
.table_block .table_area table {
  display: none;
}
.table_block .table_area dl.accordion {
  border-top: 1px solid var(--table_line);
  border-bottom: 1px solid var(--table_line);
}
body.black .table_block .table_area dl.accordion {/* Black */
  border-top: 1px solid var(--table_line_BgBlack);
  border-bottom: 1px solid var(--table_line_BgBlack);
}
.table_block .table_area dl.accordion > dt {
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #FFFFFF;
  padding-left: 0px;
  padding-right: 2.8rem;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 13.7rem;
}
body.black .table_block .table_area dl.accordion > dt {/* Black */
  background-color: black;
}
.table_block .table_area dl.accordion > dt span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 1.5rem;
  width: 100%;
}
.table_block .table_area dl.accordion > dt .open {
  aspect-ratio: 1/1;
  right: 0px;
  width: 1.4rem;
  height: auto;
  margin-top: -0.7rem;
}
body.black .table_block .table_area dl.accordion > dt .open {/* Black */
  filter: invert(0.7);
}
.table_block .table_area dl.accordion > dd + dt {
  border-top: 1px solid var(--table_line);
}
body.black .table_block .table_area dl.accordion > dd + dt {/* Black */
  border-top: 1px solid var(--table_line_BgBlack);
}
.table_block .table_area dl.accordion > dd {
  padding-bottom: 3.5rem;
  padding-top: 0px;
  margin-top: 0px;
}
.table_block .table_area dl.accordion > dd .spec {
  border: 1px solid var(--table_line);
}
body.black .table_block .table_area dl.accordion > dd .spec {/* Black */
  border: 1px solid var(--table_line_BgBlack);
}
.table_block .table_area dl.accordion > dd .spec .left {
  width: 12.5rem;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.table_block .table_area dl.accordion > dd .spec .right {
  width: calc(100% - 12.5rem);
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-left: 2px solid var(--base_black);
}
body.black .table_block .table_area dl.accordion > dd .spec .right {/* Black */
  border-left: 2px solid var(--table_line_BgBlack);
}
.table_block .table_area dl.accordion > dd .spec > *:nth-child(n+3) {
  border-top: 1px solid var(--table_line);
}
body.black .table_block .table_area dl.accordion > dd .spec > *:nth-child(n+3) {/* Black */
  border-top: 1px solid var(--table_line_BgBlack);
}
.table_block ul.atte {
  margin-top: 2.3rem;
}
.table_block ul.atte li {
  display: table;
}
.table_block ul.atte li:before {
  display: table-cell;
  content: "※";
}
.table_block .table_scroll {
  display: none;
}
/***********************************************/
@media only screen and (min-width:768px) {
  .table_block .table_area dl.accordion {
    display: none;
  }
  .table_block {
    margin-top: 3.3rem;
  }
  .table_block dl.table_choice {
    font-size: max(10px, 0.875vw);
  }
  .table_block dl.table_choice dt {
    width: 19rem;
  }
  .table_block dl.table_choice dd {
    padding:2rem 4rem;
    border-width:2px;
  }
  .table_block dl.table_choice dd ul li {
    width:24%;
  }
  .table_block .table_area {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
    border-left: 2px solid var(--table_line);
    border-right: 2px solid var(--table_line);
    /*滚动条隐藏*/
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body.black .table_block .table_area {/* Black */
    border-left: 2px solid var(--table_line_BgBlack);
    border-right: 2px solid var(--table_line_BgBlack);
  }
  /*滚动条隐藏*/
  .table_block .table_area::-webkit-scrollbar {
    display: none;
  }
  .table_block .table_area table {
    display: table;
    border-collapse: collapse;
  }
  .table_block .table_area table tr > * {
    vertical-align: middle;
    padding-top: 0;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 0;
    border: 2px solid var(--table_line);
    height: 9rem;
    text-align: center;
    white-space: nowrap;
  }
  body.black .table_block .table_area table tr > * {/* Black */
    border: 2px solid var(--table_line_BgBlack);
  }
  .table_block .table_area table tr.thead > * {
    white-space: nowrap;
    border-bottom-color: var(--base_black);
    border-bottom-width: 2px;
    font-weight: bold;
  }
  .table_block .table_area table tr *.fix1, .table_block .table_area table tr *.fix2 {
    z-index: 1;
    border-left-style: none;
    background-color: #FFFFFF;
    position: sticky;
    top: 0;
    left: 0;
  }
  body.black .table_block .table_area table tr *.fix1,
  body.black .table_block .table_area table tr *.fix2 {/* Black */
    background-color: black;
  }
  .table_block .table_area table tr *.fix2 {
    font-weight: normal;
  }
  .table_block .table_area table tr *.fix1:after, .table_block .table_area table tr *.fix2:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -2px;
    background-color: var(--table_line);
  }
  body.black .table_block .table_area table tr *.fix1:after,
  body.black .table_block .table_area table tr *.fix2:after {/* Black */
    background-color: var(--table_line_BgBlack);
  }
  .table_block .table_area table tr *:last-child {
    border-right-style: none;
  }
  .table_block .table_area.max {
    border-right-style: none;
  }
	.table_block .table_area.max table {
		width: 100%;
	}
  .table_block .table_area.max table tr *:last-child {
    border-right-style: solid;
  }
 .table_block .table_area.max table tr span,
 .table_block .table_area.max table tr span:last-child {
    border-right-style: none;
  }
  .table_block ul.atte {
    margin-top: 2rem;
  }
  .table_block .table_scroll {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 46rem;
	aspect-ratio: 460/40;
	background-color: #E3E6EA;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	border-radius: 3rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	position: sticky;
	bottom: 1rem;
	z-index: 5;
  }
  body.black .table_block .table_scroll {/* Black */
	background-color: #46484a;
  }
  .table_block.touch .table_scroll {
    justify-content: center;
    align-items: center;
  }
  .table_block .table_scroll .scrollbb {
    aspect-ratio: 1/1;
    width: 1.7rem;
    cursor: pointer;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .table_block.touch .table_scroll .scrollbb {
    display: none !important;
  }
  .table_block .table_scroll .scrollbb:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    -webkit-mask: url(../../images/arrow_normal_l_41fbcdf9.svg) center/contain no-repeat;
    mask:url(../../images/arrow_normal_l_41fbcdf9.svg) center/contain no-repeat;
    background: var(--base_black);
  }
  body.black .table_block .table_scroll .scrollbb:after {/* Black */
    background: white;
  }
  .table_block .table_scroll .scrollbb:hover:after {
    animation: arrow_run .3s 1 forwards linear;
  }
  .table_block .table_scroll .scrollbb.left {
    transform: rotate(180deg);
  }
  .table_block .table_scroll .scrollbar {
    aspect-ratio: 365/2;
    background-color: #FFFFFF;
    width: 79.3478%;
    position: relative;
    height:auto;
  }
  body.black .table_block .table_scroll .scrollbar {/* Black */
    background-color: #636363;
  }
  .table_block.touch .table_scroll .scrollbar {
    width: 90%;
  }
  .table_block .table_scroll .scrollbar span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--base_black);
  }
  body.black .table_block .table_scroll .scrollbar span {/* Black */
    background-color: white;
  }
}