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

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

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

@media (max-width: 767px) {
  .purchase_step .step_block:after {
    bottom: -30px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid #fff;
  }
}
.step_block.last:after {
  content: none;
}

.purchase_step .step_block h3 {
  color: var(--text-color);
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin: 0 0 15px;
  border-bottom: 2px dashed var(--base-color01);
}

.purchase_step .step_block h3 span {
  display: inline-block;
  color: var(--text-color);
  background: #eac248;
  text-align: center;
  font-weight: bold;
  padding: 8px;
  font-size: 26px;
  line-height: 1;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .purchase_step .step_block h3 span {
    margin: 0 15px 0 0;
    font-size: 24px;
  }
}
.purchase_step .step_block h3 span small {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 3px;
}

@media (max-width: 767px) {
  .purchase_step .step_block h3 span small {
    font-size: 14px;
  }
}
@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%;
  }
}
/*******注意書き********/
.tips_wrap {
  display: block;
  width: 100%;
  background: var(--base-color01) !important;
  padding: 5px;
}

.tips {
  width: 100%;
  padding: 30px 40px;
  border: 4px double #fff;
}
@media ( max-width : 767px ) {
  .tips {
    padding: 10px 15px;
  }
}

.tips li {
  font-size: 18px;
  margin-left: 20px;
  line-height: 2;
  color: #fff;
}
@media ( max-width : 767px ) {
  .tips li {
    font-size: 14px;
  }
}

.tips li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  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%;
  }
}
.box_worries {
  padding: 4%;
  margin: 60px 0;
  border: 2px solid var(--text-color);
  background: url(../img/seizen/bg_seizen.png) repeat center center/auto;
}
@media (max-width: 767px) {
  .box_worries {
    margin: 30px 0;
  }
}
.box_worries .h3_worries {
  text-align: center;
  border-bottom: 2px dashed var(--text-color);
  padding: 0 0 10px;
  margin: 0 0 15px;
  font-size: clamp(2.1rem, 2.4vw, 3.2rem);
}
.box_worries .list_check {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .box_worries .list_check {
    gap: 15px;
  }
}
.box_worries .list_check li {
  width: calc((100% - 30px) / 2);
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 2%;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .box_worries .list_check li {
    padding: 4%;
  }
}
@media (max-width: 767px) {
  .box_worries .list_check li {
    width: 100%;
  }
}
.box_worries .list_check li i {
  font-size: clamp(2.4rem, 2.4vw, 3.6rem);
  margin-right: 10px;
}

.accent {
  font-weight: bold;
  color: var(--base-color01);
  font-size: clamp(1.8rem, 2vw, 2.1rem);
}

.accent a {
  color: inherit;
  text-decoration: underline;
}

.takuhai_list a {
  color: var(--base-color01);
  text-decoration: underline;
}