@charset "utf-8";
.un_ecocute_ohisama_mainV_banner + .el_hdg2 {
  margin-top: 40px;
}

.el_hdg3 + .un_ecocute_ohisama_conventionalDifferenceTable_wrapper {
  margin-top: 10px;
}

/* 従来のエコキュートと何が違う？ */
.un_ecocute_ohisama_conventionalDifferenceTable,
.un_ecocute_ohisama_demeritTable,
.un_ecocute_ohisama_powerCompanyPlanTable,
.un_ecocute_ohisama_productListTable {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #BFBFBF;
  table-layout: fixed;
  text-align: center;
}
.un_ecocute_ohisama_conventionalDifferenceTable th,
.un_ecocute_ohisama_demeritTable th,
.un_ecocute_ohisama_powerCompanyPlanTable th,
.un_ecocute_ohisama_productListTable th {
  background: var(--secondBgColor);
  font-size: 16px;
  padding: 10px;
  text-align: center;
  border: solid 1px #BFBFBF;
}
.un_ecocute_ohisama_conventionalDifferenceTable td,
.un_ecocute_ohisama_demeritTable td,
.un_ecocute_ohisama_powerCompanyPlanTable td,
.un_ecocute_ohisama_productListTable td {
  border: solid 1px #BFBFBF;
  padding: 10px 5px;
}
.un_ecocute_ohisama_conventionalDifferenceTable span {
  font-weight: bold;
  font-size: 16px;
}
.un_ecocute_ohisama_conventionalDifferenceTable .un_ecocute_ohisama_conventionalDifferenceTable_width {
  width: 18%;
}
.un_ecocute_ohisama_conventionalDifferenceTable .un_ecocute_ohisama_conventionalDifferenceTable_background,
.un_ecocute_ohisama_demeritTable .un_ecocute_ohisama_demeritTable_background,
.un_ecocute_ohisama_powerCompanyPlanTable .un_ecocute_ohisama_powerCompanyPlanTable_background,
.un_ecocute_ohisama_productListTable .un_ecocute_ohisama_productListTable_background {
  background: var(--secondBgColor);
}
.un_ecocute_ohisama_conventionalDifferenceTable .un_ecocute_ohisama_conventionalDifferenceTable_img {
  padding: 0;
}
.un_ecocute_ohisama_conventionalDifferenceTable .un_ecocute_ohisama_conventionalDifferenceTable_img img {
  width: 280px;
  height: auto;
}

.un_ecocute_ohisama_font {
  font-weight: bold;
  font-size: 16px;
}

/* ダイキンの「ネオキュート」はおひさまエコキュートではありません */
.un_ecocute_ohisama_attentionPanel {
  display: block;
  border: solid 6px #F2F2F2;
  padding: 10px 20px 20px;
  position: relative;
}
.un_ecocute_ohisama_attentionPanel .un_ecocute_ohisama_attentionPanel_hdg {
  display: flex;
  align-items: center;
}
.un_ecocute_ohisama_attentionPanel .un_ecocute_ohisama_attentionPanel_hdg .un_ecocute_ohisama_attentionPanel_hdg_img + .un_ecocute_ohisama_attentionPanel_hdg_ttl {
  margin-left: 10px;
}
.un_ecocute_ohisama_attentionPanel .un_ecocute_ohisama_attentionPanel_hdg .un_ecocute_ohisama_attentionPanel_hdg_img img {
  width: 55px;
  height: auto;
}
.un_ecocute_ohisama_attentionPanel .un_ecocute_ohisama_attentionPanel_hdg .un_ecocute_ohisama_attentionPanel_hdg_ttl {
  font-weight: bold;
  font-size: 16px;
}
.un_ecocute_ohisama_attentionPanel_hdg + .un_ecocute_ohisama_attentionPanel_neocute {
  margin-top: 20px;
}
.un_ecocute_ohisama_attentionPanel .un_ecocute_ohisama_attentionPanel_neocute {
  display: flex;
}
.un_ecocute_ohisama_attentionPanel .un_ecocute_ohisama_attentionPanel_neocute {
  align-items: center;
}
.un_ecocute_ohisama_attentionPanel .un_ecocute_ohisama_attentionPanel_neocute .un_ecocute_ohisama_attentionPanel_neocute_img + .un_ecocute_ohisama_attentionPanel_neocute_txt {
  margin-left: 20px;
}
.un_ecocute_ohisama_attentionPanel + .el_hdg3 {
  margin-top: 30px;
}

/* 電力は「売る」から「自家消費」する時代へ */
.un_ecocute_ohisama_selfConsumptionPanel {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.un_ecocute_ohisama_selfConsumptionPanel_yearbookLabel {
  width: 130px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #000;
  padding: 57px 0;
  position: relative;
  margin: 0 auto;
  background-color: #f2f2f2;
}
.un_ecocute_ohisama_selfConsumptionPanel_yearbookLabel::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 65px solid transparent;
  border-right: 66px solid transparent;
  border-top: 30px solid #f2f2f2;
}
.un_ecocute_ohisama_selfConsumptionPanel_yearbookLabel.un_ecocute_ohisama_selfConsumptionPanel_yearbookLabel__present {
  background: #FABE00;
  z-index: -1;
  padding-top: 73px;
}
.un_ecocute_ohisama_selfConsumptionPanel_yearbookLabel.un_ecocute_ohisama_selfConsumptionPanel_yearbookLabel__present::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 66px solid transparent;
  border-right: 65px solid transparent;
  border-top: 30px solid #fbbc04;
}
.un_ecocute_ohisama_selfConsumptionPanel .un_ecocute_ohisama_selfConsumptionPanel_img_wrapper {
  display: block;
}
.un_ecocute_ohisama_selfConsumptionPanel .un_ecocute_ohisama_selfConsumptionPanel_img img {
  width: auto;
  height: 146px;
}
.un_ecocute_ohisama_selfConsumptionPanel .un_ecocute_ohisama_selfConsumptionPanel_img + .un_ecocute_ohisama_selfConsumptionPanel_img {
  margin-top: 40px;
}
.un_ecocute_ohisama_bold {
  font-weight: bold;
  font-size: 15px;
}

/* おひさまエコキュートのメリット */
.el_hdg4 + .un_ecocute_ohisama_energyConservationPanel_wrapper {
  margin-top: 20px;
}
.un_ecocute_ohisama_energyConservationPanel_wrapper {
  display: flex;
  justify-content: space-between;
}
.un_ecocute_ohisama_energyConservationPanel .un_ecocute_ohisama_energyConservationPanel_ttl {
  font-weight: bold;
  font-size: 16px;
}
.un_ecocute_ohisama_energyConservationPanel .un_ecocute_ohisama_energyConservationPanel_ttl + .un_ecocute_ohisama_energyConservationPanel_img {
  margin-top: 15px;
}
.un_ecocute_ohisama_energyConservationPanel .un_ecocute_ohisama_energyConservationPanel_img img {
  width: 350px;
  height: auto;
}
.un_ecocute_ohisama_energyConservationPanel_wrapper + .bl_mediaPanel {
  margin-top: 20px;
}

/* 試算条件 */
.bl_mediaPanel + .un_ecocute_ohisama_accordionPanelUnit_wrapper {
  margin-top: 20px;
}
.un_ecocute_ohisama_modal {
  border: solid  1px #BFBFBF;
  padding: 5px 10px;
  justify-content: space-between;
  display: flex;
  position: relative;
  align-items: center;
}
.un_ecocute_ohisama_modal .un_ecocute_ohisama_modal_label {
  font-size: 16px;
}
.un_ecocute_ohisama_modal_btn {
  border: solid 2px #BFBFBF;
  background: #fff;
  width: 30px;
  height: 30px;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}
.un_ecocute_ohisama_modal_btn::before {
  content: '＋';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 900;
  color: #000;
  line-height: 1;
}
.un_ecocute_ohisama_accordionPanel_ttl {
  padding-left: 20px;
}
.un_ecocute_ohisama_accordionPanel .un_ecocute_ohisama_accordionPanel_ttl.active .un_ecocute_ohisama_modal_btn::before {
  content: '－';
}
/* モーダル開閉制御 */
.un_ecocute_ohisama_accordionPanel .un_ecocute_ohisama_accordionPanel_list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.un_ecocute_ohisama_accordionPanel .un_ecocute_ohisama_accordionPanel_list.active {
  display: block;
}
.bl_panel + .un_ecocute_ohisama_accordionPanelUnit_wrapper {
  margin-top: 20px;
}
.un_ecocute_ohisama_accordionPanel .un_ecocute_ohisama_accordionPanel_ttl.un_ecocute_ohisama_modal.active {
  border-bottom: none !important;
}
.un_ecocute_ohisama_accordionPanel .un_ecocute_ohisama_accordionPanel_ttl + .un_ecocute_ohisama_accordionPanel_list {
  border-top: none;
}
.un_ecocute_ohisama_accordionPanel .un_ecocute_ohisama_accordionPanel_list {
  border: solid 1px #BFBFBF;
  padding: 5px 10px;
}
.un_ecocute_ohisama_accordionPanel_list.active {
  padding: 0 20px 30px;
}

.un_ecocute_ohisama_accordionPanelUnit_wrapper + .el_hdg4 {
  margin-top: 20px;
}

/* おひさまエコキュートのデメリット */
.bl_mediaPanel + .un_ecocute_ohisama_hdg {
  margin-top: 20px;
}
.un_ecocute_ohisama_hdg {
  font-weight: bold;
  font-size: 16px;
}
.bl_panel + .un_ecocute_ohisama_hdg.un_ecocute_ohisama_hdg__flex {
  margin-top: 0;
}
.un_ecocute_ohisama_hdg.un_ecocute_ohisama_hdg__flex  + .un_ecocute_ohisama_powerCompanyPlanTable_wrapper {
  margin-top: 10px;
}
.un_ecocute_ohisama_hdg.un_ecocute_ohisama_hdg__flex {
  display: flex;
  align-items: end;
}
.un_ecocute_ohisama_hdg span {
  font-weight: normal;
  font-size: 14px;
}
.bl_panel + .un_ecocute_ohisama_hdg {
  margin-top: 20px;
}
.un_ecocute_ohisama_hdg + .un_ecocute_ohisama_demeritTable_wrapper {
  margin-top: 10px;
}
.un_ecocute_ohisama_demeritTable .un_ecocute_ohisama_demeritTable_width {
  width: 17%;
}
.un_ecocute_ohisama_demeritTable .un_ecocute_ohisama_demeritTable_type,
.un_ecocute_ohisama_powerCompanyPlanTable .un_ecocute_ohisama_powerCompanyPlanTable_type {
  border: solid 1px #231815;
  background: #fff;
  width: 65px;
  font-size: 15px;
  padding: 3px 10px;
  margin: auto;
}
.un_ecocute_ohisama_demeritTable .un_ecocute_ohisama_demeritTable_background .un_ecocute_ohisama_demeritTable_background_logo img {
  width: 80%;
  height: auto;
}
.un_ecocute_ohisama_demeritTable .un_ecocute_ohisama_demeritTable_detail {
  padding: 10px;
}
.un_ecocute_ohisama_demeritTable .un_ecocute_ohisama_demeritTable_detail .el_btn5 {
  padding: 15px;
}
.un_ecocute_ohisama_demeritTable .un_ecocute_ohisama_demeritTable_product_total_price {
  color: var(--emphasisRed);
  font-weight: bold;
}
.un_ecocute_ohisama_demeritTable .un_ecocute_ohisama_demeritTable_product_total_price {
  font-size: 14px;
}
.un_ecocute_ohisama_demeritTable .un_ecocute_ohisama_demeritTable_product_total_price span {
  font-size: 18px;
}

.el_annotation + .un_ecocute_ohisama_panel {
  margin-top: 40px;
}
.un_ecocute_ohisama_panel + .el_hdg4 {
  margin-top: 20px;
}

/* 電力会社のプラン名 */
.un_ecocute_ohisama_hdg + .un_ecocute_ohisama_powerCompanyPlanTable_wrapper {
  margin-top: 20px;
}
.un_ecocute_ohisama_powerCompanyPlanTable th {
  padding: 7px 10px;
}
.un_ecocute_ohisama_powerCompanyPlanTable .un_ecocute_ohisama_powerCompanyPlanTable_type {
  font-weight: normal;
}
.un_ecocute_ohisama_powerCompanyPlanTable .un_ecocute_ohisama_powerCompanyPlanTable_background_logo img {
  width: 125px;
  height: auto;
}
.un_ecocute_ohisama_powerCompanyPlanTable_wrapper + .el_hdg2 {
  margin-top: 40px;
}
.bl_panel_wrapper + .un_ecocute_ohisama_attentionPanel {
  margin-top: 20px;
}
.un_ecocute_ohisama_attentionPanel .un_ecocute_ohisama_attentionPanel_hdg .un_ecocute_ohisama_attentionPanel_hdg_img .un_ecocute_ohisama_attentionPanel_hdg_img_second {
  width: 60px;
  height: auto;
}
.un_ecocute_ohisama_attentionPanel .un_ecocute_ohisama_attentionPanel_hdg + .un_ecocute_ohisama_attentionPanel_inner {
  margin-top: 20px;
}
.un_ecocute_ohisama_attentionPanel_blowing_wrapper {
  position: absolute;
  right:8%;
  top: 27%;
}
.un_ecocute_ohisama_attentionPanel_blowing span {
  font-weight: bold;
  font-size: 15px;
}
.un_ecocute_ohisama_attentionPanel_blowing:first-child {
  right: 4%;
}
.un_ecocute_ohisama_attentionPanel_blowing:nth-child(2) {
  left: 5%;
}
.un_ecocute_ohisama_attentionPanel_blowing {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #222;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #FABE00;
  box-sizing: border-box;
  text-align: center;
}
.un_ecocute_ohisama_attentionPanel_blowing::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.un_ecocute_ohisama_attentionPanel_blowing:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #FABE00;
  z-index: 1;
}

/* メーカーにより機能名称は異なります */
.un_ecocute_ohisama_featureTable_wrapper {
  margin-top: 70px;
}
.un_ecocute_ohisama_featureTable_width {
  width: 22%;
}
.un_ecocute_ohisama_featureTable {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #BFBFBF;
  table-layout: fixed;
  text-align: center;
}
.un_ecocute_ohisama_featureTable th {
  background: var(--secondBgColor);
  font-size: 16px;
  padding: 5px;
  text-align: center;
  border: solid 1px #BFBFBF;
}
.un_ecocute_ohisama_featureTable td {
  border: solid 1px #BFBFBF;
  padding: 5px;
}
.un_ecocute_ohisama_featureTable .un_ecocute_ohisama_featureTable_background {
  background: var(--secondBgColor);
  border: solid 1px #BFBFBF;
}

/* エコキュートの電気代比較 */
.un_ecocute_ohisama_hdg + .un_ecocute_ohisama_electricityBillTable_wrapper {
  margin-top: 10px;
}
.un_ecocute_ohisama_electricityBillTable {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border: solid 1px #BFBFBF;
  table-layout: fixed;
  text-align: center;
}
.un_ecocute_ohisama_electricityBillTable th {
  background: #F2F2F2;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  border: solid 1px #BFBFBF;
}
.un_ecocute_ohisama_electricityBillTable td {
  border: solid 1px #BFBFBF;
  padding: 8px 7px;
}
.un_ecocute_ohisama_electricityBillTable .un_ecocute_ohisama_electricityBillTable_type {
  font-weight: bold;
  font-size: 16px;
}
.un_ecocute_ohisama_hdg.un_ecocute_ohisama_hdg__margin {
  margin-top: 20px;
  margin-left: -7px;
}
.un_ecocute_ohisama_electricityBillTable .un_ecocute_ohisama_electricityBillTable_gray {
  background: #F2F2F2;
}
.un_ecocute_ohisama_electricityBillTable .un_ecocute_ohisama_electricityBillTable_vertical {
  background: #F2F2F2;
  border-bottom: none;
  padding: 17px 0 15px;
}
.un_ecocute_ohisama_electricityBillTable .un_ecocute_ohisama_electricityBillTable_total {
  border-top: none;
  text-align: right;
}
.un_ecocute_ohisama_electricityBillTable .un_ecocute_ohisama_electricityBillTable_vertical_text {
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: auto;
  letter-spacing: 3.8px;
  height: 60px;
}
.un_ecocute_ohisama_electricityBillTable .un_ecocute_ohisama_electricityBillTable_fontColor {
  color: var(--emphasisRed);
  font-size: 20px;
  padding: 8px 5px;
}
.un_ecocute_ohisama_electricityBillTable .un_ecocute_ohisama_electricityBillTable_fontColor span {
  font-size: 15px;
}
.un_ecocute_ohisama_electricityBillTable .un_ecocute_ohisama_electricityBillTable_total.un_ecocute_ohisama_electricityBillTable_total__fontColor {
  color: var(--emphasisRed);
}
.un_ecocute_ohisama_electricityBillTable .un_ecocute_ohisama_electricityBillTable_padding {
  padding: 5px;
}
.un_ecocute_ohisama_electricityBillTable .un_ecocute_ohisama_electricityBillTable_color {
  background: #FEF8F4;
  border-bottom: none;
  border-bottom: 1px dashed #BFBFBF;
}
.un_ecocute_ohisama_electricityBillTable .un_ecocute_ohisama_electricityBillTable_color.un_ecocute_ohisama_electricityBillTable_color__blue {
  background: #EAF2FA;
}
.un_ecocute_ohisama_electricityBillTable .un_ecocute_ohisama_electricityBillTable_color.un_ecocute_ohisama_electricityBillTable_color__geen {
  background: #E7F7E1;
}
.un_ecocute_ohisama_electricityBillTable .un_ecocute_ohisama_electricityBillTable_borderTop {
  border-top:none
}
@supports (-moz-appearance: none) {
  .un_ecocute_ohisama_electricityBillTable .un_ecocute_ohisama_electricityBillTable_vertical {
    padding: 12px 10px 12px;
  }
  .un_ecocute_ohisama_productListTable .un_ecocute_ohisama_productListTable_vertical_text {
    padding: 0 0 0 12px;
  }
}

/* おひさまエコキュートの商品一覧 */
.un_ecocute_ohisama_productListTable .un_ecocute_ohisama_productListTable_vertical_text {
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: auto;
  letter-spacing: 3.8px;
}
.un_ecocute_ohisama_productListTable td {
  height: 45px;
  padding: 5px 0;
}
.un_ecocute_ohisama_productListTable span {
  font-size: 12px;
}
.un_ecocute_ohisama_productListTable .un_ecocute_ohisama_productListTable_price {
  font-weight: bold;
  color: var(--emphasisRed);
  font-size: 20px;
}
.un_ecocute_ohisama_productListTable_price .un_ecocute_ohisama_productListTable_price_num {
  font-size: 20px;
}
.un_ecocute_ohisama_productListTable .un_ecocute_ohisama_productListTable_pricespan {
  font-size: 16px;
}
.un_ecocute_ohisama_productListTable_wrapper + .el_hdg5 {
  margin-top: 30px;
}
.el_hdg5 + .un_sharedEcocute_productCardUnit {
  margin-top: 10px;
}
.un_sharedEcocute_productCardUnit + .el_hdg2 {
  margin-top: 40px;
}
/* おすすめのおひさまエコキュートをピックアップ！ */
.un_sharedEcocute_productCard .un_sharedEcocute_productCard_ttl {
  font-size: 15px;
}