@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
main {
  color: #000;
  background: transparent;
  font-feature-settings: "palt";
}
main img {
  width: 100%;
}
main p {
  margin: 0;
}
main a {
  color: #000;
}

@media screen and (max-width: 767px) {
  .inner_wrap {
    width: 90%;
  }
  .breadcrumb {
    margin: 3px auto 6px;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    margin: 13px auto 12px;
  }
}

/* -----------------------------------------------
title_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .title_wrap {
    /* padding: 19px 0 78px; */
    padding: 19px 0 19.2%;
    position: relative;
  }
  .title_wrap::after {
    content: '';
    width: 100%;
    padding-top: 16.8%;
    background-image: url(../img/column/article/bg_01_sp.svg);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .title_fx {
    width: 100%;
  }
  .title_fx .title {
    width: 88.88%;
    margin: 0 auto;
  }
  .title_fx .title p {
    margin-top: 11px;
    font-size: 1.4rem;
    line-height: 1.71;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .title_fx .column_pickup {
    margin: 16px auto 0;
  }
  .title_fx .column_pickup .slick-list {
    padding: 14px 0 6px;
  }
  .title_fx .column_pickup .slick-track {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .title_fx .column_pickup .slick-slide {
    margin: 0 15px;
    box-shadow: 1px 2px 6px 0 rgba(0,0,0,.2);
    background-color: #fff;
    border-radius: 10px;
    height: auto!important;
    /* margin: 0 4.17%;
    padding-top: 14px;
    position: relative;
    display: block; */
  }
  .title_fx .column_pickup .slick-slide > div {
    position: relative;
  }
  .title_fx .column_pickup .slick-slide > div a::before {
    content: '';
    width: 106px;
    height: 39px;
    background-image: url(../img/column/article/pickup_sb.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: -14px;
    left: 4.2%;
    z-index: 1;
  }
  /* .title_fx .column_pickup .slick-slide > div a {
    box-shadow: 1px 2px 12px 0 rgba(0,0,0,.2);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: block;
  } */
  .title_fx .column_pickup .article_fx .img {
    width: 100%;
    position: relative;
  }
  .title_fx .column_pickup .article_fx .img::after {
    content: '';
    width: 110px;
    height: 68px;
    background-image: url(../img/column/article/pickup_illustration.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -20px;
    right: 10px;
    z-index: 1;
  }
  .title_fx .column_pickup .article_fx .img img {
    aspect-ratio: 1/0.75;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  .title_fx .column_pickup .article_fx .text {
    padding: 12px 5% 18px;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .title_fx .column_pickup .article_fx .text time {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #999999;
  }
  .title_fx .column_pickup .article_fx .text h3 {
    margin-top: 3px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
  .title_fx .column_pickup .article_fx .text .tag {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 4px dotted #EFEFEF;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .title_fx .column_pickup .article_fx .text .tag span {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    padding: 0.2em 0.8em 0.3em;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .title_fx .column_pickup .article_fx .text .tag span.c-tag_taiyoukou {
    background-color: #FFC69F;
  }
  .title_fx .column_pickup .article_fx .text .tag span.c-tag_chikudenchi {
    background-color: #A4DCFF;
  }
  .title_fx .column_pickup .article_fx .text .tag span.c-tag_v2h {
    background-color: #90DDBA;
  }
  .column_pickup .slick-prev, 
  .column_pickup .slick-next {
    width: 24px;
    height: 30px;
    z-index: 1;
  }
  .column_pickup .slick-prev {
    left: -5px;
  }
  .column_pickup .slick-prev::before {
    content: '';
    width: 16px;
    height: 16px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .column_pickup .slick-next {
    right: -5px;
  }
  .column_pickup .slick-next::before {
    content: '';
    width: 16px;
    height: 16px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .column_pickup .slick-dots {
    display: inline-block;
    width: auto;
    left: 50%;
    top: calc(100% + 5px);
    bottom: auto;
    transform: translateX(-50%);
  }
  .column_pickup .slick-dots li,
  .column_pickup .slick-dots li button {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
  .column_pickup .slick-dots li button:before {
    width: 6px;
    height: 6px;
    content: '';
    opacity: 1;
    background-color: #CCCCCC;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .column_pickup .slick-dots li.slick-active button:before {
    background-color: #000;
  }
}

@media screen and (min-width: 768px) {
  .title_wrap {
    padding: 35px 0 176px;
    position: relative;
  }
  .title_wrap::after {
    content: '';
    width: 1920px;
    height: 121px;
    background-image: url(../img/column/article/bg_01_pc.svg);
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .title_fx {
    width: calc(100% + 52px);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .title_fx .title {
    width: 360px;
    margin-right: 4.31%;
    margin-bottom: 35px;
  }
  .title_fx .title p {
    margin-top: 32px;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .title_fx .column_pickup {
    width: calc(100% - 360px - 5.25% + 12px);
    margin-left: -12px;
    margin-bottom: 0;
    position: relative;
  }
  .title_fx .column_pickup::after {
    content: '';
    width: 272px;
    height: 170px;
    background-image: url(../img/column/article/pickup_illustration.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .title_fx .column_pickup .slick-slide > div {
    /* margin: 12px; */
    padding: 22px 5.68% 50px 12px;
    position: relative;
    display: block;
  }
  .title_fx .column_pickup .slick-slide > div a::before {
    content: '';
    width: 150px;
    height: 56px;
    background-image: url(../img/column/article/pickup_sb.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 4.2%;
    z-index: 1;
  }
  /* .title_fx .column_pickup .slick-slide > div a::after {
    content: '';
    width: 272px;
    height: 170px;
    background-image: url(../img/column/article/pickup_illustration.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  } */
  .title_fx .column_pickup .slick-slide > div a {
    padding: 26px 3.52% 26px 5.88%;
    box-shadow: 1px 2px 12px 0 rgba(0,0,0,.2);
    background-color: #fff;
    border-radius: 10px;
    display: block;
  }
  .title_fx .column_pickup .article_fx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .title_fx .column_pickup .article_fx .img {
    width: 59.74%;
  }
  .title_fx .column_pickup .article_fx .img img {
    aspect-ratio: 1/0.75;
    object-fit: cover;
  }
  .title_fx .column_pickup .article_fx .text {
    margin-top: 19px;
    width: 33.76%;
  }
  .title_fx .column_pickup .article_fx .text time {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #999999;
  }
  .title_fx .column_pickup .article_fx .text h3 {
    margin-top: 5px;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
  .title_fx .column_pickup .article_fx .text .tag {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 4px dotted #EFEFEF;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .title_fx .column_pickup .article_fx .text .tag span {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    padding: 0.25em 0.8em 0.2em;
    border-radius: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .title_fx .column_pickup .article_fx .text .tag span.c-tag_taiyoukou {
    background-color: #FFC69F;
  }
  .title_fx .column_pickup .article_fx .text .tag span.c-tag_chikudenchi {
    background-color: #A4DCFF;
  }
  .title_fx .column_pickup .article_fx .text .tag span.c-tag_v2h {
    background-color: #90DDBA;
  }
  .column_pickup .slick-prev, 
  .column_pickup .slick-next {
    width: 22px;
    height: 48px;
    z-index: 1;
  }
  .column_pickup .slick-prev {
    left: 6px;
  }
  .column_pickup .slick-prev::before {
    content: '';
    width: 28px;
    height: 28px;
    border-top: 4px solid #000;
    border-left: 4px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .column_pickup .slick-next {
    /* right: 47px; */
    right: 5%;
  }
  .column_pickup .slick-next::before {
    content: '';
    width: 28px;
    height: 28px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .column_pickup .slick-dots {
    display: inline-block;
    width: auto;
    left: calc(12px - 5px);
    top: calc(100% - 38px);
    bottom: auto;
  }
  .column_pickup .slick-dots li,
  .column_pickup .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .column_pickup .slick-dots li button:before {
    width: 8px;
    height: 8px;
    content: '';
    opacity: 1;
    background-color: #CCCCCC;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .column_pickup .slick-dots li.slick-active button:before {
    background-color: #000;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .title_fx {
    width: calc(100% + 52px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .title_fx .column_pickup {
    width: calc(100% + 12px);
  }
}

/* -----------------------------------------------
article_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .article_wrap {
    padding: 29px 0 19.3%;
    position: relative;
  }
  .article_wrap::before {
    content: '';
    width: 100%;
    max-width: 1920px;
    height: 680px;
    background: rgb(250,246,203); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(250,246,203,1) 0%, rgba(250,246,195,0) 28%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(250,246,203,1) 0%,rgba(250,246,195,0) 28%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(250,246,203,1) 0%,rgba(250,246,195,0) 28%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .article_wrap::after {
    content: '';
    width: 100%;
    max-width: 1920px;
    height: 680px;
    background: rgb(250,246,203); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(250,246,195,0) 28%, rgba(250,246,203,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(250,246,195,0) 28%, rgba(250,246,203,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(250,246,195,0) 28%,rgba(250,246,203,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .article_wrap .inner_wrap::after {
    content: '';
    width: 100%;
    padding-top: 16.8%;
    background-image: url(../img/column/article/bg_02_sp.svg);
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
  .article_wrap .heading h2 {
    width: 38.88%;
    margin: 0 auto;
  }
  .article_wrap .article_list {
    margin-top: 5px;
  }
  .article_wrap .article_list article {
    width: 100%;
    border-bottom: 4px dotted #EFEFEF;
  }
  .article_list a {
    padding: 12px 0 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .article_list .img {
    width: 27.77%;
    margin-right: 3.9%;
    margin-top: 2px;
  }
  .article_list .img img {
    aspect-ratio: 1/0.752;
    object-fit: cover;
  }
  .article_list .text {
    width: 68.33%;
  }
  .article_list .text time {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #999999;
  }
  .article_list .text h3 {
    margin-top: 4px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
  .article_list .text .tag {
    margin-top: 11px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .article_list .text .tag span {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    padding: 0.2em 0.8em 0.3em;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .article_list .text .tag span.c-tag_taiyoukou {
    background-color: #FFC69F;
  }
  .article_list .text .tag span.c-tag_chikudenchi {
    background-color: #A4DCFF;
  }
  .article_list .text .tag span.c-tag_v2h {
    background-color: #90DDBA;
  }
}

@media screen and (min-width: 768px) {
  .article_wrap {
    padding: 120px 0 220px;
    position: relative;
    background-image: url(../img/column/article/bg_02_pc.svg);
    background-size: auto 121px;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .article_wrap::before {
    content: '';
    width: 100%;
    max-width: 1920px;
    height: 680px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#faf6cb+0,faf6c3+72 */
    background: rgb(250,246,203); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(250,246,203,1) 0%, rgba(250,246,195,0) 28%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(250,246,203,1) 0%,rgba(250,246,195,0) 28%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(250,246,203,1) 0%,rgba(250,246,195,0) 28%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .article_wrap::after {
    content: '';
    width: 100%;
    max-width: 1920px;
    height: 680px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#faf6cb+0,faf6c3+72 */
    background: rgb(250,246,203); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(250,246,195,0) 28%, rgba(250,246,203,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(250,246,195,0) 28%, rgba(250,246,203,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(250,246,195,0) 28%,rgba(250,246,203,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .article_wrap .inner_wrap::after {
    content: '';
    width: 1920px;
    height: 121px;
    background-image: url(../img/column/article/bg_01_pc.svg);
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
  .article_wrap .heading h2 {
    width: 260px;
    margin: 0 auto;
  }
  .article_wrap .article_list {
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .article_wrap .article_list article {
    width: 22.65%;
    margin-right: 2.08%;
  }
  .article_wrap .article_list article:nth-child(4n) {
    margin-right: 0;
  }
  .article_wrap .article_list article:nth-child(n + 5) {
    margin-top: 60px;
  }
  .article_list a {
    border-radius: 10px;
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,.17);
    background-color: #fff;
    display: block;
    overflow: hidden;
    height: 100%;
  }
  .article_list .img img {
    aspect-ratio: 1/0.752;
    object-fit: cover;
  }
  .article_list .text {
    padding: 17px 6.9% 21px;
    border-radius: 0 0 10px 10px;
    border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    height: 100%;
  }
  .article_list .text time {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #999999;
  }
  .article_list .text h3 {
    margin-top: 4px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
  .article_list .text .tag {
    margin-top: 31px;
    padding-top: 18px;
    border-top: 4px dotted #EFEFEF;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .article_list .text .tag span {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    padding: 0.25em 0.8em 0.2em;
    border-radius: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .article_list .text .tag span.c-tag_taiyoukou {
    background-color: #FFC69F;
  }
  .article_list .text .tag span.c-tag_chikudenchi {
    background-color: #A4DCFF;
  }
  .article_list .text .tag span.c-tag_v2h {
    background-color: #90DDBA;
  }
}

/* -----------------------------------------------
pagination
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 28px;
  }
  .pagination .page-numbers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pagination .page-numbers li a,
  .pagination .page-numbers li span {
    font-size: 1.2rem;
    line-height: 1;
    width: 20px;
    height: 20px;
    margin: 0 0.6em;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .pagination .page-numbers li span.current {
    background-color: #F2971B;
    color: #fff;
  }
  .pagination .page-numbers li a.next,
  .pagination .page-numbers li a.prev {
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #F2971B;
    border: 1px solid #F2971B;
    background-color: #fff;
    border-radius: 19px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-indent: -99999px;
  }
  .pagination .page-numbers li a.next {
    margin-right: 7px;
    margin-right: 0;
  }
  .pagination .page-numbers li a.prev {
    margin-right: 7px;
    margin-left: 0;
  }
  .pagination .page-numbers li a.next::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #F2971B;
    border-right: 1px solid #F2971B;
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .pagination .page-numbers li a.prev::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #F2971B;
    border-left: 1px solid #F2971B;
    position: absolute;
    top: 50%;
    left: calc(50% + 2px);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 110px;
  }
  .pagination .page-numbers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pagination .page-numbers li a,
  .pagination .page-numbers li span {
    font-size: 1.6rem;
    line-height: 1;
    width: 36px;
    height: 36px;
    margin: 0 0.5em;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .pagination .page-numbers li span.current {
    background-color: #F2971B;
    color: #fff;
  }
  .pagination .page-numbers li a.next,
  .pagination .page-numbers li a.prev {
    width: 130px;
    height: 38px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #F2971B;
    border: 1px solid #F2971B;
    background-color: #fff;
    border-radius: 19px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .pagination .page-numbers li a.next {
    margin-left: 30px;
    margin-right: 0;
  }
  .pagination .page-numbers li a.prev {
    margin-right: 30px;
    margin-left: 0;
  }
  .pagination .page-numbers li a.next::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #F2971B;
    border-right: 1px solid #F2971B;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
  }
  .pagination .page-numbers li a.prev::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #F2971B;
    border-left: 1px solid #F2971B;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%) rotate(-45deg);
  }
}