#page-title {
  background-image: url('https://jeban.com/spotlight-item/waso/02-bg-white@2x.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0 auto;
}
.all-product ~ .container .c1 {
  width: 132px;
}
@media screen and (min-width: 420px) {
	.all-product ~ .container .c1 {
		width: calc(100vw * 190/640);
	}
         #page-title {
		max-width: 80%;
	}
}
@media screen and (min-width: 640px) {
	.all-product ~ .container .c1 {
		width: 190px;
	}
}
.all-product ~ .container .cx {
  line-height: 64px;
}
.all-product ~ .container .rounded-circle {
  font-family: 'DB-Heavent-reg';
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashed-border {
  border: 1px dashed black;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-22 {
  border-radius: 22px;
}
.lh-13 {
  line-height: 1.3;
}

.waso-product .media .rounded-circle {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 420px) {
	.waso-product .media .rounded-circle {
	  width: calc(100vw * 48/640);
	  height: calc(100vw * 48/640);
	}		
}
@media screen and (min-width: 640px) {
	.waso-product .media .rounded-circle {
	  width: 48px;
	  height: 48px;
	}		
}
.waso-product hr {
  border-color: #ccc;
  border-style: dotted;
  font-size: 1.1rem;
}
.waso-product a.btn {
  line-height: 1 !important;
  height: auto !important;
}
.how-to-use-product img {
  margin-right: -24px;
  min-width: 125px;
  z-index: 1;
}
.how-to-use-product blockquote {
  margin: 0.5rem auto;
  margin-left: -20px;
  position: relative;
  text-align: center;
  font-family: 'DB-Heavent-reg' !important;
  font-size: 20px;
}
.how-to-use-product blockquote:before, .how-to-use-product blockquote:after {
  font-size: 50px;
  margin-top: -15px;
  position: absolute;
}
.how-to-use-product blockquote:before {
  content: open-quote " ";
  margin-left: -20px;
}
.how-to-use-product blockquote:after {
  content: " " close-quote;
  margin-left: 5px;
}

.waso-section-title {
  border-top: .5px solid black;
  border-bottom: .5px solid black;
  padding: .5rem 0;
  text-align: center;
}