.product {
  margin-top: 3.75rem;
  padding-top: 2rem;
  padding-bottom: 3.75rem;
  background: #FFF6C6;
}

@media (max-width: 769px) {
  .product {
    margin-top: 2.5rem;
    padding-bottom: 1.875rem;
  }
}

.product .body__inner {
  padding-bottom: 2.5rem;
}

@media (max-width: 769px) {
  .product .body__inner {
    padding-bottom: 1.25rem;
  }
}

.product .anchor-btn__list {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: -3.5rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 769px) {
  .product .anchor-btn__list {
    margin-top: -1rem;
  }
}


.product__unity {
  margin-top: 2.5rem;
}

/*
.product__unity#mitsubishi{
  margin-top: 0;
}
*/

@media (max-width: 769px) {
  .product__unity {
    margin-top: 1.25rem;
  }
}

.product__unity__ttl {
  background:#D1EDD0;
  font-size:3rem;
  font-weight: 700;
  color: #008B51;
  text-align: center;
  padding: 1rem 0;
}

@media (max-width: 769px) {
  .product__unity__ttl {
    font-size: 2rem;
    padding: 0.625rem 0;
  }
}

.product__unity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 769px) {
  .product__unity__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product__unity__list .list__item {
  width: 48%;
	position: relative;
	margin-top: 1rem;
}

li.list__item.product-etc {
  width: 100%;
}

@media (max-width: 769px) {
  .product__unity__list .list__item {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.product__unity__list .list__item .item__link {
	display: inline-block;
  width: 100%;
	height: 4.375rem;
	position: absolute;
	bottom: 1rem;
	left: 0;
}

@media (max-width: 769px) {
  .product__unity__list .list__item .item__link {
  }
}



.subsidy__img .item__link {
    display: inline-block;
    width: 100%;
    height: 9rem;
    position: absolute;
    bottom: 12rem;
    left: 0;
}

@media (max-width: 1025px) {
    .subsidy__img .item__link {
        height: 9.5rem;
        bottom: 7rem;
    }
}

@media (max-width: 769px) {
    .subsidy__img .item__link {
        height: 12rem;
        bottom: 16.5rem;
    }
}

@media (max-width: 441px) {
    .subsidy__img .item__link {
        height: 6.7rem;
        bottom: 9rem;
    }
}

@media (max-width: 401px) {
    .subsidy__img .item__link {
        height: 6rem;
        bottom: 8.3rem;
    }
}

@media (max-width: 386px) {
    .subsidy__img .item__link {
        height: 5.8rem;
        bottom: 8rem;
    }
}

@media(max-width:750px) {
	.product-pconly {
        display: none !important;
	}
}