.new_Topping .new_Topping_information .text_area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.new_Topping .new_Topping_information .text_area .more {
  border: none;
  padding: 13px 31px;
  border-radius: 80px;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.new_Topping .new_Topping_information .text_area .more:hover {
  background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
}

.new_Topping .new_Topping_information .text_area .more p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.new_Topping .new_Topping_information .text_area .more img {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}

.new_list .new_list_title .fs48 button {
  display: none;
}

.new_list .new_list_title ul li a {
  text-align: center;
  border: 1px solid #999;
  min-width: 140px;
}

.new_list .new_list_title ul .on a {
  color: #fff;
  border: 2px solid transparent;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
}

.new_list .new_list_box ul a time {
  color: #009CDC;
}

.new_list .new_list_box ul a:hover h3 {
  text-decoration-line: underline;
}

.new_list .new_list_title ul .on a {
  color: #fff;
  border: 2px solid transparent;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
}

@media screen and (max-width: 768px) {
  .new_Topping .new_Topping_information .text_area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .new_Topping .new_Topping_information .text_area .more {
    border: none;
    padding: 2.66667vw 4.13333vw;
    border-radius: 10.66667vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .new_Topping .new_Topping_information .text_area .more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .new_Topping .new_Topping_information .text_area .more p {
    padding: 0;
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .new_Topping .new_Topping_information .text_area .more img {
    position: static;
    transform: translate(0, 0);
    margin-left: 1.33333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
