@charset "utf-8";
/* 諸経費まで含めた「総額」です！ */
.bl_mediaPanel + .un_windowConstPage_mainMsgPanel {
  margin-top: 20px;
}
.un_windowConstPage_mainMsgPanel {
  border-radius: 6px;
  background: #fdfbea;
  padding: 15px;
}
.un_windowConstPage_mainMsgPanel_list li {
  position: relative;
}
.un_windowConstPage_mainMsgPanel_list li::before {
  position: absolute;
  content: url(/gas/img/cost/icon-check-green.png);
  vertical-align: -webkit-baseline-middle;
  left: -28px;
}
.un_windowConstPage_mainMsgPanel .un_windowConstPage_mainMsgPanel_ttl {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.un_windowConstPage_mainMsgPanel .un_windowConstPage_mainMsgPanel_ttl + .un_windowConstPage_mainMsgPanel_list {
  margin-top: 10px;
}
.un_windowConstPage_mainMsgPanel .un_windowConstPage_mainMsgPanel_list {
  background: #fdfbea;
  font-weight: bold;
  font-size: 18px;
  padding-left: 35px;
}
.un_windowConstPage_mainMsgPanel .un_windowConstPage_mainMsgPanel_list li {
  font-size: 18px;
}
.un_windowConstPage_mainMsgPanel .un_windowConstPage_mainMsgPanel_list li + li {
  margin-top: 10px;
}
.un_windowConstPage_mainMsgPanel + .el_hdg2 {
  margin-top: 40px;
}


/* オプション工事費例 */
.un_windowConstPage_optionConstCost .un_windowConstPage_optionConstCost_hdg {
  font-weight: bold;
  font-size: 18px;
}
.un_windowConstPage_optionConstCost .un_windowConstPage_optionConstCost_hdg + .un_windowConstPage_optionConstCost_cardUnit {
  margin-top: 10px;
}
.un_windowConstPage_optionConstCost_cardUnit {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.un_windowConstPage_optionConstCost_card {
  width: calc((100% - 15px) / 2);
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.un_windowConstPage_optionConstCost_card:nth-child(n+3) {
  margin-top: 15px;
}
.un_windowConstPage_optionConstCost_card .un_windowConstPage_optionConstCost_card_ttl {
  align-items: center;
  background: #f2f2f2;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: bold;
  justify-content: center;
  padding: 5px 10px;
  text-align: center;
}
.un_windowConstPage_optionConstCost_card .un_windowConstPage_optionConstCost_card_inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
.un_windowConstPage_optionConstCost_card .un_windowConstPage_optionConstCost_card_inner .un_windowConstPage_optionConstCost_card_inner_img {
  max-width: 100%;
}
.un_windowConstPage_optionConstCost_card .un_windowConstPage_optionConstCost_card_inner .un_windowConstPage_optionConstCost_card_inner_img img {
  height: auto;
  width: 100%;
}
.un_windowConstPage_optionConstCost_card .un_windowConstPage_optionConstCost_card_inner .un_windowConstPage_optionConstCost_card_inner_img + .un_windowConstPage_optionConstCost_card_inner_txt {
  margin-top: 10px;
}
.un_windowConstPage_optionConstCost_card .un_windowConstPage_optionConstCost_card_inner .un_windowConstPage_optionConstCost_card_inner_txt {
  flex: 1;
  font-size: 13px;
  line-height: 1.4em;
  word-break: break-all;
}

p + .un_windowConstPage_optionConstCost_card_inner_txt_table {
  margin-top: 10px;
}
.un_windowConstPage_optionConstCost_card_inner_txt_table {
  border-collapse: collapse;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 100%;
}
.un_windowConstPage_optionConstCost_card_inner_txt_table th,
.un_windowConstPage_optionConstCost_card_inner_txt_table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.un_windowConstPage_optionConstCost_card_inner_txt_table th {
  background: #f2f2f2;
  box-sizing: border-box;
  font-weight: normal;
}
.un_windowConstPage_optionConstCost_card_inner_txt_table th > strong {
  font-size: 15px;
}
.un_windowConstPage_optionConstCost_card_inner_txt_table td {
  text-align: right;
}
.un_windowConstPage_optionConstCost_card_inner_txt_table + .un_windowConstPage_optionConstCost_card_inner_txt_optionCostPrice {
  margin-top: 15px;
}
.un_windowConstPage_optionConstCost_card_inner_txt .un_windowConstPage_optionConstCost_card_inner_txt_optionCostPrice {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}
.un_windowConstPage_optionConstCost_card_inner_txt .un_windowConstPage_optionConstCost_card_inner_txt_optionCostPrice .un_windowConstPage_optionConstCost_card_inner_txt_optionCostPrice_emphasize {
  color: var(--emphasisRed);
  font-weight: bold;
  margin-left: 10px;
}
.un_windowConstPage_optionConstCost_card_inner_txt .un_windowConstPage_optionConstCost_card_inner_txt_optionCostPrice .un_windowConstPage_optionConstCost_card_inner_txt_optionCostPrice_emphasize .un_windowConstPage_optionConstCost_card_inner_txt_optionCostPrice_emphasize_num {
  font-size: 20px;
}

.un_windowConstPage_optionConstCost + .el_hdg2 {
  margin-top: 40px;
}


