@charset "UTF-8";

@media screen and (min-width: 851px) {
.block_table_1 table, .block_table_8 table {
    width: 96% !important;
    min-width: auto !important;
    margin: 0 auto;
}
}
@media screen and (max-width: 850px) {
#txt+section  {
  padding: 0 var(--i_padding, 20px) !important;
}
.block_text_4>.content_wrapper {
    width: auto;
}
#table1+section .content_wrapper, 
#table2+section .content_wrapper {
        padding: unset !important;
}
#table1+section, 
#table2+section {
       padding: var(--i_padding, 20px) !important;
}
#table1+section {
padding-top: 50px !important;
}
}

/*---------------#table1---------------*/
/* 左側の見出しセル共通 */
/*#table1+section th div {
  padding: 8px;
  color: #fff;
}*/

/* 冷房セル (最初の3行のth) */
#table1+section tbody tr:nth-child(-n+3) th {
  background-color: #e9f2f8;
}

/* 暖房セル (次の3行のth) */
#table1+section tbody tr:nth-child(n+4) th {
  background-color: #fff2c9;
}

/* 真ん中の列「畳数の目安」「能力」「消費電力」 */
#table1+section tbody td:first-child {
  background-color: #e9f2f8;
}

/* 右列データの色分け（既存ルール） */
/* #f5f5f5 → 冷房グループ(1〜3行目右列) + 暖房1行目右列 */
#table1+section tbody tr:nth-child(even) td:last-child {
    background-color: #f5f5f5;
}

/* 3列目（右端）の奇数行 → #fbfbfb */
#table1+section tbody tr:nth-child(odd) td:last-child {
  background-color: #fbfbfb;
}
/*追記*/
#table1+section .block_table_1 table td {
    background-color: #ebebeb;
}

/*---------------#table2---------------*/
/* 「外形寸法」セル */
#table2+section table tbody tr th[rowspan="8"] {
  background-color: #e9f2f8;
}

/* 「室内機」「室外機」セル */
#table2+section table tbody tr td[rowspan="4"] {
  background-color: #ebebeb;
}

/* 「高さ・幅・奥行・質量」セル（2列目＝項目名の列） */
#table2+section table tbody tr td {
  background-color: #ebebeb;
}

/* データ列（4列目）の奇数指定 */
/* #fbfbfb → 250mm, 285mm, 541mm, 290mm※ */
#table2+section tbody tr:nth-child(odd) td:last-child {
    background-color: #fbfbfb;
}

/* データ列（4列目）の偶数指定 */
#table2+section tbody tr:nth-child(even) td:last-child {
    background-color: #f5f5f5;
}

/*---------------#c_img---------------*/
@media screen and (max-width: 900px) {
#c_img+div .inner_item {
        width: 48% !important;
        margin-bottom: 30px;
}
}
