@charset "UTF-8";

@media screen and (max-width: 768px){
.circle_list ul {
display: flex;
padding: 0 0 0 0px;
flex-wrap: wrap;
justify-content: center;
}
.circle_list ul li {
width: 85%;
display: flex;
padding: 0 0 35px 0;
justify-content: flex-start;
}
}
@media screen and (max-width:1024px){
@media screen and (min-width:768px){
.circle_list ul li{
justify-content: center;
}
}
.circle_list ul li .text {
width: 200px;
}
}