/* -------------------------- */
/* content */
/* -------------------------- */
/* contents_head */
.news {
  background-image: url(/images/info/bg_header.jpg);
}

.contents_wrap .main .contents_box .container {
  padding: 0;
}

/* side */
.side .side_news_title {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.side .side_news_title .side_title {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d1d1d1;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
}

.side .side_news_title .side_title:after {
  width: 30px;
  height: 1px;
  background: #00A0E8;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
}

.side .side_news_title .btn_default01 {
  height: 35px;
  padding: 0 15px;
  font-size: 1.4rem;
}

.side .side_news:not(:last-child) {
  margin-bottom: 20px;
}

.side .side_news .side_news_list {
  display: flex;
  flex-wrap: wrap;
}

.side .side_news .side_news_list li {
  margin: 0 2px 15px 2px;
  letter-spacing: 0;
}

.side .side_news .side_news_list li a, .side .side_news .side_news_list li span {
  width: 100%;
  padding: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
}

.side .side_news .side_news_list li a {
  color: #1E2D3D;
}

.side .side_news .side_news_list li span, .side .side_news .side_news_list li a:hover {
  background-color: #00A0E8;
  border-radius: 5px;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

/* news_list */
.news_list {
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .all-products_detail {
    min-height: 490px;
  }
  .side .side_news_title .side_title {
    margin-right: 15px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: 2.6rem;
  }
  .side .side_news_title .side_title:after {
    width: 50px;
  }
  .side .side_news_title .btn_default01 {
    width: 90px;
    height: 40px;
  }
  .side .side_news:not(:last-child) {
    margin-bottom: 50px;
  }
  .side .side_news .side_news_list li {
    margin: 0 15px 25px 0;
  }
  .side .side_news .side_news_list li:not(:last-child) {
    margin: 0 15px 15px 0;
  }
  .side .side_news .side_news_list li a, .side .side_news .side_news_list li span {
    padding: 8px 0 8px 25px;
  }
  .news_list {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .side .side_news_title .btn_default01 {
    font-size: 1.4rem;
  }
  .side .side_news:not(:last-child) {
    margin-bottom: 40px;
  }
  .side .side_news .side_news_list {
    display: block;
  }
}

/*# sourceMappingURL=map/info.css.map */
