.point_block .txt_area li .num {
  white-space: nowrap;
}
.point_block .txt_area h3 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .point_block .bg_img {
    height: 100%;
  }
}


.df_under .contents h3 {
  font-size: 2.2rem;
}
.df_under .contents p.lead_wrap {
  text-align: center;
  font-size: 2.8rem;
  font-weight: var(--bold);
  margin: 7rem auto;
}
.df_under .contents p.lead_wrap small {
  font-size: 2.2rem;
}
.df_under .contents h2 + .lead {
  margin-top: 2rem;
  font-size: 2rem;
}
#security .item2 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .df_under .contents h3 {
    font-size: 1.6rem;
  }
  .df_under .contents h2 + .lead {
    font-size: 1.6rem;
  }
  .df_under .contents p.lead_wrap {
    font-size: 2rem;
    line-height: 1.5;
    margin: 5rem auto;
  }
  .df_under .contents p.lead_wrap small {
    font-size: 1.6rem;
  }
}

.plan_img {
  margin-top: 4rem;
}
.cvwrap_outer {
  position: relative;
  padding: 9.5rem 10rem 5rem;
  border-radius: 1rem;
  border: 1px solid var(--color-yellow);
  margin-top: 12rem;
}
.cvwrap_outer p.ttl {
  position: absolute;
  left: 50%;
  top: -4rem;
  margin: 0;
  transform: translateX(-50%);
  padding:2rem 7rem;
  font-size: 2.2rem;
  font-weight: var(--bold);
  border-radius: 5rem;
  background: var(--color-yellow);
}
.cvwrap_outer .txt_flex {
  display: flex;
  align-items: center;
  gap: 16rem;
}
.cvwrap_outer .txt_flex .txt1 {
  font-size: 3.6rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  margin: 0;
  line-height: 1.3;
}
.cvwrap_outer .txt_flex .txt2 {
  position: relative;
  font-size: 10.7rem;
  margin: 0;
  color: #FF0000;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.2;
}
.cvwrap_outer .txt_flex .txt2 small {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0;
}
.cvwrap_outer .txt_flex .txt2::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14rem;
  content: "";
  width: 9.6rem;
  height: 7.6rem;
  background: url(../img/security/security_arrow.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .cvwrap_outer {
    padding: 5rem 2rem 2rem;
    margin-top: 7rem;
  }
  .cvwrap_outer p.ttl {
    top: -3rem;
    padding: 1.5rem 4rem;
    font-size: 1.6rem;
    width: max-content;
  }
  .cvwrap_outer .txt_flex {
    flex-direction: column;
    gap: 6rem;
  }
  .cvwrap_outer .txt_flex .txt1 {
    font-size: 2.6rem;
    text-align: center;
  }
  .cvwrap_outer .txt_flex .txt2 {
    font-size: 7.7rem;
  }
  .cvwrap_outer .txt_flex .txt2 small {
    font-size: 1.6rem;
  }
  .cvwrap_outer .txt_flex .txt2::before {
    width: 6rem;
    height: 4rem;
    left: 50%;
    top: -5.5rem;
    transform: translateX(-50%) rotate(90deg);
  }
}