/*
Template: keni70_wp_beauty_gold_201703180757-1
Theme Name: 賢威7.0 ビューティー版 子テーマ
*/

.link-list {
  background: #ece8dd;
  margin: 15px 0;
  padding: 10px;
}
@media screen and (min-width: 900px) {
  .link-list {
    padding: 10px 0 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.link-list li {
  list-style: none;
  width: 100%;
  border-top: 1px solid #b9a673;
  border-left: 1px solid #b9a673;
  border-right: 1px solid #b9a673;
  background: white;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 899px) {
  .link-list li {
    margin: 0;
  }
  .link-list li:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #5dae3b;
    border-left: 3px solid #5dae3b;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -5px;
  }
  .link-list li:last-child {
    border-bottom: 1px solid #b9a673;
  }
}
@media screen and (min-width: 900px) {
  .link-list li {
    list-style: none;
    width: 31.8%;
    border: 1px solid #b9a673;
    background: white;
    box-sizing: border-box;
    margin: 0 1.5% 10px 0;
  }
}
.link-list li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 10px;
}
@media screen and (min-width: 900px) {
  .link-list li a {
    padding: 10px;
  }
}
.link-list-image {
  background: #5dae3b;
  width: 50px;
  height: 55px;
  border-radius: 4px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-list-image img {
  width: 27px;
}
@media screen and (min-width:900px) and (max-width:1160px) {
  .link-list-image {
    flex-basis: 40px;
    width: 40px;
    height: 55px;
  }
  .link-list-image img {
    width: 70%;
  }
}
@media screen and (min-width: 1161px) {
  .link-list-image {
    flex-basis: 50px;
    height: 64px;
  }
  .link-list-image img {
    width: 70%;
  }
}
.link-list-inner {
  flex-grow: 1;
}
.link-list-title {
  font-size: 15px;
  font-weight: bold;
  color: #3e7c24;
  line-height: 1.2;
  letter-spacing: -0.02rem;
  margin: 0 0 5px;
}
.link-list-text {
  font-size: 11px;
  color: #333;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02rem;
}
@media screen and (min-width:900px) and (max-width:1160px) {
  .link-list-title {
    font-size: 1.10vw;
  }
  .link-list-text {
    font-size: 0.8vw;
  }
}