@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
-------------- PURCHASE --------------
***************************************/
.purchase_step .step_block {
  padding: 30px;
  position: relative;
  background: #fff;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .purchase_step .step_block {
    padding: 15px;
  }
}
.purchase_step .step_block:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .purchase_step .step_block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.purchase_step .step_block:not(:last-child):after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -60px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid var(--base-color01);
}

@media (max-width: 767px) {
  .purchase_step .step_block:not(:last-child):after {
    bottom: -30px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid var(--base-color01);
  }
}
.purchase_step .step_block h3 {
  color: var(--base-color01);
  font-size: max(1rem, min(2.34375vw, 30px));
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--base-color01);
}
@media (max-width: 767px) {
  .purchase_step .step_block h3 {
    font-size: clamp(1.25rem, min(4.4155844156vw, 34px), 34px);
  }
}

.purchase_step .step_block h3 span {
  display: inline-block;
  color: #fff;
  background: var(--base-color01);
  text-align: center;
  padding: 8px;
  font-size: max(1rem, min(2.5vw, 32px));
  line-height: 1;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .purchase_step .step_block h3 span {
    font-size: clamp(1.25rem, min(5.7142857143vw, 44px), 44px);
  }
}
.purchase_step .step_block h3 span small {
  display: block;
  font-size: 0.5em;
  line-height: 1;
}

@media (min-width: 850px) {
  .purchase_step .step_block .cont {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
  }
}
@media (min-width: 850px) {
  .purchase_step .step_block .cont img {
    width: 30%;
    min-width: 330px;
    height: 100%;
  }
}
/*******注意書き********/
.tips_wrap {
  display: block;
  width: 100%;
  background: var(--base-color03) !important;
  padding: 5%;
}
@media (max-width: 767px) {
  .tips_wrap {
    padding: 5% 3%;
  }
}

.tips {
  width: 100%;
}

.tips li {
  padding-left: 1.5em;
  line-height: 2;
  position: relative;
}

.tips li::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  background: var(--base-color01);
  position: absolute;
  top: 0.7em;
  left: 0.5em;
}

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

@media (max-width: 767px) {
  .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: 767px) {
  .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: 768px) {
  .step_wrap02 .step_block .cont {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
  }
}
@media (max-width: 767px) {
  .step_wrap02 .step_block .cont img {
    display: block;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .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%;
  }
}
