@charset "UTF-8";
.con_wrap {
  width: 950px;
  margin: 0 auto 40px;
}
.con_wrap * {
  color: #555555;
}
.con_wrap h1 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #000000;
  margin: 0 0 20px;
}
.lead_txt {
  color: #707070;
}
.check_list_wrap {
  margin: 40px 0 0;
}
.list_box {
  position: relative;
  border: 1px solid #ACACAC;
  border-radius: 10px;
  padding: 15px 10px 15px 25px;
  margin: 20px 0 40px;
}
.list_box .count_link {
  display: block;
}
.list_box.sort_btn_hidden .count_link {
  display: none;
}
.list_box h2 {
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 5px solid #0066B4;
  padding-left: 5px;
}
.list_box .modal_box {
  display: flex;
  align-items: center;
}
.list_box .modal_box .modal_txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 0.8em;
  border-bottom: 1px solid #555555;
  margin-left: 20px;
}
.list_box .modal_box:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/search_buy/gascooker/comparison/assets/img/ico_modal.png);
  margin-left: 5px;
}
.list_box .modal_box .modal_txt:hover {
  border-bottom: 1px solid #006ebc;
}
.modal_txt .modal-open-button {
  text-decoration: none;
  overflow: visible;
}
.list_box h3 {
  font-size: 1.7rem;
  font-weight: bold;
  margin: -30px 0 -10px;
}
.deferment .list_box h3 {
  margin: 10px 0 0;
}
.tgl_wrap {
  display: none;
  padding: 25px 0 0 15px;
}
.tgl_txt {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 1.6rem;
  font-weight: bold;
}
.tgl_btn {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #ACACAC;
  border-radius: 30px;
  cursor: pointer;
  pointer-events: none;
}
.tgl_btn.plus {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tgl_btn:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 2px;
  height: 15px;
  background: #ACACAC;
  content: "";
  transform: rotate(90deg);
  margin: auto;
}
.tgl_btn.plus:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 2px;
  height: 15px;
  background: #ACACAC;
  content: "";
  transform: rotate(0deg);
  margin: auto;
}
.list_con {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 20px 0 50px;
}
.deferment .list_con.stove {
  margin: 20px 0 0;
}
.list_con:last-child {
  margin: 20px 0 0 0;
}
.list_con li {
  display: flex;
  align-items: center;
  color: #707070;
  border: 1px solid #DEDEDE;
  margin: 0 20px 10px 0;
}
.list_con .radio_box,
.list_con .check_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 270px;
  height: 50px;
  font-size: 1.6rem;
  padding-left: 48px;
}
.list_con .radio_box .auto_txt,
.list_con .check_box .auto_txt {
  font-size: 1.0rem;
}
.list_con .check_box.col_2 {
  height: 70px;
}
input {
  display: none;
}
.list_con .check_box:before {
  position: absolute;
  left: 15px;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ddd;
}
.list_con .check_box:after {
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 22px;
  display: block;
  content: '';
  width: 5px;
  height: 9px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
  margin: auto 0;
}
.list_con .radio_box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin: auto 0;
}
.list_con .radio_box:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  background: #006FBB;
  border-radius: 20px;
  opacity: 0;
  margin: auto;
}
.list_con .checked .radio_box:after,
.list_con .checked .check_box:after {
  opacity: 1;
}
input:checked + .check_box {
  background: #E7F6FE;
}
input:checked + .radio_box:before {
  border: 1px solid #006FBB;
}
input:checked + .check_box:before {
  background: #006FBB;
}
input:checked + .radio_box:after,
input:checked + .check_box:after {
  opacity: 1;
}
.spec_note li {
  font-size: 1.3rem;
  text-indent: -2em;
  padding-left: 2em;
  margin: 0 0 10px;
}
.spec_note li a {
  color: #555555;
}
.spec_note li a:hover {
  color: #006ebc;
}
.tgl_wrap .btn_box,
.btn_wrap .btn_box {
  display: flex;
  justify-content: space-between;
  width: 290px;
  height: 55px;
  margin: 0 auto 20px;
}
.tgl_wrap .btn_box button,
.btn_wrap .btn_box button {
  position: relative;
  width: 290px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
}
.tgl_wrap .btn_box button:after,
.btn_wrap .btn_box button:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 5%;
  width: 7px;
  height: 7px;
  border: solid #296EB7;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  margin: auto;
}
.tgl_wrap .btn_box button:hover,
.btn_wrap .btn_box button:hover {
  color: #fff;
  background: #006FBB;
}
.tgl_wrap .btn_box button:hover:after,
.btn_wrap .btn_box button:hover:after {
  border: solid #fff;
  border-width: 2px 2px 0 0;
}
.tgl_wrap .btn_box button .count {
  font-size: 1.4rem;
}
.tgl_wrap .btn_box button:hover .count {
  color: #fff;
}
.tgl_wrap .btn_box button:hover .count_val {
  color: #fff;
}
.btn_wrap .btn_box.btm {
  margin: 100px auto;
}
.btn_wrap .btn_box.btm .top_link button {
  height: 45px;
  font-weight: normal;
}
.btn_wrap .btn_box.btm button:after {
  top: 4px;
  transform: rotate(315deg);
}
.btn_wrap .btn_box.btm .top_link button:after {
  display: none;
}
.ank_link_box {
  position: relative;
  text-align: center;
}
.ank_link_box:before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border: solid #555555;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
  margin: auto;
}
.ank_link_box .ank_link {
  display: inline-block;
  font-size: 1.6rem;
  color: #555555;
  line-height: 1em;
  text-decoration: none;
  border-bottom: 1px solid #555555;
}
.product_list_wrap {
  margin: 80px 0 75px;
}
.product_list_note {
  font-size: 1.5rem;
}
.product_list_note.no_match {
  display: none;
}
.count_reset_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 950px;
  margin: 0 0 10px;
}
.count_box {
  font-size: 1.5rem;
}
.reset {
  width: 220px;
  height: 40px;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
}
.reset:hover {
  color: #fff;
  background: #006FBB;
}

.modal-content { z-index: 8020; }
.modal-close { z-index: 8030; }
/**
**  products_table
**/
:root {
  --contents-width: 100%;
  --table-width: 100%;
  --table-data-width: 100%;
  --table-head-height: auto;
  --table-trans-x: 0;
  --table-scroll-position: 0px;
  --table-title-width: 220px;
}
#product-data-body {
  position: relative;
}
.products_table_wrap {
  width: 100%;
  position: relative;
  min-height: auto;
  transition: opacity 1s ease 0s,
  visibility 1s ease 0s;
  margin-bottom: 60px;
}
.products_table_wrap.opening_hidden {
  opacity: 0;
  visibility: hidden;
}
.products_table_wrap.no_match_item {
  min-height: auto;
}
.products_table_wrap.no_match_item .spec_note {
  display: none;
}
.products_table_wrap .no_product_txt {
  display: none;
}
.products_table_wrap.no_match_item .no_product_txt {
  display: block;
}
.products_table_wrap.no_match_item .products_table_body,
.products_table_wrap.no_match_item .table_slide_control {
  display: none;
}
.products_table_wrap::before {
  content: "";
  display: block;
  width: calc(var(--table-title-width) + 5px);
  height: calc(var(--table-head-height) + 5px);
  background: #fff;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 100;
}
.products_table_body {
  overflow: hidden;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
.products_table_inner {
  width: var(--table-width);
  transform: translateX(var(--table-trans-x));
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.products_table_wrap.move .clone_table_head_inner,
.products_table_wrap.move .products_table_inner {
  transition: transform 0.5s ease 0s;
}
.products_table_inner .products_table {
  table-layout: fixed;
  width: 100%;
}

/* clone_table_head */
.clone_table_head {
  position: absolute;
  top: var(--table-scroll-position);
  z-index: 100;
  width: var(--contents-width);
  overflow: hidden;
}
.clone_table_head.p_fixed {
  position: fixed;
}
.clone_table_head::before {
  content: "";
  display: block;
  border-right: 1px solid #acacac;
  width: var(--table-title-width);
  height: var(--table-head-height);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.clone_table_head .clone_table_head_inner {
  width: var(--table-width);
  transform: translateX(var(--table-trans-x));
  position: relative;
  height: calc(var(--table-head-height) + 1px);
  overflow: hidden;
}
.clone_table_head .products_table {
  width: 100%;
  pointer-events: none;
}
.clone_table_head .products_table .table_head {
  border-bottom: 1px solid #acacac;
  pointer-events: auto;
}
.clone_table_head .products_table .table_body {
  opacity: 0;
  visibility: hidden;
}

/* clone_table_body_title */
.clone_table_body_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: calc(var(--table-title-width) - 1px);
  background: #fff;
  pointer-events: none;
}
.clone_table_body_title .clone_table_body_title_inner {
  width: var(--table-width);
  position: relative;
  overflow: hidden;
}
.clone_table_body_title .products_table {
  width: 100%;
}
.clone_table_body_title .products_table .table_rows .bodyTitle {
  border-right: 1px solid #acacac;
}
.clone_table_body_title .products_table .table_body .table_rows .table_cells {
  opacity: 0;
  visibility: hidden;
  border-top: 1px dashed rgba(0,0,0,0);
  border-left: 1px solid rgba(0,0,0,0);
}
.clone_table_body_title .products_table .table_body .row_title_line,
.clone_table_body_title .products_table .table_body .table_rows .bodyTitle {
  pointer-events: auto;
}
.clone_table_body_title .products_table .table_body .link_row {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* table_head */
.products_table .table_head {
  background: #fff;
}
.products_table .table_head .cell_corner {
  width: var(--table-title-width);
  border-right: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}
.products_table .table_head .products_th {
  width: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
  border-top: 1px solid #acacac;
}
.products_table .table_head .products_th::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #acacac;
  width: 1px;
  height: 100%;
  z-index: 1;
}
.products_table .table_head .products_th .th_inner {
  width: var(--table-data-width);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-decoration: none;
  z-index: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.products_table .table_head .products_th .product_data {
  margin: 25px 8% 0;
  max-width: 160px;
}
.products_table .table_head .products_th .product_data .product_name {
  color: #555;
  font-size: 1.4rem;
  font-weight: bold;
}
.products_table .table_head .products_th .product_data .product_name .product_category,
.products_table .table_head .products_th .product_data .product_name .product_series {
  display: block;
}
.products_table .table_head .products_th .product_type {
  font-weight: bold;
  background: #f1f1f1;
  margin: 5px 0 0;
  padding: 6px 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.products_table .table_head .products_th .close_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background: #BCBCBC;
  opacity: 0.5;
  cursor: pointer;
}
.products_table_wrap.match_only_item .products_table .table_head .products_th .close_btn {
  display: none;
}
.products_table .table_head .products_th .close_btn:before,
.products_table .table_head .products_th .close_btn:after {
  position: absolute;
  left: 17px;
  top: 8px;
  width: 2px;
  background: #fff;
  content: "";
  height: 15px;
  display: block;
  z-index: 10px;
}
.products_table .table_head .products_th .close_btn:before {
  transform: rotate(45deg);
}
.products_table .table_head .products_th .close_btn:after {
  transform: rotate(-45deg);
}

/* table_body */
.products_table .table_body .table_rows .bodyTitle {
  font-size: 1.4rem;
  border-top: 1px solid #acacac;
  border-left: 1px solid #acacac;
  background: #f1f1f1;
  padding: 14px 20px 10px;
  font-weight: normal;
  text-align: left;
}
.products_table .table_body .table_rows .bodyTitle .br_point {
  display: inline-block;
  color: #555;
}
.products_table .table_body .table_rows .bodyTitle .body_sub_title {
  font-size: 1.0rem;
  display: block;
  color: #555;
}
.products_table .table_body .table_rows .table_cells {
  font-size: 1.4rem;
  padding: 14px 12px 10px;
  text-align: center;
  border-top: 1px dashed #acacac;
  position: relative;
}
.products_table .table_body .table_rows .table_cells::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #acacac;
  z-index: 1;
}
.products_table .table_body .row_title_line + .table_rows .bodyTitle,
.products_table .table_body .row_title_line + .table_rows .table_cells {
  border-top: none;
}
.products_table .table_body .table_rows .table_cells .td_text {
  text-align: center;
  vertical-align: top;
}
.products_table .table_body .table_rows .table_cells .main_data {
  display: inline-block;
}
.products_table .table_body .table_rows .table_cells .main_data.data_true,
.products_table .table_body .table_rows .table_cells .main_data.data_false,
.products_table .table_body .table_rows .table_cells .main_data.data_irregular {
  font-size: 2.4rem;
}
.products_table .table_body .table_rows .table_cells .irregular_note {
  vertical-align: 0.3rem;
  display: inline-block;
}

/* hidden_item */
.products_table .mouse_over_item {
  transition: background-color ease 0s 0s;
}
.products_table .table_head .products_th.mouse_over_item.bgActiveColor,
.products_table .table_head .products_th.mouse_over_item.bgActiveColor .product_type,
.products_table .table_body .table_rows .table_cells.mouse_over_item.bgActiveColor,
.products_table .table_body .table_rows.bgActiveColor .table_cells.mouse_over_item,
.products_table .table_body .table_rows.bgActiveColor .bodyTitle {
  background: #e7f6fe;
}

/* hidden_item */
.products_table .table_head .products_th.hidden_item,
.products_table .table_body .table_rows .table_cells.hidden_item,
.products_table .table_body .link_row .table_cells.hidden_item {
  display: none;
}

/* row_title_line */
.products_table .table_body .row_title_line {
  border-right: 1px solid #acacac;
  border-left: 1px solid #acacac;
}
.products_table .table_body .row_title_line > th {
  text-align: left;
}
.products_table .table_body .row_title_line.tableTitle_type01 {
  background: #7d7c7c;
}
.products_table .table_body .row_title_line.tableTitle_type01 > th {
  padding: 6px 0 6px 10px;
  text-align: left;
}
.products_table .table_body .row_title_line.tableTitle_type01 .row_title_text,
.products_table .table_body .row_title_line.tableTitle_type01 .modal_button_text {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  display: inline-block;
}
.products_table .table_body .row_title_line.tableTitle_type01 .modal_button_text {
  margin-left: 20px;
}
.products_table .table_body .row_title_line.tableTitle_type01 .modal_button_text > button {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.products_table .table_body .row_title_line.tableTitle_type01 .modal_button_text > button:hover {
  text-decoration: none;
}
.products_table .table_body .row_title_line.tableTitle_type01 .modal_button_text > button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/search_buy/gascooker/comparison/assets/img/ico_modal_white.png") no-repeat center;
  background-size: 100% auto;
  margin-left: 5px;
}
.products_table .table_body .row_title_line.tableTitle_type02 {
  background: #dedede;
}
.products_table .table_body .row_title_line.tableTitle_type02 > th {
  padding: 6px 0 6px 20px;
  text-align: left;
}

/* link_row */
.products_table .table_body .link_row {
  border-top: 1px solid #acacac;
}
.products_table .table_body .link_row .table_cells.link_btm {
  position: relative;
  padding: 12px 0;
  text-align: center;
}
.products_table .table_body .link_row .table_cells.link_btm::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 120px;
  right: 0;
  width: 6px;
  height: 6px;
  border: solid #555555;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin: auto;
}

/* table_slide_control */
.products_table_wrap .table_slide_control {
  display: block;
  position: absolute;
  top: calc(var(--table-scroll-position) + 70px);
  width: 44px;
  height: 61px;
  z-index: 100;
  border: 1px solid #acacac;
  cursor: pointer;
  background: #fff;
  cursor: pointer;
  transition: opacity 0.2s ease 0s,
  visibility 0.2s ease 0s;
  visibility: visible;
  z-index: 300;
  left: 50%;
}
.products_table_wrap .table_slide_control.p_fixed {
  position: fixed;
}
.products_table_wrap .table_slide_control.click-prev {
  transform: scale(-1, 1);
  margin-left: -276px;
}
.products_table_wrap .table_slide_control.click-next {
  margin-left: 451px;
}
.products_table_wrap .table_slide_control.display_hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.products_table_wrap .table_slide_control:hover {
  opacity: 0.6;
}
.products_table_wrap .table_slide_control::before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 9px;
  width: 15px;
  height: 15px;
  border: solid #555;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
}

/* note */
.list_item.hidden_note {
  display: none;
}

.btn_wrap {
  margin: 100px 0 0;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible;
}
#cboxOverlay {
  opacity: 1!important;
  background: rgba(0,0,0,0.5);
}
#cboxContent {
  border-radius: 12px;
}
#cboxClose {
  display: block;
  position: fixed;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(/search_buy/gascooker/assets/img/modal-close.png) no-repeat center center;
  background-size: 100% auto;
  text-indent: -9999px;
  overflow: hidden;
}
.modal-hidden-contents {
  display: none;
}
.modal-content {
  width: 950px;
  border-radius: 12px;
  overflow: hidden;
}
.modal-content .modal-inner {
  height: 75vh;
  background: #fff;
  overflow-y: auto;
  padding: 20px;
}
.modal_ttl {
  height: 30px;
  font-size: 2.4rem;
  font-weight: bold;
}
.modal_section_wrap {
  margin: 40px 0 0;
}
.func_ttl {
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  padding: 2px 0 0 6px;
  margin: 0 0 20px;
}
.func_ttl.benri {
  background: #559FD7;
}
.func_ttl.anshin {
  background: #F09255;
  margin: 40px 0 20px;
}
.benri_ttl {
  font-size: 1.6rem;
  color: #559FD7;
  font-weight: bold;
  border-bottom: 1px solid #E4E4E4;
  margin: 20px 0 10px;
}
.explain_box {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #E4E4E4;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.explain_box:last-child {
  margin: 0;
}
.explain_box .auto_txt {
  display: block;
  font-size: 1rem;
}
.explain_box dt {
  width: 18%;
}
.explain_box dd {
  width: 82%;
  text-indent: -1em;
  padding-left: 1em;
}
.explain_box.auto dd {
  margin: 1em 0 0;
}
.modal-contents .explain_wrap.anshin .explain {
  display: flex;
  border-bottom: 1px solid #E4E4E4;
  padding: 0 0 10px;
  margin: 0 0 30px;
}
.modal-contents .explain_wrap.anshin .explain .title {
  padding-right: 5px;
  width: 80px;
}
.modal-contents .explain_wrap.anshin .explain .title p {
  background: none;
}
.modal-contents .explain_wrap.anshin .explain .title img {
  width: 70px;
  height: auto;
}
.modal-contents .explain_wrap.anshin .explain .detail {
  width: calc(100% - 80px);
  padding-left: 5px;
}
.summary_area * {
  font-size: 1.3rem;
}
.summary_area .note {
  margin: 0 0 10px;
}
.summary_area li {
  text-indent: -2em;
  padding-left: 2em;
  margin: 0 0 10px;
}
a.external-link {
  color: #707070;
}
a.external-link:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(/assets/img/icon_blank.svg) no-repeat right center;
  background-size: contain;
}
.product_list ul .irregular_style {
  font-size: 2.4rem;
}
.product_list ul .irregular_style .irregular_note {
  font-size: 1.2rem;
}

/* loading */
.table_loading {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: 10000;
}
.table_loading.loading_hidden {
  opacity: 0;
  visibility: hidden;
}
.table_loading .sk-fading-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.table_loading .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.table_loading .sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.table_loading .sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}
.table_loading .sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}
.table_loading .sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}
.table_loading .sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}
.table_loading .sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}
.table_loading .sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}
.table_loading .sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}
.table_loading .sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}
.table_loading .sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}
.table_loading .sk-fading-circle .sk-circle11 {
  transform: rotate(300deg); 
}
.table_loading .sk-fading-circle .sk-circle12 {
  transform: rotate(330deg); 
}
.table_loading .sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s; 
}
.table_loading .sk-fading-circle .sk-circle3:before {
  animation-delay: -1s; 
}
.table_loading .sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s; 
}
.table_loading .sk-fading-circle .sk-circle5:before {
 animation-delay: -0.8s; 
}
.table_loading .sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s; 
}
.table_loading .sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s; 
}
.table_loading .sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s; 
}
.table_loading .sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}
.table_loading .sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}
.table_loading .sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}
.table_loading .sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

@media (min-width: 521px) and (max-width: 980px) {
#page-contents {
  padding: 0 3% 50px 3%;
}
.con_wrap {
  width: 100%;
}
.count_reset_wrap {
  width: 100%;
}
.reset:hover {
  color: #555555;
  background: #fff;
}
.list_con li {
  width: 48%;
  margin: 0 10px 10px 0;
}
.list_con li:nth-child(even) {
  margin: 0 0 10px 0;
}
.list_con .check_box {
  width: 100%;
}
.btn_wrap {
  margin: 50px 0 0;
}
.tgl_wrap .btn_box,
.btn_wrap .btn_box.btm {
  height: auto;
  flex-direction: column;
  align-items: center;
  margin: 50px auto 0;
}
.tgl_wrap .btn_box .ank_link,
.btn_wrap .btn_box .ank_link {
  width: 100%;
}
.tgl_wrap .btn_box .ank_link button {
  width: 100%;
  margin: 0 0 15px;
}
.tgl_wrap .btn_box .ank_link button:hover {
  color: #555555;
  background: inherit;
}
.tgl_wrap .btn_box .ank_link button:hover:after {
  border: solid #296EB7;
  border-width: 2px 2px 0 0;
}
.tgl_wrap .btn_box .ank_link button:hover .count_val {
  color: #555555;
}
.btn_wrap .ank_link_box {
  width: 148px;
  margin: 0 auto;
}
.btn_wrap .btn_box.btm .top_link {
  width: 100%;
}
.products_table_wrap .table_slide_control.click-prev {
  width: 35px;
  margin-left: 0px;
  left: 199px;
}
.products_table_wrap .table_slide_control.click-next {
  width: 35px;
  margin-left: 0;
  left: auto;
  right: -21px;
}
.products_table_wrap .table_slide_control::before {
  left: 4px;
}
.products_table_wrap .table_slide_control.click-prev.p_fixed {
  margin-left: 0px;
  left: 215px;
}
.products_table_wrap .table_slide_control.click-next.p_fixed {
  margin-left: 0;
  left: auto;
  right: 0;
}
.built .products_table_wrap .products_table_body .td_before {
  display: block;
}
.modal_box {
  width: 95%;
}
.modal-close {
  top: 4vh;
}
.modal-content {
  width: 100%;
}
.modal-content .modal-inner {
  height: 82vh;
}
}

@media (max-width: 520px) {
#page-contents {
  padding: 0 3%;
}
.con_wrap {
  width: 100%;
}
.con_wrap h1 {
  font-size: 2rem;
}
.lead_txt {
  font-size: 4vw;
}
.list_box h3 {
  margin: -15px 0 10px;
}
.tgl_wrap {
  padding: 25px 0 15px;
}
.tgl_txt {
  font-size: 3.8vw;
}
.list_box {
  margin: 20px 0;
}
.list_box h4 {
  margin: 10px 0;
}
.list_box .modal_box .modal_txt {
  font-weight: normal;
}
.list_con {
  margin: 10px 0 20px;
}
.list_con li {
  width: 48%;
  margin: 0 10px 10px 0;
}
.list_con.price li,
.list_con.tenban li,
.list_con.stove li,
.list_con.grill li,
.list_con.safety li {
  width: 100%;
  margin: 0 0 10px;
}
.list_con li:nth-child(even) {
  margin: 0 0 10px 0;
}
.list_con .check_box {
  width: 100%;
}
.tgl_wrap .btn_box,
.btn_wrap .btn_box {
  width: 85%;
  height: auto;
  flex-direction: column;
  align-items: center;
  margin: 30px auto 0;
}
.tgl_wrap .btn_box .ank_link,
.btn_wrap .btn_box .ank_link {
  width: 100%;
}
.tgl_wrap .btn_box .ank_link button {
  width: 100%;
  height: 55px;
  font-size: 3.8vw;
}
.tgl_wrap .btn_box .ank_link button:hover {
  color: #555555;
  background: inherit;
}
.tgl_wrap .btn_box .ank_link button:hover .count_val {
  color: #555555;
}
.tgl_wrap .btn_box .ank_link button:hover:after {
  border: solid #296EB7;
  border-width: 2px 2px 0 0;
}
.btn_wrap .btn_box.btm {
  width: 240px;
  margin: 40px auto 0;
}
.btn_wrap .btn_box.btm button {
  width: 240px;
  font-size: 1.4rem;
  margin: 0;
}
.count_reset_wrap {
  width: 100%;
}
.count_box {
  font-size: 3.8vw;
}
.reset {
  width: 45vw;
  height: 40px;
  font-size: 3.5vw;
  border-radius: 5px;
}
.reset:hover {
  color: #555555;
  background: #fff;
}
.btn_wrap {
  margin: 50px 0 0;
}
.btn_wrap .ank_link_box {
  width: 148px;
  margin: 0 auto;
}
.btn_wrap .ank_link_box .ank_link {
  font-size: 1.5rem;
}
/* var */
:root {
  --table-title-width: 148px;
}
/* table */
.products_table_wrap.move .clone_table_head_inner,
.products_table_wrap.move .products_table_inner {
  transition: transform 0s ease 0s;
}
.products_table_wrap .table_slide_control {
  display: none;
}
.products_table .table_head .products_th .product_data {
  margin: 45px 8% 0;
}
.products_table .table_head .products_th .product_data .product_image {
  margin: 10px 0 0;
}
.products_table .table_body .link_row .table_cells.link_btm::after {
  left: 110px;
}
.built .products_table_wrap .products_table_body .td_before {
  display: block;
}
.modal-close {
  top: 3.5vh;
  width: 30px;
  height: 30px;
}
.modal-content {
  width: 100%;
}
.modal-content .modal-inner {
  height: 85vh;
}
}