/*共通*/
td, th {
  font-size: 14px;
  text-align: center;
  vertical-align: top;
}

/*tips*/
/*人気*/
.table_popular_table + .el_hdg2 {
  margin-top: 40px;
}
.table_popular_table {
  border: 3px solid #c9cbce;
  border-collapse: collapse;
  width: 755px;
}
.table_popular_table th, .table_popular_table td {
  padding: 15px 0;
  border: 1px solid #c9cbce;
}
.table_popular_table th {
  vertical-align: middle;
  background: #f4f4f4;
}
.table_popular_table td {
  position: relative;
  width: 160px;
}
.table_popular_table .td_popular_title {
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  padding: 15px;
}
.table_popular_content {
  text-align: left;
}
.table_popular_content p {
  padding:  0 15px;
}
.table_popular_table td .small {
  font-size: 12px;
  line-height: 2;
}
.table_popular_table td .strong {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.table_popular_table td .table_popular_table_specialPriceTtl {
  color: var(--emphasisRed);
  font-size: 12px;
  font-weight: bold;
}
.table_popular_table td .table_popular_table_normalPrice {
  font-size: 13px;
}
.table_popular_table td .table_popular_table_discPercentage {
  color: var(--emphasisRed);
}

.table_popular_table td a img {
  margin-bottom: 5px;
}
.table_popular_table td a {
  text-decoration: none;
  color: #222;
}
/*人気*/
/*フロントvsスライド*/
.table_f_vs_s {
  border: 3px solid #c9cbce;
  border-collapse: collapse;
  width: 755px;
}
.table_f_vs_s th,
.table_f_vs_s td {
  border: 1px solid #c9cbce;
}
.table_f_vs_s th {
  padding: 15px 0;
}
.table_f_vs_s td {
  padding: 15px;
}
.table_f_vs_s th {
  vertical-align: middle;
  background: #f4f4f4;
}
.table_f_vs_s td {
  width: 286px;
}
.table_f_vs_s .td_f_vs_s_title {
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  padding: 15px;
}

/*フロントvsスライド*/
/*ディープvsミドル*/
.table_d_vs_m {
  border: 3px solid #c9cbce;
  border-collapse: collapse;
  width: 755px;
}
.table_d_vs_m th,
.table_d_vs_m td {
  border: 1px solid #c9cbce;
}
.table_d_vs_m th{
  padding: 15px 0;
}
.table_d_vs_m td {
  padding: 15px;
}
.table_d_vs_m th {
  vertical-align: middle;
  background: #f4f4f4;
}
td.table_d_vs_m_type {
  width: 320px;
}
td.table_d_vs_m_maker {
  width: 158px;
}
.table_d_vs_m_verM {
  display: table-cell;
  vertical-align: middle;
}
.table_d_vs_m .td_d_vs_m_title {
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  padding: 15px;
}
/*ディープvsミドル*/
/*パネルvs面材*/
.table_doorp_vs_doorm {
  border: 3px solid #c9cbce;
  border-collapse: collapse;
  width: 755px;
}
.table_doorp_vs_doorm th, .table_doorp_vs_doorm td {
  padding: 15px;
  border: 1px solid #c9cbce;
}
.table_doorp_vs_doorm th {
  vertical-align: middle;
  background: #f4f4f4;
  font-size: 16px;
}
.table_doorp_vs_doorm td {
  width: 180px;
}
.table_doorp_vs_doorm .td_doorp_vs_doorm_title {
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  padding: 15px;
  text-align: center;
  border-bottom: none;
}
.td_doorp_vs_doorm_title.td_doorp_vs_doorm_title__black {
  color: #222 !important;
}
/*パネルvs面材*/
/*改修*/
.box-type + .el_hdg2 {
  margin-top: 40px;
}
.box-type {
  background: #fff;
  padding: 0px 20px 20px;
  border: solid 4px #ECECEC;
}
ul.merit li, ul.demerit li {
  text-align: left;
  margin-bottom: 5px;
  text-indent: -16px;
  padding-left: 16px;
}
ul.merit li:before {
  content: "○";
  color: red;
  margin-right: 5px;
}
ul.demerit li:before {
  content: "×";
  color: blue;
  margin-right: 5px;
  font-size: 120%;
}
.b-yellow {
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(transparent 65%, yellow 65%);
}
.box-type-midashi {
  display: inline-block;
  position: relative;
  top: -20px;
  background: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px 15px;
  margin: 0 0 -5px;
  color: #13a35e;
  font-weight: bold;
  font-size: 16px;
}
.box-type-midashi span {
  font-size: 14px;
  color: #fff;
  background: #13a35e;
  padding: 2px 8px;
  border-radius: 5px;
  margin-right: 10px;
}
.un_kitchenBuilt_inChoice_installedPanel {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.caution {
  background: url(/kitchen/built_in/choice/img/caution.png?2024_1016);
  background-position: 0 center;
  background-size: 60px;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0 15px 80px;
  margin: 20px 20px 0 20px;
}
.inside-maker {
  padding: 5%;
  background: #f4f4f4;
  margin-bottom: 10px;
  border-bottom: 1px solid #c9cbce;
}
.flex_box {
  display: flex;
  justify-content: space-between;
}
.flex_box dl dd {
  margin-inline-start: 0px;
  text-align: left;
}
.open_close_box dl {
  width: 49%;
  margin: 0px;
}
.open_close_box dl dt {
  border-left: 8px solid #319b03;
  /* height: 32px; */
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 10px;
}
.flex_box dl dd img {
  max-width: 100%;
}

/* U-KOMI */
.review-summary-container {
  background-color: #fff !important;
}
.review-summary-container .reviewNumber {
  display: none;
}
.review-summary-container .starRating {
  padding: 0 !important;
}
.review-summary-container .ukomistarRatingSummarySection {
  cursor: auto;
}

.un_built-in-choice-verm {
  vertical-align: middle;
}
.un_builtIn_choice_compareTable_review .ukomiAvr_wrapper {
  line-height: 2em;
}
.un_builtIn_choice_compareTable_review .ukomiAvr_wrapper span {
  font-weight: bold;
  font-size: 16px;
}
.un_builtIn_choice_compareTable_review .ukomiAvr_wrapper + .review-summary-container:empty:before {
  content: 'まだレビュー投稿がありません';
  height: 20px;
  left: 9%;
  line-height: 1.2em;
  position: absolute;
  top: 32%;
  width: 80%;
  z-index: 1000;
}
.un_kitchenBuiltinChoice_rankingBox {
  margin: 40px 0 30px;
}

/* アコーディオン設定 */
.el_accordionBox.un_kitchenBuiltInChoice_accordionBox .el_accordionBox_inner {
  height: 490px;
}
.el_accordionBox.un_kitchenBuiltInChoice_accordionBox label{
  max-width: calc(20.75rem + 10px);
}
.el_accordionBox.un_kitchenBuiltInChoice_accordionBox label::after{
  content: '\4EA4\63DB\524D\3068\5F8C\306E\6D17\3048\308B\30B5\30A4\30BA\6BD4\8F03\306F\3053\3061\3089';
}
.el_accordionBox.un_kitchenBuiltInChoice_accordionBox input:checked~label {
  bottom: 10px;
}
.el_accordionBox.un_kitchenBuiltInChoice_accordionBox input:checked~.el_accordionBox_inner {
  height: auto;
  padding-bottom: 70px;
  transition: all 0.1s;
}
.caution + .bl_panel.bl_panel__noPadding{
  margin-top: 20px;
}

.un_kitchenBuiltInChoice_table {
  width: 707px;
  border-collapse: separate;
  border-spacing: 0;
}
.un_kitchenBuiltInChoice_table th,
.un_kitchenBuiltInChoice_table td{
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.un_kitchenBuiltInChoice_table th{
  background: #f2f2f2;
  font-weight: normal;
}
.un_kitchenBuiltInChoice_table tr:nth-child(2) td,
.un_kitchenBuiltInChoice_table tr:nth-child(5) td,
.un_kitchenBuiltInChoice_table tr:nth-child(6) td,
.un_kitchenBuiltInChoice_table tr:nth-child(7) td{
  border-top: none;
}
.un_kitchenBuiltInChoice_table th:nth-child(2),
.un_kitchenBuiltInChoice_table th:nth-child(3),
.un_kitchenBuiltInChoice_table td:nth-child(2),
.un_kitchenBuiltInChoice_table td:nth-child(3){
  border-left: none;
}
.un_kitchenBuiltInChoice_table .un_kitchenBuiltInChoice_table_item.un_kitchenBuiltInChoice_table_item__product{
  min-width: 125px;
}
.un_kitchenBuiltInChoice_table .un_kitchenBuiltInChoice_table_detail.un_kitchenBuiltInChoice_table_detail__borderNone{
  border: none;
}
.un_kitchenBuiltInChoice_table .un_kitchenBuiltInChoice_table_detail.un_kitchenBuiltInChoice_table_detail__caption{
  min-width: 220px;
}
.un_kitchenBuiltInChoice_table .un_kitchenBuiltInChoice_table_detail.un_kitchenBuiltInChoice_table_detail__left {
  text-align: left;
}
.un_kitchenBuiltInChoice_table .un_kitchenBuiltInChoice_table_detail .un_kitchenBuiltInChoice_table_detail_inner .un_kitchenBuiltInChoice_table_detail_inner_link,
.un_kitchenBuiltInChoice_table .un_kitchenBuiltInChoice_table_detail .un_kitchenBuiltInChoice_table_detail_inner .un_kitchenBuiltInChoice_table_detail_inner_link:link,
.un_kitchenBuiltInChoice_table .un_kitchenBuiltInChoice_table_detail .un_kitchenBuiltInChoice_table_detail_inner .un_kitchenBuiltInChoice_table_detail_inner_link:visited,
.un_kitchenBuiltInChoice_table .un_kitchenBuiltInChoice_table_detail .un_kitchenBuiltInChoice_table_detail_inner .un_kitchenBuiltInChoice_table_detail_inner_link:hover,
.un_kitchenBuiltInChoice_table .un_kitchenBuiltInChoice_table_detail .un_kitchenBuiltInChoice_table_detail_inner .un_kitchenBuiltInChoice_table_detail_inner_link:active{
  text-decoration: underline;
  color: var(--defaultTxtColor);
}
.un_kitchenBuiltInChoice_table .un_kitchenBuiltInChoice_table_detail .un_kitchenBuiltInChoice_table_detail_inner .un_kitchenBuiltInChoice_table_detail_inner_arrow {
  width: 30px;
  height: auto;
}
.un_kitchenBuiltInChoice_table .un_kitchenBuiltInChoice_table_detail .un_kitchenBuiltInChoice_table_detail_inner .un_kitchenBuiltInChoice_table_detail_inner_caption{
  font-size: 12px;
}

.un_kitchenBuiltInChoice_txtUnderlined {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .table_doorp_vs_doorm .td_doorp_vs_doorm_title {
    padding: 10px !important;
  }
  .el_accordionBox.un_kitchenBuiltInChoice_accordionBox .el_accordionBox_inner {
    height: 782px;
  }
  .open_close_box dl {
    width: unset;
  }
}