@charset 'UTF-8';

.txt.-retail-tsumitate {
  font-size: .2rem;
  font-weight: 700;
  line-height: 1.64;
  padding: 10px;
  text-align: center;
  background: #f0e5f6;
}

.block.-retail-tsumitate {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}

.-tsumitate .box.-conversion.-secondary.-compact {
  color: #fff;
  border: none;
  background: #42425a;
}

.-tsumitate .txt.ttl.-secondary:after {
  border-bottom: none;
  background: #e3e3e3;
}

.-tsumitate .txt.ttl.-secondary:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  display: block;
  width: 300px;
  height: 1px;
  content: '';
  transform: translateX(-50%);
  background: #42425a;
}

@media print,screen and (min-width:768px) {
  .txt.-retail-tsumitate {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }

  .block.-retail-tsumitate {
    max-width: 700px;
  }

  .-tsumitate .box.-conversion.-secondary.-compact {
    padding: 40px 30px;
  }
}

@media screen and (max-width:767px) {
  .-tsumitate .txt.ttl.-secondary:before {
    width: 180px;
  }
}
