@charset "utf-8";
.un_wcTotoNeorestNx_edg,
.un_wcTotoNeorestNx_functionPanel_edg {
  width: auto;
  font-size: 20px;
  padding: 8px 0 5px 15px;
  margin: 0 0 15px 0;
  font-weight: bold;
  text-align: left;
  background: var(--dekiruGreen);
  color: #fff;
  font-size: 16px;
}
.un_wcTotoNeorestNx_panel {
  display: flex;
  justify-content: space-between;
}
.un_wcTotoNeorestNx_panel .un_wcTotoNeorestNx_panel_block .un_wcTotoNeorestNx_panel_block_txt + .un_wcTotoNeorestNx_panel_block_img {
  margin-top: 10px;
}
.un_wcTotoNeorestNx_panel .un_wcTotoNeorestNx_panel_img + .un_wcTotoNeorestNx_panel_block {
  padding-left: 20px;
}
.un_wcTotoNeorestNx_functionPanel_wrapper {
  display: flex;
  justify-content: space-between;
}
.un_wcTotoNeorestNx_functionPanel {
  width: calc((100% + 10px) / 2 - 10px);
}
.un_wcTotoNeorestNx_panel + .un_wcTotoNeorestNx_functionPanel_wrapper {
  margin-top: 40px;
}
.un_wcTotoNeorestNx_functionPanel .un_wcTotoNeorestNx_functionPanel_img + .un_wcTotoNeorestNx_functionPanel_txt {
  margin-top: 10px;
}
.un_wcTotoNeorestNx_functionPanel_wrapper + .un_wcTotoNeorestNx_edg {
  margin-top: 30px;
}
.un_wcTotoNeorestNx_functionPanel .un_wcTotoNeorestNx_functionPanel_img + .un_wcTotoNeorestNx_functionPanel_img {
  margin-top: 10px;
}
.el_annotation + .un_wcTotoNeorestNx_functionPanel_txt {
  margin-top: 10px;
}
.un_wcTotoNeorestNx_functionPanel_img_wrapper {
  display: block;
  text-align: center;
}
.un_wcTotoNeorestNx_functionPanel .un_wcTotoNeorestNx_functionPanel_img_txt {
  text-align: left;
  padding-left: 21%;
}
.un_wcTotoNeorestNx_functionPanel .un_wcTotoNeorestNx_functionPanel_img + .un_wcTotoNeorestNx_functionPanel_img_wrapper {
  margin-top: 20px;
}
.un_wcTotoNeorestNx_functionPanel .un_wcTotoNeorestNx_functionPanel_img_wrapper + .un_wcTotoNeorestNx_functionPanel_txt {
  margin-top: 10px;
}
.un_wcTotoNeorestNx_functionPanel_wrapper + .un_wcTotoNeorestNx_functionPanel_wrapper {
  margin-top: 30px;
}
.un_wcTotoNeorestNx_table {
  border-collapse:collapse;
  width: 100%;
}
.un_wcTotoNeorestNx_table tbody tr th,
.un_wcTotoNeorestNx_table tbody tr td {
  border: 1px solid #319b03;
  padding: 5px;
}
.un_wcTotoNeorestNx_table tbody tr th {
  background-color: #E7F0E3;
}
.un_wcTotoNeorestNx_table tbody tr th:first-child {
  width: 160px;
}
.un_wcTotoNeorestNx_table tbody tr td:nth-child(3) {
  width: 80px;
  text-align: center;
}
.un_wcTotoNeorestNx_card {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.un_wcTotoNeorestNx_card .un_wcTotoNeorestNx_card_ctn {
  width: calc((100% / 3)*2 - 10px);
}
.un_wcTotoNeorestNx_card .un_wcTotoNeorestNx_card_ctn:first-child {
  width: calc((100% / 3) - 10px);
}
.un_wcTotoNeorestNx_card .un_wcTotoNeorestNx_card_ctn.un_wcTotoNeorestNx_card_ctn__3col {
  width: 100%;
}
.un_wcTotoNeorestNx_card .un_wcTotoNeorestNx_card_ctn .un_wcTotoNeorestNx_card_ctn_ttl {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}
.un_wcTotoNeorestNx_card .un_wcTotoNeorestNx_card_ctn .un_wcTotoNeorestNx_card_ctn_img {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: none;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  border-bottom: none;
}
.un_wcTotoNeorestNx_card .un_wcTotoNeorestNx_card_ctn .un_wcTotoNeorestNx_card_ctn_txt {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}
.un_wcTotoNeorestNx_card .un_wcTotoNeorestNx_card_ctn .un_wcTotoNeorestNx_card_ctn_flex {
  display: flex;
}
.un_wcTotoNeorestNx_card .un_wcTotoNeorestNx_card_ctn .un_wcTotoNeorestNx_card_ctn_flex .un_wcTotoNeorestNx_card_ctn_img,
.un_wcTotoNeorestNx_card .un_wcTotoNeorestNx_card_ctn .un_wcTotoNeorestNx_card_ctn_flex .un_wcTotoNeorestNx_card_ctn_txt {
  width: 50%;
  border-left: none;
}
.un_wcTotoNeorestNx_card .un_wcTotoNeorestNx_card_ctn .un_wcTotoNeorestNx_card_ctn_flex .un_wcTotoNeorestNx_card_ctn_img:first-child,
.un_wcTotoNeorestNx_card .un_wcTotoNeorestNx_card_ctn .un_wcTotoNeorestNx_card_ctn_flex .un_wcTotoNeorestNx_card_ctn_txt:first-child {
  border-left: 1px solid #ccc;
}
.un_wcTotoNeorestNx_card .un_wcTotoNeorestNx_card_ctn .un_wcTotoNeorestNx_card_ctn_flex.un_wcTotoNeorestNx_card_ctn_flex__3col .un_wcTotoNeorestNx_card_ctn_img,
.un_wcTotoNeorestNx_card .un_wcTotoNeorestNx_card_ctn .un_wcTotoNeorestNx_card_ctn_flex.un_wcTotoNeorestNx_card_ctn_flex__3col .un_wcTotoNeorestNx_card_ctn_txt {
  width: calc(100% / 3);
  margin-top: 0;
}
.un_wcTotoNeorestNx_card + .bl_panel {
  margin-top: 20px;
}
.un_wcTotoNeorestNx_card .un_wcTotoNeorestNx_card_ctn .un_wcTotoNeorestNx_card_ctn_flex {
  display: flex;
}
.un_wcTotoNeorestNx_costTable {
  display: flex;
}
.un_wcTotoNeorestNx_costTable .un_wcTotoNeorestNx_costTable_list .un_wcTotoNeorestNx_costTable_list_item {
  border: 1px solid #ccc;
  display: flex;
  padding: 20px;
  margin-top: 10px;
}
.un_wcTotoNeorestNx_costTable .un_wcTotoNeorestNx_costTable_list .un_wcTotoNeorestNx_costTable_list_item:first-child {
  margin-top: 0;
}
.un_wcTotoNeorestNx_costTable .un_wcTotoNeorestNx_costTable_list .un_wcTotoNeorestNx_costTable_list_item .un_wcTotoNeorestNx_costTable_list_item_ctn {
  margin-left: 20px;
}
.un_wcTotoNeorestNx_costTable .un_wcTotoNeorestNx_costTable_list .un_wcTotoNeorestNx_costTable_list_item .un_wcTotoNeorestNx_costTable_list_item_ctn .un_wcTotoNeorestNx_costTable_list_item_ctn_ttl {
  font-weight: bold;
}
.un_wcTotoNeorestNx_costTable .un_wcTotoNeorestNx_costTable_list .un_wcTotoNeorestNx_costTable_list_item .un_wcTotoNeorestNx_costTable_list_item_ctn .un_wcTotoNeorestNx_costTable_list_item_ctn_mark {
  color: #bfbfbf;
  text-align: center;
  margin: 3px 0;
}
.un_wcTotoNeorestNx_costTable .un_wcTotoNeorestNx_costTable_list .un_wcTotoNeorestNx_costTable_list_item .un_wcTotoNeorestNx_costTable_list_item_ctn .un_wcTotoNeorestNx_costTable_list_item_ctn_sellPrice {
  font-weight: bold;
  color: var(--emphasisRed);
}
.un_wcTotoNeorestNx_costTable .un_wcTotoNeorestNx_costTable_detail {
  width: calc(100% - 515px);
  margin-left: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.un_wcTotoNeorestNx_costTable .un_wcTotoNeorestNx_costTable_detail .el_btn5 {
  margin-top: 10px;
}