.stepList__item {
  padding: 0 0 43px;
  position: relative;
}
.stepList__item:not(:last-of-type) {
  margin-bottom: 22px;
}
.stepList__item:not(:last-of-type):before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 21px;
  height: 21px;
  background: url(/common/img/ico_arrow_bottom_08.png) left top no-repeat;
  background-size: cover;
  z-index: 1;
}
.stepList__ttl {
  margin-bottom: 10px;
  color: #a38640;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.btnMore {
  text-align: center;
}
.btnMore a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 14px 60px;
  background: #ab9153;
  min-width: 300px;
  max-width: 360px;
}
.btnMore a p {
  display: inline-block;
  position: relative;
  left: -8px;
}
.btnMore a p.btnMore__prev::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.btnMore a p.btnMore__next::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .stepList__ttl {
    margin-bottom: 9px;
    color: #a38640;
    font-size: 18px;
    font-weight: 400;
  }
}
.accordion-tapeA {
  border: 1px solid #a38640;
}
.accordion-tapeA .ttl-accordion-01 {
  margin: 0;
  padding: 10px;
  text-align: center;
  background: #a38640 !important;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .accordion-tapeA .ttl-accordion-01 {
    padding: 10px;
  }
}
.accordion-tapeA .ttl-accordion-01::before {
  content: none;
}
.accordion-tapeA .ttl-accordion-01::after {
  content: "";
  position: static;
  margin-left: 10px;
  width: 0;
  height: 0;
  margin-top: 1px;
  border-style: solid;
  border-width: 16px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
}
.accordion-tapeA .ttl-accordion-01.change::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.telBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.telBtn::before {
  content: "";
  background: url(/common/img/icon_tel_free_dial.jpg) no-repeat;
  background-position: center center;
  width: 30px;
  height: 24px;
  background-size: contain;
  margin-right: 8px;
}
.telBtn a {
  text-decoration: underline;
  font-size: 20px;
  font-weight: 700;
  color: #a58945;
}

.telList a {
  font-weight: 700;
  color: #a58945;
  text-decoration: underline;
}

.cosmeCart {
  padding: 40px 0;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cosmeCart {
    width: 60%;
  }
}
.cosmeCart__image {
  margin-bottom: 20px;
}
.cosmeCart__image img {
  max-width: 100%;
}
.cosmeCart__price {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .cosmeCart__price {
    display: block;
  }
}
.cosmeCart__price dt {
  margin-right: 1em;
}
.cosmeCart__price dd {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cosmeCart__price dd {
    font-size: 20px;
  }
}
.cosmeCart__btn {
  text-align: center;
  min-height: 60px;
  background-color: #555555;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cosmeCart__btn:hover {
  opacity: 0.8;
}/*# sourceMappingURL=custom.css.map */