@charset "UTF-8";

/*****************************
  voice
*****************************/
.pagesec-voice ul{
  padding: 2rem 0;
}
.pagesec-voice .koeimg{
  gap: 1rem;
}
.pagesec-voice .koeimg li{
  width: calc(100% / 5 - 2rem);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-voice .koeimg li{
    width: calc(100% / 2 - 2rem);
  }
}
/*****************************
  voicetxt
*****************************/
.pagesec-voicetxt ul{
  border: solid 1px #000;
  padding: 2rem;
}
.pagesec-voicetxt ul li{
  border-bottom: solid 1px #000;
  padding: 2rem;
}
.pagesec-voicetxt ul li:last-of-type{
  border-bottom: none;
}