@charset "UTF-8";

/*****************************
cmn
*****************************/
.pagesec {
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec {
    padding: 6rem 0 8rem;
  }
}

/*****************************
pagehead
*****************************/
.pagehead {
  background: #EDEDED;
  height: 370px;
  overflow: hidden;
}
.pagehead .logo {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 170px;
  z-index: 99;
}
.pagehead .pagehead1 {
  content: url(../images/common/page-head1.svg);
  top: -20px;
  left: -140px;
  left: 0;
  height: 350px;
  width: 350px;
}
.pagehead .pagehead2 {
  content: url(../images/common/page-head2.svg);
  bottom: -40px;
  right: -30px;
  height: 250px;
  width: 250px;
}
.pagehead-ttl {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  z-index: 1;
}
.pagehead-ttl .ttl {
  background: #8C3315;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 5px;
  padding: 2rem 0;
  writing-mode: vertical-rl;
}
.cmn-breadcrumb {
  padding: 0 1rem;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagehead {
    height: 240px;
  }
  .pagehead-ttl .ttl {
    font-size: 2rem;
  }
}

/*****************************
parts news
*****************************/
.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 5rem;
  text-align: center;
}
.page-numbers.dots {
  pointer-events: none;
}
.page-numbers.current,
.page-numbers:hover {
  color: #8C3315;
  font-weight: bold;
  text-decoration: underline;
}
.pager {
  gap: 1rem;
  margin: 3rem auto 0;
  max-width: 330px;
  text-align: center;
}
.pager a {
  border-bottom: 1px solid #8C3315;
  display: inline-block;
  opacity: 1 !important;
  padding: 0 .5rem;
  transition: .5s;
}
.pager a:hover {
  background: #8C3315;
  color: #fff;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
