.wc_timing_change_img {
  display: flex;
  border: solid 1px #eaeaea;

}

.wc_timing_change_img_title {
  background: #f6f6f6;
  border-bottom: solid 1px #eaeaea;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

.wc_timing_change_img_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}


.wc_timing_change_img>div:nth-child(1) {
  flex: 2;
  border-right: solid 1px #eaeaea;
}

.wc_timing_change_img>div:nth-child(2) {
  flex: 1;
}

.wc_timing_change_img_cont>div {
  margin: 0 10px;
}

.wc_timing_hikaku_table {
  width: 100%;
  border-collapse: collapse;
}

.wc_timing_hikaku_table th,
.wc_timing_hikaku_table td {
  border: solid 1px #eaeaea;
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
  vertical-align: top;
  font-weight: bold;
}

.wc_timing_hikaku_table th {
  background: #f2f2f2;
}

.wc_timing_hikaku_table td span {
  font-size: 25px;
  display: block;
}

.wc_timing_table01 table {
  width: 100%;
  border-collapse: collapse;
}

.wc_timing_table01 table tbody tr th,
.wc_timing_table01 table tbody tr td {
  border: var(--defaultBorder);
  padding: 10px;
}

.wc_timing_table01 table tbody tr th {
  background-color: var(--secondBgColor);
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}

.wc_timing_table01 table tbody tr td small {
  vertical-align: top;
}

.wc_timing_table01 table tbody tr:first-child td.center {
  text-align: center;
}

.wc_timing_table01 .price {
  font-weight: bold;
  color: var(--emphasisRed);

}

.wc_timing_table01 .price div {
  font-size: 25px;
}

.wc_timing_table01 table td {
  vertical-align: top;
}

.wc_timing_table01 table tr.products td {
  vertical-align: middle;
}

.wc_timing_table02 table {
  width: 100%;
  border-collapse: collapse;
}

.wc_timing_table02 table thead tr th,
.wc_timing_table02 table tbody tr th,
.wc_timing_table02 table tbody tr td {
  border: var(--defaultBorder);
  padding: 10px;
}

.wc_timing_table02 table thead tr th {
  font-weight: bold;
  background-color: var(--secondBgColor);
}

.wc_timing_table02 table thead tr th.pink {
  background-color: #FFF8E5;
  color: #222;
}

.wc_timing_table02 table thead tr th.blue {
  color: #222;
  background: #ddd;
}

.wc_timing_table02 table tbody tr th {
  font-weight: normal;
  background-color: var(--secondBgColor);
}

.wc_timing_table02 table thead tr th,
.wc_timing_table02 table tbody tr th {
  text-align: center;
}

.wc_timing_table02 table tbody tr td .t_pink {
  color: #d43a3a;
}

.wc_timing_table02 table tbody tr td .t_blue {
  color: #198bcc;
}

.wc_timing_table02 table tbody tr th span {
  color: #FFFFFF;
  background: #999;
  display: block;
  padding: 6px 0;
  font-weight: bold;
  border-radius: 5px;
  line-height: 1;
}

.wc_timing_table02 table tbody tr th span:nth-child(2) {
  margin-top: 3px;
}

.wc_timing_syuri_table table {
  width: 100%;
  border-collapse: collapse;
}

.wc_timing_syuri_table tr th,
.wc_timing_syuri_table tr td {
  border: var(--defaultBorder);
  padding: 10px;
  text-align: center;
}

.wc_timing_syuri_table tr th {
  background-color: var(--secondBgColor);
}

.wc_timing_syuri_table .syuri_label {
  background: #2f5496;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc_timing_syuri_table .syuri_label.light {
  background: #00b0f0;
}

.wc_timing_syuri_table .big {
  font-size: 16px;
  font-weight: bold;
}

.wc_timing_syuri_table .red {
  color: #c00000;
}

.wc_timing_syuri_table .bigger {
  font-size: 18px;
  font-weight: bold;
}

.list_col2 {
  display: flex;
}

.list_col2>ul {
  width: 50%;
}

.wc_timing_meyasu {
  display: flex;
}

.wc_timing_meyasu>div {
  width: 32%;
  margin-left: 2%;
}

.wc_timing_meyasu>div:first-child {
  margin-left: 0;
}

.wc_timing_meyasu>div img {
  max-width: 100%;
}

.wc_timing_meyasu>div p {
  text-align: center;
  font-weight: bold;
}


.bl_card3Unit.bl_card3Unit__col3.custom01 .bl_card3 {
  border: none;
}

.bl_card3Unit.bl_card3Unit__col3.custom01 .bl_card3 .bl_card3_img {
  padding: 0 15px 10px;
}




.wc_timing_border_flex .bl_card {
  border: var(--defaultBorder);
  padding: 10px;
  box-sizing: border-box;
}

.wc_timing_border_flex .bl_card p {
  margin-bottom: 10px;
}

.wc_timing_auto_adjustment {
  padding: 0 30px;
}

.wc_timing_auto_adjustment_flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 10px;
}


p.bor_b {
  border-bottom: var(--defaultBorder);
  padding-bottom: 20px;
}

.wc_timing_item_txt {
  margin-left: 20px;
  flex: 1;
}

.wc_timing_item_set_border {
  border: var(--defaultBorder);
  border-bottom-width: 1px;
  box-sizing: border-box;
  padding: 10px;
}

.wc_timing_item_set_border_flex {
  display: flex;
  justify-content: space-between;

}

.wc_timing_detail_price_total {
  text-align: right;
  margin-top: 5px;
}

.wc_timing_detail_price_total .discount_per {
  display: inline-block;
  margin: 0 10px 0 5px;
}

.wc_timing_detail_price_total .discount_per div {
  display: inline;
}


.wc_timing_detail_price_total {
  color: var(--emphasisRed);
  font-weight: bold;
}

.wc_timing__border_flex .bl_card p {
  margin-bottom: 10px;
}

.wc_timing_auto_adjustment {
  margin-right: auto;
  margin-left: auto;
  max-width: 510px;
}

.wc_timing_auto_adjustment figure {
  text-align: center;
}

.wc_timing_auto_adjustment_flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 10px;
}



/* 取り扱いトイレメーカー一覧 */

@media screen and (min-width: 641px) {
  .un_wc_makerCard_wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    align-items: stretch;
  }

  .un_wc_makerCard_wrapper a:link,
  .un_wc_makerCard_wrapper a:visited,
  .un_wc_makerCard_wrapper a:hover,
  .un_wc_makerCard_wrapper a:active {
    color: #222;
    text-decoration: none;
  }

  .un_wc_makerCard {
    font-size: 12px;
    box-sizing: border-box;
    width: 357px;
    border: solid 2px #D9D9D9;
    margin-bottom: 10px;
    padding: 15px;
  }

  .un_wc_makerCard_wrapper .un_wc_makerCard:nth-child(2n) {
    margin-left: 11px;
  }

  .un_wc_makerCard .un_wc_makerCard_logo {
    text-align: center;
    margin-bottom: 0.5em;

  }

  .un_wc_makerCard .un_wc_makerCard_dekiruFunction {
    min-height: 94px;
    margin-bottom: 0.7em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .un_wc_makerCard figure {
    display: flex;
    margin-bottom: 0.5em;
  }

  .un_wc_makerCard figure img {
    width: 100%;
    height: auto;
    max-width: 130px;
    max-height: 3em;
  }

  .un_wc_makerCard_toto figure img {
    width: 100%;
    height: auto;
    max-width: 90px;
    max-height: 3em;
  }

  .un_wc_makerCard_lixil figure img {
    width: 100%;
    height: auto;
    max-width: 90px;
    max-height: 3em;
  }


  .un_wc_makerCard figure figcaption {
    margin-left: 40px;
  }

  .un_wc_makerCard_toto figure figcaption,
  .un_wc_makerCard_lixil figure figcaption {
    margin-left: 60px;
  }

  .un_wc_makerCard .un_wc_makerCard_function {
    display: flex;
    align-items: center;
    margin-bottom: 0.7em;
    border: solid 2px #f2f2f2;
    box-sizing: border-box;
  }

  .un_wc_makerCard .un_wc_makerCard_function img {
    margin: 5px;

  }

  .un_wc_makerCard .un_wc_makerCard_function dl {
    width: 100%;
    margin-left: 10px;
  }

  .un_wc_makerCard .un_wc_makerCard_function dl dt {
    float: left;
    background-color: #f2f2f2;
    padding: .3em .5em;
    margin-bottom: 0.5em;
    border-radius: 3px;
  }

  .un_wc_makerCard .un_wc_makerCard_function dl dd {
    padding: .3em .5em;
    margin-bottom: .5em;
    margin-left: 65px;
  }

  .un_wc_makerCard .un_wc_makerCard_function dl dt:last-of-type,
  .un_wc_makerCard .un_wc_makerCard_function dl dd:last-of-type {
    margin-bottom: 0;
  }

  .un_wc_makerCard .un_wc_makerCard_btn {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0.3em 1%;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #319b03;
    border-radius: 15px;
  }

  .un_wc_makerCard .un_wc_makerCard_btn::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    margin-top: 0;
    position: absolute;
    top: calc(50% - 5px);
    right: 26px;
    z-index: 180;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .un_wc_makerCard .un_wc_makerCard_LinkBtn_wrap {
    display: flex;
    justify-content: space-between;
  }

  .un_wc_makerCard .un_wc_makerCard_LinkBtn {
    padding-top: 5px;
    height: 48px;
  }

  .un_wc_makerCard .un_wc_makerCard_LinkBtn a {
    border-radius: 5px;
    background-color: var(--dekiruGreen);
    width: 140px;
    display: block;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 10px 9px 6px;
  }

  .un_wc_makerCard .un_wc_makerCard_LinkBtn_02 a {
    background-color: #7ec234;
  }

  .un_wc_makerCard .un_wc_makerCard_LinkBtn a:hover {
    opacity: 0.8;
  }

  .un_wc_makerCard .un_wc_makerCard_LinkBtn a:visited {
    color: #fff !important;
  }

  .un_wc_makerCard .un_wc_makerCard_LinkBtn a:link {
    text-decoration: none !important;
  }

  .un_wc_makerCard .un_wc_makerCard_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .un_wc_makerCard_flex>div+div {
    margin-left: 6px;
  }
}

/* 取り扱いトイレメーカー一覧 */

/* 各種バナー */

.bnr-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}


/* 各種バナー */

.hp_mT30 {
  margin-top: 30px !important;
}

.hp_mT20 {
  margin-top: 20px !important;
}

.hp_mT10 {
  margin-top: 10px !important;
}

.hp_mT5 {
  margin-top: 5px !important;
}

.hp_mT0 {
  margin-top: 0 !important;
}

.un_wcTiming_mark {
  font-size: 24px;
  margin-right: 2px;
  margin-left: 2px;
}

.un_wc_how_whole_table {
  margin-left: 27%;
  margin-top: -13%;
  margin-bottom: 15px;
}

.un_wc_how_whole_table td {
  padding: 10px 20px 10px;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
}

.el_hdg4 +.un_wcHowWhole_panel4_inner {
  margin-top: 10px;
}

.un_wcHowWhole_panel4_inner + .bl_panel.bl_panel__borderEmphasis {
  margin-top: 10px;
}

.un_wcHowWhole_panel4 {
  padding: 20px 0 0 0;
}