.list_ul {
  list-style: none;
}
.list_ul a {
  border: 2px solid #bd263a;
  color: #bd263a;
  border-radius: 20px;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.list_ul a:hover {
  background-color: #e8dadc;
  color: #bd263a;
  opacity: 1;
}
.list_ul a p {
  line-height: 1.4;
  color: black;
}
.list_ul a span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .list_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    margin: 10px 0 50px 0;
    padding: 0;
  }
  .list_ul a {
    width: calc(33.3% - 20px);
    margin: 7px 0;
    min-height: 160px;
  }
  .list_ul a h3 {
    font-size: 22px;
  }
  .list_ul a p {
    margin: 5px 0;
  }
}
@media (max-width: 767.98px) {
  .list_ul {
    margin-bottom: 40px;
  }
  .list_ul a {
    margin: 7px 0;
  }
  .list_ul a h3 {
    font-size: 18px;
  }
  .list_ul a p {
    margin-bottom: 5px;
  }
}

.box_flex li {
  list-style: none;
}
@media (min-width: 768px) {
  .box_flex {
    display: flex;
    margin: 0 0 60px 0;
    justify-content: space-around;
  }
  .box_flex .img {
    width: 350px;
  }
  .box_flex .text {
    width: calc(100% - 350px);
    padding: 0 60px 0 0;
  }
  .box_flex .text .page_ttl_02 {
    margin: 10px 0;
  }
  .box_flex .text p {
    margin-bottom: 30px;
  }
  .box_flex ul {
    padding: 0;
    font-size: 16px;
    line-height: 2;
  }
  .box_flex ul li {
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .box_flex {
    margin: 0 0 40px 0;
  }
  .box_flex .text {
    margin: 0 0 20px 0;
  }
  .box_flex ul {
    padding: 0;
    font-size: 14px;
  }
  .box_flex ul li {
    margin-bottom: 10px;
  }
}

.audio_box {
  margin: 0 auto;
  text-align: center;
}
.audio_box > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.audio_box > div p {
  margin: 0 20px;
}
@media (min-width: 768px) {
  .audio_box {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .audio_box {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=song.css.map */