.sub_container {
  margin: 0 auto;
  max-width: 1100px;
}

.pagination {
  background-color: #f0f0f0;
  margin-bottom: 50px;
  padding-bottom: 6px;
  padding-top: 8px;
}

.pagination_list {
  display: flex;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  justify-content: flex-start;
}

.pagination_list li {
  color: #888;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

.flex_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

/* .archive_left {
  height: auto;
  max-width: 254.5px;
  width: 24%;
} */

.archive_right_list li a h3.bold {
  font-weight: bold;
}

.archive_left p {
  border-bottom: 2px solid #e0e0e0;
  color: #3c3c3c;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-bottom: 21px;
}

.archive_left ul {
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  margin-bottom: 44px;
}

.archive_left ul li {
  margin-bottom: 15px;
}

.archive_left ul li a {
  color: #3c3c3c;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.75;
}

.archive_right {
  height: auto;
  margin-top: 12px;
  max-width: 795px;
  width: 76%;
}

.archive_right_menu {
  display: flex;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  justify-content: flex-end;
  margin-bottom: 27px;
}

.archive_right_menu li {
  border-right: 1px solid #000;
  padding: 0 5px;
}

.archive_right_menu li a {
  display: block;
  flex: 1;
  font-size: 1.5rem;
  font-weight: normal;
  height: 100%;
  line-height: 15px;
  width: 100%;
}

.archive_right_menu li a.current {
  pointer-events: none;
  text-decoration: underline;
}

.archive_right_menu li a:hover {
  text-decoration: underline;
}

.archive_right_time {
  border-bottom: 1px solid #e0e0e0;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 6px;
  /* margin-bottom: 22px; */
  padding-left: 10px;
  padding-right: 20px;
}

.archive_right_list {
  display: flex;
  flex-wrap: wrap;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  justify-content: center;
  margin-bottom: 70px;
  margin-top: 22px;
  padding-left: 10px;
  padding-right: 20px;
}

.archive_right_list li {
  margin-bottom: 28px;
  padding-left: 24px;
  width: calc((100% / 3) - 16px);
}

.archive_right_list li a {
  display: block;
}

.archive_right_list li a h3 {
  font-family: 'Yu Mincho',serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 6px;
  text-align: center;
  text-decoration: underline;
}

.archive_right_list li a p {
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.archive_right_list li a p.new {
  color: #7d0f44;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1px;
}
.archive_right_list li a p.line-through {
  text-decoration: line-through;
}

.archive_right_list li a p.sale {
  border: 1px solid #c03d42;
  color: #c03d42;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 6px;
  max-width: 100px;
}

.archive_right_list li:nth-child(3n + 1) {
  padding-left: 0;
}

.archive_right_img {
  margin-bottom: 10px;
}

.archive_right_img img {
  height: 100%;
  width: 100%;
}

.archive_right_btn {
  border: 1px dotted #ff3302;
  color: #ff3302;
  font-size: 1.5rem;
  line-height: 20px;
  margin-right: auto;
  margin-top: 12px;
  max-width: 254px;
  text-align: center;
}
.no_mb {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .pagination_list {
    flex-wrap: wrap;
  }
  .sub_container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 21px;
  }
  .no_mb_sp {
    margin-bottom: 0 !important;
  }
  .flex_box {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
  }
  .archive_left {
    display: none;
    margin-top: 50px;
    max-width: 100%;
    order: 2;
    width: 100%;
  }
  .archive_left p {
    margin-bottom: 21px;
    width: 100%;
  }
  .archive_left ul {
    display: none;
    margin-bottom: 20px;
  }
  .archive_left ul:last-child {
    margin-bottom: 0;
  }
  .archive_right {
    max-width: 100%;
    width: 100%;
  }
  .archive_right_menu li a {
    font-size: 1.2rem;
  }
  .archive_right_list {
    margin-bottom: 50px;
    margin-top: 30px;
    padding: 0 0;
  }
  .archive_right_list li {
    margin-bottom: 21px;
    padding-left: 10px;
    width: calc(50% - 5px);
  }
  .archive_right_list li a h3 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 7px;
  }
  .archive_right_list li a p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .archive_right_img {
    margin-bottom: 6px;
  }
  .archive_right_list li:nth-child(3n + 1) {
    padding-left: 10px;
  }
  .archive_right_list li:nth-child(2n + 1) {
    padding-left: 0;
  }
  .archive_right_btn {
    max-width: 266px;
  }
  .archive_right_time {
    font-size: 1.2rem;
    padding: 0 0;
  }
  .pagination {
    margin-bottom: 10px;
  }
  .archive_right_list li a p.new {
    font-size: 1.2rem;
  }
  .has_mb21_sp {
    margin-bottom: 21px !important;
  }
  .archive_right_list li a p.sale {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=sub.css.map */

/* ------------------------------------------
  Pager
------------------------------------------ */
.pager {
  margin-top: 50px;
}

.pager_list {
  font-size: 0;
  text-align: center;
}

.pager_list li {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}

.pager_list li + li {
  margin-left: 40px;
}

.pager_list .current {
  color: #c8c8c8;
}

.pager_list .next {
  background-image: url(../img/common/icon_arrow01@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  display: block;
  height: 14px;
  text-indent: -9999px;
  width: 5px;
}

@media screen and (max-width: 767px) {
  .pager {
    margin-top: 40px;
  }

  .pager_list li + li {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .system_content.contact {
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    position: relative;
  }

  .system_content .contact_iframe_box {
    margin: 0 auto;
    text-align: center;
    width: 488px;
  }

  .system_content .contact_iframe {
    width: 488px;
  }
}
