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

/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:599px */
@media ( max-width: 599px ) {
}

/* タブレット：min-width:600px */
@media ( min-width: 600px ) {
}

/* PC：min-width:1025px */
@media ( min-width: 1025px ) {
}

/***************************************
-------------- PURCHASE --------------
***************************************/
.purchase_step .step_block {
  padding: 0 30px 30px;
  position: relative;
  background: #fff;
  border: 2px solid #b88501;
}

@media (max-width: 599px) {
  .purchase_step .step_block {
    padding: 0 15px 15px;
  }
}

.purchase_step .step_block:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 599px) {
  .purchase_step .step_block:not(:last-child) {
    margin-bottom: 40px;
  }
}

.purchase_step .step_block:not(:last-child):after,.purchase_step .step_block.arrow_on:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid #b88501;
}

@media (max-width: 599px) {
  .purchase_step .step_block:not(:last-child):after,.purchase_step .step_block.arrow_on:after {
    bottom: -20px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid #b88501;
  }
}

.purchase_step .step_block.arrow_on {
  margin-bottom: 10%;
}

.purchase_step .step_block h3 {
  color: #b88501;
  font-size: clamp(1.6rem, 1.6vw, 2.6rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin: 0 0 15px;
  border-bottom: 2px dotted #c8a13c;
  font-family: var(--title-font-family);
}
@media ( max-width : 599px ) {
  .purchase_step .step_block h3 {
    padding-bottom: 0;
  }
}

.purchase_step .step_block h3 span {
  display: inline-block;
  color: #fff;
  background: #b88501;
  text-align: center;
  padding: 8px;
  font-size: 32px;
  line-height: 1;
  margin-right: 20px;
  font-family: var(--title-font-family);
}

@media (max-width: 599px) {
  .purchase_step .step_block h3 span {
    margin: 0 10px 10px 0;
    font-size: 24px;
  }
}

.purchase_step .step_block h3 span small {
  display: block;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 599px) {
  .purchase_step .step_block h3 span small {
    font-size: 14px;
  }
}

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

@media (min-width: 600px) {
  .purchase_step .step_block .cont img {
    width: 30%;
    min-width: 330px;
    height: 100%;
  }
  .purchase_step .step_block .cont img.original {
    width: auto !important;
  }
}

@media (max-width: 599px) {
  .purchase_step .step_block .cont .tel {
    margin: 0 auto 30px;
  }
}

.step_wrap02 .step_block:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 599px) {
  .step_wrap02 .step_block:not(:last-child) {
    margin-bottom: 30px;
  }
}

.step_wrap02 .step_block h3 {
  color: #fd6300;
  background: #ffcc8b;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: clamp(1.6rem, 2vw, 3rem);
  padding-right: 15px;
}

.step_wrap02 .step_block h3 span {
  display: block;
  color: #fff;
  background: #f99403;
  padding: 15px 4%;
  margin-right: 40px;
  height: 100%;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  font-weight: 400;
  position: relative;
  min-width: 100px;
  text-align: center;
}

@media (max-width: 599px) {
  .step_wrap02 .step_block h3 span {
    margin-right: 20px;
    line-height: 1.4;
  }
}

.step_wrap02 .step_block h3 span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  left: auto;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #f99403;
}

.step_wrap02 .step_block .cont {
  border: 1px solid #f99403;
  border-top: 0;
  padding: 20px;
}

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

@media (max-width: 599px) {
  .step_wrap02 .step_block .cont img {
    display: block;
    margin-top: 20px;
  }
}

@media (min-width: 600px) {
  .step_wrap02 .step_block .cont > div, .step_wrap02 .step_block .cont > .disc {
    width: calc(60% - 20px);
  }

  .step_wrap02 .step_block .cont img {
    width: 40%;
    min-width: 330px;
    height: 100%;
  }
}
