@charset "UTF-8";

.topShopList .contentBlock>p,
.shop_list .contentBlock>p {
  display: inline-block;
  overflow: hidden;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    border-radius: 8px 8px 0 0;
}
.topShopList img,
.shop_list img {
  display: block;
  transition-duration: .5s;
}
.topShopList img:hover,
.shop_list img:hover {
  transform: scale(1.1);
}
body .topShopList .overview a:hover {
  color: #e22c7b;
}
body #application .shop_list .inquiries a p.line {
    color: #EB6FA5;
}
body #application .shop_list .inquiries a p.line:hover {
  color: #e22c7b;
}
.contentWrap {
    width: 94%!important;
}
.listBlock .image {
    margin-top: 0.5rem;
}
header nav li a:hover {
  color: #e22c7b;
}
footer li a:hover {
  opacity: .75;
}

@media (max-width: 767px){
  .topPeaceMind {
      position: relative;
      overflow: hidden;
  }
  .topPeaceMind .contentLeft {
      z-index: 10;
      background-color: rgba(251, 228, 235, 0.75);
  }
  .topPeaceMind .contentRight {
      z-index: 0;
  }
  .topPeaceMind .contentRight img {
      position: absolute;
      bottom: 0;
      right: -80px;
      width: 90%;
  }
  .faq_a {
    font-size: 12px;
  }
  .upper_explain .overview._l {
      font-size: 16px;
  }
  .topShopList .contentBlock:nth-of-type(n + 1) {
      margin-top: 2rem;
  }
  #application .shop_list .contentBlock:nth-of-type(n + 2) {
      margin-top: 2rem;
  }
}