.attention_fv ul{
  display: grid;
  gap: 2rem;
  @media screen and (min-width:1000px) {
    grid-template-columns: 60% auto;
    gap: 3rem;
  }
}
.attention_fv ul li:nth-child(1){
  @media screen and (min-width:1000px) {
    order: 2;
  }
}
.attention_fv ul li:nth-child(2){
  @media screen and (min-width:1000px) {
    order: 1;
    font-size: 1.4rem;
  }
}
.attention_voice ul{
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
.attention_voice ul li{
  border-radius: 1rem;
  background-color: #f3f3f3;
  padding: 1rem;
  @media screen and (min-width:1000px) {
    padding: 2rem;
    font-size: 1.2rem;
  }
}
.attention_select > ul{
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  @media screen and (min-width:1000px) {
    grid-template-columns: 40% auto;
    gap: 3rem;
    font-size: 1.4rem;
  }
}
.service_att_trouble{
  text-align: center;
}
.service_att_trouble ul{
  display: inline-block;
  text-align: left;
  @media screen and (min-width:1000px) {
    font-size: 1.3rem;
  }
}
.attention_select > div{
  background-color: #FFF;
  text-align: center;
  padding: 1rem;
  border-radius: 1rem;
}
.attention_select > div ul{
  display: inline-block;
  text-align: left;
  @media screen and (min-width:1000px) {
    font-size: 1.4rem;
  }
}
.attention_select > div ul li{
  position: relative;
}
.attention_select > div ul li::before{
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(https://trashup.co.jp/wp-content/themes/arkhe_child/img/service/icon_attention_select.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.3rem;
  @media screen and (min-width:1000px) {
    top: 0.7rem;
  }
}
.attention_select > div ul li span{
  display: inline-block;
  padding-left: 1.5rem;
}
.attention_feature h2{
  color: #2282c5;
}
.attention_important ul{
  display: grid;
  margin: 2rem auto;
  gap: 1rem;
  @media screen and (min-width:1000px) {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
}
.attention_important p{
  background-color: #FFF;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
}
.attention_important p img{
  height: 150px;
  @media screen and (min-width:1000px) {
    height: 150px;
  }
}
.attention_important h3{
  font-size: 1.2rem;
  color: #2282c5;
  text-align: center;
  margin: 1rem auto;
}