
body {
    font-family: 'Noto Sans JP', sans-serif;
    }
.u-img {
    width: auto;
    max-width: 100%;
    height: auto;
}
/* .holdings-footer__pagetop:not(.show) {
    display: block;
    } */
@media (hover: hover), (min-width: 981px) {
    .holdings-header__company {display:block;}
}
.btn_link.orange{
    background: #475C85;
    border: 1px solid #475C85;
}
.block-link-page {
    justify-content: center;
}
.h3_blue{
    margin-top: 40px;
}
@media (min-width: 641px) {
.h2_default{
    margin-top: 70px;
}

}
#hvac-bottomlink {
	background-color: #475C85;
	color: #c5c5c5;
	border-top: #616161 solid 1px;
	font-size: 14px;
	margin: 0 auto;
	padding-bottom:1.5em;
	padding-top:0.5em;
}
@media (min-width: 641px) {
    #hvac-bottomlink {
    font-size: 12px;
    }
}

.holdings-header__nav.pulldown .holdings-header__company {
    background: #333;
    color: #B2B2B2;
    font-size: 12px;
}
#hvac-bottomlink{
    color: #fff;
}
#hvac-bottomlink a {
	color: #fff!important;
	text-decoration: none;
}
#hvac-bottomlink a:hover {
	text-decoration:underline;
}


.hvac-subfooter-item{
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px solid #A9B7C7;
}
.hvac-subfooter-btm .hvac-subfooter-item{
    border-bottom: none;
}
.hvac-subfooter-item:first-child{
    margin-left: -10px;
    border-bottom: transparent;
}
.hvac-subfooter-btm li.hvac-subfooter-item:not(:last-child)::after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height:30px;
    background-color: #A9B7C7;
    right: calc(100% + 12px);
    top: 8px;
   right:0;
    margin: auto;
  }
  .hvac-subfooter-item.link::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -4px;
    transform: rotate(45deg);
  }


.hvac-subfooter-item a.external::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/common/hvac/img/blank-link.png);
    background-size: contain;
    vertical-align: top;
    background-repeat: no-repeat;
    margin-left: 5px;
}
@media (max-width: 640px) {
    .hvac-subfooter-item a.external::after {
        position: absolute;
    top: 50%;
    right: 0;
    }
}
.hvac-subfooter-area{
    padding: 0 0 15px;
    width: 100%;

}

.hvac-subfooter-menu{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 13px;
}
.hvac-subfooter-btm{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 13px;
}
  .hvac-subfooter-ttl{
    margin-bottom: 10px;
    margin-top: 20px;
  }
  @media (min-width: 641px) {
    .hvac-subfooter-ttl{
        margin-top: 0;
        margin-bottom: 0;
    }
    .hvac-subfooter-menu{
        flex-direction: row;
        margin-bottom: 5px;
        margin-top: 13px;
    }
    .hvac-subfooter-item{
        position: relative;
        padding: 0 15px ;
        border-bottom: none;
    }
    .hvac-subfooter-item.first{
        padding-left: 10px;
    }
    .hvac-subfooter-btm li.hvac-subfooter-item:not(:last-child)::after{
        height: 12px;
        top:0;
      }
    li.hvac-subfooter-item:not(:last-child)::after{
        content: "";
        display: inline-block;
        position: absolute;
        width: 1px;
        height: 12px;
        background-color: #A9B7C7;
        right: calc(100% + 12px);
        top:0;
       right:0;
        margin: auto;
      }
      .hvac-subfooter-item.link::before {
        display: none;
      }
      .hvac-subfooter-item.external:after{
        display: none;
      }


    .hvac-subfooter-area{
        border-bottom: 1px solid #A9B7C7;
    }
    .hvac-subfooter-area dd{
        margin-bottom: 10px;
    }
    .hvac-subfooter-menu,
    .hvac-subfooter-btm{
    justify-content: flex-start;
    }
    .hvac-subfooter-area dt{
        width: 20%;
    }
    .hvac-subfooter-area dd{
        width: 80%;

    }
}
#page {
  max-width: none;
  min-width: 0;
  overflow: auto;
  background-color: #F2F2F2;
}
