@charset "UTF-8";
/* ------------------------------
- archive
------------------------------ */
@media only screen and (max-width: 749px) {
  .archive__main,
  .archive__aside {
    padding: 13.33333% 5.33333%
  }
}
@media only screen and (max-width: 999px) {
  .archive .l-content-p {
    padding: 0;
  }
  .archive__aside {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
  }
}
@media only screen and (min-width: 750px) and (max-width: 999px) {
  .archive__main,
  .archive__aside {
    padding: 80px 5.33333%
  }
}
@media only screen and (min-width: 1000px) {
  .archive__main {
    width: 75%;
    padding-right: 30px;
    border-right: 1px solid #ccc;
  }
  .archive__aside {
    width: 25%;
    padding-left: 30px;
  }
}
/* ------------------------------
- side
------------------------------ */
.side__heading {
  font-size: 6.66666vw;
  font-weight: normal;
  padding-left: 22px;
  margin-bottom: 5%;
}
.side__heading::before {
  width: 10px;
  height: 1px;
  background: #f0801d;
  position: absolute;
  top: 50%;
  left: 0;
}
.side__item {
  display: block;
  padding: 15px 25px;
  border-top: 1px solid #eaeaea;
  position: relative;
}
.side__item .deco {
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 1.5em;
}
@media only screen and (min-width: 750px) {
  .side__heading {
    font-size: 32px;
    padding-left: 22px;
    margin-bottom: 50px;
  }
  .side__item:hover {
    color: #f0801d;
  }
}
@media only screen and (min-width: 1000px) {
  .side__heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .side__item {
    font-size: 12px;
  }
}
/* ------------------------------
- pager
------------------------------ */
.pager {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pager [class*='pager__'] {
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pager__number {
  font-size: 12px;
  background: #fff;
  border-radius: 50%;
  margin: 0 5px;
}
.pager__prev,
.pager__next {
  font-size: 1.5em;
  opacity: .8;
}
.is-pagercurrent,
.pager__number:hover {
  background: #f0801d;
  color: #fff;
}
@media only screen and (min-width: 750px) {
  .pager__number {
    font-size: 12px;
    margin: 0 8px;
  }
}
