#header {
  z-index: 0;
}
@media only screen and (max-width: 1271px) {
  #header.is-lower {
    height: 60rem;
  }
}

.l-main-area {
  padding-top: 80rem;
}
@media only screen and (max-width: 1271px) {
  .l-main-area {
    padding-top: 60rem;
  }
}

.p-lower-section {
  padding: 50px 0 160px;
}
@media only screen and (max-width: 767px) {
  .p-lower-section {
    padding: 20px 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  .p-lower-section {
    padding: 20px 0 0;
  }
}

.c-width {
  max-width: 1380px;
  margin: auto;
  padding: 0 50px;
}
@media only screen and (max-width: 1440px) {
  .c-width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-width {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 350px) {
  .c-width {
    padding: 0 12px;
  }
}

.l-sidebar-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .l-sidebar-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.l-sidebar-layout__cont {
  padding: 0 35px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .l-sidebar-layout__cont {
    padding: 0;
  }
}

.l-sidebar-layout__sidebar {
  padding: 0 35px;
}
@media only screen and (max-width: 768px) {
  .l-sidebar-layout__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin: 60px 0 0;
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .l-sidebar-layout__sidebar {
    margin: 40px 0 0;
  }
}

#sidebar .cat_list {
  width: 180px;
}
@media only screen and (max-width: 768px) {
  #sidebar .cat_list {
    padding: 0 15px;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  #sidebar .cat_list {
    padding: 0;
    width: 100%;
  }
}
#sidebar .cat_list + .cat_list {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #sidebar .cat_list + .cat_list {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  #sidebar .cat_list + .cat_list {
    margin-top: 40px;
  }
}

.more_btn 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;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: auto;
  background-color: #fff;
  width: 500px;
  height: 70px;
  text-decoration: none;
  font-weight: bold;
  border: solid 2px #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .more_btn a {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .more_btn a:hover {
    background-color: #333333;
    color: #fff;
  }
}
.more_btn a span {
  display: inline-block;
}

.c-article-cont__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .c-article-cont__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-article-cate {
  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;
  margin-right: 24px;
  padding: 3px 10px 0px;
  border: solid 1px #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 170px;
  width: 100%;
  min-height: 30px;
}
@media only screen and (max-width: 767px) {
  .c-article-cate {
    margin-right: 0;
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 480px) {
  .c-article-cate {
    max-width: 50%;
    width: 100%;
  }
}

.c-article-cate__text {
  color: #000;
  font-size: 87.5%;
}
@media only screen and (max-width: 767px) {
  .c-article-cate__text {
    font-size: 18px;
  }
}

.c-article-cont__date {
  color: #797979;
}
@media only screen and (max-width: 767px) {
  .c-article-cont__date {
    margin-top: 15px;
  }
}

.c-article-cont__title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 150%;
}

.brand_title {
  padding: 6px 0;
  width: 100%;
  background-color: #fef100;
  text-align: center;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .brand_title {
    height: auto;
  }
}

.brand_inner {
  color: #000;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .brand_inner {
    font-size: 18px;
  }
}
.brand_inner p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

.p-all-btn {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .p-all-btn {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .p-all-btn {
    margin-top: 60px;
  }
}

.p-all-btn__link {
  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;
  border: solid 1px #000;
  width: 200px;
  height: 50px;
  padding: 0 10px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media only screen and (min-width: 768px) {
  .p-all-btn__link:hover {
    background-color: #000;
  }
  .p-all-btn__link:hover .p-all-btn__text {
    color: #fff;
  }
}
@media only screen and (max-width: 480px) {
  .p-all-btn__link {
    width: 100%;
  }
}

.p-all-btn__text {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .p-all-btn__text {
    font-size: 16px;
  }
}

.navigation {
  margin-top: 30px;
}

.pagination .nav-links,
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.pagination .nav-links span,
.pagination .nav-links a,
.pagination .nav-links li,
.pagination ul span,
.pagination ul a,
.pagination ul li {
  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;
  margin: 0 5px;
  background-color: #a6a6a6;
  color: #fff;
  text-decoration: none;
  width: 34px;
  height: 34px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination .nav-links span.next, .pagination .nav-links span.prev,
.pagination .nav-links a.next,
.pagination .nav-links a.prev,
.pagination .nav-links li.next,
.pagination .nav-links li.prev,
.pagination ul span.next,
.pagination ul span.prev,
.pagination ul a.next,
.pagination ul a.prev,
.pagination ul li.next,
.pagination ul li.prev {
  display: none;
}
.pagination .nav-links span:hover,
.pagination .nav-links a:hover,
.pagination .nav-links li:hover,
.pagination ul span:hover,
.pagination ul a:hover,
.pagination ul li:hover {
  opacity: 0.8;
}
.pagination .nav-links span.current,
.pagination .nav-links a.current,
.pagination .nav-links li.current,
.pagination ul span.current,
.pagination ul a.current,
.pagination ul li.current {
  background-color: #404040;
  border: solid 2px #404040;
}
.pagination h2 {
  display: none;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16px;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button {
  cursor: pointer;
}

.u-ib {
  display: inline-block;
}

.brand_list {
  margin-top: 65px;
}
.brand_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.brand_list ul li {
  padding: 4px 0;
  border-left: solid 2px #616161;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .brand_list ul li {
    margin-bottom: 20px;
    border-left: none;
    width: 33.3333%;
  }
  .brand_list ul li.col-2 {
    width: 40%;
  }
}
.brand_list 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;
}
.brand_list ul li a img {
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .brand_list ul li a img {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .brand_list ul li a img {
    height: 64px;
  }
}
@media only screen and (max-width: 600px) {
  .brand_list ul li a img {
    height: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .brand_list ul li a img {
    height: 40px;
  }
}
.brand_list ul li:last-child {
  border-right: solid 2px #616161;
}
@media only screen and (max-width: 768px) {
  .brand_list ul li:last-child {
    border: none;
  }
}