@charset "utf-8";

/* CSS Document */



div {
  max-width: 100%;
}

.product {
  padding-bottom: 40px;
}

.product_title {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
}


.product .lineup_top .sub_title {
  font-size: 26px;
  letter-spacing: 0.1em;
}

.product .lineup_top .product_title {
  font-size: 17px;
}


.product .lineup_top {
  max-width: 97.5%;
}

.product .content_title {
  display: none;
}

@media screen and (max-width: 900px) {
.product .lineup_inner {
  width: 97.5%;
  margin:0 auto;
}

}

@media screen and (max-width: 767px) {

.for_lineup .product .lineup_top .product_title {
  font-size: 14px;
}
}
