@charset "UTF-8";

.new-shop-btn {
  margin-inline: auto;
  width: 980px;
  text-align: left;
  margin-top: 40px;
}

.new-shop-btn a {
  margin-left: auto;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 230px;
  background: #a71f24;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico-bullet-right-white-m.svg);
  background-position: right 10px center;
  background-size: 7px auto;
}

.new-shop-btn a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .new-shop-btn {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 40px;
  }
  .new-shop-btn a {
    padding-top: 14px;
    padding-bottom: 14px;
    width: calc((100% - 25px) / 2);
    font-size: 1.2rem;
    background-size: 5px auto;
  }
}

.main.topics .card {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .main.topics .card {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.main.topics .card__list {
  margin-bottom: 20px;
}

.main.topics .card__item .photo {
  background-color: #f2f2f2;
}

.article__photo .image {
  width: 100%;
}


/* 店舗連携無し */
.noshop-detail-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .noshop-detail-head {
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}

.noshop-detail-head .article__photo {
  width: 460px;
  margin-right: auto;
  margin-left: unset;
}

@media screen and (max-width: 768px) {
  .noshop-detail-head .article__photo {
    width: 100%;
    margin-bottom: 25px;
  }
}

.noshop-detail-head .contents {
  width: 470px;
}

.noshop-detail-head .title-box {
  margin-bottom: 1.85em;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .noshop-detail-head .title-box {
    margin-bottom: 1.05em;
    font-size: 1.6rem;
  }
}

.noshop-detail-head .title-box p {
  margin: 0.3em 0;
}

.noshop-detail-head .title-box p:first-child {
  margin-top: 0;
}

.noshop-detail-head .title-box p:last-child {
  margin-bottom: 0;
}

.noshop-detail-head .title-box .title {
  margin: 0;
  font-size: 1.667em;
}

@media screen and (max-width: 768px) {
  .noshop-detail-head .title-box .title {
    font-size: 1.5em;
  }
}

.noshop-detail-text {
  margin-bottom: 35px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .noshop-detail-text {
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
}

.noshop-detail-text a {
  color: #a71f24;
}

.noshop-detail-text a:hover {
  text-decoration: none;
}