h2, h2.wp-block-heading {
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  h2, h2.wp-block-heading {
    font-size: 2rem;
  }
}

h3, h3.wp-block-heading {
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  h3, h3.wp-block-heading {
    font-size: 1.8rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

ul.wp-block-list {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  ul.wp-block-list {
    font-size: 1.4rem;
  }
}

/*============================
#title
============================*/
article#title {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  article#title {
    margin-top: 72px;
  }
}
article#title div.bg {
  width: 50%;
  margin-left: auto;
  min-height: 450px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#title div.bg {
    width: 100%;
    min-height: 400px;
  }
}
article#title div.bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  article#title div.bg img {
    padding: 0px;
  }
}
article#title section.full {
  position: static;
}
article#title section.full div.wrap {
  position: absolute;
  color: #313131;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 600px;
  padding: 80px 40px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#title section.full div.wrap {
    width: calc(100% - 80px);
    margin: 0 40px;
    min-width: auto;
    left: 0;
    transform: translate(0%, -50%);
    padding: 80px 20px;
  }
}
article#title section.full div.wrap h1.masthead {
  font-size: 4.8rem;
  letter-spacing: 4px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  article#title section.full div.wrap h1.masthead {
    font-size: 2.4rem;
    line-height: 1.8 0.2;
  }
}
article#title section.full div.wrap h1.masthead:after {
  content: "";
  width: 80px;
  height: 4px;
  background-image: linear-gradient(135deg, rgb(237, 109, 0), rgb(224, 164, 112));
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0;
}
article#title section.full div.wrap p {
  font-weight: 300;
  letter-spacing: 2px;
}

/*============================
#title
============================*/
article#crossTitle {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  article#crossTitle {
    margin-top: 72px;
  }
}
article#crossTitle div.bg {
  width: 50%;
  margin-left: auto;
  min-height: 450px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#crossTitle div.bg {
    width: 100%;
    min-height: 400px;
  }
}
article#crossTitle div.bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  article#crossTitle div.bg img {
    padding: 0px;
  }
}
article#crossTitle section.full {
  position: static;
}
article#crossTitle section.full div.wrap {
  position: absolute;
  color: #313131;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 50%;
  padding: 80px 40px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  max-width: 580px;
  left: calc(50% - 680px);
}
@media screen and (max-width: 1200px) {
  article#crossTitle section.full div.wrap {
    width: calc(100% - 80px);
    margin: 0 40px;
    min-width: auto;
    left: 0;
    transform: translate(0%, -50%);
    padding: 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  article#crossTitle section.full div.wrap {
    position: static;
    transform: translate(0);
    margin: 0;
    padding: 40px 20px;
    width: 100%;
  }
}
article#crossTitle section.full div.wrap h1.masthead {
  font-size: 2.4rem;
  letter-spacing: 4px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#crossTitle section.full div.wrap h1.masthead {
    font-size: 2rem;
    text-align: left;
    margin: 0;
    line-height: 1.6;
  }
}
article#crossTitle section.full div.wrap h1.masthead:after {
  content: "";
  width: 80px;
  height: 4px;
  background-image: linear-gradient(135deg, rgb(237, 109, 0), rgb(224, 164, 112));
  position: absolute;
  left: 0;
  bottom: 0;
}
article#crossTitle section.full div.wrap p {
  font-weight: 300;
  letter-spacing: 2px;
}

article#titleVoice {
  margin-top: 58px;
  padding: 40px;
  background-color: #ED6D00;
}
@media screen and (max-width: 768px) {
  article#titleVoice {
    margin-top: 72px;
    padding: 40px 20px;
  }
}
article#titleVoice div.bg {
  width: 100%;
  margin-left: auto;
  min-height: 450px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#titleVoice div.bg {
    width: 100%;
    min-height: 400px;
  }
}
article#titleVoice div.bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  article#titleVoice div.bg img {
    padding: 0px;
  }
}
article#titleVoice h1.masthead {
  font-size: 6rem;
  letter-spacing: 4px;
  position: absolute;
  color: #fff;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  article#titleVoice h1.masthead {
    top: -5px;
    font-size: 4.8rem;
  }
}
article#titleVoice p {
  font-size: 2.4rem;
  background: #fff;
  position: absolute;
  padding: 10px 20px;
  bottom: 60px;
  left: 20px;
  width: 600px;
}
@media screen and (max-width: 768px) {
  article#titleVoice p {
    font-size: 1.8rem;
    width: auto;
    left: 0;
    margin-right: 40px;
  }
}

div.voice-list {
  margin: auto;
  background: #fafafa;
}
@media screen and (max-width: 768px) {
  div.voice-list {
    display: block;
  }
}
div.voice-list div.btn_wrap.sp {
  padding-bottom: 40px;
  margin-right: 20px;
}
div.voice-list div.btn_wrap.sp a {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
div.voice-list div.btn_wrap.sp a img.circle {
  width: 20px;
  margin-right: 10px;
}
div.voice-list div.btn_wrap.sp a p {
  font-size: 2.4rem;
}
div.voice-list div.title {
  max-width: 1080px;
  margin: auto;
  padding: 40px 40px 0;
}
@media screen and (max-width: 768px) {
  div.voice-list div.title {
    width: 100%;
    padding: 40px 20px 0;
    margin: 0;
  }
}
div.voice-list div.title div.wrap {
  width: 100%;
  display: flex;
  align-items: center;
}
div.voice-list div.title div.wrap div.header {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  div.voice-list div.title div.wrap div.header {
    padding-bottom: 40px;
  }
}
div.voice-list div.title div.wrap div.header h2 {
  font-size: 3.6rem;
  color: #ED6D00;
  letter-spacing: 4px;
}
div.voice-list div.title div.wrap div.header i {
  padding-top: 10px;
  display: block;
  letter-spacing: 2px;
  font-size: 2rem;
  color: #A0A0A0;
}
@media screen and (max-width: 768px) {
  div.voice-list div.title div.wrap div.header i {
    padding-top: 0;
  }
}
div.voice-list div.title div.wrap div.btn_wrap {
  padding-left: 80px;
}
div.voice-list div.title div.wrap div.btn_wrap a {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
div.voice-list div.title div.wrap div.btn_wrap a img.circle {
  width: 20px;
  margin-right: 10px;
}
div.voice-list div.title div.wrap div.btn_wrap a p {
  font-size: 2.4rem;
}
div.voice-list ul {
  display: flex;
  overflow-y: scroll;
  position: absolute;
  left: 35%;
  max-width: 65%;
}
@media screen and (max-width: 768px) {
  div.voice-list ul {
    position: static;
    display: block;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1600px) {
  div.voice-list ul {
    left: calc(50% - 200px);
    max-width: calc(50% + 200px);
  }
}
div.voice-list ul li.news__content {
  min-width: 320px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  div.voice-list ul li.news__content {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  div.voice-list ul li.news__content:last-child {
    margin-bottom: 0;
  }
}
div.voice-list ul li.news__content a.link div.img {
  height: 200px;
}
div.voice-list ul li.news__content a.link div.img img.attachment-full.size-full.wp-post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
div.voice-list ul li.news__content a.link div.text__content {
  padding: 20px 0 0;
}
div.voice-list ul li.news__content a.link div.text__content h3 {
  padding-left: 20px;
  position: relative;
}
div.voice-list ul li.news__content a.link div.text__content h3:before {
  height: 20px;
  width: 3px;
  background: #E46900;
  position: absolute;
  left: 10px;
  top: 8px;
  content: "";
}

div.voice {
  max-width: 1000px;
  margin: auto;
  padding: 40px 0;
}
div.voice div.wp-block-columns {
  margin: 0;
}
div.voice h2.wp-block-heading {
  color: #ED6D00;
}
div.voice h2.wp-block-heading.question {
  padding-left: 36px;
  position: relative;
}
div.voice h2.wp-block-heading.question:before {
  content: "Q";
  position: absolute;
  left: 0;
}
div.voice p {
  letter-spacing: 2px;
  padding-top: 20px;
  line-height: 1.8;
}
div.voice figure {
  margin: 0;
}
div.voice figure img {
  border-radius: 20px;
}

ul.archive-voice {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0;
}
ul.archive-voice li.news__content {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  ul.archive-voice li.news__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
ul.archive-voice li.news__content:nth-child(3n) {
  margin-right: 0;
}
ul.archive-voice li.news__content a.link div.img {
  position: relative;
  padding-top: 60%;
  width: 100%;
}
ul.archive-voice li.news__content a.link div.img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  border-radius: 20px;
}
ul.archive-voice li.news__content a.link div.text__content h3 {
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding: 20px 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  ul.archive-voice li.news__content a.link div.text__content h3 {
    font-size: 1.6rem;
    letter-spacing: 2px;
    padding: 10px 0;
    line-height: 1.8;
  }
}
ul.archive-voice li.news__content a.link div.text__content div.profile {
  width: auto;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  ul.archive-voice li.news__content a.link div.text__content div.profile {
    padding: 10px;
  }
}
ul.archive-voice li.news__content a.link div.text__content div.profile:after {
  content: "";
  width: 90%;
  height: 100%;
  background-image: linear-gradient(135deg, #FFFAE8, #FFF7F0);
  position: absolute;
  left: 10%;
  top: 0;
  z-index: -1;
}
ul.archive-voice li.news__content a.link div.text__content div.profile h4 {
  color: #A0A0A0;
  letter-spacing: 2px;
  font-size: 1.4rem;
}
ul.archive-voice li.news__content a.link div.text__content div.profile p {
  padding-top: 10px;
}

/*============================
#single
============================*/
article#single section {
  padding-top: 80px;
}
article#single section div.wrap pre {
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  color: #646f9b;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.8;
  white-space: break-spaces;
  font-family: initial;
}
article#single section div.wrap ul {
  list-style: auto;
  padding-left: 30px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 20px;
}
article#single section div.wrap ol {
  list-style: auto;
  padding-left: 30px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 20px;
}
article#single section div.wrap h1 {
  font-size: 2.8rem;
  letter-spacing: 2px;
  line-height: 1.8;
  background: #0F6A81;
  color: #fff;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 20px;
}
article#single section div.wrap h2 {
  color: #0F6A81;
  border-bottom: solid 2px;
  margin-bottom: 20px;
}
article#single section div.wrap h3 {
  text-align: left;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
article#single section div.wrap h3:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #0F6A81;
}
article#single section div.wrap h4 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 10px;
}
article#single section div.wrap h5 {
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 10px;
}
article#single section div.wrap h6 {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 10px;
}
article#single section div.wrap blockquote {
  padding-left: 20px;
  position: relative;
  margin: 20px 0;
}
article#single section div.wrap blockquote:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background: #eee;
  left: 0;
  top: 0;
}
article#single section div.wrap table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px;
}
article#single section div.wrap table tr th {
  text-align: left;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 2px;
  border: solid #151515 1px;
  font-weight: normal;
}
article#single section div.wrap table tr th a {
  color: #151515;
}
article#single section div.wrap table tr td {
  padding: 10px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.8;
  border: solid #151515 1px;
}
article#single section div.wrap code {
  display: block;
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  color: #646f9b;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.8;
  white-space: break-spaces;
  font-family: initial;
  margin: 10px 0;
  font-size: 1.4rem;
}
article#single section div.wrap dt {
  font-weight: bold;
  line-height: 1.8;
}
article#single section div.wrap dl {
  margin: 20px 0;
}
article#single section div.wrap dl,
article#single section div.wrap dd {
  font-size: 1.4rem;
}
article#single section div.wrap dd {
  margin-bottom: 10px;
  line-height: 1.8;
  padding-left: 20px;
}
article#titleInterview {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  article#titleInterview {
    margin-top: 72px;
  }
}
article#titleInterview div.bg {
  width: 100%;
  margin-left: auto;
  min-height: 650px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#titleInterview div.bg {
    width: 100%;
    min-height: 500px;
  }
}
article#titleInterview div.bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  article#titleInterview div.bg img {
    padding: 0px;
  }
}
article#titleInterview p {
  font-size: 2rem;
  background: #fff;
  position: absolute;
  padding: 20px 40px;
  bottom: 0;
  left: 0;
  width: calc(100% - 80px);
  max-width: 800px;
  border-bottom: solid #ED6D00 2px;
}
@media screen and (max-width: 768px) {
  article#titleInterview p {
    padding: 20px;
    font-size: 1.6rem;
    width: calc(100% - 20px);
    bottom: 40px;
  }
}

ul.archive-interview {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0;
}
ul.archive-interview li.news__content {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  margin-bottom: 80px;
}
ul.archive-interview li.news__content:nth-child(3n) {
  margin-right: 0;
}
ul.archive-interview li.news__content a.link div.text__content {
  padding: 20px 0;
  position: relative;
}
ul.archive-interview li.news__content a.link div.text__content h3 {
  height: 64px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
ul.archive-interview li.news__content a.link div.text__content:after {
  content: "";
  width: 80px;
  height: 4px;
  background-image: linear-gradient(135deg, rgb(237, 109, 0), rgb(224, 164, 112));
  position: absolute;
  left: 0;
  bottom: 0;
}

div.interview {
  padding: 80px 0 0;
}
div.interview div.content {
  max-width: 1080px;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  div.interview div.content {
    padding: 0 20px;
  }
}
div.interview div.content h2.wp-block-heading {
  font-size: 2rem;
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  div.interview div.content h2.wp-block-heading {
    font-size: 1.6rem;
  }
}
div.interview div.content h2.wp-block-heading:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #ED6D00;
  position: absolute;
  left: 0;
  top: 1px;
}
div.interview div.content h3.wp-block-heading {
  font-size: 2.4rem;
  color: #ED6D00;
}
@media screen and (max-width: 768px) {
  div.interview div.content h3.wp-block-heading {
    font-size: 2rem;
  }
}
div.interview figure {
  margin: 0;
}
div.interview figure img {
  width: 100%;
  max-width: 1080px;
  padding: 0 40px;
  margin: auto;
  display: block;
}
div.interview div.schedule {
  background-color: #FFFAE8;
  overflow: hidden;
}
div.interview div.schedule .schedule-content {
  max-width: 1080px;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  div.interview div.schedule .schedule-content {
    padding: 0 20px;
  }
}
div.interview div.schedule .schedule-content h2.wp-block-heading {
  color: #ED6D00;
  border-bottom: solid;
  padding-bottom: 10px;
}
div.interview div.schedule .schedule-content div.wp-block-columns {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  div.interview div.schedule .schedule-content div.wp-block-columns {
    margin-bottom: 40px;
    gap: 1.5rem;
  }
}
div.interview div.schedule .schedule-content div.wp-block-columns div.wp-block-column {
  flex-basis: calc(100% - 160px) !important;
  padding-left: 40px !important;
}
@media screen and (max-width: 768px) {
  div.interview div.schedule .schedule-content div.wp-block-columns div.wp-block-column {
    padding-left: 20px !important;
  }
}
div.interview div.schedule .schedule-content div.wp-block-columns div.wp-block-column h3.wp-block-heading {
  padding-bottom: 10px;
}
div.interview div.schedule .schedule-content div.wp-block-columns div.wp-block-column:first-child {
  flex-basis: 160px !important;
  padding-left: 40px !important;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  div.interview div.schedule .schedule-content div.wp-block-columns div.wp-block-column:first-child {
    padding-left: 10px !important;
  }
}
div.interview div.schedule .schedule-content div.wp-block-columns div.wp-block-column:first-child p {
  background: #ED6D00;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 2.4rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  div.interview div.schedule .schedule-content div.wp-block-columns div.wp-block-column:first-child p {
    padding: 10px 0;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  div.interview div.schedule .schedule-content div.wp-block-columns div.wp-block-column:first-child p:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: -10px;
    border-radius: 50%;
    background-color: #FFFAE8;
    z-index: 0;
  }
}
div.interview div.schedule .schedule-content div.wp-block-columns div.wp-block-column:first-child:before {
  content: "";
  border: solid #ED6D00;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  border-radius: 50%;
  background-color: #FFFAE8;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  div.interview div.schedule .schedule-content div.wp-block-columns div.wp-block-column:first-child:before {
    left: -10px;
  }
}
div.interview div.schedule .schedule-content div.wp-block-columns div.wp-block-column:first-child:after {
  content: "";
  height: 500%;
  background: #ED6D00;
  width: 1px;
  left: 11.5px;
  top: 0;
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  div.interview div.schedule .schedule-content div.wp-block-columns div.wp-block-column:first-child:after {
    left: 1.5px;
    height: 400px;
  }
}
div.interview div.schedule .schedule-content div.wp-block-columns:last-child {
  margin-bottom: 0px;
}
div.interview div.schedule .schedule-content div.wp-block-columns:last-child div.wp-block-column:first-child:after {
  content: "";
  height: 400px;
  top: 54px;
  content: "";
  background: #fffae8;
  width: 1px;
  left: 11.5px;
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  div.interview div.schedule .schedule-content div.wp-block-columns:last-child div.wp-block-column:first-child:after {
    height: 400px;
    left: 1.5px;
  }
}
div.interview div.schedule .schedule-content div.wp-block-columns.last {
  margin-bottom: 0px;
}
div.interview div.schedule .schedule-content div.wp-block-columns.last div.wp-block-column:first-child:after {
  content: "";
  height: 400px;
  top: 54px;
  content: "";
  background: #fffae8;
  width: 1px;
  left: 11.5px;
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  div.interview div.schedule .schedule-content div.wp-block-columns.last div.wp-block-column:first-child:after {
    height: 400px;
    left: 1px;
    width: 4px;
    top: 40px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.pagination .page-numbers {
  padding: 8px 16px;
  margin: 0 5px;
  border: 1px solid #ED6D00;
  color: #ED6D00;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background-color: #ED6D00;
  color: #fff;
}/*# sourceMappingURL=voice.css.map */