.phone_wrap img {width:100%;}
.main_content {
  padding:1.5rem 2rem;
}
.main_content > li {
  border: 2px solid #f1f1f1;
  padding: 0.3rem 1.5rem;
  margin-bottom: 0.5rem;
}
.main_content > li:last-child {
  margin-bottom:0;
}
.main_content > li a {
  display:flex;
  justify-content: space-between;
  align-items:center;
  gap: 2rem;
}
.main_content > li a img {width:50px; height:50px;}
.main_content > li a p {font-size:1.4rem;}
.main_content > li a p:nth-child(2) {
  margin-left:2.5rem;
}
.main_c {
  display: flex;
  align-items: center;
  justify-content: space-between;
}