.howto-wrapper {
  --condenser-color:#173aa7;
}

.howto-top {
  display: block;
}

.howto-top div:last-child span {
  margin: 10px 0;
}

@media (min-width: 801px){
  .howto-top div:first-child {
    max-width: 450px;
    width: 40%;
    float: right;
    border-left: 20px solid white;
  }
  .howto-top div:last-child {
    display: block;
  }
}

.quick-reference {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 30px 10px;
}


.quick-reference > div {
  position:relative;
  padding-right: 10px;
}

.quick-reference > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}


@media (max-width: 700px){
  .quick-reference {
    grid-template-columns: repeat(4, 1fr);
    margin-right:-10px;
  }
  .quick-reference > div:nth-child(4n)::after  {
  content:none;
  }

}

@media (max-width: 450px){
  .quick-reference {
    grid-template-columns: repeat(3, 1fr);
  }
  .quick-reference > div:nth-child(4n)::after  {
  content:"";
  }
  .quick-reference > div:nth-child(3n)::after  {
  content:none;
  }
}

.quick-reference > div h3 {
  text-align:center;
  font-size: 16px;
  font-weight:bold;
  height:50px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  @media (max-width: 1100px){
  font-size:14px;
  }
}

.quick-reference > div h3 span {
  font-weight:bold;
}

.quick-reference > div img {
  width:100%;
  margin-top: .5em;
}

.quick-reference > div p:last-child {
  text-align:center;
  margin-top:.2em;
  font-size:20px;
  font-weight: bold;
}

.quick-reference > div p.uf0022 {
  color:darkblue;
}

.quick-reference > div p.uf0047 {
  color:green;
}

.quick-reference > div p.uf01 {
  color:darkorange;
}

.condenser-flex {
  display:flex;
  width: 100%;
  gap: 10px;
}

.condenser-layout1.condenser-capacity > div a:has( img) {
  float:right;
  gap: 15px;
  width: 24%;
}

.condenser-layout1 img {
  max-width: 100px;
  width: 100%;
}

.condenser-layout1 > div > div ul li {
  flex: 1;
}

.howto-feature {
  margin-top: 1em;
  @media (min-width: 801px){
  min-height: 80px;margin-top: auto;
  }
}

.howto-feature h4 {
  background: #775183;
  color:white;
  width: 50px;
  height:30px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size: 16px;
}


.item-block img {
  max-width: 290px;
  max-height: 100px;
  object-fit: contain;
  height: 200px;
}


.howto-check li {
  position: relative;
  padding-left: 1.6em;
}

.howto-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1em;
  aspect-ratio: 1;
  background: url("../img/check.png") no-repeat center / contain;
}


ul.howto-list {
  flex: 1;
}

.howto-list li {
  margin-left:1.6em;
  list-style-type:disc;
}

.item-block li a p {
  font-weight:bold;
}

.item-block li > p {
  margin-top: 0;
  line-height: 1.6;
}

.condenser-select {
  gap: 13px;
  max-width: 608px;
  margin: auto;
}

.condenser-select li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
  flex-wrap: wrap;
  @media (max-width: 600px){
    flex-direction: column;
    align-items: baseline;
    padding: 10px 0;
  }
}

.condenser-select li + li {
  border-top:1px solid #d3d3d3;
  padding-top: 5px;
}

.condenser-select li span {
  display:flex;
  justify-content:center;
  align-items:center;
  gap: 15px;
  @media (max-width: 600px){
  background:#ffe8a6;
  }
}

.condenser-select li span img {
  width:80px;
}

.condenser-column3-pc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:20px;
}

.condenser-column3-pc > div{
  position:relative;
  @media (min-width: 801px){
  padding-right: 13px;
  }
  @media (max-width: 800px){
  padding-bottom: 13px;
  }
}

.condenser-column3-pc > div:not(:last-child)::after {
    content: "";
    position: absolute;
    background: #ddd;
  @media (min-width: 801px){
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
  }
  @media (max-width: 800px){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}

.condenser-layout1 .howto-large-product-link a {
  width: 80%;
  max-width: 300px;
  font-size: 15px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.condenser-tone img {
  max-width: 140px;
  display:block;
  margin:auto;
}


.condenser-capacity > div {
  display: flex;
  flex-direction: column;
}

.condenser-capacity > div > div:first-child {
  margin-bottom:1em;
}

@media (max-width: 800px){
  .condenser-column3-pc {
      grid-template-columns: repeat(1, 1fr);
    }
}

