.m-list-10_2 {
  list-style: none;
}

.fukidashi {
  margin-top: 120px;
  position: relative;
}
.fukidashi img {
  position: absolute;
  top: -120px;
  left: 40px;
  width: 270px;
}

.feature {
  position: relative;
  margin: 30px 0;
  padding: 30px;
  border-radius: 8px;
  border: 3px solid #fcc800;
}
.content {
  text-align: center;
  color: #005fa4;
  font-size: 22px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 20px;
}
.about_ai {
  position: absolute;
  top: 15px;
  left: 765px;
}
.c_p {
  width: 175px;
  height: 35px;
  border: 1px solid #005fa4;
  padding: 0px 9px;
  color: #005fa4;
  font-size: 20px;
}
.c_p span {
  font-size: 12px;
}
.relese {
  font-size: 13px;
  color: #005fa4;
}
.c_list {
  font-size: 18px;
}
.c_list li {
  margin-bottom: 0.6em;
}
.c_list_li_sub {
  font-size: 14px;
}
.c_sub {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
.c_list_p {
  font-size: 18px;
  font-weight: bold;
  color: #005fa4;
  text-align: center;
}
.list {
  text-align: center;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.new {
  position: absolute;
  top: -25px;
  left: 10px;
  text-align: center;
  line-height: 1.3em;
  padding: 15px 15px;
  border-radius: 55px;
  background-color: #ff7d90;
  font-size: 12px;
  font-weight: bold;
  color: #ffff;
}


@media only screen and (max-width: 767px) {
  .fukidashi {
    margin-top: 150px;
  }
  .fukidashi img {
    top: -115px;
    left: 53px;
    width: 220px;
  }
  .feature {
    padding: 30px 16px;
  }
  .content {
    font-size: 16px;
  }
  .about_ai {
    position: relative;
    top: 0px;
    left: 65px;
  }
  .c_list, .c_list_li_sub, .c_sub, .c_list_p {
    font-size: inherit;
  }
  .c_sub {
    margin-top: 10px;
  }
  .list {
    width: 98%;
  }

}

@media only screen and (max-width: 350px) {
  .fukidashi {
    margin-top: 150px;
  }
  .fukidashi img {
    top: -114px;
    left: 35px;
    width: 220px;
  }
  .feature {
    padding: 30px 16px;
  }
  .about_ai {
    position: relative;
    top: 0px;
    left: 36px;
  }
  .list {
    width: 92%;
  }
  .new {
    top: -25px;
    left: -10px;
  }
}
