@charset "UTF-8";
@import url("root.css");

/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767 */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
-------------- PURCHASE --------------
***************************************/
.purchase_step .step_block {
  margin-bottom: 40px;
}

.purchase_step h3 {
  color: #101010;
  background: #efeee9;
  letter-spacing: 0.06em;
  font-size: clamp(2rem, 2vw, 2.6rem);
  font-size: 2.6rem;
  padding: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .purchase_step h3 {
    font-size: 2rem;
  }
}

.purchase_step h3 span {
  display: block;
  color: #fff;
  background: var(--base-color01);
  text-align: center;
  margin-right: 25px;
  font-size: 2.4rem;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

@media (max-width: 767px) {
  .purchase_step h3 span {
    font-size: 2rem;
    margin-right: 15px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.purchase_step .cont .txt_wrap .shop_name {
  font-weight: bold;
  font-size: clamp(1.8rem, 1.8vw, 2.1rem);
  margin: 40px 0 0;
}

@media (max-width: 767px) {
  .purchase_step .cont .txt_wrap .shop_name {
    margin: 20px 0 10px;
  }
}

@media (max-width: 767px) {
  .purchase_step .cont .txt_wrap .tel {
    margin: 0 0 30px;
  }
}

.purchase_step .cont .txt_wrap .tel a {
  font-weight: bold;
  color: var(--base-color01);
  font-size: clamp(2.8rem, 2.8vw, 2.8rem);
  position: relative;
  padding-left: 35px;
}

.purchase_step .cont .txt_wrap .tel a:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: 0px;
  right: auto;
  width: 30px;
  height: calc(30px / 44 * 33);
  background: url(../img/common/icon_tel.png) no-repeat center center/cover;
}

@media (min-width: 768px) {
  .purchase_step .step_block .cont {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
  }
}

@media (min-width: 768px) {
  .purchase_step .step_block .cont img {
    width: 30%;
    min-width: 330px;
    height: 100%;
  }
}
