#page.voice.in .page-nav {
  margin-bottom: 75px;
}
#page.voice.in .page-nav-categry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}
#page.voice.in .page-nav-categry-list {
  max-width: 250px;
  width: 100%;
}
#page.voice.in .page-nav-categry-list a {
  text-align: center;
  border: 1px solid #191919;
  display: block;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 20px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.voice.in .page-nav-categry-list a.active {
  background-color: #191919;
  color: #fff;
}
#page.voice.in .page-nav-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}
#page.voice.in .page-nav-tag-list {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#page.voice.in .page-nav-tag-list a {
  position: relative;
}
#page.voice.in .page-nav-tag-list a.active::after {
  content: "";
  position: absolute;
  background-image: url(../img/voice/tag-pick.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 8px;
  left: 0;
  right: 0;
  margin: auto;
  top: -15px;
}
@media (max-width: 767px) {
  #page.voice.in .c-heading {
    margin-bottom: 60px;
  }
  #page.voice.in .page-nav-categry {
    display: block;
    margin-bottom: 50px;
  }
  #page.voice.in .page-nav-categry-list {
    max-width: 280px;
    margin: 0 auto;
  }
  #page.voice.in .page-nav-categry-list:not(:last-child) {
    margin-bottom: 15px;
  }
  #page.voice.in .page-nav-categry-list a {
    font-size: 14px;
    padding: 16px 0;
  }
  #page.voice.in .page-nav-tag {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  #page.voice.in .page-nav-tag-list {
    font-size: 14px;
  }
}
#page.voice.in .sec-voice {
  margin-bottom: 175px;
}
#page.voice.in .voice-item:not(:last-child) {
  margin-bottom: 35px;
}
#page.voice.in .voice-item:last-child {
  margin-bottom: 75px;
}
#page.voice.in .voice-item:nth-of-type(odd) .voice-box-top {
  background-color: #fff000;
}
#page.voice.in .voice-item:nth-of-type(even) .voice-box-top {
  background-color: #ebebeb;
}
#page.voice.in .voicce-num {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
#page.voice.in .voice-box {
  border: 1px solid #191919;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
}
#page.voice.in .voice-box::after {
  content: "";
  position: absolute;
  background-image: url(../img/voice/hukidashi.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 34px;
  right: 45px;
  bottom: -34px;
}
#page.voice.in .voice-box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px 8px 0 0;
  padding: 19px 40px 19px 30px;
}
#page.voice.in .voice-box-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
#page.voice.in .voice-icon {
  max-width: 70px;
  width: 100%;
}
#page.voice.in .voice-icon img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page.voice.in .voice-pro {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1.5714285714;
}
#page.voice.in .voice-box-link {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
  padding-right: 35px;
}
#page.voice.in .voice-box-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/voice/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.voice.in .voice-box-btm {
  padding: 19px 40px 19px 30px;
}
#page.voice.in .voice-box-btm-text {
  text-align: justify;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.5714285714;
}
@media (max-width: 767px) {
  #page.voice.in .sec-voice {
    margin-bottom: 160px;
  }
  #page.voice.in .voice-item:not(:last-child) {
    margin-bottom: 50px;
  }
  #page.voice.in .voice-item:nth-last-child(2) {
    margin-bottom: 80px;
  }
  #page.voice.in .voice-box-top {
    padding: 19px 20px 19px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
  }
  #page.voice.in .voice-box-top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 15px;
  }
  #page.voice.in .voice-box-btm {
    padding: 20px 35px;
  }
  #page.voice.in .voice-box-btm-text {
    line-height: 1.8571428571;
  }
}

@media (hover: hover) {
  #page.voice.in .page-nav-categry-list a:hover {
    background-color: #191919;
    color: #fff;
  }
  #page.voice.in .page-nav-tag-list a:hover {
    text-decoration: underline;
  }
  #page.voice.in .voice-box-link:hover {
    text-decoration: underline;
  }
}