@charset "UTF-8";
.bg-color {
  background: #f1c6d9
  background-size: 180px 180px;
}

.ttl-a,
.ttl-b:before,
.ttl-d__text:before,
.ttl-e
{
  background: #9d385c;
}

.ttl-b,
.ttl-c,
.right-text,
.header-top__menu__list li a:hover {
  color: #9d385c;
}

.ttl-c {
  border: solid 2px #ff525d;
  background-image:repeating-linear-gradient(135deg, transparent, transparent 8px, #F1F3FF 8px, #F1F3FF 12px);
}

.l-column.goods-list .goods-list__inner {
  background: #FFF;
  box-shadow: 2px 5px 6px 1px #ebebeb;
}

.caution-container {
  background: #FFF;
}

.l-column.goods-list .col-1 .image {
  padding-right: 2rem;
  border-right: dotted 3px #ff525d;
}

.space {
  color: #ddd;
  margin: 2rem 0;
}

@media only screen and (max-width: 599px) {
  .l-column.goods-list .col-1 .image {
    border-right: none;
    padding-right: 0;
  }
}