@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    };
    @include tab {
      background-color: blue;
    };
    @include sp {
      background-color: yellow;
    };
  }
*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  -webkit-text-size-adjust: none;
}

ul {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}
.polymerClass__block-silver {
  background: #999;
}

.polymerClass__class-silver {
  color: #999;
}

.polymerCell__grid-silver .polymerCell__title {
  background: #999;
}

.polymerTitleLine__title-silver {
  border-color: #999;
}

@media (min-width: 769px) {
  .polymerCell__grid-half {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .polymerCell__title-half {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .polymerCell__col-half {
    width: 50%;
  }
}

.polymerCell__review-haif {
  position: relative;
  font-size: 1.5rem;
  color: #e60012;
  margin: 0;
  padding: 0;
}

.polymerCell__review-haif:before {
  content: "★★★★★";
  position: absolute;
  color: #e60012;
  width: 0.5em;
  overflow: hidden;
  white-space: nowrap;
}

.polymerFeature__set {
  border-bottom: 1px solid #d8d8d8;
}

.polymerFeature__set:last-child {
  padding: 40px 0;
}

@media (min-width: 769px) {
  .polymerFeature__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .polymerFeature__title {
    margin-bottom: 20px;
  }
}

.polymerFeature__sub {
  font-weight: bold;
}

.polymerFeature__img {
  font-weight: bold;
}
@media (min-width: 769px) {
  .polymerFeature__img {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .polymerFeature__img {
    margin-bottom: 30px;
  }
}

/*タブ*/
@media (min-width: 769px) {
  .l_layout-polymer {
    margin-bottom: 40px;
  }
}

@media (min-width: 769px) {
  .polymerTab {
    margin: 0 auto;
    width: 1200px;
  }
}
@media (max-width: 768px) {
  .polymerTab {
    margin-top: 10px;
    padding: 0 15px 15px 15px;
  }
}
@media (min-width: 769px) {
  .polymerTab .polymerTab__gridItem {
    width: calc(20% - 10px);
  }
}

.polymerTab__gridItem-silver {
  background: #999;
}

.polymerTab__class-silver {
  color: #999;
}/*# sourceMappingURL=style.css.map */