@charset "utf-8";

html {
  padding-bottom: 0;
}

body {
  max-width: 414px;
  margin: 0 auto !important;
}

[id^="contents_campaign"] img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 415px) {/* for PC */
  body {
    box-shadow: 0 0 10px rgba(95, 94, 94, 0.3);
  }

  ul.nl li:nth-child(2n) a {
    border-right: none;
  }
}

#footer {
  position: static;
  height: auto;
}

/* -----------------------------------------
周辺専門サービス一覧
----------------------------------------- */
#contents_partners {
  background: #fff;
}

#contents_partners h1 {
  font-size: 22px;
  margin-bottom: 20px;
}

#contents_partners h1 img {
  display: block;
}

/* summary
----------------------------------------- */
.summary {
  padding: 15px;
}

/* service
----------------------------------------- */
.service {
  background: #f7f7f8;
  padding: 15px;
}

.service > ul > li {
  background: #fff;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.partners-category {
  color: #666;
  font-size: 13px;
}

.service > ul > li a {
  color: #333;
  text-decoration: underline;
}

.service > ul > li a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../../images/icon-link-blank.svg) no-repeat center;
  background-size: contain;
  vertical-align: -0.15em;
  margin-left: 5px;
}

.service > ul > li img.img-thum {
  border-radius: 5px 5px 0 0;
  display: block;
  max-width: 100%;
  height: auto;
}

.service > ul > li .box {
  position: relative;
  padding: 15px;
}

.label-pr {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* タグ
----------------------------------------- */
.partners-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin-bottom: 30px;
}

.partners-tags .tag {
  display: inline-block;
  padding: 2px 6px;
  background-color: #eaf6ff;
  color: #0073c2;
  font-size: 13px;
  border-radius: 5px;
  white-space: nowrap;
}

/* mentoa用のタグカラー */
.partners-tags-mentoa .tag {
  background-color: #ffefe5;
  color: #fd6051;
}

/* and more
----------------------------------------- */
.and-more-ttl {
  color: #d5dceb;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.and-more-img {
  display: flex;
  justify-content: center;
  margin-bottom: -15px;
}

/* MediaQuery
----------------------------------------- */
@media screen and (max-width: 320px) { /* 320px以下 */
  .text-summary {
    font-size: 12px;
  }
}
