@charset "UTF-8";

.index-shop .belongings {
  margin-top: 24px;
  padding: 20px;
  border: solid 4px #f5f5f5;
}

@media screen and (min-width: 768px) {
  .index-shop .belongings {
    padding: 24px;
  }
}

.index-shop .belongings-item {
  margin-top: 12px;
}

.index-shop .belongings-item__text1 {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .index-shop .belongings-item__text1 {
    font-size: 24px;
  }
}


.index-shop .belongings-item__text2 {
  font-size: 16px;
  margin-top: 4px;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .index-shop .belongings-item__text2 {
    font-size: 18px;
    margin-top: 0;
  }
}

.index-shop .belongings-item__list {
  margin-top: 24px;
}

.index-shop .belongings-item__list li {
  font-size: 12px;
  padding-left: 1rem;
  text-indent: -1rem;
}

@media screen and (min-width: 768px) {
  .index-shop .belongings-item__list li {
    font-size: 14px;
  }
}

.index-shop .info-text__name {
  padding-left: 16px;
  color: #012f5e;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .index-shop .info-text__name {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.index-shop .info-text__name::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #012f5e;
}