@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
#main .recommend__title {
  margin: 80px 0 40px;
  text-align: center;
  font-size: 2.9282576867vw;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
#main .recommend__title:before {
  position: relative;
  top: 6px;
  content: url(../knowledge/images/parts__ttl_h2.svg);
}
#main .card__title h3 {
  text-decoration: none;
  font-size: 1.9rem;
}
#main section.container__feature {
  width: 1300px;
  margin: 0 auto;
}
#main section.container__feature .button {
  margin: 0 auto;
}
#main .card__wrapper {
  margin: 10px;
  width: 95% !important;
}
#main .card-radius {
  overflow: hidden;
  transition: all 0.2s;
}
#main .card {
  color: #1e1e1e;
  text-decoration: none;
}
#main .card a {
  color: #1e1e1e;
  transition: 0.3s;
}
@media print, screen and (min-width: 751px) {
  #main .card a:hover {
    color: #ce0023;
  }
}
#main .card__header {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 8px;
}
#main .card__header img {
  border-radius: 8px;
  border: solid 6px #b95d5a;
}
#main .card__header div {
  position: absolute;
  left: 1em;
  bottom: 0.5em;
  color: white;
  font-size: 1.4rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 5px 10px;
}
#main .card__header .card__image {
  width: 100%;
}
#main .card__body {
  line-height: 1.5;
}
#main .card__body .card__title {
  margin: 1.6rem 0 0;
}
#main .card__body .card__tag {
  margin-top: 2.4rem;
}
#main .card__body .card__tag .card__tag__main {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-weight: normal;
  padding: 3px 10px;
  border-radius: 4px;
  color: #404040;
  font-size: 1.4rem;
  background: #fff;
  width: auto;
}
#main .card__date {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-weight: normal;
  margin-top: 1.6rem;
}
#main .slick-dots {
  left: 150%;
  margin-bottom: -1.4em;
  transform: translateX(-150%);
}
#main .slick-dots li.slick-active button:before {
  color: #ce0023;
  opacity: 1;
}
#main .slick-dots li button:before {
  color: #d9e3eb;
  font-size: 40px;
  opacity: 1;
}
#main .slick-active {
  color: #00549d;
}
#main .slick-prev, #main .slick-next {
  width: 48px;
  height: 48px;
  background: #ce0023;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .slick-prev::before, #main .slick-next::before {
  content: "";
  background: url(../img/common/ico-chevron_03.svg) no-repeat;
  opacity: 1;
  width: 14.55px;
  height: 21.82px;
  margin-left: 4px;
}
#main .slick-prev {
  left: -80px;
  transform: translateY(-50%) scale(-1, 1);
  z-index: 10;
}
@media screen and (max-width: 1375px) {
  #main .slick-prev {
    left: -20px;
  }
}
#main .slick-next {
  right: -80px;
}
@media screen and (max-width: 1375px) {
  #main .slick-next {
    right: -20px;
  }
}
#main .slick-dotted.slick-slider {
  margin-bottom: 86px;
}
@media screen and (max-width: 750px) {
  #main .slick-dotted.slick-slider {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1366px) {
  #main .recommend__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1480px) {
  #main section.container__feature {
    width: 85%;
  }
}
@media screen and (max-width: 1480px) and (max-width: 1024px) {
  #main .card .card__body {
    min-height: 250px;
  }
}
@media screen and (max-width: 1480px) and (max-width: 1024px) and (max-width: 768px) {
  #main section[class^=container__] {
    margin: 0 auto;
    width: calc(100% - 10px);
  }
  #main .recommend__title {
    font-size: 2.6rem;
  }
  #main .recommend__title::before {
    display: block;
    margin: 0 auto 8px;
  }
  #main .card__title h3 {
    font-size: 1.7rem;
  }
  #main .card .card__body {
    min-height: 180px;
  }
}
@media screen and (max-width: 1480px) and (max-width: 1024px) and (max-width: 768px) and (max-width: 750px) {
  #main .card .card__body {
    min-height: auto;
  }
}/*# sourceMappingURL=top_owned_media_link_02.css.map */