@charset "UTF-8";
/* =========================================================
　◆事後
========================================================= */
#cp202504 .af_block_wap {
  padding: 60px 0 80px;
  background-image: url("../images/line01.png");
  background-position: center bottom;
  background-repeat: repeat-x;
}
.af_block_inner {}
.af_block_inner .text-box {
  font-size: var(--font-size22);
  text-align: center;
  border-radius: 8px;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 30px;
  border: solid 1px #004ea2;
  color: #004ea2;
  background-color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
}
.af_block_inner .text-box p:nth-child(1) {}
.af_block_inner .text-box p:nth-child(2) {
  font-size: var(--font-size20);
  margin-top: 10px;
}
.af_block_inner .text-box span {
  font-size: var(--font-size34);
}
@media screen and (max-width: 767px) {
  #cp202504 .af_block_wap {
    padding: 6.6666666vw 4.6666666vw 8.6666666vw;
    background-image: url("../images/sp/line01.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .af_block_inner {}
  .af_block_inner .text-box {
    font-size: 3.73vw;
    padding: 4.6875vw 3.125vw;
  }
  .af_block_inner .text-box p:nth-child(1) {
    line-height: 1.3;
  }
  .af_block_inner .text-box p:nth-child(2) {
    font-size: 3.2vw;
    margin-top: 1em;
  }
  .af_block_inner .text-box span {
    font-size: 5.33vw;
  }
}