﻿/* case-study css */

@charset "UTF-8";

@media screen and (min-width: 768px) {

  .p-product-slider__list {
    margin-top: 10px !important;
}

.cs_recommended {
  background-color: #fff;
  font-weight: bold;
  font-size: 1.25em;
  width: 10em;
  padding: 4px;
  border-radius: 16px;
  text-align: center;
  color: #b8193f;
  margin-left: 16%;
}
}

@media screen and (max-width: 767px) {

  .p-product-slider__list {
    margin-top: 1vw !important;
}

  .cs_recommended {
    background-color: #fff;
    font-weight: bold;
    font-size: 1.25em;
    width: 10em;
    padding: 2px;
    border-radius: 16px;
    text-align: center;
    color: #b8193f;
    margin-top: 40px;
  }

}
