@charset "utf-8";

.un_sharedGas_constCardUnit {
  border: 1px solid #ececec;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
}
.un_sharedGas_constCardUnit + .el_annotation {
  margin-top: 1em;
}
.un_sharedGas_constCard {
  box-sizing: border-box;
  width: calc(100% / 5);
  text-align: center;
}
.un_sharedGas_constCardUnit.un_sharedGas_constCardUnit__coldDistrict .un_sharedGas_constCard{
      width: calc(100% / 3);
}

.un_sharedGas_constCardUnit .un_sharedGas_constCard.un_sharedGas_constCard__large{
      width: calc(100% / 5 * 2);
}

.un_sharedGas_constCard .un_sharedGas_constCard_hdg {
  background-color: var(--secondBgColor);
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #ececec;
  box-sizing: border-box;
  font-weight: bold;
}

.un_sharedGas_constCardUnit.un_sharedGas_constCardUnit__coldDistrict > .un_sharedGas_constCard .un_sharedGas_constCard_hdg {
min-height: 110px;
}

.un_sharedGas_constCard .un_sharedGas_constCard_hdg .un_sharedGas_constCard_functionList {
  display: flex;
  justify-content: center;
}
.un_sharedGas_constCard .un_sharedGas_constCard_function:not(:first-child) {
  margin-left: 5px;
}
.un_sharedGas_constCard .un_sharedGas_constCard_function {
  font-weight: bold;
  color: #fff;
  padding: 2px 7px 0;
  border-radius: 3px;
}
.un_sharedGas_constCard .un_sharedGas_constCard_function.un_sharedGas_constCard_function__eco {
  background-color: #f06e0e;
}
.un_sharedGas_constCard .un_sharedGas_constCard_function.un_sharedGas_constCard_function__normal {
  background-color: #00303f;
}
.un_sharedGas_constCard .un_sharedGas_constCard_img {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ececec;
}

.un_sharedGas_constCard .un_sharedGas_constCard_img img{
  width:auto;
  height: auto;
  max-height: 102px;
}

.un_sharedGas_constCard .un_sharedGas_constCard_price {
  color: var(--emphasisRed);
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  border: 1px solid #ececec;
  font-size: 12px;
}
.un_sharedGas_constCard .un_sharedGas_constCard_price [data-item-id] {
  display: inline;
  font-size: 16px;
}

.un_sharedGas_constCard .un_sharedGas_constCard_price .un_sharedGas_constCard_price_typeName{
  color: var(--defaultTxtColor);
  font-size: 13px;
  margin-bottom:0.5em;
}


.un_sharedGas_constCard .un_sharedGas_constCard_price.un_sharedGas_constCard_price__2col{
  display: flex;
  justify-content: space-around;
  padding: 0;
}

.un_sharedGas_constCard .un_sharedGas_constCard_price .un_sharedGas_constCard_price_inner{
  padding: 10px 5px;
}

.un_sharedGas_constCard .un_sharedGas_constCard_price.un_sharedGas_constCard_price__2col .un_sharedGas_constCard_price_inner{
  width:50%;
}


.un_sharedGas_constCard .un_sharedGas_constCard_price.un_sharedGas_constCard_price__2col .un_sharedGas_constCard_price_inner +.un_sharedGas_constCard_price_inner{
  border-left: 2px solid #ececec;
}

.un_sharedGas_constCardUnit .un_sharedGas_constCardUnit_inner {
  width: calc(100% / 2);
  display: flex;
  flex-wrap: wrap;
}
.un_sharedGas_constCardUnit.un_sharedGas_constCardUnit__coldDistrict .un_sharedGas_constCardUnit_inner{
  width: calc(100% / 3 * 2);
}
.un_sharedGas_constCardUnit .un_sharedGas_constCardUnit_inner .un_sharedGas_constCardUnit_innerHdg {
  width: 100%;
  background-color: var(--secondBgColor);
  text-align: center;
  box-sizing: border-box;
  height: 40px;
  padding-top: 10px;
  border: 1px solid #ececec;
  font-weight: bold;
}
.un_sharedGas_constCardUnit .un_sharedGas_constCardUnit_inner .un_sharedGas_constCard {
  width: calc(100% / 2);
}
.un_sharedGas_constCardUnit .un_sharedGas_constCardUnit_inner .un_sharedGas_constCard .un_sharedGas_constCard_hdg {
  height: 70px;
  justify-content: start;
  padding-top: 8px;
  box-sizing: border-box;
}

/* .un_sharedGas_constExplan {
  box-sizing: border-box;
  background: #fcf1d5;
  padding: 20px 10px;
  border-left: var(--defaultBorder);
  border-right: var(--defaultBorder);
  border-bottom: var(--defaultBorder);
}
.un_sharedGas_constExplan .un_sharedGas_constExplan_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.un_sharedGas_constExplan .un_sharedGas_constExplan_inner .un_sharedGas_constExplan_txt {
margin-left: 1em;
}
.un_sharedGas_constExplan .un_sharedGas_constExplan_inner .un_sharedGas_constExplan_txt .un_sharedGas_constExplan_emphasis {
  font-weight: bold;
  font-size: 18px;
}
.un_sharedGas_constExplan .un_sharedGas_constExplan_inner .un_sharedGas_constExplan_txt .un_sharedGas_constExplan_emphasis.un_sharedGas_constExplan_emphasis__red {
color: var(--emphasisRed);
}
.un_sharedGas_constExplan + .el_btn2_wrapper {
  margin-top: 20px;
} */

.un_sharedGas_constCardUnit + .el_btn2_wrapper {
  margin-top: 20px;
}



.un_sharedGas_typeCaption {
  display: flex;
  justify-content: space-between;
}
.un_sharedGas_typeCaption + .el_hdg4 {
  margin-top: 20px;
}
.un_sharedGas_typeCaption .un_sharedGas_typeCaption_inner {
  flex:1;
  box-sizing: border-box;
  padding-right: 10px;
}
.el_hdg5 + .un_sharedGas_typeCaption_txt {
  margin-top: 10px;
}

.un_sharedGas_typeBtn {
    padding-top: 20px;
    border-top: var(--defaultBorder);
    box-sizing: border-box;
}

.un_sharedGas_product {
  padding-top: 20px;
  padding-bottom: 20px;
}
.un_sharedGas_product:last-child {
  padding-bottom: 0;
}

.un_sharedGas_product + .un_sharedGas_product {
  border-top: var(--defaultBorder);
}
.un_sharedGas_product > .el_hdg5 {
  margin-bottom: 20px;
}
.un_sharedGas_product .un_sharedGas_product_head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.un_sharedGas_product [data-item-id] {
  display: inline;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_img {
  width: 200px;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_img .un_sharedGas_product_productPhoto {
  text-align: center;
  max-height: 150px;
  display: flex;
  align-self: stretch;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_img .un_sharedGas_product_productPhoto img {
  max-height: 150px;
  width: auto;
  height: auto;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_img .un_sharedGas_product_makerLogo {
  min-height: 34px;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_img .un_sharedGas_product_makerLogo img {
  max-width: 80px;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_img .un_sharedGas_product_makerLogo .un_sharedGas_product_makerLogo_alt{
  font-weight: bold;
  font-size: medium;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function {
  flex: 1;
  margin-left: 10px;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function .un_sharedGas_product_functionTxt {
  display: inline-block;
  font-size: 10px;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function .un_sharedGas_product_itemCode {
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0;
}
.un_sharedGas_product .un_sharedGas_product_mid .un_sharedGas_product_itemCode {
  font-weight: bold;
  font-size: 14px;
  display: none;
}
.un_sharedGas_product .un_sharedGas_product_itemCode [data-item-id] + [data-item-id]:not(:empty)::before{
  content: "\2b";
} 
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function .un_sharedGas_product_functionList a,
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function .un_sharedGas_product_functionList a:link,
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function .un_sharedGas_product_functionList a:visited,
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function .un_sharedGas_product_functionList a:active,
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function .un_sharedGas_product_functionList a:hover {
  text-decoration: none;
  display: block;
  color: #fff;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function .un_sharedGas_product_functionList .un_sharedGas_product_functionList_inner {
  display: flex;
  justify-content: left;
  margin-bottom: 5px;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function .un_sharedGas_product_functionList .un_sharedGas_product_functionList_inner .un_sharedGas_product_functionBadge {
  width: calc((100% + 5px) / 3 - 5px);
  text-align: center;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function .un_sharedGas_product_functionList .un_sharedGas_product_functionList_inner .un_sharedGas_product_functionBadge:not(:nth-child(3n + 1)) {
  margin-left: 5px;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function .un_sharedGas_product_functionList .un_sharedGas_product_functionList_inner .un_sharedGas_product_functionBadge.un_sharedGas_product_functionBadge__txtL {
  text-align: left;
  padding-left: 10px;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function .un_sharedGas_product_functionList .un_sharedGas_product_functionList_inner .un_sharedGas_product_functionBadge {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  box-sizing: border-box;
  position: relative;
  background: #d9d9d9;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 50%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.2) 50%, transparent 50%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function .un_sharedGas_product_functionList .un_sharedGas_product_functionList_inner .un_sharedGas_product_functionBadge.un_sharedGas_product_functionBadge__on {
  background: #33c949;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 50%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.2) 50%, transparent 50%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function .un_sharedGas_product_functionList .un_sharedGas_product_functionList_inner .un_sharedGas_product_functionBadge a::after {
  content: "?";
  display: block;
  position: absolute;
  right: 5px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-color: #c3c3c3;
  text-align: center;
  border-radius: 3px;
  animation: iconOpt 2s ease-in-out infinite alternate;
  -webkit-animation: iconOpt 2s ease-in-out infinite alternate;
  -moz-animation: iconOpt 2s ease-in-out infinite alternate;
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function .un_sharedGas_product_functionList .un_sharedGas_product_functionList_inner .un_sharedGas_product_functionBadge.un_sharedGas_product_functionBadge__noneIcon a::after{
display: none;
}
@keyframes iconOpt {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.75;
  }
}
.un_sharedGas_product .un_sharedGas_product_head .un_sharedGas_product_function .un_sharedGas_product_functionList .un_sharedGas_product_functionList_inner .un_sharedGas_product_functionBadge.un_sharedGas_product_functionBadge__on a::after {
  background-color: #17a72c;
}
.un_sharedGas_product .un_sharedGas_product_mid {
  padding-left: 210px;
  font-size: 12px;
}
.un_sharedGas_product .un_sharedGas_product_foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.un_sharedGas_product .un_sharedGas_product_foot .un_sharedGas_product_foot_discountRate {
  min-width: 200px;
  text-align: center;
}
.un_sharedGas_product .un_sharedGas_product_foot .un_sharedGas_product_foot_discountRate .un_sharedGas_product_foot_discountRate_inner {
  background-color: var(--emphasisRed);
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  padding: 6px 20px 3px;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
}
.un_sharedGas_product .un_sharedGas_product_foot .un_sharedGas_product_foot_discountRate [data-item-id] {
  font-size: 20px;
}
.un_sharedGas_product .un_sharedGas_product_foot .un_sharedGas_product_foot_price {
  display: flex;
  width: calc(100% - 200px - 140px);
  padding-left: 10px;
}
.un_sharedGas_product .un_sharedGas_product_foot .un_sharedGas_product_foot_price .un_sharedGas_product_foot_price_inner {
  color: var(--emphasisRed);
  font-weight: bold;
  line-height: 1.5;
}
.un_sharedGas_product .un_sharedGas_product_foot .un_sharedGas_product_foot_price [data-item-id] {
  font-size: 24px;
}
.un_sharedGas_product .un_sharedGas_product_foot .un_sharedGas_product_btn {
  min-width: 140px;
}

.un_sharedGas_modalCol3 {
  display: flex;
  justify-content: space-between;
}
.un_sharedGas_modalCol3.un_sharedGas_modalCol3__hdgArea {
  margin-bottom: 10px;
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_hdg {
  background-color: var(--secondBgColor);
  text-align: center;
  padding: 8px 10px 5px;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  border: var(--defaultBorder);
  text-align: center;
}
.un_sharedGas_modalCol3.un_sharedGas_modalCol3__hdgArea .un_sharedGas_modalCol3_hdg {
  width: calc((100% - 20px) / 3 * 2 + 10px);
}
.un_sharedGas_modalCol3.un_sharedGas_modalCol3__hdgArea .un_sharedGas_modalCol3_hdg.un_sharedGas_modalCol3_hdg__narrow {
  width: calc((100% - 20px) / 3);
}
.un_sharedGas_modalCol3_hdg.un_sharedGas_modalCol3_hdg__sp{
display: none;
margin-top: 20px;
margin-bottom: 10px;
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc((100% - 20px) / 3 * 2 + 10px);
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_panel {
  width: calc((100% - 20px) / 3);
  box-sizing: border-box;
  border: var(--defaultBorder);
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_inner .un_sharedGas_modalCol3_panel {
  width: calc((100% - 10px) / 2);
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_panel + .un_sharedGas_modalCol3_inner,
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_inner .un_sharedGas_modalCol3_panel + .un_sharedGas_modalCol3_panel {
  margin-left: 10px;
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_panel figure {
  text-align: center;
  padding: 10px;
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_panel .un_sharedGas_modalCol3_panelTtl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_panel .un_sharedGas_modalCol3_panelImg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_panel .un_sharedGas_modalCol3_panelImg .un_sharedGas_modalCol3_panelImg_inner {
  margin-top: 10px;
  text-align: center;
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_panel .un_sharedGas_modalCol3_panelImg .un_sharedGas_modalCol3_panelImg_inner img+img{
  margin-top: 10px;
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_panel .un_sharedGas_modalCol3_panelDesc {
  padding: 10px;
}
.un_sharedGas_modalCol3_panel .un_sharedGas_modalCol3_panelTtl.un_sharedGas_modalCol3_panelTtl__red {
  background-color: #fce399;
}
.un_sharedGas_modalCol3_panel .un_sharedGas_modalCol3_panelTtl.un_sharedGas_modalCol3_panelTtl__green {
  background-color: #cbfabe;
}
.un_sharedGas_modalCol3_panel .un_sharedGas_modalCol3_panelTtl.un_sharedGas_modalCol3_panelTtl__blue {
  background-color: #daf4f2;
}
.un_sharedGas_modalCol3_panel .un_sharedGas_modalCol3 .un_sharedGas_modalCol3_panel .un_sharedGas_modalCol3_panelDesc {
  padding: 10px;
}
.un_sharedGas_modalCol3_panel .un_sharedGas_modalCol3_panelDesc_list {
  margin-top: 1em;
  font-size: small;
}
.un_sharedGas_modalCol3_panel .un_sharedGas_modalCol3_panelDesc_list li:before {
  content: "・";
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_panel_btnWrapper {
  width: calc((100% - 20px) / 3);
  display: flex;
  justify-content: center;
  position: relative;
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_inner.un_sharedGas_modalCol3_inner__center {
  justify-content: center;
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_inner .un_sharedGas_modalCol3_panel_btnWrapper {
  width: 100%;
}
.un_sharedGas_modalCol3.un_sharedGas_modalCol3__btnArea {
  margin-top: 60px;
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_panel_btnWrapper {
  display: none;
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_panel_btn {
  display: block;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.2;
  position: relative;
}
.un_sharedGas_modalCol3.un_sharedGas_modalCol3__btnArea .un_sharedGas_modalCol3_panel_btnWrapper {
  display: initial;
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_panel_btn.un_sharedGas_modalCol3_panel_btn__pink {
  border: solid 1px #ef4855;
  color: #ef4855;
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_panel_btn.un_sharedGas_modalCol3_panel_btn__blue {
  border: 1px solid #0065e6;
  color: #0065e6;
}
.un_sharedGas_modalCol3 .un_sharedGas_modalCol3_panel_btnWrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 45px 0 45px;
  border-color: #18af10 transparent transparent transparent;
  top: -45px;
  left: calc(50% - 45px);
}
.bl_panel + .un_sharedGas_modalCol3_function_wrapper{/* 「/gas/contents/」で使用 */
  margin-top: -10px;
}
.un_sharedGas_modalCol3_function_wrapper{/* 「/gas/contents/」で使用 */
  display: flex;
  flex-wrap: wrap;
  padding: 0 80px;
  box-sizing: border-box;
}
.un_sharedGas_modalCol3_function {
  border: var(--defaultBorder);
  padding: 15px 10px 10px;
  position: relative;
  margin-top: 20px;
}
.un_sharedGas_modalCol3_function_wrapper >.un_sharedGas_modalCol3_function{
  width: calc((100% - 20px) / 2);
  box-sizing: border-box;
}
.un_sharedGas_modalCol3_function_wrapper >.un_sharedGas_modalCol3_function + .un_sharedGas_modalCol3_function{
  margin-left: 20px;
}
.un_sharedGas_modalCol3_function .un_sharedGas_modalCol3_function_ttl {
  font-size: small;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  display: inline-block;
  background-color: #fff;
  padding: 2px 5px 0;
  top: -1em;
}
.un_sharedGas_modalCol3_function_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.un_sharedGas_modalCol3_function_list .un_sharedGas_modalCol3_function_listIcon {
  color: #fff;
  width: calc((100% + 10px) / 2 - 10px);
  border-radius: 50%;
  position: relative;
}
.un_sharedGas_modalCol3_function_list .un_sharedGas_modalCol3_function_listIcon:nth-child(n + 3) {
  margin-top: 10px;
}
.un_sharedGas_modalCol3_function_list .un_sharedGas_modalCol3_function_listIcon span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.un_sharedGas_modalCol3_function_wrapper > .un_sharedGas_modalCol3_function .un_sharedGas_modalCol3_function_list .un_sharedGas_modalCol3_function_listIcon span {
  font-size: 16px;
}
.un_sharedGas_modalCol3_function_list .un_sharedGas_modalCol3_function_listIcon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.un_sharedGas_modalCol3_function_listIcon.un_sharedGas_modalCol3_function_listIcon__blue {
  background-color: #41baff;
}
.un_sharedGas_modalCol3_function_listIcon.un_sharedGas_modalCol3_function_listIcon__orange {
  background-color: #fca354;
}
.un_sharedGas_modalCol3_function_listIcon.un_sharedGas_modalCol3_function_listIcon__green {
  background-color: #8fcd45;
}
.un_sharedGas_modalCol3_function_listIcon.un_sharedGas_modalCol3_function_listIcon__pink {
  background-color: #fa86b2;
}

.un_sharedGas_modalFunc .un_sharedGas_modalFunc_img{
text-align:center;
margin:10px 0 40px;
}
.un_sharedGas_modalFunc .un_sharedGas_modalFunc_img img{
  margin: 0 auto;
}

.un_sharedGas_modalFunc .un_sharedGas_modalFunc_btnArea{
  margin: 0 auto;
  width: 50%;
}
.un_sharedGas_modalHdg {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: var(--dekiruGreen);
}

.un_sharedGas_frontTypeCard_wapper {
  display: flex;
  justify-content: space-between;
}
.un_sharedGas_frontTypeCard {
  width: calc((100% + 10px) / 2 - 10px);
  text-align: center;
  box-sizing: border-box;
  border: var(--defaultBorder);
}
.un_sharedGas_frontTypeCard .un_sharedGas_frontTypeCard_ttl {
  padding: 5px;
  border-bottom: var(--defaultBorder);
  margin-bottom: 10px;
  font-weight: bold;
}
.un_sharedGas_frontTypeCard .un_sharedGas_frontTypeCard_img{
  margin-bottom: 10px;
}
.un_sharedGas_frontTypeCard .un_sharedGas_frontTypeCard_ttl.un_sharedGas_frontTypeCard_ttl__red {
  background-color: #fce399;
}
.un_sharedGas_frontTypeCard .un_sharedGas_frontTypeCard_ttl.un_sharedGas_frontTypeCard_ttl__blue{
  background-color: #daf4f2;
}
.un_sharedGas_frontTypeCard .un_sharedGas_frontTypeCard_txt {
  padding: 0 10px;
  font-size: small;
  text-align: left;
}
.un_sharedGas_frontTypeCard_wapper + .el_hdg4{
  margin-top: 20px;
}

.un_sharedGas_product_iconUnit_wrapper {
  padding:10px;
  text-align: center;
}
.un_sharedGas_product_iconUnit {
  display: inline-flex;
  align-items: center;
}

.un_sharedGas_product_icon {
max-width: 100%;
}
.un_sharedGas_product_iconPlus {
  margin: 0 5px;
  font-weight: bold;
  font-size: 34px;
}

.un_sharedGass_estimatePanel {
  padding:20px;
  margin-left: 20px;
  margin-right: 20px;
  background-color:var(--secondBgColor) ;
  background-image:
  repeating-linear-gradient(-45deg, transparent 0, transparent 2px, rgba(255,255,255,.35) 2px, rgba(255,255,255,.35) 4px)
}
.un_sharedGass_estimatePanel + .el_hdg2 {
  margin-top: 20px;
}
.un_sharedGass_estimatePanel .un_sharedGass_estimatePanel_inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.un_sharedGass_estimatePanel .un_sharedGass_estimatePanel_inner .un_sharedGass_estimatePanel_Tel {
width:60.4%;
}
.un_sharedGass_estimatePanel .un_sharedGass_estimatePanel_inner .un_sharedGass_estimatePanel_btn {
  width: 38%;
}
.un_sharedGass_estimatePanel .un_sharedGass_estimatePanel_checkImg {
  margin-top: 10px;
}
.un_sharedGass_estimatePanel img {
  width: 100%;
}

.un_sharedGas_license {
  display: flex;
  justify-content: space-evenly;
}
.un_sharedGas_license .un_sharedGas_license_img {
  width: calc((100% + 10px) /3 - 10px);
}

.un_sharedGasRecommend_wrapper + .el_hdg2 {
  margin-top: 40px;
}
.un_sharedGasRecommend_wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.un_sharedGasRecommend {
  display: flex;
  gap: 5px;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item {
  width: 100%;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item > a {
  display: block;
  border: var(--defaultBorder);
  padding: 5px;
  box-sizing: border-box;
  color: var(--defaultColor);
  height: 100%;
}

.un_sharedGasRecommend .un_sharedGasRecommend_item > a:hover {
  text-decoration: none;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item > a:hover img {
  opacity: 1;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_spec {
  display: flex;
  gap: 1px;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_spec_icon {
  font-weight: bold;
  text-align: center;
  flex-grow: 1;
  padding: 4px 0;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_spec_icon.un_sharedGasRecommend_item_spec_icon__capacity {
  background: #e60012;
  color: #fff;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_spec_icon.un_sharedGasRecommend_item_spec_icon__heatingOnly {
  background: #29ae15;
  color: #fff;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_spec_icon.un_sharedGasRecommend_item_spec_icon__type {
  background: #ebebeb;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_spec_icon.un_sharedGasRecommend_item_spec_icon__auto {
  background: #09435b;
  color: #fff;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_spec_icon.un_sharedGasRecommend_item_spec_icon__fullAuto {
  background: #f6670b;
  color: #fff;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_logo {
  margin-top: 8px;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_img {
  text-align: center;
  margin-top: 4px;
}

.un_sharedGasRecommend .un_sharedGasRecommend_item_img:hover {
  opacity: 0.8;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_name {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 4px;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_desc {
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_makerPrice {
  text-align: center;
  font-size: 12px;
  margin-top: 8px;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_ourPrice {
  text-align: center;
  color: var(--emphasisRed);
  margin-top: 8px;
  font-weight: bold;
  line-height: 1.2;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_ourPrice div[data-item-id] {
  font-size: 22px;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_review {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 4px;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_review .review-summary-container {
  background: #fff;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_review .review-summary-container .ukomistarRatingSummarySection {
  padding-top: 2px !important;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_review .starRating {
  padding: 0 !important;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_review .reviewNumber {
  display: none;
}
.un_sharedGasRecommend .un_sharedGasRecommend_item_review_average {
  font-weight: bold;
  font-size: 15px;
  color: #777;
}
.un_sharedGasRecommend_wrapper + .un_gasStyleDanchi_rankingBanner {
  margin-top:20px
}
.un_gasStyleDanchi_rankingBanner + .el_hdg3 {
  margin-top:30px
}


/* 壁型設置タイプ給湯器の特徴 */
.el_hdg3 + .un_gasTypeList_cardUnit {
  margin-top: 20px;
}
.un_gasTypeList_cardUnit + .bl_panel {
  margin-top: 20px;
}
.un_gasTypeList_cardUnit {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.un_gasTypeList_cardUnit.un_gasTypeList_cardUnit__col2 >.un_gasTypeList_card {
  width: calc((100% - 10px)/ 2);
}
.un_gasTypeList_card {
  flex-direction: column;
  justify-content: space-between;
  border: var(--defaultBorder);
  box-sizing: border-box;
  display: flex;
}
.un_gasTypeList_card .un_gasTypeList_card_head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.un_gasTypeList_card .un_gasTypeList_card_ttl {
  font-weight: bold;
  background-color: #f9f9f9;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  border-bottom: solid 1px #ccc;
}
.un_gasTypeList_card .un_gasTypeList_card_head .un_gasTypeList_card_head_img {
  text-align: center;
  padding: 10px;
}
.un_gasTypeList_card .un_gasTypeList_card_inner_img + .un_gasTypeList_card_inner_txt {
  margin-top: 10px;
}
.un_gasTypeList_card .un_gasTypeList_card_inner_txt {
  flex: 1;
}
.un_gasTypeList_cardUnit + .el_hdg3 {
  margin-top: 30px;
}
.un_gasTypeList_card + .bl_panel {
  margin: 20px 0;
}
.un_gasTypeListKabe_point {
  font-weight: bold;
}
/* エコジョーズ給湯器の選択も可能 */
.un_gasTypeList_card .un_gasTypeList_card_inner .un_gasTypeList_card_inner_img {
  text-align: center;
}
/* タイプ別給湯器テーブル */
.un_gasType_specList_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.un_gasType_specList {
  width: 25%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.un_gasType_specList .un_gasType_specList_ttl {
  background: var(--secondBgColor);
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
.un_gasType_specList .un_gasType_specList_inner .un_gasType_specList_inner_img img {
  width: 100%;
  height: auto;
}
.un_gasType_specList .un_gasType_specList_inner .un_gasType_specList_inner_icon {
  display: flex;
  justify-content: space-between;
}
.un_gasType_specList .un_gasType_specList_inner .un_gasType_specList_inner_img + .un_gasType_specList_inner_icon {
  margin-top: 5px;
}
.un_gasType_specList .un_gasType_specList_inner .un_gasType_specList_inner_icon_img img {
  width:39px;
  height: auto;
}
.un_gasType_specList .un_gasType_specList_inner_feature {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: space-between;
}
.un_gasType_specList_inner_icon + .un_gasType_specList_inner_feature {
  margin-top: 10px;
}
.un_gasType_specList .un_gasType_specList_inner .un_gasType_specList_inner_feature .un_gasType_specList_inner_feature_txt {
  text-align: center;
  background: #D6EBCD;
  color: #222;
  width: calc((100% - 5px) /2);
  padding: 5px 0;
  font-size: 12px;
}
.un_gasType_specList .un_gasType_specList_inner .un_gasType_specList_inner_feature .un_gasType_specList_inner_feature_txt:nth-child(n+3) {
  margin-top: 5px;
}
.un_gasType_specList .un_gasType_specList_inner .un_gasType_specList_inner_feature .un_gasType_specList_inner_feature_txt.un_gasType_specList_inner_feature_txt__off {
  background: #ccc;
  color: #777;
}
.un_gasType_specList .un_gasType_specList_inner{
  padding: 5px;
}
.un_gasType_specList .un_gasType_specList_foot{
  display: flex;
}
.un_gasType_specList .un_gasType_specList_foot_size {
  width: 50%;
  text-align: center;
  border: solid 1px #ccc;
  border-left: none;
  border-bottom: none;
}
.un_gasType_specList:nth-child(2n) {
  border-left: none;
}
.un_gasType_specList_wrapper .un_gasType_specList:nth-child(3) {
  border-left: none;
}
.un_gasType_specList .un_gasType_specList_foot_size:nth-child(2n){
  border-right: none;
}
.un_gasType_specList .un_gasType_specList_foot_size .un_gasType_specList_foot_size_heading{
  background: var(--secondBgColor);
  padding: 5px;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  font-size: 12px;
}
.un_gasType_specList .un_gasType_specList_foot .un_gasType_specList_foot_size .un_gasType_specList_foot_size_txt {
  padding: 5px;
  font-size: 12px;
}
.un_gasType_specList .un_gasType_specList_foot .un_gasType_specList_foot_size .un_gasType_specList_foot_size_txt.un_gasType_specList_foot_size_txt__none {
  line-height: 36px;
}
.bl_panel + .un_gasType_specList_wrapper {
  margin-top: 20px;
}
.un_gasType_specList_wrapper + .bl_panel {
  margin-top: 10px;
}
.el_hdg3 + .un_gasType_specList_wrapper {
  margin-top: 20px;
}
.un_gasTypeList_cardUnit + .el_btn2_wrapper {
  margin-top: 20px;
}
.un_gasTypeList_card_inner {
  position: relative;
  padding: 10px;
  flex: 1;
}
.un_gasTypeList_card_inner_speechBubble {
  width: 30%;
  height: 13%;
  background-color: #D6EBCD;
  color: #222;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  text-align: center;
  padding: 10px 20px 20px;
  text-align: start;
  top: 50px;
}
.un_gasTypeList_card_inner_speechBubble_itemRange {
  font-size: 12px;
}
.un_gasTypeList_card_inner_speechBubble:before {
  position: absolute;
  left: 30px;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}
.un_gasTypeList_card_inner_speechBubble:before {
  top: 100%;
  margin-left: -10px;
  border-color: transparent;
  border-top-color: #D6EBCD;
  border-right-color: #D6EBCD;
  border-width: 10px;
}
/* 設置タイプページ内 交換工事費テーブル＆各種項目 */
.bl_panel_wrapper + .un_gasTypeListCost_table_wrapper {
  margin-top: 20px;
}
.un_gasTypeListCost_table {
  border-collapse: collapse;
  width: 755px;
}
.un_gasTypeListCost_table th,
.un_gasTypeListCost_table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px 0;
  text-align: center;
}
.un_gasTypeListCost_table .un_gasTypeListCost_table_ttl th {
  background: var(--secondBgColor);
  border-top: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}
.un_gasTypeListCost_table tr.un_gasTypeListCost_table_ttl th:first-child,
.un_gasTypeListCost_table tr td:first-child {
  border-left: 1px solid #ccc;
}
.un_gasTypeListCost_table tr.un_gasTypeListCost_table_typePriceArea td {
  font-weight: bold;
}
.un_gasTypeListCost_table tr.un_gasTypeListCost_table_typePriceArea td.un_gasTypeListCost_table_typePriceArea_contents {
  color: var(--emphasisRed);
  font-size: 19px;
}
.un_gasTypeListCost_table tr.un_gasTypeListCost_table_typePriceArea td.un_gasTypeListCost_table_typePriceArea_contents .un_gasTypeListCost_table_typePriceArea_contents_head {
  color: var(--defaultTxtColor);
  font-size: 13px;
}
.un_gasTypeListCost_table tr.un_gasTypeListCost_table_typePriceArea td.un_gasTypeListCost_table_typePriceArea_contents .un_gasTypeListCost_table_typePriceArea_contents_priceNum {
  display: inline;
}
.un_gasTypeListCost_table tr.un_gasTypeListCost_table_typePriceArea td.un_gasTypeListCost_table_typePriceArea_contents .un_gasTypeListCost_table_typePriceArea_contents_unit {
  font-size: 12px;
}
.un_gasTypeListCost_table_wrapper + .un_gasTypeListCost_tableBelowInfo {
  border-top: none;
}
.un_gasTypeListCost_tableBelowInfo {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.un_gasTypeListCost_tableBelowInfo *+.un_gasTypeListCost_tableBelowInfo_attention_listItem {
  margin-top: 5px;
}
.un_gasTypeListCost_tableBelowInfo .un_gasTypeListCost_tableBelowInfo_attention_listItem {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.un_gasTypeListCost_tableBelowInfo .un_gasTypeListCost_tableBelowInfo_attention_listItem + a.el_annotation {
  margin-top: 0.3em;
}
.un_gasTypeListCost_tableBelowInfo .un_gasTypeListCost_tableBelowInfo_attention_listItem + .un_gasTypeListCost_tableBelowInfo_attention_listItem.un_gasTypeListCost_tableBelowInfo_attention_listItem__annotation {
  margin-top: 20px;
}
.un_gasTypeListCost_tableBelowInfo .un_gasTypeListCost_tableBelowInfo_attention_listItem.un_gasTypeListCost_tableBelowInfo_attention_listItem__annotation {
  padding-left: 2em;
  text-indent: -2em;
}
.un_gasTypeListCost_tableBelowInfo_wrapper + .el_btn2_wrapper {
  margin-top: 20px;
}

/* 交換工事費_テーブル直下の「オプション部材費」・「ガス給湯器交換工事に関するご注意事項」 */
.el_hdg5 + .un_gasType_optionPanel,
.el_hdg5 + .un_gasType_cautionPanel{
  margin-top: 10px;
}
.un_gasType_optionPanel{
  display: flex;
}
.un_gasType_optionPanel .un_gasType_optionPanel_img {
  flex-shrink: 1;
  max-width: 50%;
}
.un_gasType_optionPanel .un_gasType_optionPanel_img + .un_gasType_optionPanel_inner{
  margin-left: 20px;
}
.un_gasType_optionPanel .un_gasType_optionPanel_inner .un_gasType_optionPanel_inner_txt + .un_gasType_optionPanel_inner_cost{
  margin-top: 10px;
}
.un_gasType_optionPanel .un_gasType_optionPanel_inner .un_gasType_optionPanel_inner_cost{
  display: flex;
  flex-direction: column;
}
.un_gasType_optionPanel .un_gasType_optionPanel_inner .un_gasType_optionPanel_inner_cost .un_gasType_optionPanel_inner_cost_handle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.un_gasType_optionPanel .un_gasType_optionPanel_inner .un_gasType_optionPanel_inner_cost .un_gasType_optionPanel_inner_cost_handle .un_gasType_optionPanel_inner_cost_handle_price {
  color: var(--emphasisRed);
  font-weight: bold;
}
.un_gasType_optionPanel .un_gasType_optionPanel_inner .un_gasType_optionPanel_inner_cost .un_gasType_optionPanel_inner_cost_handle .un_gasType_optionPanel_inner_cost_handle_price .un_gasType_optionPanel_inner_cost_handle_price_taxIn{
  font-size: 20px;
}
.un_gasType_cautionPanel {
  padding-left: 1em;
  text-indent: -1em;
}
.un_gasType_cautionPanel p + p{
  margin-top: 5px;
}
.un_gasType_cautionPanel .un_gasType_cautionPanel_link{
  display: block;
  text-align: right;
  box-sizing: border-box;
}
.un_gasType_cautionPanel .un_gasType_cautionPanel_link:link,
.un_gasType_cautionPanel .un_gasType_cautionPanel_link:visited,
.un_gasType_cautionPanel .un_gasType_cautionPanel_link:hover {
  text-decoration: underline;
  color: var(--defaultTxtColor);
}
.un_gasType_cautionPanel .un_gasType_cautionPanel_link:after {
  content: "\020\03e";
  white-space: pre;
}
.un_gasType_cautionPanel + .el_btn2{
  margin-top: 20px;
}



/* 給湯器交換内訳_外枠のパネルと隣接条件 */
.bl_panel_wrapper + .un_sharedGas_costPanel {
  margin-top: 10px;
}
.bl_panel + .un_sharedGas_costPanel,
.bl_panel.bl_panel__noPadding + .un_sharedGas_costPanel,
.bl_panel.bl_panel__noBorder.bl_panel__noPadding + .un_sharedGas_costPanel,
.un_sharedGas_costpanel + .el_hdg5{
  margin-top: 20px;
}
.bl_panel.bl_panel__noBorder + .un_sharedGas_costPanel{
  margin-top: 0;
}
.un_sharedGas_costpanel + .el_btn2_wrapper {
  margin-top: 10px;
}
.un_sharedGas_costpanel + .el_hdg3{
  margin-top: 30px;
}

/* 太字 */
.un_sharedGas_blackColorEmphasis{
  font-weight: bold;
}

/* 基本工事は全てコミコミの安心価格！ */
.bl_panel .un_sharedConst_summaryPanel .un_sharedConst_summaryPanel_body {
  background-color: #f5fef1;
}
.bl_panel .un_sharedConst_summaryPanel .un_sharedConstsummaryPanel_body + .el_hdg2 {
  margin-top: 40px;
}
.bl_panel .un_sharedConst_summaryPanel .un_sharedConst_summaryPanel_body .un_sharedConst_summaryPanel_body_inner .un_sharedConst_summaryPanel_body_inner_costPanels {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  background-color: #f5fef1;
}
.bl_panel .un_sharedConst_summaryPanel .un_sharedConst_summaryPanel_body .un_sharedConst_summaryPanel_body_head {
  padding: 20px 20px 0;
  text-align: center;
}
.bl_panel .un_sharedConst_summaryPanel .un_sharedConst_summaryPanel_body .un_sharedConst_summaryPanel_body_head .un_sharedConst_summaryPanel_body_head_ttl {
  background: linear-gradient(transparent 0%, transparent 50%, rgba(var(--emphasisYellow-rgb), 1) 50%, rgba(var(--emphasisYellow-rgb), 1) 100%);
  font-weight: bold;
  font-size: 16px;
}
.bl_panel .un_sharedConst_summaryPanel .un_sharedConst_summaryPanel_body .un_sharedConst_summaryPanel_body_inner {
  padding: 20px;
}
.bl_panel .un_sharedConst_summaryPanel .un_sharedConst_summaryPanel_body .un_sharedConst_summaryPanel_body_inner .un_sharedConst_summaryPanel_body_inner_costPanels .un_sharedConst_summaryPanel_body_inner_costPanels_item {
  background: #fff;
  border: 1px solid #73b557;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  padding: 10px 8px 10px 13px;
  width: calc((100% + 10px) / 4 - 10px);
  color: #01491c;
  font-weight: bold;
  line-height: 1.3;
  font-size: 15px;
  text-align: left;
  display: flex;
  font-weight: bold;
  align-items: center;
}
.bl_panel .un_sharedConst_summaryPanel .un_sharedConst_summaryPanel_body .un_sharedConst_summaryPanel_body_inner .un_sharedConst_summaryPanel_body_inner_costPanels .un_sharedConst_summaryPanel_body_inner_costPanels_item:nth-child(n+5) {
  margin-top: 10px;
}
.bl_panel .un_sharedConst_summaryPanel .un_sharedConst_summaryPanel_body .un_sharedConst_summaryPanel_body_inner .un_sharedConst_summaryPanel_body_inner_costPanels .un_sharedConst_summaryPanel_body_inner_costPanels_item:not(:nth-child(4n+1)) {
  margin-left: 10px;
}
.bl_panel .un_sharedConst_summaryPanel .un_sharedConst_summaryPanel_body .un_sharedConst_summaryPanel_body_inner .un_sharedConst_summaryPanel_body_inner_costPanels .un_sharedConst_summaryPanel_body_inner_costPanels_item .un_sharedConst_summaryPanel_body_inner_costPanels_item_img + .un_sharedConst_summaryPanel_body_inner_costPanels_item_txt {
  margin-left: 5px;
}
.bl_panel .un_sharedConst_summaryPanel .un_sharedConst_summaryPanel_body .un_sharedConst_summaryPanel_body_inner .un_sharedConst_summaryPanel_body_inner_costPanels .un_sharedConst_summaryPanel_body_inner_costPanels_item .un_sharedConst_summaryPanel_body_inner_costPanels_item_img {
  display: flex;
}
.bl_panel .un_sharedConst_summaryPanel .un_sharedConst_summaryPanel_body .un_sharedConst_summaryPanel_body_inner .un_sharedConst_summaryPanel_body_inner_costPanels .un_sharedConst_summaryPanel_body_inner_costPanels_item .un_sharedConst_summaryPanel_body_inner_costPanels_item_img .un_sharedConst_summaryPanel_body_inner_costPanels_item_img_icon {
  max-height: 40px;
  width: 55px;
  fill: currentColor;
  stroke: currentColor;
  color: var(--dekiruGreen);
  align-items: center;
}
.un_sharedConst_txt + .bl_panel {
  margin-top: 20px;
}

/* おまとめ工事割引バナー */
.un_sharedGas_omatomeBnr {
  box-sizing: border-box;
  margin-top: 40px;
}

/* 東京ゼロエミポイント動画 */
.un_sharedEcocute_recommendationVideoPanel_txt_edg_label {
  background: #ff6600;
  color: #fff;
  padding: 5px 8px;
  margin-right: 10px;
  border-radius: 4px;
  margin-bottom: 3px;
  font-weight: bold;
  display: inline-block;
}
.un_sharedGas_recommendationVideoPanel_wrapper .bl_mediaPanel .bl_mediaPanel_img {
max-width: 41%;
}
.un_sharedGas_recommendationVideoPanel_wrapper .bl_mediaPanel .bl_mediaPanel_img + .bl_mediaPanel_txt .bl_mediaPanel_txt_ttl.bl_mediaPanel_txt_ttl__flex + .bl_mediaPanel_txt_inner {
  line-height: 1.8;
  padding: 10px 0;
}
.un_gasTop_jutakushoeneBnrArea + .un_sharedGas_recommendationVideoPanel_wrapper {
  margin-top: 40px;
}
.bl_panel.bl_panel__banner + .un_sharedGas_recommendationVideoPanel_wrapper {
  margin-top: 20px;
}
.bl_panel.bl_panel__noBorder + .bl_panel + .un_sharedGas_recommendationVideoPanel_wrapper {
  margin-top: 20px;
}
.bl_mediaPanel.bl_mediaPanel__noBorder.bl_mediaPanel__col + .un_sharedGas_recommendationVideoPanel_wrapper {
  margin-bottom: 20px;
}


.el_hdg2 + .un_sharedGas_recommendationVideoPanel_wrapper {
  margin-top: 20px;
}
.un_sharedGas_recommendationVideoPanel_wrapper + .el_hdg2 {
  margin-top: 40px;
}
.el_hdg3 + .un_sharedGas_recommendationVideoPanel_wrapper {
  margin-top: 20px;
}
.un_sharedGas_recommendationVideoPanel_wrapper + .el_hdg3 {
  margin-top: 30px;
}
.un_sharedGas_recommendationVideoPanel_wrapper + .bl_tabLinkUnit {
  margin-top: 40px;
}
.un_sharedGas_recommendationVideoPanel_wrapper + .bl_tabLinkList {
  margin-top: 40px;
}
.un_sharedGas_recommendationVideoPanel {
  box-sizing: border-box;
  border: var(--defaultBorder);
  padding: 20px;
}


.un_sharedGas_recommendationVideoPanel .un_sharedGas_recommendationVideoPanel_figArea {
    display: flex;
    justify-content: space-between;
}
.un_sharedGas_recommendationVideoPanel .un_sharedGas_recommendationVideoPanel_figArea_img {
  flex-shrink: 0;
  width: calc((100% + 20px) / 2 - 20px);
}
.un_sharedGas_recommendationVideoPanel .un_sharedGas_recommendationVideoPanel_figArea_img img {
  height: auto;
}
.un_sharedGas_recommendationVideoPanel .un_sharedGas_recommendationVideoPanel_txt_ttl.un_sharedGas_recommendationVideoPanel_txt_ttl__flex {
  display: flex;
  align-items: center;
}
.un_sharedGas_recommendationVideoPanel .un_sharedGas_recommendationVideoPanel_label {
  background: #ff6600;
  color: #fff;
  padding: 5px 8px;
  margin-right: 10px;
  border-radius: 4px;
  margin-bottom: 3px;
  font-weight: bold;
  display: inline-block;
}
.un_sharedGas_recommendationVideoPanel .un_sharedGas_recommendationVideoPanel_txt_ttl {
  font-weight: bold;
}
.un_sharedGas_recommendationVideoPanel .un_sharedGas_recommendationVideoPanel_txt .un_sharedGas_recommendationVideoPanel_txt_inner {
  padding: 10px 0;
}