/******************************************************************************
    Privacy
******************************************************************************/
/**************************************
    Common
**************************************/
/**************************************
    Structures
**************************************/
/**************************************
    Generics
**************************************/
/**************************************
    Specials
**************************************/
.news-outer {
  padding: 60px;
}
.news-outer .news-inner {
  padding: 100px;
  margin: 0;
  line-height: 1.8;
  background: white;
}
.news-outer .news-inner h2 {
  width: 80%;
  padding-bottom: 15px;
  border-bottom: 2px solid #D3C8B2;
  margin: 0 auto 30px auto;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.news-outer .news-inner .date {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D3C8B2;
  text-align: right;
  font-size: 80%;
}
.news-outer .news-inner .news-body {
  width: 80%;
  margin: 60px auto;
}

.link-prev-next {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.link-prev-next li {
  margin-right: 30px;
}
.link-prev-next li:nth-child(2n), .link-prev-next li:last-child {
  margin-right: 0;
}
.link-prev-next li a {
  box-sizing: border-box;
  display: inline-block;
  width: 200px;
  padding: 10px;
  border: 1px solid #D3C8B2;
  font-size: 90%;
  text-align: center;
  text-decoration: none;
}
.link-prev-next li.prev a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.link-prev-next li.prev a::before {
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #836326;
  border-left: 3px solid #836326;
  transform: translateX(2.4748737342px) rotate(-45deg);
  top: calc(50% - 5px);
  left: 0;
}
.link-prev-next li.prev a::before {
  left: 20px;
}
.link-prev-next li.next a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.link-prev-next li.next a::after {
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #836326;
  border-right: 3px solid #836326;
  transform: translateX(-2.4748737342px) rotate(45deg);
  top: calc(50% - 5px);
  right: 0;
}
.link-prev-next li.next a::after {
  right: 20px;
}

/******************************************************************************
	Tablet
******************************************************************************/
@media screen and (min-width: 721px) and (max-width: 900px) {
  .news-outer .news-inner {
    padding: 60px;
  }
  .news-outer .news-inner h2 {
    width: unset;
  }
  .news-outer .news-inner .news-body {
    width: unset;
    margin: 0;
  }
}
/******************************************************************************
	Smartphone
******************************************************************************/
@media screen and (max-width: 720px) {
  .news-outer {
    padding: 60px 15px;
  }
  .news-outer .news-inner {
    padding: 15px;
  }
  .news-outer .news-inner h2 {
    width: 100%;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .news-outer .news-inner .date {
    padding-bottom: 15px;
    margin-top: 20px;
  }
  .news-outer .news-inner .news-body {
    width: 100%;
    margin: 30px 0;
  }
  .link-prev-next li {
    margin-right: 15px;
  }
  .link-prev-next li:nth-child(2n), .link-prev-next li:last-child {
    margin-right: 0;
  }
  .link-prev-next li a {
    width: 130px;
  }
  .link-prev-next li.prev a::before {
    left: 10px;
  }
  .link-prev-next li.next a::after {
    right: 10px;
  }
}/*# sourceMappingURL=privacy.css.map */