@charset "UTF-8";
/**
 *********************************
 * news 一覧
 *********************************
 */
/*
breadcrumbs
---------------------------*/
.newsListPage #breadcrumbs {
  background: #F3F6F9;
}

/*
pickUp
---------------------------*/
.newsListPage #pickUp {
  background: #F3F6F9;
}
.newsListPage #pickUp .wrap {
  padding: 50px 0;
}
.newsListPage #pickUp .pickUpSlider {
  position: relative;
  margin-top: 32px;
}
.newsListPage #pickUp .pickUpSlider .slick-list {
  border-radius: 0;
}
.newsListPage #pickUp .pickUpSlider .slick-arrow {
  position: absolute;
  top: 60px;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 28px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.newsListPage #pickUp .pickUpSlider .slick-arrow::before, .newsListPage #pickUp .pickUpSlider .slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background: #02B4E2;
  opacity: 1;
}
.newsListPage #pickUp .pickUpSlider .slick-arrow::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.newsListPage #pickUp .pickUpSlider .slick-arrow::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.newsListPage #pickUp .pickUpSlider .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.newsListPage #pickUp .pickUpSlider .slick-arrow.slick-prev::before {
  top: -9px;
}
.newsListPage #pickUp .pickUpSlider .slick-arrow.slick-prev::after {
  top: 9px;
}
.newsListPage #pickUp .pickUpSlider .slick-arrow.slick-next::before {
  top: 9px;
}
.newsListPage #pickUp .pickUpSlider .slick-arrow.slick-next::after {
  top: -9px;
}
.newsListPage #pickUp .pickUpSlider figure {
  position: relative;
  margin: 0 4px;
}
.newsListPage #pickUp .pickUpSlider figure .imgWrap {
  height: 172px;
}
.newsListPage #pickUp .pickUpSlider figure .imgWrap img {
  height: 100%;
}
.newsListPage #pickUp .pickUpSlider figure a {
  position: relative;
}
.newsListPage #pickUp .pickUpSlider figure a .imgWrap {
  position: relative;
}
.newsListPage #pickUp .pickUpSlider figure a .imgWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(#031838), to(rgba(3, 24, 56, 0)));
  background: linear-gradient(0deg, #031838 0%, rgba(3, 24, 56, 0) 100%);
}
.newsListPage #pickUp .pickUpSlider figure a .detail {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 14px;
  width: 100%;
  height: auto;
}
.newsListPage #pickUp .pickUpSlider figure a .detail .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.newsListPage #pickUp .pickUpSlider figure a .detail .category {
  width: 80px;
  padding: 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  background: #91BED6;
  border-radius: 11px;
}
.newsListPage #pickUp .pickUpSlider figure a .detail .category.match {
  background: #1D66FD;
}
.newsListPage #pickUp .pickUpSlider figure a .detail .category.partner {
  background: #006689;
}
.newsListPage #pickUp .pickUpSlider figure a .detail .category.fan-club {
  background: #39C0FE;
}
.newsListPage #pickUp .pickUpSlider figure a .detail .category.satellite {
  background: #77B5FE;
}
.newsListPage #pickUp .pickUpSlider figure a .detail .category.ladies {
  background: #C568B6;
}
.newsListPage #pickUp .pickUpSlider figure a .detail .date {
  margin-left: 8px;
  font-size: 10px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #A0D8EF;
}
.newsListPage #pickUp .pickUpSlider figure a .detail .text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #ffffff;
}
@media (min-width: 769px) {
  .newsListPage #pickUp .wrap {
    padding: 72px 0 120px;
  }
  .newsListPage #pickUp .pickUpSlider .slick-arrow {
    position: absolute;
    top: -55px;
    bottom: auto;
    left: auto;
    margin: 0;
    width: 20px;
    height: 44px;
    background: transparent;
  }
  .newsListPage #pickUp .pickUpSlider .slick-arrow.slick-prev {
    left: auto;
    right: 70px;
  }
  .newsListPage #pickUp .pickUpSlider .slick-arrow.slick-prev::before {
    top: -9px;
  }
  .newsListPage #pickUp .pickUpSlider .slick-arrow.slick-prev::after {
    top: 9px;
  }
  .newsListPage #pickUp .pickUpSlider .slick-arrow.slick-next {
    left: auto;
    right: 30px;
  }
  .newsListPage #pickUp .pickUpSlider figure {
    margin: 0 5px;
  }
  .newsListPage #pickUp .pickUpSlider figure .imgWrap {
    height: 150px;
  }
  .newsListPage #pickUp .pickUpSlider figure a .detail {
    position: absolute;
    bottom: 10px;
    padding: 0 10px;
  }
  .newsListPage #pickUp .pickUpSlider figure a .detail .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2px;
  }
  .newsListPage #pickUp .pickUpSlider figure a .detail .category {
    width: 70px;
    font-size: 11px;
  }
  .newsListPage #pickUp .pickUpSlider figure a .detail .date {
    margin-left: 7px;
  }
  .newsListPage #pickUp .pickUpSlider figure a .detail .text {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  .newsListPage #pickUp .pickUpSlider figure {
    margin: 0 16px;
  }
  .newsListPage #pickUp .pickUpSlider figure .imgWrap {
    height: 195px;
  }
  .newsListPage #pickUp .pickUpSlider figure a .detail {
    bottom: 24px;
    padding: 0 16px;
  }
  .newsListPage #pickUp .pickUpSlider figure a .detail .row {
    margin-bottom: 5px;
  }
  .newsListPage #pickUp .pickUpSlider figure a .detail .category {
    width: 120px;
    font-size: 13px;
  }
  .newsListPage #pickUp .pickUpSlider figure a .detail .date {
    margin-left: 10px;
  }
  .newsListPage #pickUp .pickUpSlider figure a .detail .text {
    font-size: 16px;
  }
}

/*
news
---------------------------*/
.newsListPage #news {
  background: #ffffff;
}
.newsListPage #news .newsList {
  margin-bottom: 30px;
}
.newsListPage #news .newsList ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #DDE6ED;
}
.newsListPage #news .newsList ul li a {
  position: relative;
  width: 100%;
  padding: 16px 23px 16px 0;
}
.newsListPage #news .newsList ul li a::before, .newsListPage #news .newsList ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 14px;
  height: 2px;
  background: #02B4E2;
}
.newsListPage #news .newsList ul li a::before {
  top: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.newsListPage #news .newsList ul li a::after {
  top: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.newsListPage #news .newsList ul li .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsListPage #news .newsList ul li .category {
  width: 80px;
  max-height: 22px;
  padding: 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-align: center;
  background: #91BED6;
  border-radius: 11px;
}
.newsListPage #news .newsList ul li .category.match {
  background: #1D66FD;
}
.newsListPage #news .newsList ul li .category.partner {
  background: #006689;
}
.newsListPage #news .newsList ul li .category.fan-club {
  background: #39C0FE;
}
.newsListPage #news .newsList ul li .category.satellite {
  background: #77B5FE;
}
.newsListPage #news .newsList ul li .category.ladies {
  background: #C568B6;
}
.newsListPage #news .newsList ul li .date {
  width: 60px;
  padding: 2px 0;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: rgba(3, 24, 56, 0.5);
}
.newsListPage #news .newsList ul li .text {
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.newsListPage #news .pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsListPage #news .pagenation ul li + li {
  margin-left: 10px;
}
.newsListPage #news .pagenation ul li.prev a, .newsListPage #news .pagenation ul li.next a {
  position: relative;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #52D2F9;
  border-radius: 50%;
}
.newsListPage #news .pagenation ul li.prev a::before, .newsListPage #news .pagenation ul li.prev a::after, .newsListPage #news .pagenation ul li.next a::before, .newsListPage #news .pagenation ul li.next a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 2px;
  background: #02B4E2;
  opacity: 1;
}
.newsListPage #news .pagenation ul li.prev a::before, .newsListPage #news .pagenation ul li.next a::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.newsListPage #news .pagenation ul li.prev a::after, .newsListPage #news .pagenation ul li.next a::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.newsListPage #news .pagenation ul li.prev a:hover, .newsListPage #news .pagenation ul li.next a:hover {
  background: #52D2F9;
}
.newsListPage #news .pagenation ul li.prev a:hover::before, .newsListPage #news .pagenation ul li.prev a:hover::after, .newsListPage #news .pagenation ul li.next a:hover::before, .newsListPage #news .pagenation ul li.next a:hover::after {
  background: #ffffff;
  opacity: 1;
}
.newsListPage #news .pagenation ul li.prev {
  margin-right: 15px;
}
.newsListPage #news .pagenation ul li.prev a::before {
  top: -5px;
}
.newsListPage #news .pagenation ul li.prev a::after {
  top: 5px;
}
.newsListPage #news .pagenation ul li.prev + li {
  margin-left: 0;
}
.newsListPage #news .pagenation ul li.next {
  margin-left: 15px;
}
.newsListPage #news .pagenation ul li.next a::before, .newsListPage #news .pagenation ul li.next a::after {
  right: -3px;
}
.newsListPage #news .pagenation ul li.next a::before {
  top: 5px;
}
.newsListPage #news .pagenation ul li.next a::after {
  top: -5px;
}
.newsListPage #news .pagenation ul li:not(.prev):not(.next) a,
.newsListPage #news .pagenation ul li:not(.prev):not(.next) p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #031838;
  border-radius: 5px;
  background: #A0D8EF;
}
.newsListPage #news .pagenation ul li:not(.prev):not(.next) p {
  background: transparent;
}
.newsListPage #news .pagenation ul li:not(.prev):not(.next) p.active {
  color: #ffffff;
  background: #02B4E2;
}
.newsListPage #news .pagenation ul li:not(.prev):not(.next) p:not(.active) {
  width: 10px;
}
@media (min-width: 769px) {
  .newsListPage #news .newsList {
    margin-bottom: 70px;
  }
  .newsListPage #news .newsList ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .newsListPage #news .newsList ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .newsListPage #news .newsList ul li a::before, .newsListPage #news .newsList ul li a::after {
    right: 10px;
  }
  .newsListPage #news .newsList ul li .category {
    width: 120px;
    max-height: 25px;
    font-size: 13px;
  }
  .newsListPage #news .newsList ul li .date {
    padding: 3px 0;
    margin-left: 16px;
    font-size: 13px;
  }
  .newsListPage #news .newsList ul li .text {
    margin-left: 16px;
    width: calc(100% - 120px - 60px - 32px);
  }
  .newsListPage #news .pagenation ul li.prev a, .newsListPage #news .pagenation ul li.next a {
    width: 40px;
    height: 40px;
  }
  .newsListPage #news .pagenation ul li.prev a::before, .newsListPage #news .pagenation ul li.prev a::after, .newsListPage #news .pagenation ul li.next a::before, .newsListPage #news .pagenation ul li.next a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 2px;
    background: #02B4E2;
    opacity: 1;
  }
  .newsListPage #news .pagenation ul li.prev {
    margin-right: 25px;
  }
  .newsListPage #news .pagenation ul li.prev a::before, .newsListPage #news .pagenation ul li.prev a::after {
    right: 3px;
  }
  .newsListPage #news .pagenation ul li.prev a::before {
    top: -8px;
  }
  .newsListPage #news .pagenation ul li.prev a::after {
    top: 8px;
  }
  .newsListPage #news .pagenation ul li.next {
    margin-left: 25px;
  }
  .newsListPage #news .pagenation ul li.next a::before, .newsListPage #news .pagenation ul li.next a::after {
    right: -3px;
  }
  .newsListPage #news .pagenation ul li.next a::before {
    top: 8px;
  }
  .newsListPage #news .pagenation ul li.next a::after {
    top: -8px;
  }
  .newsListPage #news .pagenation ul li:not(.prev):not(.next) a,
  .newsListPage #news .pagenation ul li:not(.prev):not(.next) p {
    width: 40px;
    height: 40px;
  }
  .newsListPage #news .pagenation ul li:not(.prev):not(.next) p:not(.active) {
    width: 40px;
  }
}

/**
 *********************************
 * news 詳細
 *********************************
 */
/*
newsDetail
---------------------------*/
.newsDetailPage #newsDetail .wrap {
  padding: 50px 0;
}
.newsDetailPage #newsDetail .titleWrap {
  margin-bottom: 30px;
}
.newsDetailPage #newsDetail .titleWrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsDetailPage #newsDetail .titleWrap .category {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  background: #91BED6;
  border-radius: 11px;
}
.newsDetailPage #newsDetail .titleWrap .category.match {
  background: #1D66FD;
}
.newsDetailPage #newsDetail .titleWrap .category.partner {
  background: #006689;
}
.newsDetailPage #newsDetail .titleWrap .category.fan-club {
  background: #39C0FE;
}
.newsDetailPage #newsDetail .titleWrap .category.satellite {
  background: #77B5FE;
}
.newsDetailPage #newsDetail .titleWrap .category.ladies {
  background: #C568B6;
}
.newsDetailPage #newsDetail .titleWrap .date {
  margin-left: 10px;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  color: rgba(3, 24, 56, 0.5);
}
.newsDetailPage #newsDetail .titleWrap h2 {
  margin-top: 10px;
  padding-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: left;
  color: #031838;
  border-bottom: 2px dashed #02B4E2;
}
.newsDetailPage #newsDetail .detailWrap .imgWrap {
  margin-bottom: 50px;
}
.newsDetailPage #newsDetail .detailWrap .imgWrap img {
  width: 100%;
}
.newsDetailPage #newsDetail .detailWrap .textWrap {
  padding: 0 5%;
}
.newsDetailPage #newsDetail .detailWrap .textWrap p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
}
.newsDetailPage #newsDetail .detailWrap .textWrap p + p {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .newsDetailPage #newsDetail .wrap {
    padding: 72px 0 120px;
  }
  .newsDetailPage #newsDetail .titleWrap {
    margin-bottom: 44px;
  }
  .newsDetailPage #newsDetail .titleWrap .category {
    padding: 5px 26px;
    font-size: 16px;
  }
  .newsDetailPage #newsDetail .titleWrap .date {
    margin-left: 14px;
    font-size: 16px;
  }
  .newsDetailPage #newsDetail .titleWrap h2 {
    margin-top: 20px;
    font-size: 20px;
  }
  .newsDetailPage #newsDetail .detailWrap .textWrap {
    padding: 0 50px;
  }
  .newsDetailPage #newsDetail .detailWrap .textWrap p {
    font-size: 16px;
  }
  .newsDetailPage #newsDetail .detailWrap .textWrap p + p {
    margin-top: 32px;
  }
}

/*
share
---------------------------*/
.newsDetailPage #share {
  background: #A0D8EF;
}
.newsDetailPage #share .wrap {
  padding: 20px 10px;
}
.newsDetailPage #share p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #031838;
}
.newsDetailPage #share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsDetailPage #share ul li + li {
  margin-left: 30px;
}
.newsDetailPage #share ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  padding: 8px;
  background: #ffffff;
  border-radius: 3px;
}
@media (min-width: 769px) {
  .newsDetailPage #share .wrap {
    padding: 30px;
  }
  .newsDetailPage #share p {
    font-size: 22px;
  }
}

/*
articleLink
---------------------------*/
.newsDetailPage #articleLink .wrap {
  padding: 60px 0;
}
.newsDetailPage #articleLink .inner {
  width: 95%;
  margin: 0 auto;
}
.newsDetailPage #articleLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 346px;
  margin: 0 auto;
  padding: 17px 0;
  border: 1px solid #02B4E2;
  border-radius: 3px;
}
.newsDetailPage #articleLink ul li + li {
  border-left: 1px solid #A0D8EF;
}
.newsDetailPage #articleLink ul li.prev a::before, .newsDetailPage #articleLink ul li.prev a::after,
.newsDetailPage #articleLink ul li.prev p::before,
.newsDetailPage #articleLink ul li.prev p::after, .newsDetailPage #articleLink ul li.next a::before, .newsDetailPage #articleLink ul li.next a::after,
.newsDetailPage #articleLink ul li.next p::before,
.newsDetailPage #articleLink ul li.next p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 1px;
}
.newsDetailPage #articleLink ul li.prev a::before,
.newsDetailPage #articleLink ul li.prev p::before, .newsDetailPage #articleLink ul li.next a::before,
.newsDetailPage #articleLink ul li.next p::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.newsDetailPage #articleLink ul li.prev a::after,
.newsDetailPage #articleLink ul li.prev p::after, .newsDetailPage #articleLink ul li.next a::after,
.newsDetailPage #articleLink ul li.next p::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.newsDetailPage #articleLink ul li.prev a::before, .newsDetailPage #articleLink ul li.prev a::after, .newsDetailPage #articleLink ul li.next a::before, .newsDetailPage #articleLink ul li.next a::after {
  background: #02B4E2;
}
.newsDetailPage #articleLink ul li.prev p::before, .newsDetailPage #articleLink ul li.prev p::after, .newsDetailPage #articleLink ul li.next p::before, .newsDetailPage #articleLink ul li.next p::after {
  background: #A0D8EF;
}
.newsDetailPage #articleLink ul li.prev a,
.newsDetailPage #articleLink ul li.prev p {
  padding: 3px 15% 3px 30%;
}
.newsDetailPage #articleLink ul li.prev a::before, .newsDetailPage #articleLink ul li.prev a::after,
.newsDetailPage #articleLink ul li.prev p::before,
.newsDetailPage #articleLink ul li.prev p::after {
  right: 70%;
}
.newsDetailPage #articleLink ul li.prev a::before,
.newsDetailPage #articleLink ul li.prev p::before {
  top: 5px;
}
.newsDetailPage #articleLink ul li.prev a::after,
.newsDetailPage #articleLink ul li.prev p::after {
  top: -5px;
}
.newsDetailPage #articleLink ul li.next a,
.newsDetailPage #articleLink ul li.next p {
  padding: 3px 30% 3px 15%;
}
.newsDetailPage #articleLink ul li.next a::before, .newsDetailPage #articleLink ul li.next a::after,
.newsDetailPage #articleLink ul li.next p::before,
.newsDetailPage #articleLink ul li.next p::after {
  right: -70%;
}
.newsDetailPage #articleLink ul li.next a::before,
.newsDetailPage #articleLink ul li.next p::before {
  top: -5px;
}
.newsDetailPage #articleLink ul li.next a::after,
.newsDetailPage #articleLink ul li.next p::after {
  top: 5px;
}
.newsDetailPage #articleLink ul li a,
.newsDetailPage #articleLink ul li p {
  position: relative;
  width: 30%;
  min-width: 100px;
  padding: 3px 10%;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
.newsDetailPage #articleLink ul li a {
  color: #02B4E2;
}
.newsDetailPage #articleLink ul li p {
  color: #A0D8EF;
}
@media (min-width: 769px) {
  .newsDetailPage #articleLink .wrap {
    padding: 100px 0 120px;
  }
  .newsDetailPage #articleLink ul {
    max-width: 459px;
  }
  .newsDetailPage #articleLink ul li.prev a,
  .newsDetailPage #articleLink ul li.prev p {
    padding: 3px 30px 3px 50px;
  }
  .newsDetailPage #articleLink ul li.prev a::before, .newsDetailPage #articleLink ul li.prev a::after,
  .newsDetailPage #articleLink ul li.prev p::before,
  .newsDetailPage #articleLink ul li.prev p::after {
    right: 50%;
  }
  .newsDetailPage #articleLink ul li.next a,
  .newsDetailPage #articleLink ul li.next p {
    padding: 3px 50px 3px 30px;
  }
  .newsDetailPage #articleLink ul li.next a::before, .newsDetailPage #articleLink ul li.next a::after,
  .newsDetailPage #articleLink ul li.next p::before,
  .newsDetailPage #articleLink ul li.next p::after {
    right: -50%;
  }
  .newsDetailPage #articleLink ul li a,
  .newsDetailPage #articleLink ul li p {
    width: auto;
    min-width: initial;
    padding: 3px 48px;
    font-size: 15px;
  }
}/*# sourceMappingURL=news.css.map */