@charset "UTF-8";

.un_infoTokyo_annotation {
  display: block;
  text-align: right;
}

/* 補助金の対象となる工事 */
.un_sharedHdg_hdg2 + .un_infoTokyo_introductionItem_wrapper {
  margin-top: 20px;
}
.un_infoTokyo_introductionItem_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  & + .un_sharedHdg_hdg2 {
    margin-top: 70px;
  }
}
.un_infoTokyo_introductionItem {
  width: calc((100% - 30px) / 4);
  text-align: center;

  .un_infoTokyo_introductionItem_ttl {
    background: #23a9a1;
    border-radius: 15px;
    color: #fff;
    line-height: 1em;
    padding: 9px 5px 7px;
    position: relative;
    z-index: 2;

    &.un_infoTokyo_introductionItem_ttl__coolNet {
      background: #00b0f0;
    }
  }

  .un_infoTokyo_introductionItem_img {
    margin-top: -14px;
    position: relative;

    & figcaption {
      bottom: 20px;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
    }

    + .un_infoTokyo_introductionItem_cost {
      margin-top: 7px;
    }
  }

  .un_infoTokyo_introductionItem_cost {
    align-items: flex-end;
    display: flex;
    gap: 5px;
    justify-content: center;

    .un_infoTokyo_introductionItem_cost_ttl {
      line-height: 1.2em;
    }

    .un_infoTokyo_introductionItem_cost_emphasis {
      color: #fa0000;
      font-size: 16px;
      font-weight: bold;

      .un_infoTokyo_introductionItem_cost_emphasis_num {
        font-size: 30px;
        line-height: 1em;
      }
    }
  }
}


/* 東京ゼロエミポイントとクールネット東京の違い */
.un_sharedHdg_hdg2 + .un_infoTokyo_diffComparePanel_wrapper {
  margin-top: 20px;
}
.un_infoTokyo_diffComparePanel_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.un_infoTokyo_diffComparePanel {
  border: 2px solid #bfbfbf;
  box-sizing: border-box;
  width: calc((100% - 20px) / 2);

  .un_infoTokyo_diffComparePanel_ttl {
    align-items: center;
    background: var(--secondBgColor);
    box-sizing: border-box;
    display: flex;
    height: 100px;
    justify-content: center;
    position: relative;
    width: 100%;

    &::after {
      border-bottom: 0;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-style: solid;
      border-top: 20px solid var(--secondBgColor);
      content: '';
      height: 0;
      position: absolute;
      width: 0;
      bottom: -18px;
    }
  }

  .un_infoTokyo_diffComparePanel_cont {
    font-size: 16px;
    font-weight: bold;
    padding: 30px 20px 20px;

    & p::before {
      content: url('/information/tokyo/img/check.png');
      margin-right: 8px;
      position: relative;
    }

    & p + p {
      margin-top: 5px;
    }
  }
}


/* タブリンク */
.bl_panel.bl_panel__noBorder + .un_infoTokyo_tabLinkUnit {
  margin-top: 30px;
}
.un_infoTokyo_tabLinkUnit + .un_infoTokyo_tabLinkUnit {
  margin-top: 90px;
}
.un_infoTokyo_tabLinkList {
  align-items: flex-end;
  display: flex;
  width: 100%;

  &>li {
    flex: 1;
    position: relative;

    &:last-of-type::after {
      width: 100%;
    }

    &::after {
      content: "";
      width: calc(100% + 5px);
      height: 7px;
      background: var(--dekiruGreen);
      display: block;
      order: -1;
      left: 0;
      position: absolute;
      bottom: 0;
      z-index: 1;
    }

    &:not(:last-of-type) {
      margin-right: 5px;
    }
  }

  .un_infoTokyo_tabLinkBtn {
    align-items: center;
    background: #dfeadc;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    color: #3e692b;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 100%;
    justify-content: center;
    padding: 16px 0.5em;
    position: relative;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
    z-index: 1;

    &:hover {
      text-decoration: none;
    }

    &:link,
    &:active,
    &:visited {
      color: #3e692b;
    }

    &.un_infoTokyo_tabLinkBtn__active {
      background: var(--dekiruGreen);
      color: #fff;
      cursor: default;
      font-weight: bold;
      padding: 20px 0.5em;

      &:link,
      &:active,
      &:visited {
        color: #fff;
      }
    }
  }
}

.un_infoTokyo_tabLinkContent {
  .un_sharedHdg_hdg2:first-child {
    margin-top: 10px;
  }
}


/* 交換できるくんは東京ゼロエミポイントの登録事業者です　吹き出し */
.el_annotation_wrapper + .un_infoTokyo_speechBubblePanel_wrapper {
  margin-top: 20px;
}
.un_infoTokyo_speechBubblePanel_wrapper + .un_sharedHdg_hdg3 {
  margin-top: 60px;
}
.un_infoTokyo_speechBubblePanel {
  display: flex;

  .un_infoTokyo_speechBubblePanel_img_icon {
    width: 100px;
    height: 100px;
  }

  .un_infoTokyo_speechBubblePanel_inner {
    margin-left: 40px;
    width: 100%;
    background: #e2f0d9;
    padding: 10px 25px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.5;
    box-sizing: border-box;

    &::before {
      content: '';
      display: block;
      position: absolute;
      left: -29px;
      top: 15px;
      width: 30px;
      height: 30px;
      background: #e2f0d9;
      clip-path: polygon(100% 0, 100% 100%, 0 50%);
    }

    .un_infoTokyo_speechBubblePanel_inner_emphasisTxt {
      font-weight: bold;
      font-size: 20px;
      color: var(--emphasisRed);
    }

    .un_infoTokyo_speechBubblePanel_inner_txt {
      font-size: 18px;
    }
  }
}


/* 申請期限 */
.un_sharedHdg_hdg3 + .un_infoTokyo_limitDateTable_wrapper {
  margin-top: 20px;
}
.un_infoTokyo_limitDateTable_wrapper {
  padding: 0 20px;
}
.un_infoTokyo_limitDateTable {
  border: 5px solid #d9d9d9;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  width: 100%;

  .un_infoTokyo_limitDateTable_thead,
  .un_infoTokyo_limitDateTable_tdata {
    border: 1px solid #ccc;;
  }
  
  .un_infoTokyo_limitDateTable_thead {
    background: var(--secondBgColor);
    font-size: 20px;
    font-weight: normal;
    padding: 15px 0;
    width: 35%;
  }

  .un_infoTokyo_limitDateTable_tdata {
    font-size: 17px;
    font-weight: bold;

    .un_infoTokyo_limitDateTable_tdata_num {
      font-size: 24px;
    }
  }
}


/* 補助金対象製品の検索 */
.un_sharedHdg_hdg3 + .un_infoTokyo_searchItem_wrapper {
  margin-top: 20px;
}
.un_infoTokyo_searchItem_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.un_infoTokyo_searchItem {
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  min-width: 42%;

  &:has(.un_infoTokyo_searchItem_btn_wrapper.un_infoTokyo_searchItem_btn_wrapper__2btns) {
    width: 55%;
  }

  .un_infoTokyo_searchItem_img {
    text-align: center;
    width: 45%;

    & img + figcaption {
      margin-top: 5px;
    }

    &:has(+.un_infoTokyo_searchItem_btn_wrapper.un_infoTokyo_searchItem_btn_wrapper__2btns) {
      width: 30%;
    }
  }

  .un_infoTokyo_searchItem_btn_wrapper {
    display: flex;
    justify-content: space-between;
    width: 44%;

    &:has(.un_infoTokyo_searchItem_btn:nth-child(2)) {
      width: 68%;
    }

    .un_infoTokyo_searchItem_btn {
      align-items: center;
      background: var(--dekiruGreen);
      border-radius: 7px;
      box-sizing: border-box;
      color: #fff;
      display: flex;
      flex-direction: column;
      font-size: 16px;
      justify-content: center;
      padding: 10px;
      width: 100%;

      &:hover{
        opacity: 0.8;
        text-decoration: none;
      }
    }

    .un_infoTokyo_searchItem_btn_type +.un_infoTokyo_searchItem_btn_main {
      margin-top: 5px;
    }
    
    .un_infoTokyo_searchItem_btn_main {
      align-items: center;
      box-sizing: border-box;
      display: flex;
      font-weight: bold;
      justify-content: space-around;
      width: 100%;
    }

    .un_infoTokyo_searchItem_btn_main img {
      height: auto;
      width: 30px;
    }

    &.un_infoTokyo_searchItem_btn_wrapper__2btns {
      .un_infoTokyo_searchItem_btn {
        width: calc((100% - 10px) / 2);
      }
    }
  }
}


/* 対象のおすすめ機種 */
.bl_panel.bl_panel__noBorder + .un_infoTokyo_exampleCardHdg {
  margin-top: 20px;
}
.un_infoTokyo_exampleCardHdg {
  align-items: center;
  display: flex;
  font-size: 23px;
  justify-content: space-between;
  line-height: 1em;
  position: relative;

  &::before,
  &::after {
    background: var(--defaultTxtColor);
    content: '';
    height: 1px;
    width: 32%;
  }

  + .un_infoTokyo_exampleCard_unit {
    margin-top: 30px;
  }
}

.un_infoTokyo_exampleCard_unit {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  .un_infoTokyo_exampleCard {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    box-sizing: border-box;
    width: calc((100% - 10px) / 2);
    border: solid 1px #bfbfbf;
    text-align: center;
    padding: 10px;

    .un_infoTokyo_exampleCard_brandArea {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%;

      .un_infoTokyo_exampleCard_brandArea_logo img {
        height: 26px;
        width: auto;
      }

      .un_infoTokyo_exampleCard_brandArea_logo.un_infoTokyo_exampleCard_brandArea_logo__hitachi img {
        height: 18px;
        width: auto;
      }

      .un_infoTokyo_exampleCard_brandArea_txt {
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        color: #fff;
        border-radius: 5px;
        padding: 3px 0;
        width: 150px;
      }

      .un_infoTokyo_exampleCard_brandArea_txt.un_infoTokyo_exampleCard_brandArea_txt__high {
        color: var(--defaultTxtColor);
        background-color: #ffd700;
      }

      .un_infoTokyo_exampleCard_brandArea_txt.un_infoTokyo_exampleCard_brandArea_txt__middle {
        background-color: #38b8aa;
      }

      .un_infoTokyo_exampleCard_brandArea_txt.un_infoTokyo_exampleCard_brandArea_txt__basic {
        background-color: #fd9c9d;
      }

      + .un_infoTokyo_exampleCard_seriesArea {
        margin-top: 20px;
      }
    }

    .un_infoTokyo_exampleCard_seriesArea {
      display: flex;
      align-items: baseline;
      margin-right: auto;
      gap: 10px;
      font-size: 16px;
      line-height: 1;

      .un_infoTokyo_exampleCard_seriesArea_name {
        font-size: 22px;
        font-weight: bold;
      }

      + .un_infoTokyo_exampleCard_productArea {
        margin-top: 20px;
      }
    }

    .un_infoTokyo_exampleCard_label {
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      width: 100%;
      padding: 3px 0;
      font-size: 16px;
      font-weight: bold;
      background-color: #F2F2F2;
      border-radius: 5px;
    }

    .un_infoTokyo_exampleCard_productArea {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      box-sizing: border-box;
      width: 100%;

      .un_infoTokyo_exampleCard_productArea_img img {
        width: 235px;
        height: auto;
      }

      .un_infoTokyo_exampleCard_productArea_iconBlock {
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 100%;
      }

      .un_infoTokyo_exampleCard_productArea_iconBlock_icon {
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 3px 0;
        border: 1px solid var(--defaultTxtColor);
        font-size: 13px;
      }

      + .un_infoTokyo_exampleCard_summaryArea {
        margin-top: 20px;
      }
    }

    .un_infoTokyo_exampleCard_summaryArea {
      align-items: flex-end;
      border-bottom: 1px dotted #A6A6A6;
      display: flex;
      font-size: 15px;
      gap: 15px;
      justify-content: flex-end;
      padding-bottom: 10px;
      width: 100%;

      .un_infoTokyo_exampleCard_summaryArea_inner {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
      }

      .un_infoTokyo_exampleCard_summaryArea_inner_txt {
        font-size: 15px;
      }

      .un_infoTokyo_exampleCard_summaryArea_inner_txt.un_infoTokyo_exampleCard_summaryArea_inner_txt__emphasis {
        font-weight: bold;
        color: var(--emphasisRed);
      }

      .un_infoTokyo_exampleCard_summaryArea_inner_txt + .un_infoTokyo_exampleCard_summaryArea_inner_txt {
        margin-top: 5px;
      }

      .un_infoTokyo_exampleCard_summaryArea_inner_txt_num {
        font-size: 20px;
        line-height: 1;
        margin-right: 5px;
      }
    }

    .un_infoTokyo_exampleCard_actualCost {
      box-sizing: border-box;
      padding: 10px 0;
      position: relative;
      width: 100%;

      .un_infoTokyo_exampleCard_actualCost_icon {
        background: var(--emphasisRed);
        border-radius: 50%;
        color: #fff;
        display: block;
        font-size: 15px;
        padding: 18px;
        position: absolute;
      }

      .un_infoTokyo_exampleCard_actualCost_row {
        font-size: 15px;
        letter-spacing: 0.5px;
        text-align: right;
      }

      .un_infoTokyo_exampleCard_actualCost_row_num {
        color: var(--emphasisRed);
        font-size: 23px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1.4em;
        margin-left: 10px;
      }
      
      .un_infoTokyo_exampleCard_actualCost_row_emphasis {
        color: var(--emphasisRed);
        font-size: 14px;
        margin-left: 3px;
      }
    }

    .un_infoTokyo_exampleCard_discount {
      text-align: right;
      font-size: 15px;

      .un_infoTokyo_exampleCard_discount_num {
        font-size: 24px;
        font-weight: bold;
        margin: 0 5px 0 20px;
      }
    }

    .un_infoTokyo_exampleCard_link {
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      font-size: 16px;
      font-weight: bold;
      line-height: 1;
      color: #fff;
      background-color: var(--dekiruGreen);
      border-radius: 5px;
      padding: 10px 0;
      width: 170px;
      text-decoration: none;
    }

    .un_infoTokyo_exampleCard_link::after {
      content: "\020\03e";
      white-space: pre;
    }

    .un_infoTokyo_exampleCard_link:link, 
    .un_infoTokyo_exampleCard_link:hover, 
    .un_infoTokyo_exampleCard_link:active, 
    .un_infoTokyo_exampleCard_link:visited {
      color: #fff;
      text-decoration: none;
    }
  }

  & + .un_sharedHdg_hdg3 {
    margin-top: 60px;
  }
}


/* カード */
.un_infoTokyo_pointApplication_card_unit {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;

  .un_infoTokyo_pointApplication_card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc((100% - 15px)/ 4);
    border: 1px solid #bfbfbf;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;

    .un_infoTokyo_pointApplication_card_ttl {
      background: linear-gradient(transparent 0%, transparent 38%, #ffff7f 20%, #ffff7f 100%);
      box-sizing: border-box;
      font-size: 16px;
      font-weight: bold;
      padding: 0 0 5px;
    }

    .un_infoTokyo_pointApplication_card_img img {
      height: auto;
      max-width: 100%;
      width: 100%;
    }

    .un_infoTokyo_pointApplication_card_label {
      box-sizing: border-box;
      border: 1px solid var(--dekiruGreen);
      font-size: 13px;
      padding: 3px 0;
      color: var(--dekiruGreen);
      margin: 0 10px;
    }

    .un_infoTokyo_pointApplication_card_price {
      font-size: 18px;
      font-weight: bold;
      line-height: 1;
      color: var(--emphasisRed);

      .un_infoTokyo_pointApplication_card_price_num {
        font-size: 24px;
      }
    }

    .un_infoTokyo_pointApplication_card_txt {
      text-align: left;
    }

    &.un_infoTokyo_pointApplication_card__noSidePadding {
      padding: 10px 0;

      .un_infoTokyo_pointApplication_card_ttl {
        padding: 0 10px 5px;
      }

      .un_infoTokyo_pointApplication_card_txt {
        padding: 0 10px;
      }
    }
  }

  &.un_infoTokyo_pointApplication_card_unit__3col {
    .un_infoTokyo_pointApplication_card {
      width: calc((100% - 15px) / 3);

      .un_infoTokyo_pointApplication_card_ttl {
        margin: 0 auto;
        width: 75%;
      }
    }
  }

  &.un_infoTokyo_pointApplication_card_unit__gray {
    .un_infoTokyo_pointApplication_card {
      padding: 0 0 10px 0;

      .un_infoTokyo_pointApplication_card_ttl {
        background: #f2f2f2;
        font-weight: bold;
        padding: 10px 0;
      }
    }
  } 
}


/* テーブル */
.un_infoTokyo_annotation + .un_infoTokyo_discount_table_wrapper {
  margin-top: 10px;
}
.un_infoTokyo_discount_table * {
  box-sizing: border-box;
}
.un_infoTokyo_discount_table {
  border: 5px solid #bfbfbf;
  border-collapse: collapse;
  box-sizing: border-box;
  text-align: center;
  table-layout: fixed;
  width: 100%;

  & td {
    border: 1px solid #bfbfbf;
    padding: 10px;
  }

  .un_infoTokyo_discount_table_thead {
    & th {
      font-weight: bold;
      font-size: 15px;
      background-color: #f2f2f2;
      border: 1px solid #bfbfbf;
      padding: 10px 5px;
    }

    & th.un_infoTokyo_discount_table_productCell {
      width: 110px;
    }

    & th.un_infoTokyo_discount_table_txtNormal {
      font-weight: normal;
      vertical-align: top;
    }

    & th.un_infoTokyo_discount_table_thead_capacity {
      width: 20%;
    }

    & th.un_infoTokyo_discount_table_specCell {
      width: 190px;
    }

    & th.un_infoTokyo_discount_table_summaryCell {
      width: 120px;
    }

    & th.un_infoTokyo_discount_table_thead_areaCell {
      width: 17%;
    }

    & th.un_infoTokyo_discount_table_thead_municipality {
      width: 15%;
    }

    & th.un_infoTokyo_discount_table_thead_limit {
      width: 15%;
    }

    &.un_infoTokyo_discount_table_thead__padding {
      padding: 10px 20px;
      font-weight: normal;
      background-color: #f2f2f2;
      border: 1px solid #bfbfbf;
    }
  }

  .un_infoTokyo_discount_table_money {
    font-size: 18px;

    & span {
      font-size: 14px;
    }
  }

  .un_infoTokyo_discount_table_withImgCell figure img + figcaption {
    margin-top: 5px;
  }

  .un_infoTokyo_discount_table_thCell {
    background-color: #f2f2f2;
    border: 1px solid #bfbfbf;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 5px;
  }

  .un_infoTokyo_discount_table_money.un_infoTokyo_discount_table_money__center {
    text-align: center;
  }

  .un_infoTokyo_discount_table_annotation {
    font-size: 14px;
    font-weight: normal;
  }

  .un_infoTokyo_discount_table_tdVtop {
    vertical-align: top;
  }

  .un_infoTokyo_discount_table_requirement {
    text-align: left;
  }

  &.un_infoTokyo_discount_table__period {
    & td.un_infoTokyo_discount_table_mH {
      padding: 21.5px 10px;
    }
  }

  &.un_infoTokyo_discount_table__thinBorder {
    border: 1px solid #bfbfbf;
  }
}

.un_infoTokyo_discount_table_wrapper + .un_sharedHdg_hdg3 {
  margin-top: 60px;
}
.un_infoTokyo_discount_table_wrapper + .un_sharedHdg_hdg3.un_sharedHdg_hdg3__1stHdg {
  margin-top: 30px;
}
.un_infoTokyo_requiredInformation,
.un_infoTokyo_identification_attentionTxt {
  font-weight: bold;
  color: var(--emphasisRed);
  text-decoration: underline;
}


/* 内窓アイテムリスト 下部バナー案内 */
.un_infoTokyo_itemListBnrInfo {
  text-align: center;
  padding: 30px 10px 0;

  .un_infoTokyo_itemListBnrInfo_txt {
    font-size: 16px;

    & + .un_infoTokyo_itemListBnrInfo_img {
      margin-top: 20px;
    }
  }

  & + .un_sharedHdg_hdg3 {
    margin-top: 60px;
  }
}


/* カード_矢印付 */
.el_hdg3 + .un_infoTokyo_documents_card_unit {
  margin-top: 20px;
}
.un_infoTokyo_documents_card_unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  & + .un_sharedHdg_hdg4 {
    margin-top: 40px;
  }
}
.un_infoTokyo_documents_card {
  width: calc((100% + 5px) / 4 - 5px);
  border: solid 1px #BFBFBF;
  text-align: center;
  padding: 5px 5px 30px;
  box-sizing: border-box;
  position: relative;

  &::after {
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 35px solid #B4E5A2;
    border-right: 0;
    content: '';
    height: 0;
    left: -18px;
    position: absolute;
    top: 44%;
    width: 0;
  }

  &:first-child::after {
    display: none;
  }

  .un_infoTokyo_documents_card_ttl {
    background: #F2F2F2;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;

    & + .un_infoTokyo_documents_card_img {
      margin-top: 10px;
    }
  }

  .un_infoTokyo_documents_card_img + .un_infoTokyo_documents_card_txt {
    margin-top: 15px;
    padding: 0 5px;
  }

  .un_infoTokyo_documents_card_txt {
    text-align: left;
  }
}


/* 本人確認書類 */
.un_infoTokyo_identification_panel_wrapper {
  box-sizing: border-box;
  border: var(--defaultBorder);
  padding: 10px;
}
.un_infoTokyo_documents_card_unit + .un_infoTokyo_identification_panel_wrapper {
  margin-top: 20px;
}
.un_infoTokyo_tabLinkUnit + .un_jutaku-shoene2024_speechBubblesWrapper {
  margin-top: 50px;
}

.un_infoTokyo_identification_panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;

  .un_infoTokyo_identification_panel_item {
    line-height: 1.8;
  }
}
p + .un_infoTokyo_identification_panel {
  margin-top: 10px;
}
.un_infoTokyo_identification_panel + .un_infoTokyo_referencePanel_wrapper,
.un_infoTokyo_documents_card_unit + .un_infoTokyo_referencePanel_wrapper {
  margin-top: 30px;
}

.un_infoTokyo_referencePanel {
  align-items: flex-start;
  background: var(--secondBgColor);
  display: flex;
  justify-content: center;
  padding: 25px 20px;

  .un_infoTokyo_referencePanel_ttl {
    background: #fff;
    font-size: 15px;
    line-height: 1em;
    margin-right: 10px;
    padding: 5px 20px 3px;
  }

  .un_infoTokyo_referencePanel_cont {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    word-break: break-all;

    & p + p {
      margin-top: 7px;
    }

    & a:link {
      text-decoration: underline;
    }

    & a[target="_blank"]::after {
      content: url(/common/img/icon/etc/target_blank.gif);
      display: inline-block;
      margin-left: 4px;
    }
  }
}


/* 補助金活用例 */
.un_infoTokyo_subsidyExample {
  .un_infoTokyo_subsidyExample_ttl {
    display: flex;
    justify-content: center;

    & p {
      background: #fff;
      font-size: 24px;
      font-weight: bold;
      padding: 0 20px;
    }
  }

  .un_infoTokyo_subsidyExample_cont {
    border: 1px solid var(--defaultTxtColor);
    border-radius: 8px;
    margin-top: -20px;
    padding: 35px 20px 20px;

    .un_infoTokyo_subsidyExample_cont_imgSp {
      display: none;
    }

    .un_infoTokyo_subsidyExample_cont_productName {
      text-align: right;

      & + .un_infoTokyo_subsidyExample_cont_mediaPanel {
        margin-top: 30px;
      }
    }

    .un_infoTokyo_subsidyExample_cont_mediaPanel {
      display: flex;
      justify-content: space-between;

      .un_infoTokyo_subsidyExample_cont_mediaPanel_txt {
        display: flex;
        flex-direction: column;
        width: 55%;
      }

      .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_normalPrice {
        align-items: flex-end;
        border-bottom: 1px dotted #bebebe;
        display: flex;
        justify-content: flex-end;
        line-height: 1em;
        margin-bottom: 10px;
        padding-bottom: 15px;
        width: 100%;
      }

      .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_normalPrice img {
        height: auto;
        margin-right: 20px;
        width: 26px;
      }

      .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_normalPrice_cost {
        font-size: 13px;
        margin-left: 20px;
      }

      .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_normalPrice_cost_num {
        font-size: 20px;
        line-height: 1em;
        margin-right: 4px;
      }

      .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_subsidy {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        line-height: 1em;
      }

      .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_subsidy + .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_subsidy {
        margin-top: 10px;
      }

      .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_subsidy_label {
        box-sizing: border-box;
        margin: 0 auto 0 12px;
      }

      .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_subsidy_label p {
        border: 1px solid var(--defaultTxtColor);
        border-radius: 15px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        line-height: 1em;
        padding: 5px 0 3px;
        text-align: center;
        width: 87px;
      }

      .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_subsidy_cost {
        color: var(--emphasisRed);
        font-size: 12px;
        font-weight: bold;
        margin-left: 23px;
      }
      
      .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_subsidy_cost_num {
        font-size: 19px;
        margin-right: 4px;
      }

      .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_subsidy + .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_actualCost {
        margin-top: 20px;
      }

      .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_actualCost {
        align-items: flex-end;
        display: flex;
        font-size: 16px;
        font-weight: bold;
        gap: 10px;
        justify-content: flex-end;
      }

      .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_actualCost img {
        height: auto;
        width: 37px;
      }

      .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_actualCost_emphasis {
        color: var(--emphasisRed);
        font-size: 12px;
      }

      .un_infoTokyo_subsidyExample_cont_mediaPanel_txt_actualCost_emphasis_num {
        font-size: 26px;
        line-height: 1.2em;
        margin-right: 3px;
      }
    }    
  }
}


/* 各補助金ページへのバナー */
.un_sharedHdg_hdg4 + .un_infoTokyo_subsidyLinkbnr_wrapper {
  margin-top: 10px;
}
.un_infoTokyo_subsidyLinkbnr_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.un_infoTokyo_subsidyLinkbnr {
  border: 1px solid #7F7F7F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 15px 20px;
  box-sizing: border-box;
  width: calc((100% - 10px) / 2);

  &:nth-child(2n) {
    margin-left: 10px;
  }

  &:nth-child(n+3) {
    margin-top: 10px;
  }

  .un_infoTokyo_subsidyLinkbnr_img {
    & img {
      height: 43px;
      width: auto;
    }
  }

  .un_infoTokyo_subsidyLinkbnr_icon {
    width: auto;
    height: 13px;
    color: #9fa09d;
    fill: currentColor;
    overflow: hidden;
    transform: rotate(-90deg);
  }
}

/* パネル_吹き出し付 */
.un_jutaku-shoene2024_speechBubble + .un_jutaku-shoene2024_bunner {
  margin-top: 30px;
}
.un_jutaku-shoene2024_speechBubblesWrapper {
  padding: 0;
}
