@charset "utf-8";
.un_airconditionerGuideCost_flow {
  background-color: #F2F2F2;
  padding: 20px;
}
.un_airconditionerGuideCost_flow .un_airconditionerGuideCost_flow_list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.un_airconditionerGuideCost_flow .un_airconditionerGuideCost_flow_list::before {
  content: '';
  position: absolute;
  height: 2px;
  width: calc(100% - 88px);
  background-color: #A6A6A6;
  top: 19px;
  left: 44px;
}
.un_airconditionerGuideCost_flow .un_airconditionerGuideCost_flow_list .un_airconditionerGuideCost_flow_list_item {
  width: 100%;
  z-index: 10;
}
.un_airconditionerGuideCost_flow .un_airconditionerGuideCost_flow_list .un_airconditionerGuideCost_flow_list_item .un_airconditionerGuideCost_flow_list_item_num {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: #00B050;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  font-size: 16px;
  margin: 0 auto;
}
.un_airconditionerGuideCost_flow .un_airconditionerGuideCost_flow_list .un_airconditionerGuideCost_flow_list_item .un_airconditionerGuideCost_flow_list_item_txt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 10px auto 0;
  letter-spacing: 0.5em;
}
.un_airconditionerGuideCost_flow_arrow {
  background-color: #00B050;
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}
.un_airconditionerGuideCost_flow_arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #F2F2F2;
  border-right: 0;
  border-bottom: 20px solid #F2F2F2;
  border-left: 40px solid transparent;
}
.un_airconditionerGuideCost_flow + .el_hdg2 {
  margin-top: 40px;
}
.el_hdg2 + .un_exchangeFlow {
  margin-top: 20px;
}
.un_exchangeFlow {
  position: relative;
}
.un_exchangeFlow .un_exchangeFlow_ttl {
  text-align: center;
  margin: 0 20px;
}
.un_exchangeFlow .un_exchangeFlow_ttl .un_exchangeFlow_ttl_inner {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: var(--defaultTxtColor);
}
.un_exchangeFlow .un_exchangeFlow_ttl .un_exchangeFlow_ttl_inner span {
  background: linear-gradient(transparent 0%, transparent 50%, rgba(var(--emphasisYellow-rgb), 1) 50%, rgba(var(--emphasisYellow-rgb), 1) 100%);
}
.un_exchangeFlow_ctn {
  display: flex;
  flex-flow: wrap;
  margin-top: 20px;
  justify-content: space-between;
  background-image: url(/ecocute/shared/img/ecocute_exchange_allow.png);
  background-repeat: no-repeat;
  background-position: top;
}
.un_exchangeFlow_ctn .un_exchangeFlow_ctn_cont {
  border: var(--defaultBorder);
  width: 32%;
  box-sizing: border-box;
}
.un_exchangeFlow_ctn .un_exchangeFlow_ctn_cont:nth-child(n + 4) {
  margin-top: 10px;
}
.un_exchangeFlow_ctn .un_exchangeFlow_ctn_cont:nth-child(4) {
  order: 6;
}
.un_exchangeFlow_ctn .un_exchangeFlow_ctn_cont:nth-child(5) {
  order: 5;
}
.un_exchangeFlow_ctn .un_exchangeFlow_ctn_cont:nth-child(6) {
  order: 4;
}
.un_exchangeFlow_ctn .un_exchangeFlow_ctn_cont .un_exchangeFlow_ctn_cont_img {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.un_exchangeFlow_ctn .un_exchangeFlow_ctn_cont .un_exchangeFlow_ctn_cont_ttl {
  display: flex;
  align-items: center;
  background-color: var(--dekiruGreen);
  padding: 5px;
}
.un_exchangeFlow_ctn .un_exchangeFlow_ctn_cont .un_exchangeFlow_ctn_cont_ttl .un_exchangeFlow_ctn_cont_ttl_num {
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: var(--dekiruGreen);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.un_exchangeFlow_ctn .un_exchangeFlow_ctn_cont .un_exchangeFlow_ctn_cont_ttl .un_exchangeFlow_ctn_cont_ttl_inner {
  color: #fff;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  flex: 1;
}
.un_exchangeFlow_ctn .un_exchangeFlow_ctn_cont .un_exchangeFlow_ctn_cont_inner {
  padding: 10px;
}
.un_exchangeFlow + .el_hdg3 {
  margin-top: 30px;
}
.un_airconditionerGuideCost_banner {
  margin-top: 50px;
}
.un_constAntDeployment {
  margin-right: 30px;
  display: block;
  width: auto;
}

.bl_costPanel + .el_checkList {
  margin-top: 20px;
}

.bl_panel_wrapper.bl_panel_wrapper__spPadding + .un_sharedAirconditioner3Yguarantee {
  margin-top: 20px;
}