@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
-------------- PURCHASE --------------
***************************************/
/*******注意書き********/
.tips_wrap {
  display: block;
  width: 100%;
  background: #fafafa !important;
  padding: 5px;
}

.tips {
  width: 100%;
  padding: 30px 40px;
  border: 4px double var(--base-color01);
}

.tips li {
  font-size: 18px;
  margin-left: 20px;
  line-height: 2;
}

.tips li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--base-color01);
  margin-right: 10px;
  margin-left: -20px;
}

.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%;
  }
}
.flowbox .box .flowttl {
  margin: 0;
  padding: 15px;
  padding-left: 120px;
  position: relative;
  font-weight: 500;
  color: white;
  background: var(--base-color04);
  font-size: clamp(20px, 2vw, 24px);
}
.flowbox .box .flowttl::before {
  content: "";
  width: 89px;
  height: 90px;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 15px;
  right: auto;
  margin: auto;
  background: url(../img/common/step1.png) no-repeat center center/cover;
}
.flowbox .box:not(:last-of-type) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .flowbox .box:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.flowbox .box:nth-of-type(2) .flowttl::before {
  background: url(../img/common/step2.png) no-repeat center center/cover;
}
.flowbox .box:nth-of-type(3) .flowttl::before {
  background: url(../img/common/step3.png) no-repeat center center/cover;
}
.flowbox .box .flowflex {
  padding: 30px;
  padding-top: 50px;
  background: #fff3ca;
  display: flex;
  gap: 4%;
}
@media (max-width: 767px) {
  .flowbox .box .flowflex {
    flex-wrap: wrap;
    padding: 10px;
    padding-top: 30px;
  }
}
.flowbox .box .flowflex .textbox {
  width: 64%;
}
@media (max-width: 767px) {
  .flowbox .box .flowflex .textbox {
    width: 100%;
  }
}
.flowbox .box .flowflex .textbox .txt3 {
  font-weight: 500;
  font-size: clamp(24px, 2.3333333333vw, 28px);
}
@media (max-width: 767px) {
  .flowbox .box .flowflex .textbox .txt3 {
    text-align: center;
  }
}
.flowbox .box .flowflex .imgbox {
  width: 32%;
  text-align: center;
}
@media (max-width: 767px) {
  .flowbox .box .flowflex .imgbox {
    width: 100%;
  }
}