/*
** results
******************************/
/* スマートフォン買取実績 */
#results .mainvis {
  background: #EDFCD8;
  height: 150px;
  font-weight: bold;
  font-size: 28px;
  color: #4C7E0A;
}
#results .mainvis.pattern.pattern-03 .mainvis_text {
  padding-top: 82px;
  align-items: center;
}
#results .mainvis .mainvis_text {
  position: relative;
}
#results .anhor-list ul {
  display: flex;
  margin-top: 20px;
  width: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

#results .anhor-list ul li {
  width: calc(100% / 4);
  margin-right: 4px;
}
#results .anhor-list ul li + li {
  border-left: 1px solid #ccc;
}
#results .anhor-list ul li a {
  position: relative;
  color: #4C7E0A;
  display: block;
  padding: 15px 0 20px;
  text-align: center;
}

#results .anhor-list ul li a::after {
  content: '\f107';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #000;
}

#results #wrap h2.underline {
  position: relative;
  margin: 40px 0 0;
  padding-top: 30px;
  color: #4C7E0A;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
#results #wrap h2.underline::first-of-type{
  margin: 0px 0 30px;
}

#results #wrap h2.underline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #6aa21f;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}


#results .purchaselist {
  margin-top: 30px!important;
  padding: 15px 0 0
} 

.header_text {
	position: relative;
	  display: inline-block;
	  z-index: 99999 !important;
	  text-align: left;
	  color: #000;
	  font-size: 12px;
  }

@media (max-width: 768px) {
  #results .mainvis {
    background: #EDFCD8;
    height: 150px;
  }
  #results .mainvis.pattern.pattern-03 .mainvis_text {
    padding-top: 80px;
  }
  #results .anhor-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  #results .anhor-list ul li {
    width: calc(100% / 4) ;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
  }
  
  #results .anhor-list ul li:nth-of-type(n + 5) {
    width: calc(100% / 3);
    border-bottom:none;
    
  }
  #results .anhor-list ul li:nth-of-type(4n),
  #results .anhor-list ul li:nth-of-type(7){
    margin-right: 0;
  }
  #results .anhor-list ul li:nth-of-type(5){
    border-left: 0;
  }
  #results .anhor-list ul li:last-child{
    border-right: 1px solid #ccc;
  }
 
}