@charset "UTF-8";
.favorites .body .count_wrapper {
  margin: 0 auto 10px;
  padding: 8px 16px;
  border: 1px solid #A4A4A4;
  border-radius: 8px;
  width: 360px;
  color: #003086;
  font-size: 16px;
  text-align: center; }
  .favorites .body .count_wrapper .count {
    font-size: 20px;
    font-weight: bold;
    color: #D30003; }
.favorites .body .products {
  display: flex;
  flex-wrap: wrap; }
  .favorites .body .products .product {
    margin: 0 15px 30px;
    width: 220px; }
    .favorites .body .products .product .upper {
      display: flex;
      justify-content: space-between; }
      .favorites .body .products .product .upper .name {
        width: 200px;
        height: 55px;
        font-size: 13px;
        line-height: 1.2; }
.favorites .product_detail_add_cart button {
  display: block;
  margin: 4px 0;
  padding: 8px;
  width: 100%; }

@media screen and (max-width: 767px) {
  /*****************************************
   * お気に入り
   *****************************************/
  .favorites .header {
    margin-bottom: 50px; }
    .favorites .header .title {
      margin-bottom: 30px;
      padding-left: 20px;
      display: flex;
      align-items: center;
      height: 32px;
      font-size: 24px;
      font-weight: normal;
      color: #FFFFFF;
      background-color: #5076CA; }
    .favorites .header .text {
      margin-bottom: 10px;
      padding-left: 20px;
      font-weight: bold;
      font-size: 16px; }
    .favorites .header .description {
      padding: 5px 20px;
      font-size: 13px;
      line-height: 1.6; }
  .favorites .body .count_wrapper {
    margin: 0 20px 10px;
    padding: 8px 16px;
    border: 1px solid #A4A4A4;
    border-radius: 8px;
    width: auto;
    color: #003086;
    font-size: 16px;
    text-align: center; }
    .favorites .body .count_wrapper .count {
      font-size: 20px;
      font-weight: bold;
      color: #D30003; }
  .favorites .body .products {
    display: flex;
    flex-wrap: wrap; }
    .favorites .body .products .product {
      margin: 0 2% 40px;
      width: 46%; }
      .favorites .body .products .product .upper {
        display: flex;
        justify-content: space-between; }
        .favorites .body .products .product .upper .name {
          width: 200px;
          font-size: 13px;
          line-height: 1.2;
          height: 75px; }
        .favorites .body .products .product .upper .link {
          width: 16px;
          font-size: 16px; }
      .favorites .body .products .product .lower .company {
        font-size: 13px;
        line-height: 1.6; }
      .favorites .body .products .product .lower .product_detail_add_cart button {
        font-size: 13px; }
  .favorites .body .clear_wrapper {
    margin-bottom: 30px;
    margin-right: 20px;
    text-align: right; }
  .favorites .body .empty .upper {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center; }
  .favorites .body .empty .middle {
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: center; }
  .favorites .body .empty .lower {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px; } }
@media screen and (max-width: 480px) {
  .favorites .body .products {
    display: flex;
    flex-wrap: wrap; }
    .favorites .body .products .product {
      margin: 0 20px 40px;
      width: 100%; }
      .favorites .body .products .product .upper {
        display: flex;
        justify-content: space-between; }
        .favorites .body .products .product .upper .name {
          height: 75px; } }
