﻿.proper-drink-link {
  margin-top: 40px;
  padding: 30px 40px;
  background: #f3f8e8;
}

.proper-drink-link p {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.proper-drink-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.proper-drink-link ul li {
  width: 48.5%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #e1e1e1;
  background: #fff;
  background-image: url(/assets_new/img/sustainability/common/icon_blank.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
}

.proper-drink-link ul li:last-of-type {
  margin-bottom: 0;
}

.proper-drink-link ul li a {
  display: block;
  color: #333333;
  font-size: 1.8rem;
  text-decoration: none;
}

.proper-drink-link ul li a span {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  padding: 6px 0;
  background: #4ea33e;
  color: #fff;
  text-align: center;
}

.proper-drink-bnr {
  margin-top: 40px;
  text-align: center;
}

.tsukiai .title {
  color: #0075c2;
  font-size: 2.6rem;
  line-height: 1.4;
}

.tsukiai .title span {
  color: #e95283;
}

@media screen and (max-width: 767px) {
  .proper-drink-link {
    padding: 30px 20px;
  }
  .proper-drink-link ul {
    display: block;
  }
  .proper-drink-link ul li {
    width: 100%;
  }
}
